fix(slink): update image docker.io/anirdev/slink v1.11.1 → v1.11.2 (#48176)

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 |
`4f74ed2` → `bd8d41b` |

---

> [!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

<details>
<summary>andrii-kryvoviaz/slink (docker.io/anirdev/slink)</summary>

###
[`v1.11.2`](https://redirect.github.com/andrii-kryvoviaz/slink/releases/tag/v1.11.2)

[Compare
Source](https://redirect.github.com/andrii-kryvoviaz/slink/compare/v1.11.1...v1.11.2)

#### 📦 Patch Notes

##### 🚀 New Features

- **Configurable Short URL Length:** Choose the length of short URLs
used for sharing from the settings page.
([#&#8203;190](https://redirect.github.com/andrii-kryvoviaz/slink/issues/190))

##### 🛠️ Improvements & Fixes

- **Collection Image Link Revocation:** Signed image URLs from inside a
shared collection now honor the parent share's password and expiration
state. A URL saved while the share was accessible no longer serves the
image after the owner password-protects or expires the share, ensuring
revocation also covers internal direct image links from the collection
that someone may have saved.
- **Revocable Browser Cache:** Share-gated image responses force browser
revalidation so revocation lands immediately instead of being shadowed
by long-lived cache.
- **Stale Share Button UI:** Unpublishing a collection share correctly
reverts the UI to "Share" instead of continuing to show "Manage".
- **Fresh Collection State on Navigation:** Revisiting a collection page
refetches share state, reflecting changes made elsewhere without needing
a hard page reload.
- **Open in New Tab:** Opening a collection-scoped image in a new tab
now preserves the full signed URL instead of stripping the access
signature.
- **Docker JWT Keys:** Fixed JWT key access on bind-mounted volumes in
certain setups (e.g. running on a NAS) where host filesystem permissions
previously blocked the container from reading the mounted keys.
- **Maintenance:** Upgraded PHP runtime to 8.5.6 and refreshed project
dependencies.

**Full Changelog**:
<https://github.com/andrii-kryvoviaz/slink/compare/v1.11.1...v1.11.2>

</details>

---

### 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.

---

- [ ] <!-- rebase-check -->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).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0My4xMzAuMSIsInVwZGF0ZWRJblZlciI6IjQzLjEzMC4xIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImFwcC9zbGluayIsImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvcGF0Y2giXX0=-->
This commit is contained in:
TrueCharts Bot
2026-05-13 07:20:51 +02:00
committed by GitHub
parent 56939e2dc0
commit 8bcb1fdfdd
2 changed files with 3 additions and 3 deletions
+2 -2
View File
@@ -9,7 +9,7 @@ annotations:
trueforge.org/min_helm_version: "3.14"
trueforge.org/train: stable
apiVersion: v2
appVersion: 1.11.1
appVersion: 1.11.2
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.0
version: 6.5.1
+1 -1
View File
@@ -2,7 +2,7 @@
image:
repository: docker.io/anirdev/slink
pullPolicy: IfNotPresent
tag: v1.11.1@sha256:4f74ed25da4290ea30d5041b3adc2e563609f4a81590b0164ce9681b63a7f698
tag: v1.11.2@sha256:bd8d41b3a5bd1f73e85921695d3b9de7aa39492ae53d7c0e8f01d4d0e318eafc
securityContext:
container:
readOnlyRootFilesystem: false