Skip to content

Added workflow to auto-populate changelogs on galaxy version bump #176

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 8 commits into from
Feb 21, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 10 additions & 0 deletions .github/workflows/bump-changelogs.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
name: Update changelogs on galaxy version bump
on:
push:
paths:
- galaxy.yml
branches:
- antsibull_changelogs # change before merge
jobs:
bump-changelogs:
uses: stackhpc/.github/.github/workflows/antsibull-release.yml@update_changelogs # todo: change to main once merged
16 changes: 10 additions & 6 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,14 @@ stackhpc.cephadm Release Notes

.. contents:: Topics

v1.19.1
=======

Bugfixes
--------

- pools - cephadm_pool tasks now correctly run with sudo

v1.16.0
=======

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


Minor Changes
-------------

- Deprecate `generate_keys` functionality in cephadm_keys plugin
- Deprecate `fetch_inital_keys` functionality in cephadm_keys plugin
- Fix issue with idempotency in cephadm_keys plugin, by no longer
generating user keyring files on Ceph hosts.

- Deprecate `generate_keys` functionality in cephadm_keys plugin
- Fix issue with idempotency in cephadm_keys plugin, by no longer generating user keyring files on Ceph hosts.

v1.13.0
=======
Expand All @@ -33,7 +38,6 @@ Release Summary

Minor release adding support for choosing plugin in EC profiles


Minor Changes
-------------

Expand Down
32 changes: 29 additions & 3 deletions changelogs/changelog.yaml
Original file line number Diff line number Diff line change
@@ -1,9 +1,35 @@
ancestor: null
releases:
1.13.0:
changes:
minor_changes:
- Add support for choosing plugin in EC profiles
release_summary: 'Minor release adding support for choosing plugin in EC profiles

'
release_date: '2023-02-28'
1.16.0:
changes:
release_summary: |
Minor release adding support for choosing plugin in EC profiles
minor_changes:
- Add support for choosing plugin in EC profiles
- Deprecate `fetch_inital_keys` functionality in cephadm_keys plugin
- Deprecate `generate_keys` functionality in cephadm_keys plugin
- Fix issue with idempotency in cephadm_keys plugin, by no longer generating
user keyring files on Ceph hosts.
release_summary: 'Fix idempotency issue in cephadm_keys plugin. `cephadm_keys`
no

longer generates keyring files on Ceph hosts, and additional tasks

are required to write keyring files to disk - see the cephadm_keys

README.md for further details.

'
release_date: '2024-07-28'
1.19.1:
changes:
bugfixes:
- pools - cephadm_pool tasks now correctly run with sudo
fragments:
- sudo-fix.yml
release_date: '2025-01-08'
Empty file added changelogs/fragments/.gitkeep
Empty file.
Loading