From f244634270b74cbbeb9011bfa85a5be44eb802f0 Mon Sep 17 00:00:00 2001 From: joshuaboud Date: Fri, 14 Jun 2024 14:43:03 -0300 Subject: [PATCH] v4.0.3 --- CHANGELOG.md | 4 ++-- README.md | 12 ++++++------ manifest.json | 4 ++-- packaging/el8/main.spec | 2 ++ packaging/focal/changelog | 6 ++++++ 5 files changed, 18 insertions(+), 10 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 91cd053..8329971 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,3 @@ -## Cockpit File Sharing 4.0.2-1 +## Cockpit File Sharing 4.0.3-1 -* Fixed error spamming when path does not exist for Ceph path settings \ No newline at end of file +* New Samba shares now default to read only = no \ No newline at end of file diff --git a/README.md b/README.md index 126bbda..c877d20 100644 --- a/README.md +++ b/README.md @@ -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.0.2/cockpit-file-sharing_4.0.2-1focal_all.deb -sudo apt install ./cockpit-file-sharing_4.0.2-1focal_all.deb +curl -LO https://github.com/45Drives/cockpit-file-sharing/releases/download/v4.0.3/cockpit-file-sharing_4.0.3-1focal_all.deb +sudo apt install ./cockpit-file-sharing_4.0.3-1focal_all.deb ``` ## Rocky 8 ### From 45Drives Repo (Recommended, Rocky 8 only) @@ -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.0.2/cockpit-file-sharing-4.0.2-1.el8.noarch.rpm +sudo dnf install https://github.com/45Drives/cockpit-file-sharing/releases/download/v4.0.3/cockpit-file-sharing-4.0.3-1.el8.noarch.rpm ``` ## Generic Installation 1. Install Dependencies @@ -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.0.2/cockpit-file-sharing_4.0.2_generic.zip -unzip cockpit-file-sharing_4.0.2_generic.zip -cd cockpit-file-sharing_4.0.2_generic +curl -LO https://github.com/45Drives/cockpit-file-sharing/releases/download/v4.0.3/cockpit-file-sharing_4.0.3_generic.zip +unzip cockpit-file-sharing_4.0.3_generic.zip +cd cockpit-file-sharing_4.0.3_generic # no need to run `make` first, the plugin is pre-built sudo make install ``` diff --git a/manifest.json b/manifest.json index 7e5dc2a..17d163b 100644 --- a/manifest.json +++ b/manifest.json @@ -3,7 +3,7 @@ "name": "cockpit-file-sharing", "title": "Cockpit File Sharing", "prerelease": true, - "version": "4.0.2", + "version": "4.0.3", "buildVersion": "1", "author": "Josh Boudreau ", "url": "https://github.com/45Drives/cockpit-file-sharing", @@ -65,7 +65,7 @@ ], "changelog": { "urgency": "medium", - "version": "4.0.2", + "version": "4.0.3", "buildVersion": "1", "ignore": [], "date": null, diff --git a/packaging/el8/main.spec b/packaging/el8/main.spec index a59cb60..72c79a9 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 +* Fri Jun 14 2024 Joshua Boudreau 4.0.3-1 +- New Samba shares now default to read only = no * Tue Jun 11 2024 Joshua Boudreau 4.0.2-1 - Fixed error spamming when path does not exist for Ceph path settings * Tue Jun 11 2024 Joshua Boudreau 4.0.1-1 diff --git a/packaging/focal/changelog b/packaging/focal/changelog index d9e29d8..65179a7 100644 --- a/packaging/focal/changelog +++ b/packaging/focal/changelog @@ -1,3 +1,9 @@ +cockpit-file-sharing (4.0.3-1focal) focal; urgency=medium + + * New Samba shares now default to read only = no + + -- Joshua Boudreau Fri, 14 Jun 2024 11:42:30 -0300 + cockpit-file-sharing (4.0.2-1focal) focal; urgency=medium * Fixed error spamming when path does not exist for Ceph path settings