feat(shlink): update image docker.io/shlinkio/shlink 5.0.2 → 5.1.0 (#49037)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [docker.io/shlinkio/shlink](https://redirect.github.com/shlinkio/shlink) | minor | `231065c` → `2017f07` | --- > [!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.1.0`](https://redirect.github.com/shlinkio/shlink/blob/HEAD/CHANGELOG.md#510---2026-06-11) [Compare Source](https://redirect.github.com/shlinkio/shlink/compare/v5.0.2...v5.1.0) ##### Added - [#​2585](https://redirect.github.com/shlinkio/shlink/issues/2585) Add new browser condition for dynamic redirects system. This condition accepts the values `chrome`, `firefox`, `edge`, `safari`, `opera` and `android_browser`, to redirect to different places based on specific known web browsers. - [#​2583](https://redirect.github.com/shlinkio/shlink/issues/2583) Support redis clusters with sentinels which have their own ACL authentication. ##### Changed - [#​2487](https://redirect.github.com/shlinkio/shlink/issues/2487) Create a new `long_url_hash` column, which is an indexed binary sha256 hash of the long URL. Use it when checking if a URL exists for a particular long URL, improving performance thanks to the index. - [#​2555](https://redirect.github.com/shlinkio/shlink/issues/2555) Update docker image to PHP 8.5. - [#​2590](https://redirect.github.com/shlinkio/shlink/issues/2590) Migrate to `cuyz/valinor` for request input mapping, filtering and validation. ##### Deprecated - *Nothing* ##### Removed - *Nothing* ##### Fixed - *Nothing* </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:eyJjcmVhdGVkSW5WZXIiOiI0My4xMzAuMSIsInVwZGF0ZWRJblZlciI6IjQzLjEzMC4xIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImFwcC9zaGxpbmsiLCJhdXRvbWVyZ2UiLCJyZW5vdmF0ZS9jb250YWluZXIiLCJ0eXBlL21pbm9yIl19-->
This commit is contained in:
@@ -9,7 +9,7 @@ annotations:
|
||||
trueforge.org/min_helm_version: "3.14"
|
||||
trueforge.org/train: stable
|
||||
apiVersion: v2
|
||||
appVersion: 5.0.2
|
||||
appVersion: 5.1.0
|
||||
dependencies:
|
||||
- name: common
|
||||
version: 29.5.3
|
||||
@@ -43,5 +43,5 @@ sources:
|
||||
- https://github.com/trueforge-org/truecharts/tree/master/charts/stable/shlink
|
||||
- https://hub.docker.com/r/shlinkio/shlink
|
||||
type: application
|
||||
version: 22.7.0
|
||||
version: 22.8.0
|
||||
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
image:
|
||||
repository: docker.io/shlinkio/shlink
|
||||
pullPolicy: IfNotPresent
|
||||
tag: 5.0.2@sha256:231065c2564f242bb68a00b06ae558744ef7ab25d2a253b0def15291cce2cc72
|
||||
tag: 5.1.0@sha256:2017f078eabce2049834a004d7a51ceb6fd878b47f0ecaf58f640a3d5a711683
|
||||
service:
|
||||
main:
|
||||
ports:
|
||||
|
||||
Reference in New Issue
Block a user