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 ) #5063

Merged
merged 1 commit into from
Jan 28, 2025

Conversation

repo-jeeves[bot]
Copy link
Contributor

@repo-jeeves repo-jeeves 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.

| datasource | package                 | from  | to    |
| ---------- | ----------------------- | ----- | ----- |
| docker     | ghcr.io/shlinkio/shlink | 4.4.0 | 4.4.1 |
@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 Jan 28, 2025
@repo-jeeves
Copy link
Contributor Author

repo-jeeves bot commented Jan 28, 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.0@sha256:89df56bc72a04809476cf2cbfd94c8fce222da89b57642d0e92b717452646e07
+              tag: 4.4.1@sha256:cb8ba1c9ce2694b9db81b384932bcecafce4b87572609485c3853b7fb120146a
         initContainers:
           init-db:
             envFrom:
             - secretRef:
                 name: shlink-secret
             image:

@repo-jeeves
Copy link
Contributor Author

repo-jeeves bot commented Jan 28, 2025

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

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

@@ -64,9 +64,9 @@

           value: '8080'
         - name: TIMEZONE
           value: America/Toronto
         envFrom:
         - secretRef:
             name: shlink-secret
-        image: ghcr.io/shlinkio/shlink:4.4.0@sha256:89df56bc72a04809476cf2cbfd94c8fce222da89b57642d0e92b717452646e07
+        image: ghcr.io/shlinkio/shlink:4.4.1@sha256:cb8ba1c9ce2694b9db81b384932bcecafce4b87572609485c3853b7fb120146a
         name: main
 

@szinn szinn merged commit ccb00bd into main Jan 28, 2025
22 checks passed
@szinn szinn deleted the renovate/main-ghcr.io-shlinkio-shlink-4.x branch January 28, 2025 15: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