Skip to content

chore(deps): update docker-compose (major) #2805

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

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

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Oct 6, 2024

This PR contains the following updates:

Package Update Change
keycloak/keycloak major 25.0 -> 26.3
traefik major v2.11.24 -> v3.4.3

Release Notes

containous/traefik (traefik)

v3.4.3

Compare Source

All Commits

Bug fixes:

v3.4.3

Compare Source

All Commits

Bug fixes:

v3.4.1

Compare Source

All Commits

Bug fixes:

Documentation:

  • [acme] Fix ambiguous wording in ACME page (#​11789 by joshka)
  • [k8s] Fix incorrect case and missing rbac in documentation (#​11742 by mmatur)
  • [middleware] Match encoded certificate to example data for TLS passthrough (#​11759 by holysoles)

Misc:

v3.4.1

Compare Source

All Commits

Bug fixes:

Documentation:

  • [acme] Fix ambiguous wording in ACME page (#​11789 by joshka)
  • [k8s] Fix incorrect case and missing rbac in documentation (#​11742 by mmatur)
  • [middleware] Match encoded certificate to example data for TLS passthrough (#​11759 by holysoles)

Misc:

v3.4.0

Compare Source

All Commits

Enhancements:

Documentation:

Misc:

v3.4.0

Compare Source

All Commits

Enhancements:

Documentation:

Misc:

v3.3.7

Compare Source

All Commits

Bug fixes:

  • [logs,middleware,accesslogs] Add SpanID and TraceID accessLogs fields only when tracing is enabled (#​11715 by rtribotte)

v3.3.7

Compare Source

All Commits

Bug fixes:

  • [logs,middleware,accesslogs] Add SpanID and TraceID accessLogs fields only when tracing is enabled (#​11715 by rtribotte)

v3.3.6

Compare Source

All Commits

Documentation:

Misc:

v3.3.6

Compare Source

All Commits

Documentation:

Misc:

v3.3.5

Compare Source

All Commits

Bug fixes:

  • [k8s/gatewayapi] Set scheme to https with BackendTLSPolicy (#​11586 by rtribotte)
  • [middleware] Revert compress middleware algorithms priority to v2 behavior (#​11641 by rtribotte)
  • [middleware] Do not abort request when response content-type is malformed (#​11628 by kevinpollet)
  • [middleware] Compress data on flush when compression is not started (#​11583 by kevinpollet)

Documentation:

Misc:

v3.3.5

Compare Source

All Commits

Bug fixes:

  • [k8s/gatewayapi] Set scheme to https with BackendTLSPolicy (#​11586 by rtribotte)
  • [middleware] Revert compress middleware algorithms priority to v2 behavior (#​11641 by rtribotte)
  • [middleware] Do not abort request when response content-type is malformed (#​11628 by kevinpollet)
  • [middleware] Compress data on flush when compression is not started (#​11583 by kevinpollet)

Documentation:

Misc:

v3.3.4

Compare Source

All Commits

Bug fixes:

Documentation:

Misc:

v3.3.4

Compare Source

All Commits

Bug fixes:

Documentation:

Misc:

v3.3.3

Compare Source

All Commits

Bug fixes:

Misc:

v3.3.3

Compare Source

All Commits

Bug fixes:

Misc:

v3.3.2

Compare Source

All Commits

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

Compare Source

All Commits

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

Compare Source

All Commits

Documentation:

Misc:

v3.2.2

Compare Source

All Commits

Bug fixes:

Documentation:

v3.2.2

Compare Source

All Commits

Bug fixes:

Documentation:

v3.2.1

Compare Source

All Commits

Bug fixes:

  • [k8s/ingress,k8s] Fix HostRegexp config for rule syntax v2 ([#&#

Configuration

📅 Schedule: Branch creation - "after 8am on sunday" (UTC), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


  • 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 requested a review from a team as a code owner October 6, 2024 09:39
@renovate renovate bot force-pushed the renovate/major-docker-compose branch 7 times, most recently from ef88fcb to 3714003 Compare October 12, 2024 16:58
@pierluigilenoci pierluigilenoci mentioned this pull request Oct 12, 2024
4 tasks
@renovate renovate bot force-pushed the renovate/major-docker-compose branch 4 times, most recently from 4dd29db to c30335a Compare October 13, 2024 18:02
@renovate renovate bot force-pushed the renovate/major-docker-compose branch 5 times, most recently from 44c93fb to ff228e1 Compare October 29, 2024 15:28
@renovate renovate bot force-pushed the renovate/major-docker-compose branch 11 times, most recently from de8e73a to fae6670 Compare November 11, 2024 09:05
@renovate renovate bot force-pushed the renovate/major-docker-compose branch from fae6670 to 8daca54 Compare November 21, 2024 01:43
@renovate renovate bot force-pushed the renovate/major-docker-compose branch 8 times, most recently from 696e261 to e4146c1 Compare April 28, 2025 09:24
@renovate renovate bot force-pushed the renovate/major-docker-compose branch 4 times, most recently from 19a7814 to b108227 Compare May 3, 2025 19:45
@renovate renovate bot force-pushed the renovate/major-docker-compose branch from b108227 to 30cb0ce Compare May 5, 2025 20:06
@renovate renovate bot force-pushed the renovate/major-docker-compose branch 6 times, most recently from 226eb1f to 465da4c Compare May 29, 2025 16:12
@renovate renovate bot force-pushed the renovate/major-docker-compose branch 2 times, most recently from 88fd80c to 90299f3 Compare July 2, 2025 13:31
@renovate renovate bot force-pushed the renovate/major-docker-compose branch 7 times, most recently from bafa2dc to 36ac1c3 Compare July 17, 2025 07:24
@renovate renovate bot force-pushed the renovate/major-docker-compose branch from 36ac1c3 to 275d3bc Compare July 17, 2025 12:02
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.

1 participant