From 1578a3fa1e173c987e5aed159248b4da0386f326 Mon Sep 17 00:00:00 2001 From: bkelly16 Date: Fri, 15 Oct 2021 15:17:37 -0300 Subject: [PATCH] build v5.2.4 --- CHANGELOG.md | 5 ++--- manifest.json | 12 ++++++------ packaging/el8/main.spec | 2 ++ packaging/focal/changelog | 6 ++++++ 4 files changed, 16 insertions(+), 9 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 22ffe6c53e..a4f6c7ebdf 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,3 @@ -## Ceph Ansible 5.2.3-2 +## Ceph Ansible 5.2.4-1 -* first stable build of ceph-ansible-45d v5.2.3 -* modified device-alias.yml playbook to be hardware agnostic if /etc/vdev_id.conf was not created using dmap \ No newline at end of file +* Added offline install mode for rhel/rocky clusters \ No newline at end of file diff --git a/manifest.json b/manifest.json index ba34896df0..679037a2bd 100644 --- a/manifest.json +++ b/manifest.json @@ -3,9 +3,9 @@ "name": "ceph-ansible-45d", "title": "Ceph Ansible", "prerelease": false, - "version": "5.2.3", - "buildVersion": "2", - "author": "Mark Hooper ", + "version": "5.2.4", + "buildVersion": "1", + "author": "Brett Kelly ", "url": "https://github.com/45Drives/ceph-ansible", "category": "utils", "priority": "optional", @@ -48,11 +48,11 @@ ], "changelog": { "urgency": "medium", - "version": "5.2.3", - "buildVersion": "2", + "version": "5.2.4", + "buildVersion": "1", "ignore": [], "date": null, - "packager": "Mark Hooper ", + "packager": "Brett Kelly ", "changes": [] } } \ No newline at end of file diff --git a/packaging/el8/main.spec b/packaging/el8/main.spec index 216349552d..906e751ab9 100644 --- a/packaging/el8/main.spec +++ b/packaging/el8/main.spec @@ -28,6 +28,8 @@ make DESTDIR=%{buildroot} install /usr/share/ceph-ansible/* %changelog +* Fri Oct 15 2021 Brett Kelly 5.2.4-1 +- Added offline install mode for rhel/rocky clusters * Thu Oct 07 2021 Mark Hooper 5.2.3-2 - first stable build of ceph-ansible-45d v5.2.3 - modified device-alias.yml playbook to be hardware agnostic if /etc/vdev_id.conf diff --git a/packaging/focal/changelog b/packaging/focal/changelog index 423311a91e..473baa3ba5 100644 --- a/packaging/focal/changelog +++ b/packaging/focal/changelog @@ -1,3 +1,9 @@ +ceph-ansible-45d (5.2.4-1focal) focal; urgency=medium + + * Added offline install mode for rhel/rocky clusters + + -- Brett Kelly Fri, 15 Oct 2021 12:17:27 -0300 + ceph-ansible-45d (5.2.3-2focal) focal; urgency=medium * first stable build of ceph-ansible-45d v5.2.3