chore(deps): update ghcr.io/shlinkio/shlink docker tag to v5.1.5 #750

Open
renovate-bot wants to merge 1 commit from renovate/ghcr.io-shlinkio-shlink-5.x into main
Collaborator

This PR contains the following updates:

Package Update Change
ghcr.io/shlinkio/shlink minor 5.0.1 -> 5.1.5

⚠️ Warning

Some dependencies could not be looked up. Check the Dependency Dashboard for more information.


Release Notes

shlinkio/shlink (ghcr.io/shlinkio/shlink)

Compare Source

Added
  • Nothing
Changed
  • Nothing
Deprecated
  • Nothing
Removed
  • Nothing
Fixed
  • #​2634 Improve performance of Version20260607082210 migration by fetching short URLs in batches.

Compare Source

Added
  • Nothing
Changed
  • Nothing
Deprecated
  • Nothing
Removed
  • Nothing
Fixed
  • #​2625 Fix MySQL connections failing with [3159] Connections using insecure transport are prohibited when DB_USE_ENCRYPTION=true against a server requiring TLS.

Compare Source

Added
  • Nothing
Changed
  • Nothing
Deprecated
  • Nothing
Removed
  • Nothing
Fixed
  • #​2625 Fix PDO::connect(): Unable to set local cert chain file 1 error when setting DB_USE_ENCRYPTION=true with MySQL and PHP 8.5.

Compare Source

Added
  • Nothing
Changed
  • Nothing
Deprecated
  • Nothing
Removed
  • Nothing
Fixed
  • #​2622 Fix clearing entity cache on startup silently failing when using redis/valkey.

Compare Source

Added
  • Nothing
Changed
  • Nothing
Deprecated
  • Nothing
Removed
  • Nothing
Fixed
  • #​2619 Fix Character not in repertoire: 7 ERROR: invalid byte sequence for encoding "UTF8": 0xb7 CONTEXT: unnamed portal parameter $1 error when running Version20260607082210 migration in Postgres, due to the missing explicitly set type.

Compare Source

Added
  • #​2585 Add new browser condition for dynamic redirects system.

    This condition accepts the values chrome, firefox, edge, safari, opera and android_browser, to redirect to different places based on specific known web browsers.

  • #​2583 Support redis clusters with sentinels which have their own ACL authentication.

Changed
  • #​2487 Create a new long_url_hash column, which is an indexed binary sha256 hash of the long URL. Use it when checking if a URL exists for a particular long URL, improving performance thanks to the index.
  • #​2555 Update docker image to PHP 8.5.
  • #​2590 Migrate to cuyz/valinor for request input mapping, filtering and validation.
Deprecated
  • Nothing
Removed
  • Nothing
Fixed
  • Nothing

Compare Source

Added
  • Nothing
Changed
  • Nothing
Deprecated
  • Nothing
Removed
  • Nothing
Fixed
  • #​2593 Fix long URL being ignored when editing a short URL via short-url:edit console command.

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 is behind base branch, 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.

