From 24e2638943fac41accc44edc227ceb9cf64b9976 Mon Sep 17 00:00:00 2001 From: TrueCharts Bot Date: Thu, 20 Feb 2025 10:43:19 +0100 Subject: [PATCH] =?UTF-8?q?chore(helm):=20update=20image=20docker.io/shlin?= =?UTF-8?q?kio/shlink=204.4.0=20=E2=86=92=204.4.3=20(#31438)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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
shlinkio/shlink (docker.io/shlinkio/shlink) ### [`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 - [#​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. - [#​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. - [#​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 - [#​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 - [#​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 - [#​2341](https://redirect.github.com/shlinkio/shlink/issues/2341) Ensure all asynchronous jobs that interact with the database do not leave idle connections open. - [#​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.
--- ### 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. --- - [ ] 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). --- charts/stable/shlink/Chart.yaml | 4 ++-- charts/stable/shlink/values.yaml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/charts/stable/shlink/Chart.yaml b/charts/stable/shlink/Chart.yaml index 0f53c5f8ac7..ac05d1b78e6 100644 --- a/charts/stable/shlink/Chart.yaml +++ b/charts/stable/shlink/Chart.yaml @@ -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 diff --git a/charts/stable/shlink/values.yaml b/charts/stable/shlink/values.yaml index b773e62ed23..d40ec34dedf 100644 --- a/charts/stable/shlink/values.yaml +++ b/charts/stable/shlink/values.yaml @@ -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: