From 37f3fd314c2a2f48774d71dd5a08f0f88ef9a9e6 Mon Sep 17 00:00:00 2001 From: markdhooper Date: Thu, 28 Apr 2022 09:22:53 -0300 Subject: [PATCH] updated manifest for latest build --- CHANGELOG.md | 6 ++---- manifest.json | 4 ++-- packaging/el8/main.spec | 2 ++ packaging/focal/changelog | 6 ++++++ 4 files changed, 12 insertions(+), 6 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4e367b0..8b08951 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,3 @@ -## Cockpit Ceph-Deploy 1.0.2-1 +## Cockpit Ceph-Deploy 1.0.2-2 -* updated the ceph-ansible-45d dependency to require minimum version 5.2.6 -* added options to use dedicated device journaling for osd nodes -* added options required to use offline repos \ No newline at end of file +* virtual ip interfaces for rgwloadbalancers can now be set on the host level \ No newline at end of file diff --git a/manifest.json b/manifest.json index efd0b79..5659171 100644 --- a/manifest.json +++ b/manifest.json @@ -4,7 +4,7 @@ "title": "Cockpit Ceph-Deploy", "prerelease": false, "version": "1.0.2", - "buildVersion": "1", + "buildVersion": "2", "author": "Mark Hooper ", "url": "https://github.com/45Drives/cockpit-ceph-deploy", "category": "utils", @@ -51,7 +51,7 @@ "changelog": { "urgency": "medium", "version": "1.0.2", - "buildVersion": "1", + "buildVersion": "2", "ignore": [], "date": null, "packager": "Mark Hooper ", diff --git a/packaging/el8/main.spec b/packaging/el8/main.spec index a790140..0fa2afa 100644 --- a/packaging/el8/main.spec +++ b/packaging/el8/main.spec @@ -89,6 +89,8 @@ fi /usr/share/cockpit/ceph-deploy/* %changelog +* Thu Apr 28 2022 Mark Hooper 1.0.2-2 +- virtual ip interfaces for rgwloadbalancers can now be set on the host level * Mon Dec 13 2021 Mark Hooper 1.0.2-1 - updated the ceph-ansible-45d dependency to require minimum version 5.2.6 - added options to use dedicated device journaling for osd nodes diff --git a/packaging/focal/changelog b/packaging/focal/changelog index 0fb3406..e8d1c67 100644 --- a/packaging/focal/changelog +++ b/packaging/focal/changelog @@ -1,3 +1,9 @@ +cockpit-ceph-deploy (1.0.2-2focal) focal; urgency=medium + + * virtual ip interfaces for rgwloadbalancers can now be set on the host level + + -- Mark Hooper Thu, 28 Apr 2022 06:21:52 -0300 + cockpit-ceph-deploy (1.0.2-1focal) focal; urgency=medium * updated the ceph-ansible-45d dependency to require minimum version 5.2.6