fix(shlink): update image docker.io/shlinkio/shlink 5.0.1 → 5.0.2 (#47148)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [docker.io/shlinkio/shlink](https://redirect.github.com/shlinkio/shlink) | patch | `a6d8508` → `231065c` | --- > [!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>shlinkio/shlink (docker.io/shlinkio/shlink)</summary> ### [`v5.0.2`](https://redirect.github.com/shlinkio/shlink/blob/HEAD/CHANGELOG.md#502---2026-04-16) [Compare Source](https://redirect.github.com/shlinkio/shlink/compare/v5.0.1...v5.0.2) ##### Added - *Nothing* ##### Changed - *Nothing* ##### Deprecated - *Nothing* ##### Removed - *Nothing* ##### Fixed - [#​2593](https://redirect.github.com/shlinkio/shlink/issues/2593) Fix long URL being ignored when editing a short URL via `short-url:edit` console command. </details> --- ### Configuration 📅 **Schedule**: 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:eyJjcmVhdGVkSW5WZXIiOiI0My4yOS4yIiwidXBkYXRlZEluVmVyIjoiNDMuMjkuMiIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJhcHAvc2hsaW5rIiwiYXV0b21lcmdlIiwicmVub3ZhdGUvY29udGFpbmVyIiwidHlwZS9wYXRjaCJdfQ==-->
This commit is contained in:
@@ -9,7 +9,7 @@ annotations:
|
|||||||
trueforge.org/min_helm_version: "3.14"
|
trueforge.org/min_helm_version: "3.14"
|
||||||
trueforge.org/train: stable
|
trueforge.org/train: stable
|
||||||
apiVersion: v2
|
apiVersion: v2
|
||||||
appVersion: 5.0.1
|
appVersion: 5.0.2
|
||||||
dependencies:
|
dependencies:
|
||||||
- name: common
|
- name: common
|
||||||
version: 29.0.15
|
version: 29.0.15
|
||||||
@@ -27,21 +27,21 @@ dependencies:
|
|||||||
import-values: []
|
import-values: []
|
||||||
deprecated: false
|
deprecated: false
|
||||||
description: A PHP-based self-hosted URL shortener that can be used to serve shortened URLs under your own custom domain.
|
description: A PHP-based self-hosted URL shortener that can be used to serve shortened URLs under your own custom domain.
|
||||||
home: https://truecharts.org/truetech/truecharts/charts/stable/shlink
|
home: https://trueforge.org/truetech/truecharts/charts/stable/shlink
|
||||||
icon: https://truecharts.org/img/hotlink-ok/chart-icons/shlink.webp
|
icon: https://trueforge.org/img/hotlink-ok/chart-icons/shlink.webp
|
||||||
keywords:
|
keywords:
|
||||||
- url
|
- url
|
||||||
- shortener
|
- shortener
|
||||||
kubeVersion: '>=1.33.0-0'
|
kubeVersion: '>=1.27.0-0'
|
||||||
maintainers:
|
maintainers:
|
||||||
- name: TrueCharts
|
- name: TrueCharts
|
||||||
email: info@truecharts.org
|
email: info@trueforge.org
|
||||||
url: https://truecharts.org
|
url: https://trueforge.org
|
||||||
name: shlink
|
name: shlink
|
||||||
sources:
|
sources:
|
||||||
- https://github.com/shlinkio/shlink
|
- https://github.com/shlinkio/shlink
|
||||||
- https://github.com/trueforge-org/truecharts/tree/master/charts/stable/shlink
|
- https://github.com/trueforge-org/truecharts/tree/master/charts/stable/shlink
|
||||||
- https://hub.docker.com/r/shlinkio/shlink
|
- https://hub.docker.com/r/shlinkio/shlink
|
||||||
type: application
|
type: application
|
||||||
version: 21.0.5
|
version: 21.0.6
|
||||||
|
|
||||||
|
|||||||
@@ -2,7 +2,7 @@
|
|||||||
image:
|
image:
|
||||||
repository: docker.io/shlinkio/shlink
|
repository: docker.io/shlinkio/shlink
|
||||||
pullPolicy: IfNotPresent
|
pullPolicy: IfNotPresent
|
||||||
tag: 5.0.1@sha256:a6d8508bc6b0eba5a28e1ee8b64dd5253434cd113c950e715baab4020edcd2a1
|
tag: 5.0.2@sha256:231065c2564f242bb68a00b06ae558744ef7ab25d2a253b0def15291cce2cc72
|
||||||
service:
|
service:
|
||||||
main:
|
main:
|
||||||
ports:
|
ports:
|
||||||
|
|||||||
Reference in New Issue
Block a user