fix(slink): update image docker.io/anirdev/slink v1.12.1 → v1.12.2 (#49583)
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 | `2547ac8` → `0345ee8` | --- > [!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.2`](https://redirect.github.com/andrii-kryvoviaz/slink/releases/tag/v1.12.2) [Compare Source](https://redirect.github.com/andrii-kryvoviaz/slink/compare/v1.12.1...v1.12.2) #### 📦 Patch Notes ##### 🛠️ Improvements & Fixes - **SMB Storage:** Fixed validation of SMB share settings when saving. ([#​213](https://redirect.github.com/andrii-kryvoviaz/slink/issues/213)) - **Login Sessions:** Login sessions now persist across browser restarts. ([#​214](https://redirect.github.com/andrii-kryvoviaz/slink/issues/214)) - **Uploads:** Uploading more images now retains the active collection and tags. ([#​212](https://redirect.github.com/andrii-kryvoviaz/slink/issues/212)) - **History:** Reassigned images now update in place without resetting your pagination position. ([#​212](https://redirect.github.com/andrii-kryvoviaz/slink/issues/212)) - **Stability:** Resolved a cold-start race in the Redis connection during sign-in and adjusted service startup ordering for more reliable boots. - **Maintenance:** Replaced the JWT framework with the maintained jwt-library and jwt-bundle, and updated project dependencies. **Full Changelog**: <https://github.com/andrii-kryvoviaz/slink/compare/v1.12.1...v1.12.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:
@@ -9,7 +9,7 @@ annotations:
|
||||
trueforge.org/min_helm_version: "3.14"
|
||||
trueforge.org/train: stable
|
||||
apiVersion: v2
|
||||
appVersion: 1.12.1
|
||||
appVersion: 1.12.2
|
||||
dependencies:
|
||||
- name: common
|
||||
version: 29.6.0
|
||||
@@ -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.8.0
|
||||
version: 6.8.1
|
||||
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
image:
|
||||
repository: docker.io/anirdev/slink
|
||||
pullPolicy: IfNotPresent
|
||||
tag: v1.12.1@sha256:2547ac82f04d7452ed4d6cf40812c1b9c702f93c085becc3ac7c4c55a05c670b
|
||||
tag: v1.12.2@sha256:0345ee8dc5172ad46bcf53063c52f59bf26b4e8e5d06da9b05e9e8b0141db291
|
||||
securityContext:
|
||||
container:
|
||||
readOnlyRootFilesystem: false
|
||||
|
||||
Reference in New Issue
Block a user