chore(helm): update image docker.io/shlinkio/shlink 4.4.0 → 4.4.3 (#31438)

This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
|
[docker.io/shlinkio/shlink](https://redirect.github.com/shlinkio/shlink)
| patch | `89df56b` -> `2bf3e95` |

---

> [!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 (docker.io/shlinkio/shlink)</summary>

###
[`v4.4.3`](https://redirect.github.com/shlinkio/shlink/blob/HEAD/CHANGELOG.md#443---2025-02-15)

[Compare
Source](https://redirect.github.com/shlinkio/shlink/compare/v4.4.2...v4.4.3)

##### Added

-   *Nothing*

##### Changed

-   *Nothing*

##### Deprecated

-   *Nothing*

##### Removed

-   *Nothing*

##### Fixed

-
[#&#8203;2351](https://redirect.github.com/shlinkio/shlink/issues/2351)
Fix visitor IP address resolution when Shlink is served behind more than
one reverse proxy.

This regression was introduced due to a change in behavior in
`akrabat/rka-ip-address-middleware`, that now picks the first address
from the right after excluding all trusted proxies.

Since Shlink does not set trusted proxies, this means the first IP from
the right is now picked instead of the first from the left, so we now
reverse the list before trying to resolve the IP.

In the future, Shlink will allow you to define trusted proxies, to avoid
other potential side effects because of this reversing of the list.

-
[#&#8203;2354](https://redirect.github.com/shlinkio/shlink/issues/2354)
Fix error "NOSCRIPT No matching script. Please use EVAL" thrown when
creating a lock in redis.

-
[#&#8203;2319](https://redirect.github.com/shlinkio/shlink/issues/2319)
Fix unique index for `short_code` and `domain_id` in `short_urls` table
not being used in Microsoft SQL engines for rows where `domain_id` is
`null`.

###
[`v4.4.2`](https://redirect.github.com/shlinkio/shlink/blob/HEAD/CHANGELOG.md#442---2025-01-29)

[Compare
Source](https://redirect.github.com/shlinkio/shlink/compare/v4.4.1...v4.4.2)

##### Added

-   *Nothing*

##### Changed

-   *Nothing*

##### Deprecated

-   *Nothing*

##### Removed

-   *Nothing*

##### Fixed

-
[#&#8203;2346](https://redirect.github.com/shlinkio/shlink/issues/2346)
Get back docker images for ARM architectures.

###
[`v4.4.1`](https://redirect.github.com/shlinkio/shlink/blob/HEAD/CHANGELOG.md#441---2025-01-28)

[Compare
Source](https://redirect.github.com/shlinkio/shlink/compare/v4.4.0...v4.4.1)

##### Added

-
[#&#8203;2331](https://redirect.github.com/shlinkio/shlink/issues/2331)
Add `ADDRESS` env var which allows to customize the IP address to which
RoadRunner binds, when using the official docker image.

##### Changed

-   *Nothing*

##### Deprecated

-   *Nothing*

##### Removed

-   *Nothing*

##### Fixed

-
[#&#8203;2341](https://redirect.github.com/shlinkio/shlink/issues/2341)
Ensure all asynchronous jobs that interact with the database do not
leave idle connections open.
-
[#&#8203;2334](https://redirect.github.com/shlinkio/shlink/issues/2334)
Improve how page titles are encoded to UTF-8, falling back from mbstring
to iconv if available, and ultimately using the original title in case
of error, but never causing the short URL creation to fail.

</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:eyJjcmVhdGVkSW5WZXIiOiIzOS44Ni4xIiwidXBkYXRlZEluVmVyIjoiMzkuMTY0LjAiLCJ0YXJnZXRCcmFuY2giOiJtYXN0ZXIiLCJsYWJlbHMiOlsiYXV0b21lcmdlIiwicmVub3ZhdGUvY29udGFpbmVyIiwidHlwZS9wYXRjaCJdfQ==-->
This commit is contained in:
TrueCharts Bot
2025-02-20 10:43:19 +01:00
committed by GitHub
parent 927320ecee
commit 24e2638943
2 changed files with 3 additions and 3 deletions
+2 -2
View File
@@ -6,7 +6,7 @@ annotations:
truecharts.org/min_helm_version: "3.11"
truecharts.org/train: stable
apiVersion: v2
appVersion: 4.4.0
appVersion: 4.4.3
dependencies:
- name: common
version: 25.4.10
@@ -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.14.5
version: 16.14.6
+1 -1
View File
@@ -1,7 +1,7 @@
image:
repository: docker.io/shlinkio/shlink
pullPolicy: IfNotPresent
tag: 4.4.0@sha256:89df56bc72a04809476cf2cbfd94c8fce222da89b57642d0e92b717452646e07
tag: 4.4.3@sha256:2bf3e958d40f8998395ac1c9bc2a5bcde7911ede041add5a440df91afb873457
service:
main:
ports: