feat(slink): update image docker.io/anirdev/slink v1.10.6 → v1.11.0 (#47575)

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

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

###
[`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).
([#&#8203;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.
([#&#8203;180](https://redirect.github.com/andrii-kryvoviaz/slink/issues/180))
- **Password-Protected Shares:** Optionally require a password to access
a shared image.
([#&#8203;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.
([#&#8203;182](https://redirect.github.com/andrii-kryvoviaz/slink/issues/182))
- **Published Share Listing:** Browse and manage all your published
shares from a dedicated page.
([#&#8203;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.
([#&#8203;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

- [@&#8203;Milkmonkey](https://redirect.github.com/Milkmonkey) made
their first contribution in
[#&#8203;177](https://redirect.github.com/andrii-kryvoviaz/slink/pull/177)
- [@&#8203;sebastka](https://redirect.github.com/sebastka) made their
first contribution in
[#&#8203;181](https://redirect.github.com/andrii-kryvoviaz/slink/pull/181)

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

</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:eyJjcmVhdGVkSW5WZXIiOiI0My4xMzAuMSIsInVwZGF0ZWRJblZlciI6IjQzLjEzMC4xIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImFwcC9zbGluayIsImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvbWlub3IiXX0=-->
This commit is contained in:
TrueCharts Bot
2026-04-26 19:22:47 +02:00
committed by GitHub
parent b1fea3cfbd
commit 76fa095577
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.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
+1 -1
View File
@@ -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