-
Notifications
You must be signed in to change notification settings - Fork 82
/
changelog.yml
38 lines (37 loc) · 1.22 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
################################################################################
# Copyright (c) IBM Corporation 2023, 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:
2023.10.24:
date: 2023-10-24
changes:
added:
- Released initial version
2024.04.09:
date: 2024-04-09
changes:
fixed:
- Prefix paths with 'playbook_dir' Ansible global variable.