Skip to content

Commit 220451f

Browse files
authored
Merge pull request #176 from stackhpc/antsibull_changelogs
Added workflow to auto-populate changelogs on galaxy version bump
2 parents ea60f65 + 2050f3c commit 220451f

File tree

4 files changed

+49
-9
lines changed

4 files changed

+49
-9
lines changed

.github/workflows/bump-changelogs.yml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
name: Update changelogs on galaxy version bump
2+
on:
3+
push:
4+
paths:
5+
- galaxy.yml
6+
branches:
7+
- antsibull_changelogs # change before merge
8+
jobs:
9+
bump-changelogs:
10+
uses: stackhpc/.github/.github/workflows/antsibull-release.yml@update_changelogs # todo: change to main once merged

CHANGELOG.rst

Lines changed: 10 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,14 @@ stackhpc.cephadm Release Notes
44

55
.. contents:: Topics
66

7+
v1.19.1
8+
=======
9+
10+
Bugfixes
11+
--------
12+
13+
- pools - cephadm_pool tasks now correctly run with sudo
14+
715
v1.16.0
816
=======
917

@@ -15,15 +23,12 @@ longer generates keyring files on Ceph hosts, and additional tasks
1523
are required to write keyring files to disk - see the cephadm_keys
1624
README.md for further details.
1725

18-
1926
Minor Changes
2027
-------------
2128

22-
- Deprecate `generate_keys` functionality in cephadm_keys plugin
2329
- 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-
30+
- Deprecate `generate_keys` functionality in cephadm_keys plugin
31+
- Fix issue with idempotency in cephadm_keys plugin, by no longer generating user keyring files on Ceph hosts.
2732

2833
v1.13.0
2934
=======
@@ -33,7 +38,6 @@ Release Summary
3338

3439
Minor release adding support for choosing plugin in EC profiles
3540

36-
3741
Minor Changes
3842
-------------
3943

changelogs/changelog.yaml

Lines changed: 29 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,35 @@
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'
29+
1.19.1:
30+
changes:
31+
bugfixes:
32+
- pools - cephadm_pool tasks now correctly run with sudo
33+
fragments:
34+
- sudo-fix.yml
35+
release_date: '2025-01-08'

changelogs/fragments/.gitkeep

Whitespace-only changes.

0 commit comments

Comments
 (0)