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.0 → 4.4.1 ) #1767

Merged
merged 1 commit into from
Jan 28, 2025

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jan 28, 2025

This PR contains the following updates:

Package Update Change
ghcr.io/shlinkio/shlink patch 4.4.0 -> 4.4.1

Release Notes

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

v4.4.1

Compare Source

Added
  • #​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 Ensure all asynchronous jobs that interact with the database do not leave idle connections open.
  • #​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: 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 these updates again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

Copy link

--- kubernetes/main/apps/hosted/shlink/server Kustomization: flux-system/shlink HelmRelease: hosted/shlink

+++ kubernetes/main/apps/hosted/shlink/server Kustomization: flux-system/shlink HelmRelease: hosted/shlink

@@ -35,13 +35,13 @@

               TIMEZONE: Europe/Berlin
             envFrom:
             - secretRef:
                 name: shlink
             image:
               repository: ghcr.io/shlinkio/shlink
-              tag: 4.4.0
+              tag: 4.4.1
             probes:
               liveness:
                 custom: true
                 enabled: true
                 spec:
                   httpGet:

Copy link

--- HelmRelease: hosted/shlink Deployment: hosted/shlink

+++ HelmRelease: hosted/shlink Deployment: hosted/shlink

@@ -60,13 +60,13 @@

           value: 'true'
         - name: TIMEZONE
           value: Europe/Berlin
         envFrom:
         - secretRef:
             name: shlink
-        image: ghcr.io/shlinkio/shlink:4.4.0
+        image: ghcr.io/shlinkio/shlink:4.4.1
         livenessProbe:
           httpGet:
             path: /rest/health
             port: 8080
         name: app
         readinessProbe:

@cubic3d cubic3d merged commit 04114c4 into main Jan 28, 2025
10 checks passed
@cubic3d cubic3d deleted the renovate/main-ghcr.io-shlinkio-shlink-4.x branch January 28, 2025 15:28
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant