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

chore(deps): update dependency traefik/traefik to v3 #41

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

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Apr 30, 2024

This PR contains the following updates:

Package Update Change
traefik/traefik major 2.11.13 -> 3.3.3

Release Notes

traefik/traefik (traefik/traefik)

v3.3.3

Compare Source

Bug fixes:

Misc:

v3.3.2

Compare Source

Bug fixes:

Documentation:

  • [acme] Fix deprecated dnsChallenge propagation logging and documentation (#​11433 by thomscode)
  • [acme] Add missing trailing s to propagation.delayBeforeCheck option (#​11417 by jspiers)

Misc:

v3.3.1

Compare Source

All Commits

Bug fixes:

  • [websocket,server] Disable http2 connect setting for websocket by default (#​11408 by rtribotte)

v3.3.0

Compare Source

All Commits

Enhancements:

  • [acme] Add options to control ACME propagation checks (#​11241 by ldez)
  • [api] Add support dump API endpoint (#​11328 by mmatur)
  • [http] Set Host header in HTTP provider request (#​11237 by nikonhub)
  • [k8s/crd,k8s] Make the IngressRoute kind optional (#​11177 by skirtan1)
  • [k8s/ingress,sticky-session,k8s/crd,k8s] Support serving endpoints (#​11121 by BZValoche)
  • [logs,accesslogs] OpenTelemetry Logs and Access Logs (#​11319 by rtribotte)
  • [logs,accesslogs] Add experimental flag for OTLP logs integration (#​11335 by kevinpollet)
  • [metrics,tracing,accesslogs] Manage observability at entrypoint and router level (#​11308 by rtribotte)
  • [middleware,authentication] Add an option to preserve the ForwardAuth Server Location header (#​11318 by Nelwhix)
  • [middleware,authentication] Only calculate basic auth hashes once for concurrent requests (#​11143 by michelheusschen)
  • [middleware,authentication] Send request body to authorization server for forward auth (#​11097 by kyo-ke)
  • [plugins] Add AbortOnPluginFailure option to abort startup on plugin load failure (#​11228 by bmagic)
  • [sticky-session] Configurable path for sticky cookies (#​11166 by IIpragmaII)
  • [webui,api] Configurable API & Dashboard base path (#​11250 by rtribotte)

Bug fixes:

Documentation:

Misc:

v3.2.5

Compare Source

All Commits

Bug fixes:

  • [websocket,server] Disable http2 connect setting for websocket by default (#​11408 by rtribotte)

v3.2.4

Compare Source

All Commits

Bug fixes:

  • [k8s/gatewayapi] Support empty value for core Kubernetes API group (#​11386 by rtribotte)
  • [tcp,k8s/crd] Pass TLS bool from IngressRouteTCP to TCPService (#​11343 by lipmem)
  • [tls] Upgrade github.com/spiffe/go-spiffe/v2 to v2.4.0 (#​11385 by mmatur)
  • Remove duplicate github.com/coreos/go-systemd dependency (#​11354 by Juneezee)

Documentation:

Misc:

v3.2.3

Compare Source

All Commits

Documentation:

Misc:

v3.2.2

Compare Source

All Commits

Bug fixes:

Documentation:

v3.2.1

Compare Source

All Commits

Bug fixes:

Documentation:

  • [acme,tls] Document how to use Certificates of cert-manager (#​11053 by mloiseleur)
  • [docker/swarm] Add tips about the use of docker in dynamic configuration for swarm provider (#​11207 by webash)
  • [middleware] Add Compress middleware to migration guide (#​11229 by logica0419)

Misc:

v3.2.0

Compare Source

All Commits

Enhancements:

Bug fixes:

  • [k8s,k8s/gatewayapi] Ensuring Gateway API reflected Traefik resource name unicity (#​11222 by rtribotte)
  • [k8s,k8s/gatewayapi] Preserve GRPCRoute filters order (#​11199 by kevinpollet)
  • [k8s,k8s/gatewayapi] Support http and https appProtocol for Kubernetes Service (#​11176 by WillDaSilva)
  • [k8s,k8s/gatewayapi] Avoid updating Accepted status for routes matching no Gateways (#​11170 by rtribotte)
  • [k8s,k8s/gatewayapi] Do not update gateway status when not selected by a gateway class (#​11169 by kevinpollet)
  • [service] Detect and drop broken conns in the fastproxy pool (#​11212 by kevinpollet)

Documentation:

Misc:

v3.1.7

Compare Source

All Commits

Bug fixes:

Documentation:

  • [k8s,k8s/gatewayapi] Fix broken links in Kubernetes Gateway provider page (#​11188 by mloiseleur)

Misc:

v3.1.6

Compare Source

All Commits

Bug fixes:

Misc:

v3.1.5

Compare Source

All Commits

Bug fixes:

  • [k8s/ingress,k8s] Disable IngressClass lookup when disableClusterScopeResources is enabled (#​11111 by jnoordsij)
  • [server] Rework condition to not log on timeout (#​11132 by rtribotte)

Misc:

v3.1.4

Compare Source

All Commits

Bug fixes:

Documentation:

Misc:

v3.1.3

Compare Source

All Commits

Bug fixes:

  • [k8s/ingress,rules,k8s] Allow configuring rule syntax with Kubernetes Ingress annotation (#​10985 by rtribotte)
  • [k8s/ingress] Re-allow empty configuration for Kubernetes Ingress provider (#​11008 by rtribotte)
  • [middleware,metrics] Wrap capture for services used by pieces of middleware (#​11058 by rtribotte)
  • [plugins] Removes goexport dependency and adds _initialize (#​11088 by juliens)

Documentation:

Misc:

v3.1.2

Compare Source

All Commits

Bug fixes:

  • [k8s,k8s/gatewayapi] Include status addresses when comparing Gateway statuses (#​10972 by kevinpollet)
  • [k8s/ingress,k8s/crd,k8s] Allow to disable Kubernetes cluster scope resources discovery (#​10946 by rtribotte)
  • [logs] Change logs output from stderr to stdout (#​10973 by rtribotte)
  • Fix grafana dashboard to work with scrape interval greater than 15s (#​10954 by swiffer)

Documentation:

  • [accesslogs] Add Access logs section to the migration guide (#​10947 by lbenguigui)
  • [http] Fix missing codeblock ending in HTTP discover documentation (#​10967 by djcode)
  • [http] Fix yaml config example for HTTP provider headers (#​10966 by djcode)
  • [k8s,k8s/gatewayapi] Use Standard channel by default with Gateway API (#​10974 by mloiseleur)

Misc:

v3.1.1

Compare Source

All Commits

Bug fixes:

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.3

Compare Source

All Commits

Misc:

v3.0.2

Compare Source

All Commits

Bug fixes:

Documentation:

Misc:

v3.0.1

Compare Source

All Commits

Bug fixes:

Documentation:

v3.0.0

Compare Source

All Commits

Enhancements:


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.

@renovate renovate bot force-pushed the renovate/traefik-traefik-3.x branch from f2b20d9 to d3e75c0 Compare May 22, 2024 13:50
@renovate renovate bot force-pushed the renovate/traefik-traefik-3.x branch 2 times, most recently from 1eaa44b to cfd304f Compare June 14, 2024 17:25
@renovate renovate bot force-pushed the renovate/traefik-traefik-3.x branch from cfd304f to def5b6b Compare June 18, 2024 16:09
@renovate renovate bot force-pushed the renovate/traefik-traefik-3.x branch from def5b6b to 722e597 Compare July 2, 2024 14:13
@renovate renovate bot force-pushed the renovate/traefik-traefik-3.x branch from 722e597 to a471e88 Compare July 15, 2024 17:19
@renovate renovate bot force-pushed the renovate/traefik-traefik-3.x branch from a471e88 to cf1151f Compare July 22, 2024 17:23
@renovate renovate bot force-pushed the renovate/traefik-traefik-3.x branch 2 times, most recently from 9f27a4c to e2f136a Compare July 30, 2024 21:31
@renovate renovate bot force-pushed the renovate/traefik-traefik-3.x branch from e2f136a to 4a35fbc Compare August 6, 2024 17:09
@renovate renovate bot force-pushed the renovate/traefik-traefik-3.x branch 2 times, most recently from 3bdbe90 to 02c7aaf Compare September 19, 2024 14:35
@renovate renovate bot force-pushed the renovate/traefik-traefik-3.x branch from 02c7aaf to 119d802 Compare October 2, 2024 13:41
@renovate renovate bot force-pushed the renovate/traefik-traefik-3.x branch from 119d802 to a3390df Compare October 9, 2024 16:42
@renovate renovate bot force-pushed the renovate/traefik-traefik-3.x branch 3 times, most recently from cc0d88c to 5881ee7 Compare November 1, 2024 16:33
@renovate renovate bot force-pushed the renovate/traefik-traefik-3.x branch from 5881ee7 to 6ecfb49 Compare November 20, 2024 19:24
@renovate renovate bot force-pushed the renovate/traefik-traefik-3.x branch 2 times, most recently from de8f931 to a06ff0b Compare December 16, 2024 12:33
@renovate renovate bot force-pushed the renovate/traefik-traefik-3.x branch 2 times, most recently from 8d34f77 to b60ed3c Compare January 8, 2025 13:46
@renovate renovate bot force-pushed the renovate/traefik-traefik-3.x branch from b60ed3c to 44592a5 Compare January 14, 2025 17:40
@renovate renovate bot force-pushed the renovate/traefik-traefik-3.x branch from 44592a5 to e696e1b Compare January 31, 2025 17:54
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants