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

feat(container): update image ghcr.io/shlinkio/shlink to v3.7.4 #73

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Nov 25, 2023

This PR contains the following updates:

Package Update Change
ghcr.io/shlinkio/shlink minor 3.6.4-non-root -> 3.7.4-non-root

Warning

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


Release Notes

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

v3.7.4

Compare Source

Changed
  • Nothing
Added
  • Nothing
Removed
  • Nothing
Fixed
  • #​2021 Fix infinite GeoLite2 downloads.
Deprecated
  • Nothing

v3.7.3

Compare Source

Added
  • Nothing
Changed
  • #​1968 Move migrations from data to module/Core.
Deprecated
  • Nothing
Removed
  • Nothing
Fixed
  • #​1967 Allow an empty dir to be mounted in data when using the docker image.

v3.7.2

Compare Source

Added
  • Nothing
Changed
  • Nothing
Deprecated
  • Nothing
Removed
  • Nothing
Fixed
  • #​1960 Allow QR codes to be optionally resolved even when corresponding short URL is not enabled.

v3.7.1

Compare Source

Added
  • Nothing
Changed
  • Remove dependency on functional-php library
  • #​1939 Fine-tune RoadRunner logs to avoid too many useless info.
Deprecated
  • Nothing
Removed
  • Nothing
Fixed
  • #​1947 Fix error when importing short URLs while using Postgres.

v3.7.0

Compare Source

Added
  • #​1798 Experimental support to send visits to an external Matomo instance.

  • #​1780 Add new NO_ORPHAN_VISITS API key role.

    Keys with this role will always get 0 when fetching orphan visits.

    When trying to delete orphan visits the result will also be 0 and no visits will actually get deleted.

  • #​1879 Cache namespace can now be customized via config option or CACHE_NAMESPACE env var.

    This is important if you are running multiple Shlink instance on the same server, or they share the same Redis instance (even more so if they are on different versions).

  • #​1905 Add support for PHP 8.3.

  • #​1927 Allow redis credentials be URL-decoded before passing them to connection.

  • #​1834 Add support for redis encrypted connections using SSL/TLS.

    Encryption should work out of the box if servers schema is set tp tls or rediss, including support for self-signed certificates.

    This has been tested with AWS ElasticCache using in-transit encryption, and with Digital Ocean Redis database.

  • #​1906 Add support for RabbitMQ encrypted connections using SSL/TLS.

    In order to enable SLL, you need to pass RABBITMQ_USE_SSL=true or the corresponding config option.

    Connections using self-signed certificates should work out of the box.

    This has been tested with AWS RabbitMQ using in-transit encryption, and with CloudAMQP.

Changed
  • #​1799 RoadRunner/openswoole jobs are not run anymore for tasks that are actually disabled.

    For example, if you did not enable RabbitMQ real-time updates, instead of triggering a job that ends immediately, the job will not even be enqueued.

  • #​1835 Docker image is now built only when a release is tagged, and new tags are included, for minor and major versions.

  • #​1055 Update OAS definition to v3.1.

  • #​1885 Update to chronos 3.0.

  • #​1896 Requests to health endpoint are no longer logged.

  • #​1877 Print a warning when manually running visit:download-db command and a GeoLite2 license was not provided.

Deprecated
  • #​1783 Deprecated support for openswoole. RoadRunner is the best replacement, with the same capabilities, but much easier and convenient to install and manage.
Removed
Fixed
  • #​1819 Fix incorrect timeout when running DB commands during Shlink start-up.
  • #​1901 Do not allow short URLs with custom slugs containing URL-reserved characters, as they will not work at all afterward.
  • #​1900 Fix short URL visits deletion when multi-segment slugs are enabled.

Configuration

📅 Schedule: Branch creation - "on saturday" (UTC), 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 was generated by Mend Renovate. View the repository job log.

Copy link

github-actions bot commented Nov 25, 2023

--- kubernetes/apps/default/shlink/app Kustomization: flux-system/cluster-apps-shlink HelmRelease: default/shlink

+++ kubernetes/apps/default/shlink/app Kustomization: flux-system/cluster-apps-shlink HelmRelease: default/shlink

@@ -47,13 +47,13 @@

       WEB_WORKER_NUM: 1
     envFrom:
     - secretRef:
         name: shlink-secret
     image:
       repository: ghcr.io/shlinkio/shlink
-      tag: 3.6.4-non-root
+      tag: 3.7.4-non-root
     ingress:
       main:
         annotations:
           external-dns.alpha.kubernetes.io/target: external.${SECRET_DOMAIN}
         enabled: true
         hosts:

Copy link

github-actions bot commented Nov 25, 2023

--- kubernetes HelmRelease: default/shlink Deployment: default/shlink

+++ kubernetes HelmRelease: default/shlink Deployment: default/shlink

@@ -34,13 +34,13 @@

             name: shlink-secret
         image: ghcr.io/onedr0p/postgres-init:14.9
         imagePullPolicy: IfNotPresent
         name: 01-init-db
       containers:
       - name: shlink
-        image: ghcr.io/shlinkio/shlink:3.6.4-non-root
+        image: ghcr.io/shlinkio/shlink:3.7.4-non-root
         imagePullPolicy: null
         env:
         - name: DEFAULT_DOMAIN
           value: ln.${SECRET_DOMAIN}
         - name: DISABLE_TRACKING_FROM
           value: 10.0.0.0/8,172.16.0.0/12,192.168.0.0/16

