From 14e26ee9d235344c1504dab22c401608bb59ce93 Mon Sep 17 00:00:00 2001 From: TrueCharts Bot Date: Sun, 17 May 2026 18:59:29 +0200 Subject: [PATCH] =?UTF-8?q?fix(slink):=20update=20image=20docker.io/anirde?= =?UTF-8?q?v/slink=20v1.11.2=20=E2=86=92=20v1.11.3=20(#48305)?= 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 | `bd8d41b` → `0fd8461` | --- > [!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.11.3`](https://redirect.github.com/andrii-kryvoviaz/slink/releases/tag/v1.11.3) [Compare Source](https://redirect.github.com/andrii-kryvoviaz/slink/compare/v1.11.2...v1.11.3) #### 📦 Patch Notes ##### 🚀 New Features - **Granular Guest Access Control:** Share access controls now distinguish between explore mode, collection shares, and direct image links. ([#​193](https://redirect.github.com/andrii-kryvoviaz/slink/issues/193)) - **Collection View Preferences:** Per-collection controls for page size and load strategy, persisted across visits. ([#​174](https://redirect.github.com/andrii-kryvoviaz/slink/issues/174)) ##### 🛠️ Improvements & Fixes - **Collection UI/UX:** Switched the collection view to a masonry layout for a denser, more balanced presentation, and polished the collection share button. - **Richer Share Listing:** The share listing page now surfaces more attributes at a glance. - **Tags Table Sorting:** Tags table now supports sorting by name. ([#​139](https://redirect.github.com/andrii-kryvoviaz/slink/issues/139)) - **Unauthorized Redirects:** Simplified the unauthorized handler and corrected redirect logic after auth failures. - **Maintenance:** Upgraded Svelte to 5.55.7 and refreshed 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 229b4401d35..0e73683442b 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.11.2 +appVersion: 1.11.3 dependencies: - name: common version: 29.3.4 @@ -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.5.1 +version: 6.5.2 diff --git a/charts/stable/slink/values.yaml b/charts/stable/slink/values.yaml index f487bffe9ca..12759db1134 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.11.2@sha256:bd8d41b3a5bd1f73e85921695d3b9de7aa39492ae53d7c0e8f01d4d0e318eafc + tag: v1.11.3@sha256:0fd84616087a1cd6e1a195cf6ddbb59fad8fb174a9f9a98f49257fb534968e67 securityContext: container: readOnlyRootFilesystem: false