From 59df07d0ca55fdd66b43f59bd66c70ca2a1f6cc6 Mon Sep 17 00:00:00 2001 From: TrueCharts Bot Date: Fri, 8 May 2026 14:55:43 +0200 Subject: [PATCH] =?UTF-8?q?fix(slink):=20update=20image=20docker.io/anirde?= =?UTF-8?q?v/slink=20v1.11.0=20=E2=86=92=20v1.11.1=20(#48013)?= 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 | `8a7476a` → `4f74ed2` | --- > [!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.1`](https://redirect.github.com/andrii-kryvoviaz/slink/releases/tag/v1.11.1) [Compare Source](https://redirect.github.com/andrii-kryvoviaz/slink/compare/v1.11.0...v1.11.1) #### 📦 Patch Notes ##### 🛠️ Improvements & Fixes - **S3 Storage:** Added support for IAM role authentication in S3 storage settings. - **External Uploads:** Added an auto-publish preference for externally uploaded images. - **Bootstrap Logs:** Improved formatting of bootstrap logs for better readability. - **Image Proxy:** Fixed a bug in the image proxy handler where it occasionally returned a 500 error. - **SSO:** Fixed missing error display during SSO authentication failures. - **Dependency Updates:** Upgraded project dependencies to the 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 bce9f9b132a..cead9cba81e 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.0 +appVersion: 1.11.1 dependencies: - name: common version: 29.2.8 @@ -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.4.0 +version: 6.4.1 diff --git a/charts/stable/slink/values.yaml b/charts/stable/slink/values.yaml index 1131aa8a4ee..b8b6de8173d 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.0@sha256:8a7476a8ec940f23d398ab836bc0da5adcf742f686be7cd31c086e64769e95de + tag: v1.11.1@sha256:4f74ed25da4290ea30d5041b3adc2e563609f4a81590b0164ce9681b63a7f698 securityContext: container: readOnlyRootFilesystem: false