Skip to content

Commit

Permalink
bump package build number
Browse files Browse the repository at this point in the history
  • Loading branch information
joshuaboud committed Jan 23, 2025
1 parent 39bc4e9 commit 691fc40
Show file tree
Hide file tree
Showing 5 changed files with 18 additions and 14 deletions.
8 changes: 2 additions & 6 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,3 @@
## Cockpit File Sharing 4.2.9-1
## Cockpit File Sharing 4.2.9-2

* Defer applying Ceph options until apply button is clicked
* Add shadow:localtime = yes to default shadow-copy share options
* Auto hide tabs that aren't configured
* Allow overriding tab visibility in user settings menu
* Get PCS cluster nodes from corosync.conf since Ubuntu 20.04 pcs version does not have JSON output
* Migrate samba management code to houston-common-lib
6 changes: 3 additions & 3 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.9/cockpit-file-sharing_4.2.9-1focal_all.deb
sudo apt install ./cockpit-file-sharing_4.2.9-1focal_all.deb
curl -LO https://github.com/45Drives/cockpit-file-sharing/releases/download/v4.2.9/cockpit-file-sharing_4.2.9-2focal_all.deb
sudo apt install ./cockpit-file-sharing_4.2.9-2focal_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.9/cockpit-file-sharing-4.2.9-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-2.el8.noarch.rpm
```
## Generic Installation
1. Install Dependencies
Expand Down
6 changes: 3 additions & 3 deletions manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"title": "Cockpit File Sharing",
"prerelease": true,
"version": "4.2.9",
"buildVersion": "1",
"buildVersion": "2",
"author": "Josh Boudreau <jboudreau@45drives.com>",
"url": "https://github.com/45Drives/cockpit-file-sharing",
"category": "utils",
Expand Down Expand Up @@ -66,10 +66,10 @@
"changelog": {
"urgency": "medium",
"version": "4.2.9",
"buildVersion": "1",
"buildVersion": "2",
"ignore": [],
"date": null,
"packager": "Josh Boudreau <jboudreau@45drives.com>",
"changes": []
}
}
}
4 changes: 3 additions & 1 deletion 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
* Thu Jan 23 2025 Joshua Boudreau <jboudreau@45drives.com> 4.2.9-2
- Migrate samba management code to houston-common-lib
* Wed Nov 27 2024 Joshua Boudreau <jboudreau@45drives.com> 4.2.9-1
- Defer applying Ceph options until apply button is clicked
- Add shadow:localtime = yes to default shadow-copy share options
Expand Down Expand Up @@ -222,4 +224,4 @@ make DESTDIR=%{buildroot} install
* Wed Aug 11 2021 Sam Silver <ssilver@45drives.com> 2.0.0-1
- A code refactor and UI redesign of NFS Manager.
* Mon Jul 05 2021 Sam Silver <ssilver@45drives.com> 1.0.0-1
- Initial packaging
- Initial packaging
8 changes: 7 additions & 1 deletion packaging/focal/changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
cockpit-file-sharing (4.2.9-2focal) focal; urgency=medium

* Migrate samba management code to houston-common-lib

-- Joshua Boudreau <jboudreau@45drives.com> Thu, 23 Jan 2025 09:54:07 -0400

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

* Defer applying Ceph options until apply button is clicked
Expand Down Expand Up @@ -428,4 +434,4 @@ cockpit-file-sharing (1.0.0-1focal) focal; urgency=medium

* Initial packaging

-- Sam Silver <ssilver@45drives.com> Mon, 05 Jul 2021 12:47:55 -0300
-- Sam Silver <ssilver@45drives.com> Mon, 05 Jul 2021 12:47:55 -0300

0 comments on commit 691fc40

Please sign in to comment.