Skip to content

Commit

Permalink
package 3.1.12
Browse files Browse the repository at this point in the history
  • Loading branch information
joshuaboud committed Jun 27, 2022
1 parent 5c6ee93 commit 40d77f2
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 4 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
## Cockpit File Sharing 3.1.11-1
## Cockpit File Sharing 3.1.12-1

* Use fileDownload() and processOutputDownload() from cockpit-helpers for exporting configs
* Try to get ceph layout pools with /etc/ceph/ceph.client.samba.keyring first
4 changes: 2 additions & 2 deletions manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"name": "cockpit-file-sharing",
"title": "Cockpit File Sharing",
"prerelease": true,
"version": "3.1.11",
"version": "3.1.12",
"buildVersion": "1",
"author": "Josh Boudreau <jboudreau@45drives.com>",
"url": "https://github.com/45Drives/cockpit-file-sharing",
Expand Down Expand Up @@ -58,7 +58,7 @@
],
"changelog": {
"urgency": "medium",
"version": "3.1.11",
"version": "3.1.12",
"buildVersion": "1",
"ignore": [],
"date": null,
Expand Down
2 changes: 2 additions & 0 deletions packaging/el8/main.spec
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,8 @@ make DESTDIR=%{buildroot} install
/usr/share/cockpit/file-sharing/*

%changelog
* Mon Jun 27 2022 Joshua Boudreau <jboudreau@45drives.com> 3.1.12-1
- Try to get ceph layout pools with /etc/ceph/ceph.client.samba.keyring first
* Fri Jun 24 2022 Joshua Boudreau <jboudreau@45drives.com> 3.1.11-1
- Use fileDownload() and processOutputDownload() from cockpit-helpers for exporting
configs
Expand Down
6 changes: 6 additions & 0 deletions packaging/focal/changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
cockpit-file-sharing (3.1.12-1focal) focal; urgency=medium

* Try to get ceph layout pools with /etc/ceph/ceph.client.samba.keyring first

-- Joshua Boudreau <jboudreau@45drives.com> Mon, 27 Jun 2022 10:17:15 -0300

cockpit-file-sharing (3.1.11-1focal) focal; urgency=medium

* Use fileDownload() and processOutputDownload() from cockpit-helpers for exporting
Expand Down

0 comments on commit 40d77f2

Please sign in to comment.