Skip to content

Commit

Permalink
feat(container): update image ghcr.io/shlinkio/shlink-web-client to v…
Browse files Browse the repository at this point in the history
…4.3.0 (#1112)

This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
|
[ghcr.io/shlinkio/shlink-web-client](https://redirect.github.com/shlinkio/shlink-web-client)
| minor | `4.2.2` -> `4.3.0` |

---

> [!WARNING]
> Some dependencies could not be looked up. Check the Dependency
Dashboard for more information.

---

### Release Notes

<details>
<summary>shlinkio/shlink-web-client
(ghcr.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

-
[#&#8203;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**: Disabled by config. Please merge this manually once you
are satisfied.

♻ **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:eyJjcmVhdGVkSW5WZXIiOiIzOS40MS4wIiwidXBkYXRlZEluVmVyIjoiMzkuNDEuMCIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsicmVub3ZhdGUvY29udGFpbmVyIiwidHlwZS9taW5vciJdfQ==-->
  • Loading branch information
spiceratops authored Dec 1, 2024
2 parents 034ac69 + 8377ffe commit 0601dfb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion kubernetes/apps/selfhosted/shlink/web/helmrelease.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ spec:
app:
image:
repository: ghcr.io/shlinkio/shlink-web-client
tag: 4.2.2
tag: 4.3.0
env:
TIMEZONE: ${TIMEZONE}
SHLINK_SERVER_URL: https://shlink.${PRIVATE_DOMAIN}
Expand Down

0 comments on commit 0601dfb

Please sign in to comment.