forked from IBM/z_ansible_collections_samples
-
Notifications
You must be signed in to change notification settings - Fork 1
/
changelog.yml
53 lines (52 loc) · 2.31 KB
/
changelog.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
################################################################################
# Copyright (c) IBM Corporation 2021, 2024
#
# All notable changes to this project will be documented in this file. Following
# releases is a decimal based date since playbooks have no version in this
# repository.
#
# releases:
# 2020.05.19:
# date: 2020-05-19
# changes:
# added:
# - new features are added
# deprecated:
# - features being removed in the future
# fixed:
# - bug fixes
# minor:
# - changes in existing functionality
# removed:
# - features removed no longer available
# security:
# - vulnerabilities fixed
# summary:
# - summary of changes or link to Git issue, pull request
################################################################################
releases:
2020.09.01:
date: 2020-09-01
changes:
added:
- Released initial version
2021.08.06:
date: 2021-08-06
changes:
added:
- Site playbook for consistency with playbook design
- Added requirements-check role that can evaluate the playbooks requirements and pass or fail playbook execution
- Added runtime-requirements.txt that lists the requirements needed for this playbook to execute
- Updated host_vars, group_vars and inventory
fixed:
- Fixed the error "EDC5003I Truncation of a record occurred during an I/O operation" that appears in copy_fetch_data_set.yml
- Renamed `copy_fetch_data_set.yaml` to `copy_fetch_data_set.yml` with a `yml` extenstion to follow standardize on the extension
removed:
- Removed the zos_ssh connection plugin, it is no longer included in the ibm_zos_core collection.
2024.04.10:
date: 2024-04-10
changes:
fixed:
- Replace deprecated zos_data_set module option 'size' with new module options 'space_primary' and 'space_type'.
- Modify playbook task to force the copy operation when writing the directory back to host to ensure
uninterrupted playbook execution.