From 76fa095577cfb8084fc4c52f48eddb842240b225 Mon Sep 17 00:00:00 2001 From: TrueCharts Bot Date: Sun, 26 Apr 2026 19:22:47 +0200 Subject: [PATCH] =?UTF-8?q?feat(slink):=20update=20image=20docker.io/anird?= =?UTF-8?q?ev/slink=20v1.10.6=20=E2=86=92=20v1.11.0=20(#47575)?= 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)) | minor | `a244c4e` → `8a7476a` | --- > [!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.0`](https://redirect.github.com/andrii-kryvoviaz/slink/releases/tag/v1.11.0) [Compare Source](https://redirect.github.com/andrii-kryvoviaz/slink/compare/v1.10.6...v1.11.0) #### 📦 Release Notes ##### 🚀 New Features - **i18n / Multi-Language Support:** Full localization framework added across the app, with translations for **German, Spanish, French, Italian, Japanese, Polish, Ukrainian, and Chinese** (English remains the source language). ([#​178](https://redirect.github.com/andrii-kryvoviaz/slink/issues/178)) - **Refined Media Access Control:** Per-image visibility and permission model for finer-grained sharing decisions. ([#​180](https://redirect.github.com/andrii-kryvoviaz/slink/issues/180)) - **Password-Protected Shares:** Optionally require a password to access a shared image. ([#​183](https://redirect.github.com/andrii-kryvoviaz/slink/issues/183)) - **Expiring Shares:** Set an expiration date on a share so it auto-revokes after a chosen time. ([#​182](https://redirect.github.com/andrii-kryvoviaz/slink/issues/182)) - **Published Share Listing:** Browse and manage all your published shares from a dedicated page. ([#​184](https://redirect.github.com/andrii-kryvoviaz/slink/issues/184)) - **Hardened Runtime:** FrankenPHP now runs with no Linux capabilities for a tighter container security baseline. ([#​181](https://redirect.github.com/andrii-kryvoviaz/slink/issues/181)) ##### 🛠️ Improvements & Fixes - **Faster Listings:** SSR now checks for existing items up front, eliminating the brief empty-state flicker on first paint. - **Quick-Copy Polish:** New clipboard utility with a subtle sound cue; copy is suppressed while selecting text on the info page. - **UX Refresh:** More compact `ViewModeToggle`, responsive `SearchBar`, redesigned upload page, improved share skeleton states, footer positioning, and Popover/DatePicker responsiveness. - **Notifications:** Better grouping behavior. - **Auth & Sessions:** Cleaner exception status codes and more reliable session handling in Auth and the API proxy. - **Maintenance:** Dependencies updated to their latest versions. *** > \[!IMPORTANT] > Slink is moving away from "always accessible by link" shares. All shares are now **fully private by default** and only become accessible to whoever holds the link (same outcome as before, but it gives you far more flexibility for per-image access control). > > Shares can now be **listed and edited from their own page**. This release ships an **automatic migration** from legacy shares and **creates missing share records** so existing behavior continues to work without intervention. **Shares with custom parameters must be migrated manually.** > \[!NOTE] > Translations may contain inconsistencies; roughly **99% are AI-translated**. Contributions to fix incorrect or awkward wording in any language are very welcome. #### New Contributors - [@​Milkmonkey](https://redirect.github.com/Milkmonkey) made their first contribution in [#​177](https://redirect.github.com/andrii-kryvoviaz/slink/pull/177) - [@​sebastka](https://redirect.github.com/sebastka) made their first contribution in [#​181](https://redirect.github.com/andrii-kryvoviaz/slink/pull/181) **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 00abfa3ad9a..034f9d51c49 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.10.6 +appVersion: 1.11.0 dependencies: - name: common version: 29.1.6 @@ -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.2.1 +version: 6.3.0 diff --git a/charts/stable/slink/values.yaml b/charts/stable/slink/values.yaml index 7b6e853d9f7..1131aa8a4ee 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.10.6@sha256:a244c4e42a9279a53e242f9985c947bc1922c6a8fdacc823b57698b9ebe50fca + tag: v1.11.0@sha256:8a7476a8ec940f23d398ab836bc0da5adcf742f686be7cd31c086e64769e95de securityContext: container: readOnlyRootFilesystem: false