From 1e21bde3a81e8aed0c9c0877941ba865e5ab9162 Mon Sep 17 00:00:00 2001 From: Brett Kelly Date: Mon, 7 Oct 2024 13:47:58 -0300 Subject: [PATCH] build 5.4.4 --- CHANGELOG.md | 4 ++-- manifest.json | 8 ++++---- packaging/el8/main.spec | 2 ++ packaging/focal/changelog | 6 ++++++ 4 files changed, 14 insertions(+), 6 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3a70796af5..ef596b1a5d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,3 @@ -## Ceph Ansible 5.4.3-2 +## Ceph Ansible 5.4.4-1 -* ceph-prerun: Added standalone ansible ppa for ubuntu offline installs, fixed incorrect prometheus container name \ No newline at end of file +* updated alerting rules \ No newline at end of file diff --git a/manifest.json b/manifest.json index 81aaf64dc5..65094bd7aa 100644 --- a/manifest.json +++ b/manifest.json @@ -3,8 +3,8 @@ "name": "ceph-ansible-45d", "title": "Ceph Ansible", "prerelease": false, - "version": "5.4.3", - "buildVersion": "2", + "version": "5.4.4", + "buildVersion": "1", "author": "Brett Kelly ", "url": "https://github.com/45Drives/ceph-ansible", "category": "utils", @@ -53,8 +53,8 @@ ], "changelog": { "urgency": "medium", - "version": "5.4.3", - "buildVersion": "2", + "version": "5.4.4", + "buildVersion": "1", "ignore": [], "date": null, "packager": "Brett Kelly ", diff --git a/packaging/el8/main.spec b/packaging/el8/main.spec index c4d4581502..ae4378801f 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 Oct 07 2024 Brett Kelly 5.4.4-1 +- updated alerting rules * Wed Jan 03 2024 Brett Kelly 5.4.3-2 - ceph-prerun: Added standalone ansible ppa for ubuntu offline installs, fixed incorrect prometheus container name diff --git a/packaging/focal/changelog b/packaging/focal/changelog index 7d215f44b9..41864c0390 100644 --- a/packaging/focal/changelog +++ b/packaging/focal/changelog @@ -1,3 +1,9 @@ +ceph-ansible-45d (5.4.4-1focal) focal; urgency=medium + + * updated alerting rules + + -- Brett Kelly Mon, 07 Oct 2024 10:47:19 -0300 + ceph-ansible-45d (5.4.3-2focal) focal; urgency=medium * ceph-prerun: Added standalone ansible ppa for ubuntu offline installs, fixed