diff --git a/CHANGELOG.md b/CHANGELOG.md index 6fdcbb8..0cd9818 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,3 @@ -## Cockpit File Sharing 4.2.4-1 +## Cockpit File Sharing 4.2.5-1 -* Removed standalone RBD creation to use LVs instead \ No newline at end of file +* iSCSI Release \ No newline at end of file diff --git a/manifest.json b/manifest.json index 44f3474..af82781 100644 --- a/manifest.json +++ b/manifest.json @@ -2,8 +2,8 @@ "__version": "45D-R2", "name": "cockpit-file-sharing", "title": "Cockpit File Sharing", - "prerelease": true, - "version": "4.2.4", + "prerelease": false, + "version": "4.2.5", "buildVersion": "1", "author": "Josh Boudreau ", "url": "https://github.com/45Drives/cockpit-file-sharing", @@ -65,7 +65,7 @@ ], "changelog": { "urgency": "medium", - "version": "4.2.4", + "version": "4.2.5", "buildVersion": "1", "ignore": [], "date": null, diff --git a/packaging/el8/main.spec b/packaging/el8/main.spec index eed04b2..667aa4a 100644 --- a/packaging/el8/main.spec +++ b/packaging/el8/main.spec @@ -27,6 +27,8 @@ make DESTDIR=%{buildroot} install /usr/share/cockpit/file-sharing/* %changelog +* Mon Oct 28 2024 Brandon Kelly 4.2.5-1 +- iSCSI Release * Mon Sep 23 2024 Brandon Kelly 4.2.4-1 - Removed standalone RBD creation to use LVs instead * Thu Sep 19 2024 Brandon Kelly 4.2.3-1 diff --git a/packaging/focal/changelog b/packaging/focal/changelog index 8bc3c8d..0517e30 100644 --- a/packaging/focal/changelog +++ b/packaging/focal/changelog @@ -1,3 +1,9 @@ +cockpit-file-sharing (4.2.5-1focal) focal; urgency=medium + + * iSCSI Release + + -- Brandon Kelly Mon, 28 Oct 2024 12:18:32 -0300 + cockpit-file-sharing (4.2.4-1focal) focal; urgency=medium * Removed standalone RBD creation to use LVs instead