diff --git a/CHANGELOG.md b/CHANGELOG.md index 67e48e3f53..c69f6b28b3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,3 @@ -## Ceph Ansible 5.2.5-1 +## Ceph Ansible 5.2.6-1 -* ubuntu offline support \ No newline at end of file +* offline support for rocky(el8) and ubuntu20.04 diff --git a/manifest.json b/manifest.json index 6884d820e7..3467a70c3a 100644 --- a/manifest.json +++ b/manifest.json @@ -3,7 +3,7 @@ "name": "ceph-ansible-45d", "title": "Ceph Ansible", "prerelease": false, - "version": "5.2.5", + "version": "5.2.6", "buildVersion": "1", "author": "Brett Kelly ", "url": "https://github.com/45Drives/ceph-ansible", @@ -48,11 +48,11 @@ ], "changelog": { "urgency": "medium", - "version": "5.2.5", + "version": "5.2.6", "buildVersion": "1", "ignore": [], "date": null, "packager": "Brett Kelly ", "changes": [] } -} \ No newline at end of file +} diff --git a/packaging/el8/main.spec b/packaging/el8/main.spec index eae475d7ba..da569555e7 100644 --- a/packaging/el8/main.spec +++ b/packaging/el8/main.spec @@ -28,6 +28,8 @@ make DESTDIR=%{buildroot} install /usr/share/ceph-ansible/* %changelog +* Sun Dec 12 2021 Brett Kelly 5.2.6-1 +- offline support for rocky(el8) and ubuntu20.04 * Tue Nov 30 2021 Brett Kelly 5.2.5-1 - ubuntu offline support * Fri Oct 15 2021 Brett Kelly 5.2.4-1 @@ -70,4 +72,4 @@ make DESTDIR=%{buildroot} install * Fri Jul 16 2021 Dawson Della Valle 5.2.0-1 - Finalize auto-packaging. * Fri Jul 16 2021 Dawson Della Valle 0.0.0-1 -- First auto-package for ubuntu & rhel. \ No newline at end of file +- First auto-package for ubuntu & rhel. diff --git a/packaging/focal/changelog b/packaging/focal/changelog index c8430242c5..bfc8b7135b 100644 --- a/packaging/focal/changelog +++ b/packaging/focal/changelog @@ -1,3 +1,9 @@ +ceph-ansible-45d (5.2.6-1focal) focal; urgency=medium + + * offline support for rocky(el8) and ubuntu20.04 + + -- Brett Kelly Sun, 12 Dec 2021 13:06:16 -0400 + ceph-ansible-45d (5.2.5-1focal) focal; urgency=medium * ubuntu offline support