chore(deps): update ghcr.io/shlinkio/shlink docker tag to v4.4.0 #89

Merged
finn merged 1 commit from renovate/ghcr.io-shlinkio-shlink-4.x into main 2024-12-27 19:14:05 +00:00
Member

This PR contains the following updates:

Package Update Change
ghcr.io/shlinkio/shlink minor 4.3.1 -> 4.4.0

Release Notes

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

Compare Source

Added
  • #​2265 Add a new REDIRECT_EXTRA_PATH_MODE option that accepts three values:

    • default: Short URLs only match if the path matches their short code or custom slug.
    • append: Short URLs are matched as soon as the path starts with the short code or custom slug, and the extra path is appended to the long URL before redirecting.
    • ignore: Short URLs are matched as soon as the path starts with the short code or custom slug, and the extra path is ignored.

    This option effectively replaces the old REDIRECT_APPEND_EXTRA_PATH option, which is now deprecated and will be removed in Shlink 5.0.0

  • #​2156 Be less restrictive on what characters are disallowed in custom slugs.

    All URI-reserved characters were disallowed up until now, but from now on, only the gen-delimiters are.

  • #​2229 Add logo=disabled query param to dynamically disable the default logo on QR codes.

  • #​2206 Add new DB_USE_ENCRYPTION config option to enable SSL database connections trusting any server certificate.

  • #​2209 Redirect rules are now imported when importing short URLs from a Shlink >=4.0 instance.

Changed
  • #​2281 Update docker image to PHP 8.4

  • #​2124 Improve how Shlink decides if a GeoLite db file needs to be downloaded, and reduces the chances for API limits to be reached.

    Now Shlink tracks all download attempts, and knows which of them failed and succeeded. This lets it know when was the last error or success, how many consecutive errors have happened, etc.

    It also tracks now the reason for a download to be attempted, and the error that happened when one fails.

Deprecated
  • Nothing
Removed
Fixed
  • Nothing

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.


  • 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 | `4.3.1` -> `4.4.0` | --- ### Release Notes <details> <summary>shlinkio/shlink (ghcr.io/shlinkio/shlink)</summary> ### [`v4.4.0`](https://github.com/shlinkio/shlink/blob/HEAD/CHANGELOG.md#440---2024-12-27) [Compare Source](https://github.com/shlinkio/shlink/compare/v4.3.1...v4.4.0) ##### Added - [#&#8203;2265](https://github.com/shlinkio/shlink/issues/2265) Add a new `REDIRECT_EXTRA_PATH_MODE` option that accepts three values: - `default`: Short URLs only match if the path matches their short code or custom slug. - `append`: Short URLs are matched as soon as the path starts with the short code or custom slug, and the extra path is appended to the long URL before redirecting. - `ignore`: Short URLs are matched as soon as the path starts with the short code or custom slug, and the extra path is ignored. This option effectively replaces the old `REDIRECT_APPEND_EXTRA_PATH` option, which is now deprecated and will be removed in Shlink 5.0.0 - [#&#8203;2156](https://github.com/shlinkio/shlink/issues/2156) Be less restrictive on what characters are disallowed in custom slugs. All [URI-reserved characters](https://datatracker.ietf.org/doc/html/rfc3986#section-2.2) were disallowed up until now, but from now on, only the gen-delimiters are. - [#&#8203;2229](https://github.com/shlinkio/shlink/issues/2229) Add `logo=disabled` query param to dynamically disable the default logo on QR codes. - [#&#8203;2206](https://github.com/shlinkio/shlink/issues/2206) Add new `DB_USE_ENCRYPTION` config option to enable SSL database connections trusting any server certificate. - [#&#8203;2209](https://github.com/shlinkio/shlink/issues/2209) Redirect rules are now imported when importing short URLs from a Shlink >=4.0 instance. ##### Changed - [#&#8203;2281](https://github.com/shlinkio/shlink/issues/2281) Update docker image to PHP 8.4 - [#&#8203;2124](https://github.com/shlinkio/shlink/issues/2124) Improve how Shlink decides if a GeoLite db file needs to be downloaded, and reduces the chances for API limits to be reached. Now Shlink tracks all download attempts, and knows which of them failed and succeeded. This lets it know when was the last error or success, how many consecutive errors have happened, etc. It also tracks now the reason for a download to be attempted, and the error that happened when one fails. ##### Deprecated - *Nothing* ##### Removed - [#&#8203;2247](https://github.com/shlinkio/shlink/issues/2247) Drop support for PHP 8.2 ##### Fixed - *Nothing* </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://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS4wLjAiLCJ1cGRhdGVkSW5WZXIiOiIzOS4wLjAiLCJ0YXJnZXRCcmFuY2giOiJtYWluIiwibGFiZWxzIjpbXX0=-->
renovatebot added 1 commit 2024-12-27 16:02:17 +00:00
chore(deps): update ghcr.io/shlinkio/shlink docker tag to v4.4.0
Some checks failed
/ diff-and-deploy (push) Has been cancelled
54ad3d124a
finn merged commit 54ad3d124a into main 2024-12-27 19:14:05 +00:00
finn deleted branch renovate/ghcr.io-shlinkio-shlink-4.x 2024-12-27 19:14:05 +00:00
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: JankySolutions/infra#89
No description provided.