chore(helm): update image docker.io/shlinkio/shlink-web-client 4.2.2 → 4.3.0 (#30245)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [docker.io/shlinkio/shlink-web-client](https://redirect.github.com/shlinkio/shlink-web-client) | minor | `4b59f76` -> `4a84d58` | --- > [!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-web-client (docker.io/shlinkio/shlink-web-client)</summary> ### [`v4.3.0`](https://redirect.github.com/shlinkio/shlink-web-client/blob/HEAD/CHANGELOG.md#430---2024-11-30) [Compare Source](https://redirect.github.com/shlinkio/shlink-web-client/compare/v4.2.2...v4.3.0) ##### Added - [#​1360](https://redirect.github.com/shlinkio/shlink-web-client/issues/1360) Added ability for server IDs to be generated based on the server name and URL, instead of generating a random UUID. This can improve sharing a predefined set of servers cia servers.json, env vars, or simply export and import your servers in some other device, and then be able to share server URLs which continue working. All existing servers will keep their generated IDs in existing devices for backwards compatibility, but newly created servers will use the new approach. - [shlink-web-component#491](https://redirect.github.com/shlinkio/shlink-web-component/issues/491) Add support for colors in QR code configurator. - [shlink-web-component#515](https://redirect.github.com/shlinkio/shlink-web-component/issues/515) Add support for geolocation redirect conditions, when using Shlink 4.3 or newer. - [shlink-web-component#514](https://redirect.github.com/shlinkio/shlink-web-component/issues/514) Allow filtering short URLs list by domain, when using Shlink 4.3 or newer. - [shlink-web-component#520](https://redirect.github.com/shlinkio/shlink-web-component/issues/520) Allow navigating from domains list to short URLs list filtered by one domain, when using Shlink 4.3 or newer. - [shlink-web-component#517](https://redirect.github.com/shlinkio/shlink-web-component/issues/517) Update list of known domains when a short URL is created with a new domain. - [shlink-web-component#292](https://redirect.github.com/shlinkio/shlink-web-component/issues/292) Add icon in short URLs list indicating if a short URL has redirect rules. ##### Changed - *Nothing* ##### Deprecated - *Nothing* ##### Removed - *Nothing* ##### Fixed - [shlink-web-component#504](https://redirect.github.com/shlinkio/shlink-web-component/issues/504) Fix fallback interval not causing new visits to be loaded. </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:eyJjcmVhdGVkSW5WZXIiOiIzOS44Mi45IiwidXBkYXRlZEluVmVyIjoiMzkuODIuOSIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJhdXRvbWVyZ2UiLCJyZW5vdmF0ZS9jb250YWluZXIiLCJ0eXBlL21pbm9yIl19-->
This commit is contained in:
@@ -6,7 +6,7 @@ annotations:
|
|||||||
truecharts.org/min_helm_version: "3.11"
|
truecharts.org/min_helm_version: "3.11"
|
||||||
truecharts.org/train: stable
|
truecharts.org/train: stable
|
||||||
apiVersion: v2
|
apiVersion: v2
|
||||||
appVersion: 4.2.2
|
appVersion: 4.3.0
|
||||||
dependencies:
|
dependencies:
|
||||||
- name: common
|
- name: common
|
||||||
version: 25.2.2
|
version: 25.2.2
|
||||||
@@ -34,4 +34,4 @@ sources:
|
|||||||
- https://github.com/truecharts/charts/tree/master/charts/stable/shlink-web-client
|
- https://github.com/truecharts/charts/tree/master/charts/stable/shlink-web-client
|
||||||
- https://hub.docker.com/r/shlinkio/shlink-web-client
|
- https://hub.docker.com/r/shlinkio/shlink-web-client
|
||||||
type: application
|
type: application
|
||||||
version: 13.3.0
|
version: 13.4.0
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
image:
|
image:
|
||||||
repository: docker.io/shlinkio/shlink-web-client
|
repository: docker.io/shlinkio/shlink-web-client
|
||||||
pullPolicy: IfNotPresent
|
pullPolicy: IfNotPresent
|
||||||
tag: 4.2.2@sha256:4b59f76630ed551d07913b32b2d13a66200f35d1746ce901fcfb1902bd8a2bca
|
tag: 4.3.0@sha256:4a84d58508d0a327e6c383a0b57f624dd9a4f1a6e24f3cb538dec18dbaa9f7a1
|
||||||
service:
|
service:
|
||||||
main:
|
main:
|
||||||
ports:
|
ports:
|
||||||
|
|||||||
Reference in New Issue
Block a user