feat(slink): update image docker.io/anirdev/slink v1.11.6 → v1.12.0 (#49082)

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

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

###
[`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`).
([#&#8203;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.
([#&#8203;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.
([#&#8203;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.
([#&#8203;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**:
<https://github.com/andrii-kryvoviaz/slink/compare/v1.11.6...v1.12.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-06-13 01:34:58 +02:00
committed by GitHub
parent 1bd306ebe2
commit ab8dbbcea1
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.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
+1 -1
View File
@@ -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