0niel / university-app

A mobile application for the MIREA - Russian Technological University, which includes a schedule, news and many other functions
MIT License
181 stars 27 forks source link

chore(deps): update traefik docker tag to v3.2 #412

Open renovate[bot] opened 1 month ago

renovate[bot] commented 1 month ago

This PR contains the following updates:

Package Update Change
traefik minor v3.1 -> v3.2

[!WARNING] Some dependencies could not be looked up. Check the Dependency Dashboard for more information.


Release Notes

containous/traefik (traefik) ### [`v3.2`](https://redirect.github.com/containous/traefik/blob/HEAD/CHANGELOG.md#v320-2024-10-28) [All Commits](https://redirect.github.com/traefik/traefik/compare/v3.2.0-rc1...v3.2.0) **Enhancements:** - **\[acme]** Remove same email requirement for certresolvers ([#​11019](https://redirect.github.com/traefik/traefik/pull/11019) by [Emrio](https://redirect.github.com/Emrio)) - **\[acme]** Add support for custom CA certificates by certificate resolver ([#​10816](https://redirect.github.com/traefik/traefik/pull/10816) by [ldez](https://redirect.github.com/ldez)) - **\[acme]** Add 30 day certificatesDuration step ([#​10970](https://redirect.github.com/traefik/traefik/pull/10970) by [luker983](https://redirect.github.com/luker983)) - **\[docker]** Support HTTP BasicAuth for docker and swarm endpoint ([#​10776](https://redirect.github.com/traefik/traefik/pull/10776) by [985492783](https://redirect.github.com/985492783)) - **\[k8s,k8s/gatewayapi]** Add supported features to the Gateway API GatewayClass status ([#​11056](https://redirect.github.com/traefik/traefik/pull/11056) by [rtribotte](https://redirect.github.com/rtribotte)) - **\[k8s,k8s/gatewayapi]** Update sigs.k8s.io/gateway-api to v1.2.0-rc1 ([#​11124](https://redirect.github.com/traefik/traefik/pull/11124) by [rtribotte](https://redirect.github.com/rtribotte)) - **\[k8s,k8s/gatewayapi]** Add support for backend protocol selection in HTTP and GRPC routes ([#​11051](https://redirect.github.com/traefik/traefik/pull/11051) by [rtribotte](https://redirect.github.com/rtribotte)) - **\[k8s,k8s/gatewayapi]** Improve Kubernetes GatewayAPI TCPRoute and TLSRoute support ([#​11042](https://redirect.github.com/traefik/traefik/pull/11042) by [rtribotte](https://redirect.github.com/rtribotte)) - **\[k8s,k8s/gatewayapi]** Support HTTPRoute destination port matching ([#​11134](https://redirect.github.com/traefik/traefik/pull/11134) by [kevinpollet](https://redirect.github.com/kevinpollet)) - **\[k8s,k8s/gatewayapi]** Bump sigs.k8s.io/gateway-api to v1.2.0-rc2 ([#​11131](https://redirect.github.com/traefik/traefik/pull/11131) by [kevinpollet](https://redirect.github.com/kevinpollet)) - **\[k8s,k8s/gatewayapi]** Add support for Gateway API BackendTLSPolicies ([#​11009](https://redirect.github.com/traefik/traefik/pull/11009) by [rtribotte](https://redirect.github.com/rtribotte)) - **\[k8s,k8s/gatewayapi]** Support NativeLB option in GatewayAPI provider ([#​11147](https://redirect.github.com/traefik/traefik/pull/11147) by [rtribotte](https://redirect.github.com/rtribotte)) - **\[k8s,k8s/gatewayapi]** Support ResponseHeaderModifier filter ([#​10987](https://redirect.github.com/traefik/traefik/pull/10987) by [kevinpollet](https://redirect.github.com/kevinpollet)) - **\[k8s,k8s/gatewayapi]** Support GRPC routes ([#​10975](https://redirect.github.com/traefik/traefik/pull/10975) by [kevinpollet](https://redirect.github.com/kevinpollet)) - **\[k8s,k8s/gatewayapi]** Bump sigs.k8s.io/gateway-api to v1.2.0 ([#​11167](https://redirect.github.com/traefik/traefik/pull/11167) by [rtribotte](https://redirect.github.com/rtribotte)) - **\[metrics,otel]** Allow setting service.name for OTLP metrics ([#​10917](https://redirect.github.com/traefik/traefik/pull/10917) by [cmartell-at-ocp](https://redirect.github.com/cmartell-at-ocp)) - **\[middleware,accesslogs]** Record trace id and EntryPoint span id into access log ([#​10921](https://redirect.github.com/traefik/traefik/pull/10921) by [weijiany](https://redirect.github.com/weijiany)) - **\[middleware,authentication]** Support LogUserHeader with forwardAuth middleware ([#​10833](https://redirect.github.com/traefik/traefik/pull/10833) by [GaleHuang](https://redirect.github.com/GaleHuang)) - **\[middleware]** Add encodings option to the compression middleware ([#​10943](https://redirect.github.com/traefik/traefik/pull/10943) by [wollomatic](https://redirect.github.com/wollomatic)) - **\[middleware]** Add support for ipv6 subnet in ipStrategy ([#​9747](https://redirect.github.com/traefik/traefik/pull/9747) by [michal-kralik](https://redirect.github.com/michal-kralik)) - **\[nomad]** Support for watching instead of polling Nomad ([#​10997](https://redirect.github.com/traefik/traefik/pull/10997) by [deverton-godaddy](https://redirect.github.com/deverton-godaddy)) - **\[server,performance]** Introduce a fast proxy mode to improve HTTP/1.1 performances with backends ([#​11122](https://redirect.github.com/traefik/traefik/pull/11122) by [kevinpollet](https://redirect.github.com/kevinpollet)) - **\[server]** Configurable max request header size ([#​10995](https://redirect.github.com/traefik/traefik/pull/10995) by [lucasrod16](https://redirect.github.com/lucasrod16)) - **\[service]** Add mirrorBody option to HTTP mirroring ([#​11032](https://redirect.github.com/traefik/traefik/pull/11032) by [MatteoPaier](https://redirect.github.com/MatteoPaier)) - **\[service]** Add an option to preserve server path ([#​11193](https://redirect.github.com/traefik/traefik/pull/11193) by [mmatur](https://redirect.github.com/mmatur)) **Bug fixes:** - **\[k8s,k8s/gatewayapi]** Ensuring Gateway API reflected Traefik resource name unicity ([#​11222](https://redirect.github.com/traefik/traefik/pull/11222) by [rtribotte](https://redirect.github.com/rtribotte)) - **\[k8s,k8s/gatewayapi]** Preserve GRPCRoute filters order ([#​11199](https://redirect.github.com/traefik/traefik/pull/11199) by [kevinpollet](https://redirect.github.com/kevinpollet)) - **\[k8s,k8s/gatewayapi]** Support http and https appProtocol for Kubernetes Service ([#​11176](https://redirect.github.com/traefik/traefik/pull/11176) by [WillDaSilva](https://redirect.github.com/WillDaSilva)) - **\[k8s,k8s/gatewayapi]** Avoid updating Accepted status for routes matching no Gateways ([#​11170](https://redirect.github.com/traefik/traefik/pull/11170) by [rtribotte](https://redirect.github.com/rtribotte)) - **\[k8s,k8s/gatewayapi]** Do not update gateway status when not selected by a gateway class ([#​11169](https://redirect.github.com/traefik/traefik/pull/11169) by [kevinpollet](https://redirect.github.com/kevinpollet)) - **\[service]** Detect and drop broken conns in the fastproxy pool ([#​11212](https://redirect.github.com/traefik/traefik/pull/11212) by [kevinpollet](https://redirect.github.com/kevinpollet)) **Documentation:** - **\[k8s,k8s/gatewayapi]** Document nativeLBByDefault annotation on Kubernetes Gateway provider ([#​11209](https://redirect.github.com/traefik/traefik/pull/11209) by [mloiseleur](https://redirect.github.com/mloiseleur)) - **\[k8s/crd,k8s]** Detail CRD update with v3.2 in the migration guide ([#​11164](https://redirect.github.com/traefik/traefik/pull/11164) by [mloiseleur](https://redirect.github.com/mloiseleur)) - **\[k8s/gatewayapi]** Add missing RBAC in the migration guide ([#​11189](https://redirect.github.com/traefik/traefik/pull/11189) by [mloiseleur](https://redirect.github.com/mloiseleur)) - **\[k8s]** Fix instructions for downloading CRDs of Gateway API v1.2 ([#​11191](https://redirect.github.com/traefik/traefik/pull/11191) by [mloiseleur](https://redirect.github.com/mloiseleur)) - Prepare release v3.2.0-rc2 ([#​11182](https://redirect.github.com/traefik/traefik/pull/11182) by [kevinpollet](https://redirect.github.com/kevinpollet)) - Prepare Release v3.2.0-rc1 ([#​11154](https://redirect.github.com/traefik/traefik/pull/11154) by [rtribotte](https://redirect.github.com/rtribotte)) **Misc:** - Merge branch v3.1 into v3.2 ([#​11219](https://redirect.github.com/traefik/traefik/pull/11219) by [kevinpollet](https://redirect.github.com/kevinpollet)) - Merge branch v3.1 into v3.2 ([#​11181](https://redirect.github.com/traefik/traefik/pull/11181) by [kevinpollet](https://redirect.github.com/kevinpollet)) - Merge branch v3.1 into master ([#​11153](https://redirect.github.com/traefik/traefik/pull/11153) by [kevinpollet](https://redirect.github.com/kevinpollet)) - Merge branch v3.1 into master ([#​11110](https://redirect.github.com/traefik/traefik/pull/11110) by [kevinpollet](https://redirect.github.com/kevinpollet)) - Merge branch v3.1 into master ([#​11066](https://redirect.github.com/traefik/traefik/pull/11066) by [mmatur](https://redirect.github.com/mmatur)) - Merge branch v3.1 into master ([#​11047](https://redirect.github.com/traefik/traefik/pull/11047) by [mmatur](https://redirect.github.com/mmatur)) - Merge branch v3.1 into master ([#​10980](https://redirect.github.com/traefik/traefik/pull/10980) by [kevinpollet](https://redirect.github.com/kevinpollet)) - Merge branch v3.1 into master ([#​10952](https://redirect.github.com/traefik/traefik/pull/10952) by [mmatur](https://redirect.github.com/mmatur)) - Merge branch v3.1 into master ([#​10906](https://redirect.github.com/traefik/traefik/pull/10906) by [rtribotte](https://redirect.github.com/rtribotte)) ### [`v3.2`](https://redirect.github.com/containous/traefik/blob/HEAD/CHANGELOG.md#v320-2024-10-28) [All Commits](https://redirect.github.com/traefik/traefik/compare/v3.2.0-rc1...v3.2.0) **Enhancements:** - **\[acme]** Remove same email requirement for certresolvers ([#​11019](https://redirect.github.com/traefik/traefik/pull/11019) by [Emrio](https://redirect.github.com/Emrio)) - **\[acme]** Add support for custom CA certificates by certificate resolver ([#​10816](https://redirect.github.com/traefik/traefik/pull/10816) by [ldez](https://redirect.github.com/ldez)) - **\[acme]** Add 30 day certificatesDuration step ([#​10970](https://redirect.github.com/traefik/traefik/pull/10970) by [luker983](https://redirect.github.com/luker983)) - **\[docker]** Support HTTP BasicAuth for docker and swarm endpoint ([#​10776](https://redirect.github.com/traefik/traefik/pull/10776) by [985492783](https://redirect.github.com/985492783)) - **\[k8s,k8s/gatewayapi]** Add supported features to the Gateway API GatewayClass status ([#​11056](https://redirect.github.com/traefik/traefik/pull/11056) by [rtribotte](https://redirect.github.com/rtribotte)) - **\[k8s,k8s/gatewayapi]** Update sigs.k8s.io/gateway-api to v1.2.0-rc1 ([#​11124](https://redirect.github.com/traefik/traefik/pull/11124) by [rtribotte](https://redirect.github.com/rtribotte)) - **\[k8s,k8s/gatewayapi]** Add support for backend protocol selection in HTTP and GRPC routes ([#​11051](https://redirect.github.com/traefik/traefik/pull/11051) by [rtribotte](https://redirect.github.com/rtribotte)) - **\[k8s,k8s/gatewayapi]** Improve Kubernetes GatewayAPI TCPRoute and TLSRoute support ([#​11042](https://redirect.github.com/traefik/traefik/pull/11042) by [rtribotte](https://redirect.github.com/rtribotte)) - **\[k8s,k8s/gatewayapi]** Support HTTPRoute destination port matching ([#​11134](https://redirect.github.com/traefik/traefik/pull/11134) by [kevinpollet](https://redirect.github.com/kevinpollet)) - **\[k8s,k8s/gatewayapi]** Bump sigs.k8s.io/gateway-api to v1.2.0-rc2 ([#​11131](https://redirect.github.com/traefik/traefik/pull/11131) by [kevinpollet](https://redirect.github.com/kevinpollet)) - **\[k8s,k8s/gatewayapi]** Add support for Gateway API BackendTLSPolicies ([#​11009](https://redirect.github.com/traefik/traefik/pull/11009) by [rtribotte](https://redirect.github.com/rtribotte)) - **\[k8s,k8s/gatewayapi]** Support NativeLB option in GatewayAPI provider ([#​11147](https://redirect.github.com/traefik/traefik/pull/11147) by [rtribotte](https://redirect.github.com/rtribotte)) - **\[k8s,k8s/gatewayapi]** Support ResponseHeaderModifier filter ([#​10987](https://redirect.github.com/traefik/traefik/pull/10987) by [kevinpollet](https://redirect.github.com/kevinpollet)) - **\[k8s,k8s/gatewayapi]** Support GRPC routes ([#​10975](https://redirect.github.com/traefik/traefik/pull/10975) by [kevinpollet](https://redirect.github.com/kevinpollet)) - **\[k8s,k8s/gatewayapi]** Bump sigs.k8s.io/gateway-api to v1.2.0 ([#​11167](https://redirect.github.com/traefik/traefik/pull/11167) by [rtribotte](https://redirect.github.com/rtribotte)) - **\[metrics,otel]** Allow setting service.name for OTLP metrics ([#​10917](https://redirect.github.com/traefik/traefik/pull/10917) by [cmartell-at-ocp](https://redirect.github.com/cmartell-at-ocp)) - **\[middleware,accesslogs]** Record trace id and EntryPoint span id into access log ([#​10921](https://redirect.github.com/traefik/traefik/pull/10921) by [weijiany](https://redirect.github.com/weijiany)) - **\[middleware,authentication]** Support LogUserHeader with forwardAuth middleware ([#​10833](https://redirect.github.com/traefik/traefik/pull/10833) by [GaleHuang](https://redirect.github.com/GaleHuang)) - **\[middleware]** Add encodings option to the compression middleware ([#​10943](https://redirect.github.com/traefik/traefik/pull/10943) by [wollomatic](https://redirect.github.com/wollomatic)) - **\[middleware]** Add support for ipv6 subnet in ipStrategy ([#​9747](https://redirect.github.com/traefik/traefik/pull/9747) by [michal-kralik](https://redirect.github.com/michal-kralik)) - **\[nomad]** Support for watching instead of polling Nomad ([#​10997](https://redirect.github.com/traefik/traefik/pull/10997) by [deverton-godaddy](https://redirect.github.com/deverton-godaddy)) - **\[server,performance]** Introduce a fast proxy mode to improve HTTP/1.1 performances with backends ([#​11122](https://redirect.github.com/traefik/traefik/pull/11122) by [kevinpollet](https://redirect.github.com/kevinpollet)) - **\[server]** Configurable max request header size ([#​10995](https://redirect.github.com/traefik/traefik/pull/10995) by [lucasrod16](https://redirect.github.com/lucasrod16)) - **\[service]** Add mirrorBody option to HTTP mirroring ([#​11032](https://redirect.github.com/traefik/traefik/pull/11032) by [MatteoPaier](https://redirect.github.com/MatteoPaier)) - **\[service]** Add an option to preserve server path ([#​11193](https://redirect.github.com/traefik/traefik/pull/11193) by [mmatur](https://redirect.github.com/mmatur)) **Bug fixes:** - **\[k8s,k8s/gatewayapi]** Ensuring Gateway API reflected Traefik resource name unicity ([#​11222](https://redirect.github.com/traefik/traefik/pull/11222) by [rtribotte](https://redirect.github.com/rtribotte)) - **\[k8s,k8s/gatewayapi]** Preserve GRPCRoute filters order ([#​11199](https://redirect.github.com/traefik/traefik/pull/11199) by [kevinpollet](https://redirect.github.com/kevinpollet)) - **\[k8s,k8s/gatewayapi]** Support http and https appProtocol for Kubernetes Service ([#​11176](https://redirect.github.com/traefik/traefik/pull/11176) by [WillDaSilva](https://redirect.github.com/WillDaSilva)) - **\[k8s,k8s/gatewayapi]** Avoid updating Accepted status for routes matching no Gateways ([#​11170](https://redirect.github.com/traefik/traefik/pull/11170) by [rtribotte](https://redirect.github.com/rtribotte)) - **\[k8s,k8s/gatewayapi]** Do not update gateway status when not selected by a gateway class ([#​11169](https://redirect.github.com/traefik/traefik/pull/11169) by [kevinpollet](https://redirect.github.com/kevinpollet)) - **\[service]** Detect and drop broken conns in the fastproxy pool ([#​11212](https://redirect.github.com/traefik/traefik/pull/11212) by [kevinpollet](https://redirect.github.com/kevinpollet)) **Documentation:** - **\[k8s,k8s/gatewayapi]** Document nativeLBByDefault annotation on Kubernetes Gateway provider ([#​11209](https://redirect.github.com/traefik/traefik/pull/11209) by [mloiseleur](https://redirect.github.com/mloiseleur)) - **\[k8s/crd,k8s]** Detail CRD update with v3.2 in the migration guide ([#​11164](https://redirect.github.com/traefik/traefik/pull/11164) by [mloiseleur](https://redirect.github.com/mloiseleur)) - **\[k8s/gatewayapi]** Add missing RBAC in the migration guide ([#​11189](https://redirect.github.com/traefik/traefik/pull/11189) by [mloiseleur](https://redirect.github.com/mloiseleur)) - **\[k8s]** Fix instructions for downloading CRDs of Gateway API v1.2 ([#​11191](https://redirect.github.com/traefik/traefik/pull/11191) by [mloiseleur](https://redirect.github.com/mloiseleur)) - Prepare release v3.2.0-rc2 ([#​11182](https://redirect.github.com/traefik/traefik/pull/11182) by [kevinpollet](https://redirect.github.com/kevinpollet)) - Prepare Release v3.2.0-rc1 ([#​11154](https://redirect.github.com/traefik/traefik/pull/11154) by [rtribotte](https://redirect.github.com/rtribotte)) **Misc:** - Merge branch v3.1 into v3.2 ([#​11219](https://redirect.github.com/traefik/traefik/pull/11219) by [kevinpollet](https://redirect.github.com/kevinpollet)) - Merge branch v3.1 into v3.2 ([#​11181](https://redirect.github.com/traefik/traefik/pull/11181) by [kevinpollet](https://redirect.github.com/kevinpollet)) - Merge branch v3.1 into master ([#​11153](https://redirect.github.com/traefik/traefik/pull/11153) by [kevinpollet](https://redirect.github.com/kevinpollet)) - Merge branch v3.1 into master ([#​11110](https://redirect.github.com/traefik/traefik/pull/11110) by [kevinpollet](https://redirect.github.com/kevinpollet)) - Merge branch v3.1 into master ([#​11066](https://redirect.github.com/traefik/traefik/pull/11066) by [mmatur](https://redirect.github.com/mmatur)) - Merge branch v3.1 into master ([#​11047](https://redirect.github.com/traefik/traefik/pull/11047) by [mmatur](https://redirect.github.com/mmatur)) - Merge branch v3.1 into master ([#​10980](https://redirect.github.com/traefik/traefik/pull/10980) by [kevinpollet](https://redirect.github.com/kevinpollet)) - Merge branch v3.1 into master ([#​10952](https://redirect.github.com/traefik/traefik/pull/10952) by [mmatur](https://redirect.github.com/mmatur)) - Merge branch v3.1 into master ([#​10906](https://redirect.github.com/traefik/traefik/pull/10906) by [rtribotte](https://redirect.github.com/rtribotte))

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.



This PR was generated by Mend Renovate. View the repository job log.