Skip to content

Commit 596e1a7

Browse files
committed
Made existing release antsibull compatible
1 parent ea60f65 commit 596e1a7

File tree

2 files changed

+24
-9
lines changed

2 files changed

+24
-9
lines changed

CHANGELOG.rst

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -15,15 +15,12 @@ longer generates keyring files on Ceph hosts, and additional tasks
1515
are required to write keyring files to disk - see the cephadm_keys
1616
README.md for further details.
1717

18-
1918
Minor Changes
2019
-------------
2120

22-
- Deprecate `generate_keys` functionality in cephadm_keys plugin
2321
- Deprecate `fetch_inital_keys` functionality in cephadm_keys plugin
24-
- Fix issue with idempotency in cephadm_keys plugin, by no longer
25-
generating user keyring files on Ceph hosts.
26-
22+
- Deprecate `generate_keys` functionality in cephadm_keys plugin
23+
- Fix issue with idempotency in cephadm_keys plugin, by no longer generating user keyring files on Ceph hosts.
2724

2825
v1.13.0
2926
=======
@@ -33,7 +30,6 @@ Release Summary
3330

3431
Minor release adding support for choosing plugin in EC profiles
3532

36-
3733
Minor Changes
3834
-------------
3935

changelogs/changelog.yaml

Lines changed: 22 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,28 @@
11
ancestor: null
22
releases:
33
1.13.0:
4+
changes:
5+
minor_changes:
6+
- Add support for choosing plugin in EC profiles
7+
release_summary: 'Minor release adding support for choosing plugin in EC profiles
8+
9+
'
410
release_date: '2023-02-28'
11+
1.16.0:
512
changes:
6-
release_summary: |
7-
Minor release adding support for choosing plugin in EC profiles
813
minor_changes:
9-
- Add support for choosing plugin in EC profiles
14+
- Deprecate `fetch_inital_keys` functionality in cephadm_keys plugin
15+
- Deprecate `generate_keys` functionality in cephadm_keys plugin
16+
- Fix issue with idempotency in cephadm_keys plugin, by no longer generating
17+
user keyring files on Ceph hosts.
18+
release_summary: 'Fix idempotency issue in cephadm_keys plugin. `cephadm_keys`
19+
no
20+
21+
longer generates keyring files on Ceph hosts, and additional tasks
22+
23+
are required to write keyring files to disk - see the cephadm_keys
24+
25+
README.md for further details.
26+
27+
'
28+
release_date: '2024-07-28'

0 commit comments

Comments
 (0)