Skip to content
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
9 changes: 9 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,15 @@ stackhpc.cephadm Release Notes

.. contents:: Topics

v1.21.1
=======

Bugfixes
--------

- prechecks - change groups existence check to run once
- prechecks - fix groups existing assertion

v1.19.1
=======

Expand Down
6 changes: 3 additions & 3 deletions changelogs/changelog.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,9 +33,9 @@ releases:
fragments:
- sudo-fix.yml
release_date: '2025-01-08'
1.19.2:
1.21.1:
changes:
bugfixes:
- prechecks - fix groups existing assertion
- prechecks - change groups existence check to run once
release_date: '2025-10-09'
- prechecks - fix groups existing assertion
release_date: '2025-11-12'
2 changes: 1 addition & 1 deletion galaxy.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
namespace: "stackhpc"
name: "cephadm"
version: "1.21.0"
version: "1.21.1"

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

medium

The version is being bumped from 1.21.0 to 1.21.1. However, the changelog files (CHANGELOG.rst and changelogs/changelog.yaml) are missing entries for versions between 1.19.1 and 1.21.1 (e.g., 1.20.x, 1.21.0). This creates a discrepancy between the collection version and the documented release history. To maintain consistency and a clear project history, it would be beneficial to add the missing release notes for versions 1.20.0 through 1.21.0 or clarify why they are absent.

readme: "README.md"
authors:
- "Michal Nasiadka"
Expand Down
Loading