forked from pool/traefik
Accepting request 1189370 from devel:kubic
OBS-URL: https://build.opensuse.org/request/show/1189370 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/traefik?expand=0&rev=19
This commit is contained in:
commit
33ecd6f5c1
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:6e9fff2f62ea01592e2530f36a7db6bb14cabd5161543d7b01faf48366a0ada8
|
|
||||||
size 11531035
|
|
3
traefik-v3.1.0.src.tar.gz
Normal file
3
traefik-v3.1.0.src.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:266091d5c477afd8814bf0a94e07e79044f8e6092b71930b09cfa3046ef67b4e
|
||||||
|
size 11490625
|
@ -1,3 +1,55 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Jul 15 17:22:18 UTC 2024 - Johannes Weberhofer <jweberhofer@weberhofer.at>
|
||||||
|
|
||||||
|
Important: Please read the migration guide
|
||||||
|
https://doc.traefik.io/traefik/v3.1/migration/v3/#v30-to-v31
|
||||||
|
|
||||||
|
- Update to version 3.1.0
|
||||||
|
- enhancements:
|
||||||
|
* k8s/crd,k8s
|
||||||
|
- Support HealthCheck for ExternalName services
|
||||||
|
* k8s/ingress,k8s/crd,k8s
|
||||||
|
- Allow to use internal Node IPs for NodePort services
|
||||||
|
- Change log level from Warning to Info when ExternalName services
|
||||||
|
is enabled
|
||||||
|
* k8s/ingress,k8s/crd,k8s,k8s/gatewayapi
|
||||||
|
- Migrate to EndpointSlices API
|
||||||
|
* k8s,k8s/gatewayapi
|
||||||
|
- Bump Gateway API to v1.1.0
|
||||||
|
- Compute HTTPRoute priorities
|
||||||
|
- Fix route attachments to gateways
|
||||||
|
- KubernetesGateway provider is no longer experimental
|
||||||
|
- Set Gateway HTTPRoute status
|
||||||
|
- Support HTTPRoute method and query param matching
|
||||||
|
- Support HTTPURLRewrite filter
|
||||||
|
- Support invalid HTTPRoute status
|
||||||
|
- Support ReferenceGrant for HTTPRoute backends
|
||||||
|
- Support RegularExpression for path matching
|
||||||
|
* middleware
|
||||||
|
- Add support for Zstandard to the compression middleware
|
||||||
|
* middleware,k8s,k8s/gatewayapi
|
||||||
|
- Improve HTTPRoute Redirect Filter with port and scheme
|
||||||
|
- Support HTTPRoute redirect port and scheme
|
||||||
|
* middleware
|
||||||
|
- Support Content-Security-Policy-Report-Only in the headers middleware
|
||||||
|
* plugins
|
||||||
|
- Add logs for plugins load
|
||||||
|
- Enhance wasm plugins
|
||||||
|
* server
|
||||||
|
- Support systemd socket-activation
|
||||||
|
- Bug fixes:
|
||||||
|
* healthcheck,k8s/crd,k8s
|
||||||
|
- Fix Healthcheck default value for ExternalName services
|
||||||
|
* k8s,k8s/gatewayapi
|
||||||
|
- Do not disable Gateway API provider if not enabled in experimental
|
||||||
|
- Retry on Gateway API resource status update
|
||||||
|
* middleware,metrics,tracing
|
||||||
|
- Upgrade to OpenTelemetry Semantic Conventions v1.26.0
|
||||||
|
* otel
|
||||||
|
- Bump opentelemetry-go to v1.28
|
||||||
|
* plugins
|
||||||
|
- Fix build only linux and darwin support wazergo
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu Jul 4 08:50:50 UTC 2024 - Johannes Weberhofer <jweberhofer@weberhofer.at>
|
Thu Jul 4 08:50:50 UTC 2024 - Johannes Weberhofer <jweberhofer@weberhofer.at>
|
||||||
|
|
||||||
|
@ -23,7 +23,7 @@
|
|||||||
%define buildmode pie
|
%define buildmode pie
|
||||||
%endif
|
%endif
|
||||||
Name: traefik
|
Name: traefik
|
||||||
Version: 3.0.4
|
Version: 3.1.0
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: The Cloud Native Application Proxy
|
Summary: The Cloud Native Application Proxy
|
||||||
License: MIT
|
License: MIT
|
||||||
|
@ -1,3 +1,3 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
version https://git-lfs.github.com/spec/v1
|
||||||
oid sha256:327417f047ce686873e39e2ca601d721602bfad887757d42d213aff3baafc98b
|
oid sha256:324efd6afb1f541d5c4f11e46ede555b9ba6c04312a199b15e015cd2e6c1ec52
|
||||||
size 22828117
|
size 23173814
|
||||||
|
Loading…
Reference in New Issue
Block a user