This PR contains the following updates: | Package | Update | Change | |---|---|---| | [ghcr.io/shlinkio/shlink](https://github.com/shlinkio/shlink) | minor | `5.0.1` -> `5.1.5` | --- > :warning: **Warning** > > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. --- ### Release Notes <details> <summary>shlinkio/shlink (ghcr.io/shlinkio/shlink)</summary> ### [`v5.1.5`](https://github.com/shlinkio/shlink/blob/HEAD/CHANGELOG.md#515---2026-06-22) [Compare Source](https://github.com/shlinkio/shlink/compare/v5.1.4...v5.1.5) ##### Added - *Nothing* ##### Changed - *Nothing* ##### Deprecated - *Nothing* ##### Removed - *Nothing* ##### Fixed - [#&#8203;2634](https://github.com/shlinkio/shlink/issues/2634) Improve performance of Version20260607082210 migration by fetching short URLs in batches. ### [`v5.1.4`](https://github.com/shlinkio/shlink/blob/HEAD/CHANGELOG.md#514---2026-06-18) [Compare Source](https://github.com/shlinkio/shlink/compare/v5.1.3...v5.1.4) ##### Added - *Nothing* ##### Changed - *Nothing* ##### Deprecated - *Nothing* ##### Removed - *Nothing* ##### Fixed - [#&#8203;2625](https://github.com/shlinkio/shlink/issues/2625) Fix MySQL connections failing with `[3159] Connections using insecure transport are prohibited` when `DB_USE_ENCRYPTION=true` against a server requiring TLS. ### [`v5.1.3`](https://github.com/shlinkio/shlink/blob/HEAD/CHANGELOG.md#513---2026-06-16) [Compare Source](https://github.com/shlinkio/shlink/compare/v5.1.2...v5.1.3) ##### Added - *Nothing* ##### Changed - *Nothing* ##### Deprecated - *Nothing* ##### Removed - *Nothing* ##### Fixed - [#&#8203;2625](https://github.com/shlinkio/shlink/issues/2625) Fix `PDO::connect(): Unable to set local cert chain file 1` error when setting `DB_USE_ENCRYPTION=true` with MySQL and PHP 8.5. ### [`v5.1.2`](https://github.com/shlinkio/shlink/blob/HEAD/CHANGELOG.md#512---2026-06-14) [Compare Source](https://github.com/shlinkio/shlink/compare/v5.1.1...v5.1.2) ##### Added - *Nothing* ##### Changed - *Nothing* ##### Deprecated - *Nothing* ##### Removed - *Nothing* ##### Fixed - [#&#8203;2622](https://github.com/shlinkio/shlink/issues/2622) Fix clearing entity cache on startup silently failing when using redis/valkey. ### [`v5.1.1`](https://github.com/shlinkio/shlink/blob/HEAD/CHANGELOG.md#511---2026-06-11) [Compare Source](https://github.com/shlinkio/shlink/compare/v5.1.0...v5.1.1) ##### Added - *Nothing* ##### Changed - *Nothing* ##### Deprecated - *Nothing* ##### Removed - *Nothing* ##### Fixed - [#&#8203;2619](https://github.com/shlinkio/shlink/issues/2619) Fix `Character not in repertoire: 7 ERROR: invalid byte sequence for encoding "UTF8": 0xb7 CONTEXT: unnamed portal parameter $1` error when running `Version20260607082210` migration in Postgres, due to the missing explicitly set type. ### [`v5.1.0`](https://github.com/shlinkio/shlink/blob/HEAD/CHANGELOG.md#510---2026-06-11) [Compare Source](https://github.com/shlinkio/shlink/compare/v5.0.2...v5.1.0) ##### Added - [#&#8203;2585](https://github.com/shlinkio/shlink/issues/2585) Add new browser condition for dynamic redirects system. This condition accepts the values `chrome`, `firefox`, `edge`, `safari`, `opera` and `android_browser`, to redirect to different places based on specific known web browsers. - [#&#8203;2583](https://github.com/shlinkio/shlink/issues/2583) Support redis clusters with sentinels which have their own ACL authentication. ##### Changed - [#&#8203;2487](https://github.com/shlinkio/shlink/issues/2487) Create a new `long_url_hash` column, which is an indexed binary sha256 hash of the long URL. Use it when checking if a URL exists for a particular long URL, improving performance thanks to the index. - [#&#8203;2555](https://github.com/shlinkio/shlink/issues/2555) Update docker image to PHP 8.5. - [#&#8203;2590](https://github.com/shlinkio/shlink/issues/2590) Migrate to `cuyz/valinor` for request input mapping, filtering and validation. ##### Deprecated - *Nothing* ##### Removed - *Nothing* ##### Fixed - *Nothing* ### [`v5.0.2`](https://github.com/shlinkio/shlink/blob/HEAD/CHANGELOG.md#502---2026-04-16) [Compare Source](https://github.com/shlinkio/shlink/compare/v5.0.1...v5.0.2) ##### Added - *Nothing* ##### Changed - *Nothing* ##### Deprecated - *Nothing* ##### Removed - *Nothing* ##### Fixed - [#&#8203;2593](https://github.com/shlinkio/shlink/issues/2593) Fix long URL being ignored when editing a short URL via `short-url:edit` console command. </details> --- ### Configuration :date: **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). :vertical_traffic_light: **Automerge**: Disabled by config. Please merge this manually once you are satisfied. :recycle: **Rebasing**: Whenever PR is behind base branch, or you tick the rebase/retry checkbox. :no_bell: **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://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS4yNjQuMCIsInVwZGF0ZWRJblZlciI6IjM5LjI2NC4wIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119-->
renovate-bot force-pushed renovate/ghcr.io-shlinkio-shlink-5.x from 0db7d2de31 to 06ca2a0e21 2026-06-01 16:09:21 +00:00 Compare
renovate-bot force-pushed renovate/ghcr.io-shlinkio-shlink-5.x from 06ca2a0e21 to 9642dc3cda 2026-06-11 12:03:55 +00:00 Compare
renovate-bot changed title from chore(deps): update ghcr.io/shlinkio/shlink docker tag to v5.0.2 to chore(deps): update ghcr.io/shlinkio/shlink docker tag to v5.1.0 2026-06-11 12:03:59 +00:00
renovate-bot force-pushed renovate/ghcr.io-shlinkio-shlink-5.x from 9642dc3cda to a1f56a2884 2026-06-11 18:03:51 +00:00 Compare
renovate-bot changed title from chore(deps): update ghcr.io/shlinkio/shlink docker tag to v5.1.0 to chore(deps): update ghcr.io/shlinkio/shlink docker tag to v5.1.1 2026-06-11 18:03:55 +00:00
renovate-bot force-pushed renovate/ghcr.io-shlinkio-shlink-5.x from a1f56a2884 to 5a266a19c0 2026-06-14 10:03:40 +00:00 Compare
renovate-bot changed title from chore(deps): update ghcr.io/shlinkio/shlink docker tag to v5.1.1 to chore(deps): update ghcr.io/shlinkio/shlink docker tag to v5.1.2 2026-06-14 10:03:44 +00:00
renovate-bot force-pushed renovate/ghcr.io-shlinkio-shlink-5.x from 5a266a19c0 to 024dfbb392 2026-06-16 10:04:00 +00:00 Compare
renovate-bot changed title from chore(deps): update ghcr.io/shlinkio/shlink docker tag to v5.1.2 to chore(deps): update ghcr.io/shlinkio/shlink docker tag to v5.1.3 2026-06-16 10:04:05 +00:00
renovate-bot force-pushed renovate/ghcr.io-shlinkio-shlink-5.x from 024dfbb392 to 98d93439b1 2026-06-18 16:03:55 +00:00 Compare
renovate-bot changed title from chore(deps): update ghcr.io/shlinkio/shlink docker tag to v5.1.3 to chore(deps): update ghcr.io/shlinkio/shlink docker tag to v5.1.4 2026-06-18 16:04:01 +00:00
renovate-bot force-pushed renovate/ghcr.io-shlinkio-shlink-5.x from 98d93439b1 to c91fadb211 2026-06-22 16:04:19 +00:00 Compare
renovate-bot changed title from chore(deps): update ghcr.io/shlinkio/shlink docker tag to v5.1.4 to chore(deps): update ghcr.io/shlinkio/shlink docker tag to v5.1.5 2026-06-22 16:04:23 +00:00
renovate-bot force-pushed renovate/ghcr.io-shlinkio-shlink-5.x from c91fadb211 to 046b2bb32d 2026-07-27 22:04:38 +00:00 Compare
renovate-bot force-pushed renovate/ghcr.io-shlinkio-shlink-5.x from 046b2bb32d to 3c1baa259e 2026-07-31 18:04:47 +00:00 Compare
This pull request can be merged automatically.
You are not authorized to merge this pull request.
View command line instructions

Checkout

From your project repository, check out a new branch and test the changes.
git fetch -u origin renovate/ghcr.io-shlinkio-shlink-5.x:renovate/ghcr.io-shlinkio-shlink-5.x
git switch renovate/ghcr.io-shlinkio-shlink-5.x

Merge

Merge the changes and update on Forgejo.

Warning: The "Autodetect manual merge" setting is not enabled for this repository, you will have to mark this pull request as manually merged afterwards.

git switch main
git merge --no-ff renovate/ghcr.io-shlinkio-shlink-5.x
git switch renovate/ghcr.io-shlinkio-shlink-5.x
git rebase main
git switch main
git merge --ff-only renovate/ghcr.io-shlinkio-shlink-5.x
git switch renovate/ghcr.io-shlinkio-shlink-5.x
git rebase main
git switch main
git merge --no-ff renovate/ghcr.io-shlinkio-shlink-5.x
git switch main
git merge --squash renovate/ghcr.io-shlinkio-shlink-5.x
git switch main
git merge --ff-only renovate/ghcr.io-shlinkio-shlink-5.x
git switch main
git merge renovate/ghcr.io-shlinkio-shlink-5.x
git push origin main
Sign in to join this conversation.
No reviewers
No labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
peschmae/ansible-home-borr!750
No description provided.