chore(container): update image shlinkio/shlink to v4 by renovate (#27705)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [shlinkio/shlink](https://redirect.github.com/shlinkio/shlink) | patch | `bedb84e` -> `71ef6e0` | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard 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 (shlinkio/shlink)</summary> ### [`v4.2.2`](https://redirect.github.com/shlinkio/shlink/blob/HEAD/CHANGELOG.md#422---2024-10-14) [Compare Source](https://redirect.github.com/shlinkio/shlink/compare/v4.2.1...v4.2.2) ##### Added - *Nothing* ##### Changed - [#​2208](https://redirect.github.com/shlinkio/shlink/issues/2208) Explicitly promote installer config options as env vars, instead of as a side effect of loading the app config. ##### Deprecated - *Nothing* ##### Removed - *Nothing* ##### Fixed - [#​2213](https://redirect.github.com/shlinkio/shlink/issues/2213) Fix spaces being replaced with underscores in query parameter names, when forwarded from short URL to long URL. - [#​2217](https://redirect.github.com/shlinkio/shlink/issues/2217) Fix docker image tag suffix being leaked to the version set inside Shlink, producing invalid SemVer version patterns. - [#​2212](https://redirect.github.com/shlinkio/shlink/issues/2212) Fix env vars read in docker entry point not properly falling back to their `_FILE` suffixed counterpart. </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:eyJjcmVhdGVkSW5WZXIiOiIzOC4xMjQuMCIsInVwZGF0ZWRJblZlciI6IjM4LjEyNC4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvcGF0Y2giXX0=-->
This commit is contained in:
@@ -6,7 +6,7 @@ annotations:
|
||||
truecharts.org/min_helm_version: "3.11"
|
||||
truecharts.org/train: stable
|
||||
apiVersion: v2
|
||||
appVersion: 4.2.1
|
||||
appVersion: 4.2.2
|
||||
dependencies:
|
||||
- name: common
|
||||
version: 25.0.0
|
||||
@@ -40,4 +40,4 @@ sources:
|
||||
- https://github.com/truecharts/charts/tree/master/charts/stable/shlink
|
||||
- https://hub.docker.com/r/shlinkio/shlink
|
||||
type: application
|
||||
version: 16.6.1
|
||||
version: 16.6.2
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
image:
|
||||
repository: shlinkio/shlink
|
||||
pullPolicy: IfNotPresent
|
||||
tag: 4.2.1@sha256:bedb84ef43fffb03e692ed611b14c12e3b1124a06f455be1094ff62a39ed578f
|
||||
tag: 4.2.2@sha256:71ef6e0bebdca342936f72120243e63a3cbaaea6ea78f21704b06d0bcd5b80fc
|
||||
service:
|
||||
main:
|
||||
ports:
|
||||
|
||||
Reference in New Issue
Block a user