From f9fc1ba18ec8dc2ddf68bb1ebcccfaba15a269b4 Mon Sep 17 00:00:00 2001 From: bkelly16 Date: Mon, 25 Apr 2022 09:33:04 -0300 Subject: [PATCH] build 5.2.13 --- CHANGELOG.md | 4 ++-- manifest.json | 4 ++-- packaging/el8/main.spec | 2 ++ packaging/focal/changelog | 6 ++++++ 4 files changed, 12 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index fbe64ca069..36ca9c9b27 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,3 @@ -## Ceph Ansible 5.2.12-1 +## Ceph Ansible 5.2.13-1 -* fixed deploy issue when mds is not colocated \ No newline at end of file +* fixed issue when mon and mgr are not colocated \ No newline at end of file diff --git a/manifest.json b/manifest.json index cea982b858..2435ed7eaa 100644 --- a/manifest.json +++ b/manifest.json @@ -3,7 +3,7 @@ "name": "ceph-ansible-45d", "title": "Ceph Ansible", "prerelease": false, - "version": "5.2.12", + "version": "5.2.13", "buildVersion": "1", "author": "Brett Kelly ", "url": "https://github.com/45Drives/ceph-ansible", @@ -48,7 +48,7 @@ ], "changelog": { "urgency": "medium", - "version": "5.2.12", + "version": "5.2.13", "buildVersion": "1", "ignore": [], "date": null, diff --git a/packaging/el8/main.spec b/packaging/el8/main.spec index f1935f09c2..b4b62adc80 100644 --- a/packaging/el8/main.spec +++ b/packaging/el8/main.spec @@ -28,6 +28,8 @@ make DESTDIR=%{buildroot} install /usr/share/ceph-ansible/* %changelog +* Mon Apr 25 2022 Brett Kelly 5.2.13-1 +- fixed issue when mon and mgr are not colocated * Tue Apr 05 2022 Brett Kelly 5.2.12-1 - fixed deploy issue when mds is not colocated * Tue Mar 22 2022 Brett Kelly 5.2.11-1 diff --git a/packaging/focal/changelog b/packaging/focal/changelog index 9473bd055b..c3df0fd0b4 100644 --- a/packaging/focal/changelog +++ b/packaging/focal/changelog @@ -1,3 +1,9 @@ +ceph-ansible-45d (5.2.13-1focal) focal; urgency=medium + + * fixed issue when mon and mgr are not colocated + + -- Brett Kelly Mon, 25 Apr 2022 06:32:52 -0300 + ceph-ansible-45d (5.2.12-1focal) focal; urgency=medium * fixed deploy issue when mds is not colocated