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 public.ecr.aws/docker/library/traefik to v3 #2712

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

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Apr 30, 2024

Mend Renovate

This PR contains the following updates:

Package Update Change
public.ecr.aws/docker/library/traefik (source) major 2.11.0 -> 3.1.0

Warning

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


Release Notes

traefik/traefik (public.ecr.aws/docker/library/traefik)

v3.1.0

Compare Source

All Commits

Enhancements:

Bug fixes:

  • [k8s,k8s/gatewayapi] Retry on Gateway API resource status update (#​10881 by rtribotte)
  • [k8s,k8s/gatewayapi] Do not disable Gateway API provider if not enabled in experimental (#​10862 by kevinpollet)
  • [otel] Bump opentelemetry-go to v1.28 (#​10876 by arukiidou)
  • [plugins] Fix build only linux and darwin support wazergo (#​10857 by juliens)
  • [healthcheck,k8s/crd,k8s] Fix Healthcheck default value for ExternalName services (#​10778 by kevinpollet)
  • [middleware,metrics,tracing] Upgrade to OpenTelemetry Semantic Conventions v1.26.0 (#​10850 by mmatur)

Documentation:

Misc:

v3.1.0

Compare Source

All Commits

Enhancements:

Bug fixes:

  • [k8s,k8s/gatewayapi] Retry on Gateway API resource status update (#​10881 by rtribotte)
  • [k8s,k8s/gatewayapi] Do not disable Gateway API provider if not enabled in experimental (#​10862 by kevinpollet)
  • [otel] Bump opentelemetry-go to v1.28 (#​10876 by arukiidou)
  • [plugins] Fix build only linux and darwin support wazergo (#​10857 by juliens)
  • [healthcheck,k8s/crd,k8s] Fix Healthcheck default value for ExternalName services (#​10778 by kevinpollet)
  • [middleware,metrics,tracing] Upgrade to OpenTelemetry Semantic Conventions v1.26.0 (#​10850 by mmatur)

Documentation:

Misc:

v3.0.4

Compare Source

All Commits

Documentation:

Misc:

v3.0.4

Compare Source

All Commits

Documentation:

Misc:

v3.0.3

Compare Source

All Commits

Misc:

v3.0.3

Compare Source

All Commits

Misc:

v3.0.2

Compare Source

All Commits

Bug fixes:

Documentation:

Misc:

v3.0.2

Compare Source

All Commits

Bug fixes:

Documentation:

Misc:

v3.0.1

Compare Source

All Commits

Bug fixes:

Documentation:

v3.0.1

Compare Source

All Commits

Bug fixes:

Documentation:

v3.0.0

Compare Source

All Commits

Enhancements:

Bug fixes:

Documentation:

Misc:

v3.0.0

Compare Source

All Commits

Enhancements:

  • [consul] ConsulCatalog StrictChecks (#​10388 by djenriquez)
  • [docker,docker/swarm] Split Docker provider (#​9652 by ldez)
  • [docker,service] Adds weight on ServersLoadBalancer (#​10372 by juliens)
  • [ecs] Add option to keep only healthy ECS tasks (#​8027 by Michampt)
  • [file] Reload provider file configuration on SIGHUP (#​9993 by sokoide)
  • [healthcheck] Support gRPC healthcheck (#​8583 by jjacque)
  • [healthcheck] Add a status option to the service health check (#​9463 by guoard)
  • [http] Support custom headers when fetching configuration through HTTP (#​9421 by kevinpollet)
  • [http3] Moves HTTP/3 outside the experimental section (#​9570 by sdelicata)
  • [k8s,hub] Remove deprecated code (#​9804 by ldez)
  • [k8s,k8s/gatewayapi] Support for cross-namespace references / GatewayAPI ReferenceGrants (#​10346 by pascal-hofmann)
  • [k8s,k8s/gatewayapi] Support HostSNIRegexp in GatewayAPI TLS routes (#​9486 by ddtmachado)
  • [k8s,k8s/gatewayapi] Upgrade gateway api to v1.0.0 (#​10205 by mmatur)
  • [k8s/crd,k8s] Support file path as input param for Kubernetes token value (#​10232 by sssash18)
  • [k8s/gatewayapi] Add option to set Gateway status address (#​10582 by kevinpollet)
  • [k8s/gatewayapi] Toggle support for experimental channel (#​10435 by SantoDE)
  • [k8s/gatewayapi] Add option to set Gateway status address ([#​10582](https

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 was generated by Mend Renovate. View the repository job log.

Copy link
Contributor

github-actions bot commented Apr 30, 2024

Path: cluster/apps/traefik/helmrelease.yaml

@@ -50,7 +50,6 @@
       - update
   - apiGroups:
       - traefik.io
-      - traefik.containo.us
     resources:
       - ingressroutes
       - ingressroutetcps
@@ -61,6 +60,7 @@
       - tlsstores
       - traefikservices
       - serverstransports
+      - serverstransporttcps
     verbs:
       - get
       - list
@@ -150,7 +150,7 @@
       terminationGracePeriodSeconds: 60
       hostNetwork: false
       containers:
-        - image: public.ecr.aws/docker/library/traefik:2.11.0
+        - image: public.ecr.aws/docker/library/traefik:3.1.0
           imagePullPolicy: IfNotPresent
           name: traefik
           resources:

@npawelek npawelek force-pushed the master branch 2 times, most recently from d41b585 to f9025c9 Compare May 13, 2024 21:56
@renovate renovate bot force-pushed the renovate/public.ecr.aws-docker-library-traefik-3.x branch 2 times, most recently from 71180ea to e681e06 Compare May 23, 2024 01:38
@renovate renovate bot force-pushed the renovate/public.ecr.aws-docker-library-traefik-3.x branch 2 times, most recently from ff28497 to 619b75e Compare May 30, 2024 21:04
@renovate renovate bot force-pushed the renovate/public.ecr.aws-docker-library-traefik-3.x branch 3 times, most recently from 18f5575 to 556bf87 Compare June 11, 2024 22:56
@renovate renovate bot force-pushed the renovate/public.ecr.aws-docker-library-traefik-3.x branch 2 times, most recently from 1842e00 to 5c7150e Compare June 21, 2024 03:04
@renovate renovate bot force-pushed the renovate/public.ecr.aws-docker-library-traefik-3.x branch 2 times, most recently from 49d86bc to 533e63b Compare July 3, 2024 01:36
@renovate renovate bot force-pushed the renovate/public.ecr.aws-docker-library-traefik-3.x branch from 533e63b to edd14d9 Compare July 15, 2024 21:24
@renovate renovate bot force-pushed the renovate/public.ecr.aws-docker-library-traefik-3.x branch from edd14d9 to 2332317 Compare July 23, 2024 05:31
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.

None yet

1 participant