Skip to content

Commit

Permalink
package 4.2.9
Browse files Browse the repository at this point in the history
  • Loading branch information
joshuaboud committed Nov 27, 2024
1 parent cc5f85e commit 1663c8e
Show file tree
Hide file tree
Showing 5 changed files with 21 additions and 10 deletions.
5 changes: 3 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
## Cockpit File Sharing 4.2.8-1
## Cockpit File Sharing 4.2.9-1

* Merge AutoAddRBDs_MinorFixes
* Defer applying Ceph options until apply button is clicked
* Add shadow:localtime = yes to default macOS share options
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,8 @@ sudo apt install cockpit-file-sharing
### Direct from .deb
Installing this way may work for other versions of Ubuntu and Debian, but it is unsupported. You won't get automatic updates this way.
```bash
curl -LO https://github.com/45Drives/cockpit-file-sharing/releases/download/v4.2.8/cockpit-file-sharing_4.2.8-1focal_all.deb
sudo apt install ./cockpit-file-sharing_4.2.8-1focal_all.deb
curl -LO https://github.com/45Drives/cockpit-file-sharing/releases/download/v4.2.9/cockpit-file-sharing_4.2.9-1focal_all.deb
sudo apt install ./cockpit-file-sharing_4.2.9-1focal_all.deb
```
## Rocky 8
### From 45Drives Repo (Recommended, Rocky 8 only)
Expand All @@ -51,7 +51,7 @@ sudo dnf install cockpit-file-sharing
Installing this way may work for other versions of Rocky/Centos/RHEL/Fedora/etc, but it is unsupported. You won't get automatic updates this way.
```bash
# dnf or yum
sudo dnf install https://github.com/45Drives/cockpit-file-sharing/releases/download/v4.2.8/cockpit-file-sharing-4.2.8-1.el8.noarch.rpm
sudo dnf install https://github.com/45Drives/cockpit-file-sharing/releases/download/v4.2.9/cockpit-file-sharing-4.2.9-1.el8.noarch.rpm
```
## Generic Installation
1. Install Dependencies
Expand Down Expand Up @@ -81,9 +81,9 @@ samba-common-tools
```
2. Download pre-built archive and install
```bash
curl -LO https://github.com/45Drives/cockpit-file-sharing/releases/download/v4.2.8/cockpit-file-sharing_4.2.8_generic.zip
unzip cockpit-file-sharing_4.2.8_generic.zip
cd cockpit-file-sharing_4.2.8_generic
curl -LO https://github.com/45Drives/cockpit-file-sharing/releases/download/v4.2.9/cockpit-file-sharing_4.2.9_generic.zip
unzip cockpit-file-sharing_4.2.9_generic.zip
cd cockpit-file-sharing_4.2.9_generic
# no need to run `make` first, the plugin is pre-built
sudo make install
```
Expand Down
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": false,
"version": "4.2.8",
"version": "4.2.9",
"buildVersion": "1",
"author": "Josh Boudreau <[email protected]>",
"url": "https://github.com/45Drives/cockpit-file-sharing",
Expand Down Expand Up @@ -65,7 +65,7 @@
],
"changelog": {
"urgency": "medium",
"version": "4.2.8",
"version": "4.2.9",
"buildVersion": "1",
"ignore": [],
"date": null,
Expand Down
3 changes: 3 additions & 0 deletions packaging/el8/main.spec
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,9 @@ make DESTDIR=%{buildroot} install
/usr/share/cockpit/file-sharing/*

%changelog
* Wed Nov 27 2024 Joshua Boudreau <[email protected]> 4.2.9-1
- Defer applying Ceph options until apply button is clicked
- Add shadow:localtime = yes to default macOS share options
* Tue Nov 26 2024 Joshua Boudreau <[email protected]> 4.2.8-1
- Merge AutoAddRBDs_MinorFixes
* Mon Nov 25 2024 Joshua Boudreau <[email protected]> 4.2.7-1
Expand Down
7 changes: 7 additions & 0 deletions packaging/focal/changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
cockpit-file-sharing (4.2.9-1focal) focal; urgency=medium

* Defer applying Ceph options until apply button is clicked
* Add shadow:localtime = yes to default macOS share options

-- Joshua Boudreau <[email protected]> Wed, 27 Nov 2024 14:10:25 -0400

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

* Merge AutoAddRBDs_MinorFixes
Expand Down

0 comments on commit 1663c8e

Please sign in to comment.