-
Notifications
You must be signed in to change notification settings - Fork 0
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
1 parent
6f2709b
commit 864ddf5
Showing
6 changed files
with
16 additions
and
10 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 @@ | ||
## task scheduler 1.2.3-1 | ||
|
||
* Introduces time-based snapshot retention policies | ||
## task scheduler 1.2.4-2 |
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
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,7 +3,7 @@ | |
"name": "cockpit-scheduler", | ||
"title": "task scheduler", | ||
"prerelease": false, | ||
"version": "1.2.3", | ||
"version": "1.2.4", | ||
"buildVersion": "1", | ||
"author": "Jordan Keough <[email protected]>", | ||
"url": "https://github.com/45Drives/cockpit-scheduler", | ||
|
@@ -57,11 +57,11 @@ | |
], | ||
"changelog": { | ||
"urgency": "medium", | ||
"version": "1.2.3", | ||
"buildVersion": "1", | ||
"version": "1.2.4", | ||
"buildVersion": "2", | ||
"ignore": [], | ||
"date": null, | ||
"packager": "Jordan Keough <jkeough@45drives.com>", | ||
"date": "2024-12-11T09:59:38.162212", | ||
"packager": "Rachit Hans <rhans@45drives.com>", | ||
"changes": [] | ||
} | ||
} |
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
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 | |
/opt/45drives/houston/scheduler/* | ||
|
||
%changelog | ||
* Wed Dec 11 2024 Rachit Hans <[email protected]> 1.2.4-1 | ||
- Fixed auto-snapshot recursive bug | ||
* Wed Nov 27 2024 Jordan Keough <[email protected]> 1.2.3-1 | ||
- Introduces time-based snapshot retention policies | ||
* Mon Nov 04 2024 Jordan Keough <[email protected]> 1.2.2-1 | ||
|
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 @@ | ||
cockpit-scheduler (1.2.4-1focal) focal; urgency=medium | ||
|
||
* Fixed auto-snapshot recursive bug | ||
|
||
-- Rachit Hans <[email protected]> Wed, 11 Dec 2024 05:53:37 -0400 | ||
|
||
cockpit-scheduler (1.2.3-1focal) focal; urgency=medium | ||
|
||
* Introduces time-based snapshot retention policies | ||
|