From 194a1db9a24f0693cc3d39da848dfdbf7cbce476 Mon Sep 17 00:00:00 2001 From: nmfretz Date: Thu, 31 Oct 2024 15:45:13 +1000 Subject: [PATCH 1/3] Update samba to v4.20.5-r0 --- samba/docker-compose.yml | 2 +- samba/umbrel-app.yml | 7 +++++-- 2 files changed, 6 insertions(+), 3 deletions(-) diff --git a/samba/docker-compose.yml b/samba/docker-compose.yml index 5683aa56fd..948029ae12 100644 --- a/samba/docker-compose.yml +++ b/samba/docker-compose.yml @@ -14,7 +14,7 @@ services: - ${APP_DATA_DIR}/data/samba/smb.conf:/public/smb.conf:ro server: - image: dockurr/samba:4.20.2@sha256:f5b3eb5d1d6866b23c7b12259a0f7ec20b991e450785cb710f09e54bcef79e47 + image: dockurr/samba:4.20.5@sha256:f462ae8310ab74816cba51ed4048eb0762a023800338e053dac1eb8099f4f8b4 restart: on-failure environment: USER: umbrel diff --git a/samba/umbrel-app.yml b/samba/umbrel-app.yml index e8c5bbf364..be42a16e57 100644 --- a/samba/umbrel-app.yml +++ b/samba/umbrel-app.yml @@ -3,7 +3,7 @@ id: samba name: Samba tagline: Make your storage accessible using Samba category: networking -version: "4.20.2" +version: "4.20.5-r0" port: 9445 description: >- 📂 Simplify your file sharing with Samba! @@ -37,7 +37,10 @@ gallery: - 2.jpg - 3.jpg releaseNotes: >- - This update fixes an issue with library version strings in Samba 4.20.3. For more details, visit: https://bugzilla.samba.org/show_bug.cgi?id=15673 + This update adds support for multiple Samba users and includes improvements to user management functionality. + + + Full release notes can be found at https://github.com/dockur/samba/releases/tag/v4.20.5-r0 dependencies: [] path: "" defaultUsername: "umbrel" From a389351b69305fa86ec30ae202234101e73c717d Mon Sep 17 00:00:00 2001 From: nmfretz Date: Thu, 31 Oct 2024 22:30:53 +1000 Subject: [PATCH 2/3] Remove '-r0' from version in manifest --- samba/umbrel-app.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/samba/umbrel-app.yml b/samba/umbrel-app.yml index be42a16e57..81cbe9ef12 100644 --- a/samba/umbrel-app.yml +++ b/samba/umbrel-app.yml @@ -3,7 +3,7 @@ id: samba name: Samba tagline: Make your storage accessible using Samba category: networking -version: "4.20.5-r0" +version: "4.20.5" port: 9445 description: >- 📂 Simplify your file sharing with Samba! From d0a82198e22e092c882676f1ee0d8f5e6e011a90 Mon Sep 17 00:00:00 2001 From: nmfretz Date: Thu, 31 Oct 2024 22:31:43 +1000 Subject: [PATCH 3/3] Add generic release notes --- samba/umbrel-app.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/samba/umbrel-app.yml b/samba/umbrel-app.yml index 81cbe9ef12..e43c1f6de1 100644 --- a/samba/umbrel-app.yml +++ b/samba/umbrel-app.yml @@ -37,7 +37,7 @@ gallery: - 2.jpg - 3.jpg releaseNotes: >- - This update adds support for multiple Samba users and includes improvements to user management functionality. + This release updates the underlying samba service to v4.20.5. Full release notes can be found at https://github.com/dockur/samba/releases/tag/v4.20.5-r0