@renovate renovate bot changed the title feat(container): update image ghcr.io/shlinkio/shlink to v3.7.0 feat(container): update image ghcr.io/shlinkio/shlink to v3.7.1 Dec 17, 2023
@renovate renovate bot force-pushed the renovate/ghcr.io-shlinkio-shlink-3.x branch from b4331bc to 2581f80 Compare December 17, 2023 22:37
@renovate renovate bot changed the title feat(container): update image ghcr.io/shlinkio/shlink to v3.7.1 feat(container): update image ghcr.io/shlinkio/shlink to v3.7.2 Dec 26, 2023
@renovate renovate bot force-pushed the renovate/ghcr.io-shlinkio-shlink-3.x branch from 2581f80 to 2c2a7cb Compare December 26, 2023 17:07
@renovate renovate bot changed the title feat(container): update image ghcr.io/shlinkio/shlink to v3.7.2 feat(container): update image ghcr.io/shlinkio/shlink to v3.7.3 Jan 4, 2024
@renovate renovate bot force-pushed the renovate/ghcr.io-shlinkio-shlink-3.x branch from 2c2a7cb to 7682bb0 Compare January 4, 2024 15:13
@renovate renovate bot changed the title feat(container): update image ghcr.io/shlinkio/shlink to v3.7.3 feat(container): update image ghcr.io/shlinkio/shlink to v3.7.4 Mar 9, 2024
@renovate renovate bot force-pushed the renovate/ghcr.io-shlinkio-shlink-3.x branch from 7682bb0 to ffd81be Compare March 9, 2024 10:54
@renovate renovate bot changed the title feat(container): update image ghcr.io/shlinkio/shlink to v3.7.4 feat(container): update image ghcr.io/shlinkio/shlink to v3.7.4 - autoclosed Sep 19, 2024
@renovate renovate bot closed this Sep 19, 2024
@renovate renovate bot deleted the renovate/ghcr.io-shlinkio-shlink-3.x branch September 19, 2024 04:28
@renovate renovate bot changed the title feat(container): update image ghcr.io/shlinkio/shlink to v3.7.4 - autoclosed feat(container): update image ghcr.io/shlinkio/shlink to v3.7.4 Sep 19, 2024
@renovate renovate bot reopened this Sep 19, 2024
@renovate renovate bot restored the renovate/ghcr.io-shlinkio-shlink-3.x branch September 19, 2024 07:00
@renovate renovate bot changed the title feat(container): update image ghcr.io/shlinkio/shlink to v3.7.4 feat(container): update image ghcr.io/shlinkio/shlink to v3.7.4 - autoclosed Sep 20, 2024
@renovate renovate bot closed this Sep 20, 2024
@renovate renovate bot deleted the renovate/ghcr.io-shlinkio-shlink-3.x branch September 20, 2024 19:00
@renovate renovate bot changed the title feat(container): update image ghcr.io/shlinkio/shlink to v3.7.4 - autoclosed feat(container): update image ghcr.io/shlinkio/shlink to v3.7.4 Sep 20, 2024
@renovate renovate bot reopened this Sep 20, 2024
@renovate renovate bot restored the renovate/ghcr.io-shlinkio-shlink-3.x branch September 20, 2024 21:43
@renovate renovate bot changed the title feat(container): update image ghcr.io/shlinkio/shlink to v3.7.4 feat(container): update image ghcr.io/shlinkio/shlink to v3.7.4 - autoclosed Sep 21, 2024
@renovate renovate bot closed this Sep 21, 2024
@renovate renovate bot deleted the renovate/ghcr.io-shlinkio-shlink-3.x branch September 21, 2024 12:12
@renovate renovate bot changed the title feat(container): update image ghcr.io/shlinkio/shlink to v3.7.4 - autoclosed feat(container): update image ghcr.io/shlinkio/shlink to v3.7.4 Sep 21, 2024
@renovate renovate bot reopened this Sep 21, 2024
@renovate renovate bot restored the renovate/ghcr.io-shlinkio-shlink-3.x branch September 21, 2024 15:47
@renovate renovate bot force-pushed the renovate/ghcr.io-shlinkio-shlink-3.x branch from ffd81be to a827140 Compare September 21, 2024 15:47
@renovate renovate bot changed the title feat(container): update image ghcr.io/shlinkio/shlink to v3.7.4 feat(container): update image ghcr.io/shlinkio/shlink to v3.7.4 - autoclosed Sep 24, 2024
@renovate renovate bot closed this Sep 24, 2024
@renovate renovate bot deleted the renovate/ghcr.io-shlinkio-shlink-3.x branch September 24, 2024 10:28
@renovate renovate bot changed the title feat(container): update image ghcr.io/shlinkio/shlink to v3.7.4 - autoclosed feat(container): update image ghcr.io/shlinkio/shlink to v3.7.4 Sep 24, 2024
@renovate renovate bot reopened this Sep 24, 2024
@renovate renovate bot restored the renovate/ghcr.io-shlinkio-shlink-3.x branch September 24, 2024 13:40
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.

0 participants