chore(helm): update image docker.io/shlinkio/shlink-web-client 4.3.0 → 4.4.0 (#34648)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [docker.io/shlinkio/shlink-web-client](https://redirect.github.com/shlinkio/shlink-web-client) | minor | `4a84d58` -> `9998851` | 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.4.0`](https://redirect.github.com/shlinkio/shlink-web-client/blob/HEAD/CHANGELOG.md#440---2025-04-20) [Compare Source](https://redirect.github.com/shlinkio/shlink-web-client/compare/v4.3.0...v4.4.0) ##### Added - [#​1510](https://redirect.github.com/shlinkio/shlink-web-client/issues/1510) Existing HTTP credentials (cookies, TLS certs, authentication headers) can now be forwarded to the API server if appropriate [CORS headers](https://developer.mozilla.org/en-US/docs/Web/HTTP/Reference/Headers/Access-Control-Allow-Credentials) are set - [shlink-web-component#637](https://redirect.github.com/shlinkio/shlink-web-component/pull/637) QR codes are now generated client-side, without hitting Shlink. - [shlink-web-component#641](https://redirect.github.com/shlinkio/shlink-web-component/issues/641) It is now possible to provide any logo to be used with QR codes. - [shlink-web-component#640](https://redirect.github.com/shlinkio/shlink-web-component/issues/640) Allow default QR code settings to be handled via app settings. ##### Changed - Update to `react-router` 7.0 - Update to `@shlinkio/shlink-frontend-kit` 0.8.x - Update to `@shlinkio/shlink-web-component` 0.13.x - Update to `@shlinkio/shlink-js-sdk` 2.0.0 - Add `eslint-plugin-react-compiler` - Run unit tests in a headless browser using vitest browser mode and playwright. ##### Deprecated - *Nothing* ##### Removed - *Nothing* ##### Fixed - *Nothing* </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:eyJjcmVhdGVkSW5WZXIiOiIzOS4yMzguMCIsInVwZGF0ZWRJblZlciI6IjM5LjIzOC4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvbWlub3IiXX0=-->
This commit is contained in:
@@ -9,7 +9,7 @@ annotations:
|
||||
truecharts.org/min_helm_version: "3.14"
|
||||
truecharts.org/train: stable
|
||||
apiVersion: v2
|
||||
appVersion: 4.3.0
|
||||
appVersion: 4.4.0
|
||||
dependencies:
|
||||
- name: common
|
||||
version: 25.4.10
|
||||
@@ -37,5 +37,5 @@ sources:
|
||||
- https://github.com/truecharts/charts/tree/master/charts/stable/shlink-web-client
|
||||
- https://hub.docker.com/r/shlinkio/shlink-web-client
|
||||
type: application
|
||||
version: 13.6.1
|
||||
version: 13.7.0
|
||||
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
image:
|
||||
repository: docker.io/shlinkio/shlink-web-client
|
||||
pullPolicy: IfNotPresent
|
||||
tag: 4.3.0@sha256:4a84d58508d0a327e6c383a0b57f624dd9a4f1a6e24f3cb538dec18dbaa9f7a1
|
||||
tag: 4.4.0@sha256:99988516ee0caf2059a485edaacab9759db0a3140c5a5c2634e0a97ac4d194bf
|
||||
service:
|
||||
main:
|
||||
ports:
|
||||
|
||||
Reference in New Issue
Block a user