Skip to content

Commit 38b7d5d

Browse files
committed
Initial stable release push with autopackaging
1 parent 06b9658 commit 38b7d5d

File tree

4 files changed

+22
-6
lines changed

4 files changed

+22
-6
lines changed

CHANGELOG.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
## Cockpit Ceph-Deploy 1.0.0-1
1+
## Cockpit Ceph-Deploy 1.0.0-2
22

3+
* first stable release of cockpit-ceph-deploy
34
* added Ctrl+C interrupt to ansible_runner
4-
* deploy steps remain locked if required roles are not assigned
55
* added 45Drives branding to main menu
6-
* modified the pre-configuration step instructions
7-
* updated README.md
6+
* deploy steps remain locked if required roles are not assigned
7+
* modified the pre-configuration step instructions

manifest.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"title": "Cockpit Ceph-Deploy",
55
"prerelease": true,
66
"version": "1.0.0",
7-
"buildVersion": "1",
7+
"buildVersion": "2",
88
"author": "Mark Hooper <[email protected]>",
99
"url": "https://github.com/45Drives/cockpit-ceph-deploy",
1010
"category": "utils",
@@ -51,7 +51,7 @@
5151
"changelog": {
5252
"urgency": "medium",
5353
"version": "1.0.0",
54-
"buildVersion": "1",
54+
"buildVersion": "2",
5555
"ignore": [],
5656
"date": null,
5757
"packager": "Mark Hooper <[email protected]>",

packaging/el8/main.spec

+6
Original file line numberDiff line numberDiff line change
@@ -89,6 +89,12 @@ fi
8989
/usr/share/cockpit/ceph-deploy/*
9090

9191
%changelog
92+
* Thu Aug 26 2021 Mark Hooper <[email protected]> 1.0.0-2
93+
- first stable release of cockpit-ceph-deploy
94+
- added Ctrl+C interrupt to ansible_runner
95+
- added 45Drives branding to main menu
96+
- deploy steps remain locked if required roles are not assigned
97+
- modified the pre-configuration step instructions
9298
* Tue Aug 24 2021 Mark Hooper <[email protected]> 1.0.0-1
9399
- added Ctrl+C interrupt to ansible_runner
94100
- deploy steps remain locked if required roles are not assigned

packaging/focal/changelog

+10
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
cockpit-ceph-deploy (1.0.0-2focal) focal; urgency=medium
2+
3+
* first stable release of cockpit-ceph-deploy
4+
* added Ctrl+C interrupt to ansible_runner
5+
* added 45Drives branding to main menu
6+
* deploy steps remain locked if required roles are not assigned
7+
* modified the pre-configuration step instructions
8+
9+
-- Mark Hooper <[email protected]> Thu, 26 Aug 2021 05:41:42 -0300
10+
111
cockpit-ceph-deploy (1.0.0-1focal) focal; urgency=medium
212

313
* added Ctrl+C interrupt to ansible_runner

0 commit comments

Comments
 (0)