Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(container): update image ghcr.io/shlinkio/shlink ( 4.4.4 → 4.4.5 ) #5253

Merged
merged 1 commit into from
Mar 1, 2025

Conversation

repo-jeeves[bot]
Copy link
Contributor

@repo-jeeves repo-jeeves bot commented Mar 1, 2025

This PR contains the following updates:

Package Update Change
ghcr.io/shlinkio/shlink patch 4.4.4 -> 4.4.5

Release Notes

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

v4.4.5

Compare Source

Added
  • Nothing
Changed
  • Nothing
Deprecated
  • Nothing
Removed
  • Nothing
Fixed
  • #​2373 Ensure deprecation warnings do not end up escalated to ErrorExceptions by ProblemDetailsMiddleware.

    In order to do this, Shlink will entirely ignore deprecation warnings when running in production, as those do not mean something is not working, but only that something will break in future versions.

| datasource | package                 | from  | to    |
| ---------- | ----------------------- | ----- | ----- |
| docker     | ghcr.io/shlinkio/shlink | 4.4.4 | 4.4.5 |
@repo-jeeves repo-jeeves bot added renovate/container Issue relates to a Renovate container update type/patch Issue relates to a patch version bump cluster/main Changes made in the main cluster size/XS Marks a PR that changes 0-9 lines, ignoring generated files labels Mar 1, 2025
@repo-jeeves
Copy link
Contributor Author

repo-jeeves bot commented Mar 1, 2025

--- kubernetes/main/apps/self-hosted/shlink Kustomization: self-hosted/shlink HelmRelease: self-hosted/shlink-api

+++ kubernetes/main/apps/self-hosted/shlink Kustomization: self-hosted/shlink HelmRelease: self-hosted/shlink-api

@@ -46,13 +46,13 @@

               TIMEZONE: America/Toronto
             envFrom:
             - secretRef:
                 name: shlink-secret
             image:
               repository: ghcr.io/shlinkio/shlink
-              tag: 4.4.4@sha256:b8e852c02de5defd6de1003f7448ed1275c078a5132ee02fda60dff9f75e29ec
+              tag: 4.4.5@sha256:83b1108bb0bee3a59768111b3a3a0e7c90abec61bb356acebd7dc9221d1ab272
         initContainers:
           init-db:
             envFrom:
             - secretRef:
                 name: shlink-secret
             image:

@repo-jeeves
Copy link
Contributor Author

repo-jeeves bot commented Mar 1, 2025

--- HelmRelease: self-hosted/shlink-api Deployment: self-hosted/shlink-api

+++ HelmRelease: self-hosted/shlink-api Deployment: self-hosted/shlink-api

@@ -65,9 +65,9 @@

           value: '8080'
         - name: TIMEZONE
           value: America/Toronto
         envFrom:
         - secretRef:
             name: shlink-secret
-        image: ghcr.io/shlinkio/shlink:4.4.4@sha256:b8e852c02de5defd6de1003f7448ed1275c078a5132ee02fda60dff9f75e29ec
+        image: ghcr.io/shlinkio/shlink:4.4.5@sha256:83b1108bb0bee3a59768111b3a3a0e7c90abec61bb356acebd7dc9221d1ab272
         name: main
 

@szinn szinn merged commit 5ec24a4 into main Mar 1, 2025
22 checks passed
@szinn szinn deleted the renovate/main-ghcr.io-shlinkio-shlink-4.x branch March 1, 2025 12:22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
cluster/main Changes made in the main cluster renovate/container Issue relates to a Renovate container update size/XS Marks a PR that changes 0-9 lines, ignoring generated files type/patch Issue relates to a patch version bump
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant