Skip to content

Commit

Permalink
updated manifest for latest build
Browse files Browse the repository at this point in the history
  • Loading branch information
markdhooper committed Dec 13, 2021
1 parent 3af9bee commit e95cba7
Show file tree
Hide file tree
Showing 4 changed files with 22 additions and 9 deletions.
7 changes: 4 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
## Cockpit Ceph-Deploy 1.0.1-9
## Cockpit Ceph-Deploy 1.0.2-1

* added block_db_size in osd configuration options
* moved the offline_install checkbox to a role-independent section of page
* updated the ceph-ansible-45d dependency to require minimum version 5.2.6
* added options to use dedicated device journaling for osd nodes
* added options required to use offline repos
12 changes: 6 additions & 6 deletions manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
"name": "cockpit-ceph-deploy",
"title": "Cockpit Ceph-Deploy",
"prerelease": false,
"version": "1.0.1",
"buildVersion": "9",
"version": "1.0.2",
"buildVersion": "1",
"author": "Mark Hooper <mhooper@45drives.com>",
"url": "https://github.com/45Drives/cockpit-ceph-deploy",
"category": "utils",
Expand All @@ -26,13 +26,13 @@
"cockpit",
"ansible",
"python3",
"ceph-ansible-45d (>= 5.2.1)"
"ceph-ansible-45d (>= 5.2.6)"
],
"el": [
"cockpit",
"ansible",
"python3",
"ceph-ansible-45d > 5.2.1",
"ceph-ansible-45d >= 5.2.6",
"python3-dataclasses"
]
},
Expand All @@ -50,8 +50,8 @@
],
"changelog": {
"urgency": "medium",
"version": "1.0.1",
"buildVersion": "9",
"version": "1.0.2",
"buildVersion": "1",
"ignore": [],
"date": null,
"packager": "Mark Hooper <mhooper@45drives.com>",
Expand Down
4 changes: 4 additions & 0 deletions packaging/el8/main.spec
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,10 @@ fi
/usr/share/cockpit/ceph-deploy/*

%changelog
* Mon Dec 13 2021 Mark Hooper <mhooper@45drives.com> 1.0.2-1
- updated the ceph-ansible-45d dependency to require minimum version 5.2.6
- added options to use dedicated device journaling for osd nodes
- added options required to use offline repos
* Fri Nov 26 2021 Mark Hooper <mhooper@45drives.com> 1.0.1-9
- added block_db_size in osd configuration options
- moved the offline_install checkbox to a role-independent section of page
Expand Down
8 changes: 8 additions & 0 deletions packaging/focal/changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
cockpit-ceph-deploy (1.0.2-1focal) focal; urgency=medium

* updated the ceph-ansible-45d dependency to require minimum version 5.2.6
* added options to use dedicated device journaling for osd nodes
* added options required to use offline repos

-- Mark Hooper <mhooper@45drives.com> Mon, 13 Dec 2021 06:22:25 -0400

cockpit-ceph-deploy (1.0.1-9focal) focal; urgency=medium

* added block_db_size in osd configuration options
Expand Down

0 comments on commit e95cba7

Please sign in to comment.