From 4b336bf53ace04738375301541432852739c4e93 Mon Sep 17 00:00:00 2001 From: TrueCharts Bot Date: Sun, 28 Jun 2026 02:21:04 +0200 Subject: [PATCH] =?UTF-8?q?fix(slink):=20update=20image=20docker.io/anirde?= =?UTF-8?q?v/slink=20v1.12.1=20=E2=86=92=20v1.12.2=20(#49583)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This PR contains the following updates: | Package | Update | Change | |---|---|---| | [docker.io/anirdev/slink](https://docs.slinkapp.io) ([source](https://redirect.github.com/andrii-kryvoviaz/slink)) | patch | `2547ac8` → `0345ee8` | --- > [!WARNING] > Some dependencies could not be looked up. Check the [Dependency Dashboard](../issues/18710) for more information. Add the preset `:preserveSemverRanges` to your config if you don't want to pin your dependencies. --- ### Release Notes
andrii-kryvoviaz/slink (docker.io/anirdev/slink) ### [`v1.12.2`](https://redirect.github.com/andrii-kryvoviaz/slink/releases/tag/v1.12.2) [Compare Source](https://redirect.github.com/andrii-kryvoviaz/slink/compare/v1.12.1...v1.12.2) #### 📦 Patch Notes ##### 🛠️ Improvements & Fixes - **SMB Storage:** Fixed validation of SMB share settings when saving. ([#​213](https://redirect.github.com/andrii-kryvoviaz/slink/issues/213)) - **Login Sessions:** Login sessions now persist across browser restarts. ([#​214](https://redirect.github.com/andrii-kryvoviaz/slink/issues/214)) - **Uploads:** Uploading more images now retains the active collection and tags. ([#​212](https://redirect.github.com/andrii-kryvoviaz/slink/issues/212)) - **History:** Reassigned images now update in place without resetting your pagination position. ([#​212](https://redirect.github.com/andrii-kryvoviaz/slink/issues/212)) - **Stability:** Resolved a cold-start race in the Redis connection during sign-in and adjusted service startup ordering for more reliable boots. - **Maintenance:** Replaced the JWT framework with the maintained jwt-library and jwt-bundle, and updated project dependencies. **Full Changelog**:
--- ### Configuration 📅 **Schedule**: (UTC) - Branch creation - At any time (no schedule defined) - Automerge - At any time (no schedule defined) 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://redirect.github.com/renovatebot/renovate). --- charts/stable/slink/Chart.yaml | 4 ++-- charts/stable/slink/values.yaml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/charts/stable/slink/Chart.yaml b/charts/stable/slink/Chart.yaml index ed926ff69ca..fae1eae55f3 100644 --- a/charts/stable/slink/Chart.yaml +++ b/charts/stable/slink/Chart.yaml @@ -9,7 +9,7 @@ annotations: trueforge.org/min_helm_version: "3.14" trueforge.org/train: stable apiVersion: v2 -appVersion: 1.12.1 +appVersion: 1.12.2 dependencies: - name: common version: 29.6.0 @@ -38,5 +38,5 @@ sources: - https://github.com/trueforge-org/truecharts/tree/master/charts/stable/slink - https://hub.docker.com/r/anirdev/slink type: application -version: 6.8.0 +version: 6.8.1 diff --git a/charts/stable/slink/values.yaml b/charts/stable/slink/values.yaml index 1942bf90b39..3ea96c2aad7 100644 --- a/charts/stable/slink/values.yaml +++ b/charts/stable/slink/values.yaml @@ -2,7 +2,7 @@ image: repository: docker.io/anirdev/slink pullPolicy: IfNotPresent - tag: v1.12.1@sha256:2547ac82f04d7452ed4d6cf40812c1b9c702f93c085becc3ac7c4c55a05c670b + tag: v1.12.2@sha256:0345ee8dc5172ad46bcf53063c52f59bf26b4e8e5d06da9b05e9e8b0141db291 securityContext: container: readOnlyRootFilesystem: false