Skip to content

Commit

Permalink
Package v4.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
joshuaboud committed Jun 10, 2024
1 parent 74f6d44 commit 60bda5d
Show file tree
Hide file tree
Showing 5 changed files with 15 additions and 8 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-packages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
- name: Checkout
uses: actions/checkout@v2
- name: Package Binaries
run: build-packages ${{github.repository}} ${{github.workspace}} --env NPM_AUTH_TOKEN ${{secrets.NPM_AUTH_PAT}}
run: build-packages ${{github.repository}} ${{github.workspace}} --env YARN_IGNORE_NODE 1
- name: Set Variables
if: startsWith(github.ref, 'refs/tags/')
run: |
Expand Down
5 changes: 2 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
## Cockpit File Sharing 3.3.7-1
## Cockpit File Sharing 4.0.0-1

* Samba - fix saving global advanced settings with '=' in their value
* NFS - better whitespace handling while parsing exports file
* Complete rewrite for better maintainability and expansion
6 changes: 3 additions & 3 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.3.7",
"version": "4.0.0",
"buildVersion": "1",
"author": "Josh Boudreau <[email protected]>",
"url": "https://github.com/45Drives/cockpit-file-sharing",
Expand Down Expand Up @@ -65,11 +65,11 @@
],
"changelog": {
"urgency": "medium",
"version": "3.3.7",
"version": "4.0.0",
"buildVersion": "1",
"ignore": [],
"date": null,
"packager": "Josh Boudreau <[email protected]>",
"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
* Mon Jun 10 2024 Joshua Boudreau <[email protected]> 4.0.0-1
- Complete rewrite for better maintainability and expansion
* Tue Apr 23 2024 Joshua Boudreau <[email protected]> 3.3.7-1
- Samba - fix saving global advanced settings with '=' in their value
- NFS - better whitespace handling while parsing exports file
Expand Down Expand Up @@ -182,4 +184,4 @@ make DESTDIR=%{buildroot} install
* Wed Aug 11 2021 Sam Silver <[email protected]> 2.0.0-1
- A code refactor and UI redesign of NFS Manager.
* Mon Jul 05 2021 Sam Silver <[email protected]> 1.0.0-1
- Initial packaging
- Initial packaging
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.0-1focal) focal; urgency=medium

* Complete rewrite for better maintainability and expansion

-- Joshua Boudreau <[email protected]> Mon, 10 Jun 2024 15:19:05 -0300

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

* Samba - fix saving global advanced settings with '=' in their value
Expand Down

0 comments on commit 60bda5d

Please sign in to comment.