diff --git a/.github/workflows/bump-changelogs.yml b/.github/workflows/bump-changelogs.yml new file mode 100644 index 0000000..332f993 --- /dev/null +++ b/.github/workflows/bump-changelogs.yml @@ -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 diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 83fb515..48c95c8 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -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 ======= @@ -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 ======= @@ -33,7 +38,6 @@ Release Summary Minor release adding support for choosing plugin in EC profiles - Minor Changes ------------- diff --git a/changelogs/changelog.yaml b/changelogs/changelog.yaml index 34fddaf..0595069 100644 --- a/changelogs/changelog.yaml +++ b/changelogs/changelog.yaml @@ -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' diff --git a/changelogs/fragments/.gitkeep b/changelogs/fragments/.gitkeep new file mode 100644 index 0000000..e69de29