fix(slink): update image docker.io/anirdev/slink v1.12.0 → v1.12.1 (#49318)
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 | `4de5027` → `2547ac8` | --- > [!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.1`](https://redirect.github.com/andrii-kryvoviaz/slink/releases/tag/v1.12.1) [Compare Source](https://redirect.github.com/andrii-kryvoviaz/slink/compare/v1.12.0...v1.12.1) #### 📦 Patch Notes ##### 🛠️ Improvements & Fixes - **Upload Page:** General UI/UX improvements and fixes across the upload page. - **Volume Permissions:** Fixed a permissions issue affecting mounted volumes on some NAS systems. - **Maintenance:** Patched dependencies for security advisories across the API (jwt-framework, Guzzle, PSR-7, JMESPath) and client (Babel), and refreshed project dependencies. **Full Changelog**: <https://github.com/andrii-kryvoviaz/slink/compare/v1.12.0...v1.12.1> </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.0
|
||||
appVersion: 1.12.1
|
||||
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.7.0
|
||||
version: 6.7.1
|
||||
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
image:
|
||||
repository: docker.io/anirdev/slink
|
||||
pullPolicy: IfNotPresent
|
||||
tag: v1.12.0@sha256:4de5027ae96f201c1b56a97882386262c275aeb7bb525148cf4ade17f30fc9eb
|
||||
tag: v1.12.1@sha256:2547ac82f04d7452ed4d6cf40812c1b9c702f93c085becc3ac7c4c55a05c670b
|
||||
securityContext:
|
||||
container:
|
||||
readOnlyRootFilesystem: false
|
||||
|
||||
Reference in New Issue
Block a user