diff --git a/CHANGELOG.md b/CHANGELOG.md index 06881aedf9..db6dcef894 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,5 @@ -## Ceph Ansible 5.4.0-2 +## Ceph Ansible 5.4.0-3 -* set ansible 5.6.0 rpm dep \ No newline at end of file +* ansible-core 2.12 support +* ubuntu20 uses podman +* snapshield support \ No newline at end of file diff --git a/manifest.json b/manifest.json index b3a0c5428a..ea63518cda 100644 --- a/manifest.json +++ b/manifest.json @@ -2,9 +2,9 @@ "__version": "45D-R1", "name": "ceph-ansible-45d", "title": "Ceph Ansible", - "prerelease": true, + "prerelease": false, "version": "5.4.0", - "buildVersion": "2", + "buildVersion": "3", "author": "Brett Kelly ", "url": "https://github.com/45Drives/ceph-ansible", "category": "utils", @@ -54,7 +54,7 @@ "changelog": { "urgency": "medium", "version": "5.4.0", - "buildVersion": "2", + "buildVersion": "3", "ignore": [], "date": null, "packager": "Brett Kelly ", diff --git a/packaging/el8/main.spec b/packaging/el8/main.spec index 0cb1fb984c..271c69b052 100644 --- a/packaging/el8/main.spec +++ b/packaging/el8/main.spec @@ -28,6 +28,10 @@ make DESTDIR=%{buildroot} install /usr/share/ceph-ansible/* %changelog +* Thu May 25 2023 Brett Kelly 5.4.0-3 +- ansible-core 2.12 support +- ubuntu20 uses podman +- snapshield support * Wed May 24 2023 Brett Kelly 5.4.0-2 - set ansible 5.6.0 rpm dep * Thu May 18 2023 Brett Kelly 5.4.0-1 diff --git a/packaging/focal/changelog b/packaging/focal/changelog index 7f87941926..493987d3af 100644 --- a/packaging/focal/changelog +++ b/packaging/focal/changelog @@ -1,3 +1,11 @@ +ceph-ansible-45d (5.4.0-3focal) focal; urgency=medium + + * ansible-core 2.12 support + * ubuntu20 uses podman + * snapshield support + + -- Brett Kelly Thu, 25 May 2023 12:03:25 -0300 + ceph-ansible-45d (5.4.0-2focal) focal; urgency=medium * set ansible 5.6.0 rpm dep