From ab8dbbcea1a44081a9b07c8abc94471c78cf1997 Mon Sep 17 00:00:00 2001 From: TrueCharts Bot Date: Sat, 13 Jun 2026 01:34:58 +0200 Subject: [PATCH] =?UTF-8?q?feat(slink):=20update=20image=20docker.io/anird?= =?UTF-8?q?ev/slink=20v1.11.6=20=E2=86=92=20v1.12.0=20(#49082)?= 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 | `bd39664` → `4de5027` | --- > [!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.0`](https://redirect.github.com/andrii-kryvoviaz/slink/releases/tag/v1.12.0) [Compare Source](https://redirect.github.com/andrii-kryvoviaz/slink/compare/v1.11.6...v1.12.0) #### 📦 Release Notes ##### 🚀 New Features - **Chunked Uploads:** Large images are now uploaded in small chunks, keeping requests lightweight and making large uploads reliable behind proxies with request size limits. Chunk size is configurable via `IMAGE_CHUNK_SIZE` (default `2M`). ([#​203](https://redirect.github.com/andrii-kryvoviaz/slink/issues/203)) - **Multi-Upload Collections:** Multiple uploads are no longer grouped into a collection automatically. After upload, you can choose to create a collection from them with a single button press. ([#​204](https://redirect.github.com/andrii-kryvoviaz/slink/issues/204)) - **Per-Provider SSO Policies:** Set registration and approval policies individually for each SSO provider, with the option to inherit the global defaults. ([#​208](https://redirect.github.com/andrii-kryvoviaz/slink/issues/208)) - **Per-User EXIF Control:** Users can override the global EXIF metadata stripping setting for their own uploads. ([#​207](https://redirect.github.com/andrii-kryvoviaz/slink/issues/207)) ##### 🛠️ Improvements & Fixes - **Upload Progress:** Upload progress now reflects the actual transfer state, thanks to chunked uploads. - **EXIF Stripping:** Fixed metadata stripping to preserve image orientation and ICC color profiles, so HDR images now display correctly. Only private data is removed. - **History Table:** Fixed the table view overflowing on narrow screens. - **Image Preview:** Image visual effects no longer bleed into the action button row. - **UI/UX:** General interface and usability improvements across the app. - **Stability & Performance:** General stability and performance improvements, including safer concurrent collection updates. - **Maintenance:** Upgraded PHP to 8.5.7, Symfony to 8.1, and Alpine to 3.24; dependencies updated to their latest versions. **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 d92bf395524..ee294786777 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.6 +appVersion: 1.12.0 dependencies: - name: common version: 29.5.3 @@ -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.6.0 +version: 6.7.0 diff --git a/charts/stable/slink/values.yaml b/charts/stable/slink/values.yaml index 313e7e9a769..1b811e4afde 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.6@sha256:bd3966434e94d718de332fb9c2278ec43f71413a1bcf9b395d9024322de49843 + tag: v1.12.0@sha256:4de5027ae96f201c1b56a97882386262c275aeb7bb525148cf4ade17f30fc9eb securityContext: container: readOnlyRootFilesystem: false