-
Notifications
You must be signed in to change notification settings - Fork 83
/
changelog.yml
54 lines (53 loc) · 2.16 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
54
################################################################################
# Copyright (c) IBM Corporation 2021,2022
#
# 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:
2024.03.29:
date: 2024-03-29
changes:
added:
- task descriptions to individual TSO commands for clarity
- playbook descriptions
- handlers for setropts refresh only when needed
- checks for idempotency (i.e. check if cert exists before trying to create it)
removed:
- roles (issue_racf_cmd, issue_operator_cmd, issue_tso_cmd, print_hc_buffer, send_template)
- mvs raw versions of playbooks
- create certauth, site and user cert playbooks in favor of one unified playbook to cover all three
fixed:
- syntax errors / best practices suggestions
- various other quality of life fixes
- HZSPRINT print job priority causing playbook to fail
minor:
- changed default variable values
- use racdcert rollover command in search_and_renew playbook
summary:
- fixed, simplified and tested playbooks for current version of collections
2021.09.03:
date: 2020-10-01
changes:
added:
- Released initial version