fix(slink): update image docker.io/anirdev/slink v1.11.2 → v1.11.3 (#48305)
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 | `bd8d41b` → `0fd8461` | --- > [!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.3`](https://redirect.github.com/andrii-kryvoviaz/slink/releases/tag/v1.11.3) [Compare Source](https://redirect.github.com/andrii-kryvoviaz/slink/compare/v1.11.2...v1.11.3) #### 📦 Patch Notes ##### 🚀 New Features - **Granular Guest Access Control:** Share access controls now distinguish between explore mode, collection shares, and direct image links. ([#​193](https://redirect.github.com/andrii-kryvoviaz/slink/issues/193)) - **Collection View Preferences:** Per-collection controls for page size and load strategy, persisted across visits. ([#​174](https://redirect.github.com/andrii-kryvoviaz/slink/issues/174)) ##### 🛠️ Improvements & Fixes - **Collection UI/UX:** Switched the collection view to a masonry layout for a denser, more balanced presentation, and polished the collection share button. - **Richer Share Listing:** The share listing page now surfaces more attributes at a glance. - **Tags Table Sorting:** Tags table now supports sorting by name. ([#​139](https://redirect.github.com/andrii-kryvoviaz/slink/issues/139)) - **Unauthorized Redirects:** Simplified the unauthorized handler and corrected redirect logic after auth failures. - **Maintenance:** Upgraded Svelte to 5.55.7 and refreshed project dependencies. **Full Changelog**: <https://github.com/andrii-kryvoviaz/slink/compare/v1.11.2...v1.11.3> </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:
@@ -9,7 +9,7 @@ annotations:
|
||||
trueforge.org/min_helm_version: "3.14"
|
||||
trueforge.org/train: stable
|
||||
apiVersion: v2
|
||||
appVersion: 1.11.2
|
||||
appVersion: 1.11.3
|
||||
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.1
|
||||
version: 6.5.2
|
||||
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
image:
|
||||
repository: docker.io/anirdev/slink
|
||||
pullPolicy: IfNotPresent
|
||||
tag: v1.11.2@sha256:bd8d41b3a5bd1f73e85921695d3b9de7aa39492ae53d7c0e8f01d4d0e318eafc
|
||||
tag: v1.11.3@sha256:0fd84616087a1cd6e1a195cf6ddbb59fad8fb174a9f9a98f49257fb534968e67
|
||||
securityContext:
|
||||
container:
|
||||
readOnlyRootFilesystem: false
|
||||
|
||||
Reference in New Issue
Block a user