Skip to content

Commit

Permalink
v4.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
joshuaboud committed Jun 14, 2024
1 parent b37befb commit f244634
Show file tree
Hide file tree
Showing 5 changed files with 18 additions and 10 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 4.0.2-1
## Cockpit File Sharing 4.0.3-1

* Fixed error spamming when path does not exist for Ceph path settings
* New Samba shares now default to read only = no
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.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)
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.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
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.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
```
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": true,
"version": "4.0.2",
"version": "4.0.3",
"buildVersion": "1",
"author": "Josh Boudreau <jboudreau@45drives.com>",
"url": "https://github.com/45Drives/cockpit-file-sharing",
Expand Down Expand Up @@ -65,7 +65,7 @@
],
"changelog": {
"urgency": "medium",
"version": "4.0.2",
"version": "4.0.3",
"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
* Fri Jun 14 2024 Joshua Boudreau <jboudreau@45drives.com> 4.0.3-1
- New Samba shares now default to read only = no
* Tue Jun 11 2024 Joshua Boudreau <jboudreau@45drives.com> 4.0.2-1
- Fixed error spamming when path does not exist for Ceph path settings
* Tue Jun 11 2024 Joshua Boudreau <jboudreau@45drives.com> 4.0.1-1
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 (4.0.3-1focal) focal; urgency=medium

* New Samba shares now default to read only = no

-- Joshua Boudreau <jboudreau@45drives.com> 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
Expand Down

0 comments on commit f244634

Please sign in to comment.