forked from ceph/ceph-ansible
-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
4 changed files
with
14 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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 | ||
* updated alerting rules |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 <[email protected]>", | ||
"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 <[email protected]>", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -28,6 +28,8 @@ make DESTDIR=%{buildroot} install | |
/usr/share/ceph-ansible/* | ||
|
||
%changelog | ||
* Mon Oct 07 2024 Brett Kelly <[email protected]> 5.4.4-1 | ||
- updated alerting rules | ||
* Wed Jan 03 2024 Brett Kelly <[email protected]> 5.4.3-2 | ||
- ceph-prerun: Added standalone ansible ppa for ubuntu offline installs, fixed incorrect | ||
prometheus container name | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,9 @@ | ||
ceph-ansible-45d (5.4.4-1focal) focal; urgency=medium | ||
|
||
* updated alerting rules | ||
|
||
-- Brett Kelly <[email protected]> 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 | ||
|