From 2e563799f7aa21b64d9d045fad41d178d990c587 Mon Sep 17 00:00:00 2001 From: TrueCharts Bot Date: Sat, 1 Nov 2025 16:37:38 +0100 Subject: [PATCH] =?UTF-8?q?chore(helm):=20update=20image=20docker.io/shlin?= =?UTF-8?q?kio/shlink=204.5.3=20=E2=86=92=204.6.0=20(#41331)?= 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) | minor | `bd4bf92` -> `e607cd6` | --- > [!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.6.0`](https://redirect.github.com/shlinkio/shlink/blob/HEAD/CHANGELOG.md#460---2025-11-01) [Compare Source](https://redirect.github.com/shlinkio/shlink/compare/v4.5.3...v4.6.0) ##### Added - [#​2327](https://redirect.github.com/shlinkio/shlink/issues/2327) Allow filtering short URL lists by those not including certain tags. Now, the `GET /short-urls` endpoint accepts two new params: `excludeTags`, which is an array of strings with the tags that should not be included, and `excludeTagsMode`, which accepts the values `any` and `all`, and determines if short URLs should be filtered out if they contain any of the excluded tags, or all the excluded tags. Additionally, the `short-url:list` command also supports the same feature via `--exclude-tag` option, which requires a value and can be provided multiple times, and `--exclude-tags-all`, which does not expect a value and determines if the mode should be `all`, or `any`. - [#​2192](https://redirect.github.com/shlinkio/shlink/issues/2192) Allow filtering short URL lists by the API key that was used to create them. Now, the `GET /short-urls` endpoint accepts a new `apiKeyName` param, which is ignored if the request is performed with a non-admin API key which name does not match the one provided here. Additionally, the `short-url:list` command also supports the same feature via the `--api-key-name` option. - [#​2330](https://redirect.github.com/shlinkio/shlink/issues/2330) Add support to serve Shlink with FrankenPHP, by providing a worker script in `bin/frankenphp-worker.php`. - [#​2449](https://redirect.github.com/shlinkio/shlink/issues/2449) Add support to provide redis credentials separately when using redis sentinels, where provided servers are the sentinels and not the redis instances. For this, Shlink supports two new env ras / config options, as `REDIS_SERVERS_USER` and `REDIS_SERVERS_PASSWORD`. - [#​2498](https://redirect.github.com/shlinkio/shlink/issues/2498) Allow orphan visits, non-orphan visits and tag visits lists to be filtered by domain. This is done via the `domain` query parameter in API endpoints, and via the `--domain` option in console commands. - [#​2472](https://redirect.github.com/shlinkio/shlink/issues/2472) Add support for PHP 8.5 - [#​2291](https://redirect.github.com/shlinkio/shlink/issues/2291) Add `api-key:delete` console command to delete API keys. ##### Changed - [#​2424](https://redirect.github.com/shlinkio/shlink/issues/2424) Make simple console commands invokable. ##### Deprecated - *Nothing* ##### Removed - *Nothing* ##### Fixed - *Nothing*
--- ### 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 edbdb09bfce..0cf35810a2f 100644 --- a/charts/stable/shlink/Chart.yaml +++ b/charts/stable/shlink/Chart.yaml @@ -11,7 +11,7 @@ annotations: truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable apiVersion: v2 -appVersion: 4.5.3 +appVersion: 4.6.0 dependencies: - name: common version: 28.26.1 @@ -46,5 +46,5 @@ sources: - https://github.com/trueforge-org/truecharts/tree/master/charts/stable/shlink - https://hub.docker.com/r/shlinkio/shlink type: application -version: 18.24.4 +version: 18.25.0 diff --git a/charts/stable/shlink/values.yaml b/charts/stable/shlink/values.yaml index bbd44b0632d..cd58b54cc5f 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.5.3@sha256:bd4bf920bcfc396140ba18ddf8891a55969a444485e2b1709030cbcc2d6623cd + tag: 4.6.0@sha256:e607cd6f8c7f6bfd4cc734c812538d4123602c455a439c43dd02b35af885948f service: main: ports: