SHA256
1
0
forked from pool/traefik

Accepting request 981133 from home:avicenzi:branches:devel:kubic

Update traefik

OBS-URL: https://build.opensuse.org/request/show/981133
OBS-URL: https://build.opensuse.org/package/show/devel:kubic/traefik?expand=0&rev=10
This commit is contained in:
Alexandre Vicenzi 2022-06-07 11:25:01 +00:00 committed by Git OBS Bridge
parent e6efe50cee
commit afdf3cfcd4
9 changed files with 50 additions and 12 deletions

View File

@ -3,7 +3,7 @@
<param name="url">https://github.com/traefik/traefik.git</param>
<param name="scm">git</param>
<param name="exclude">.git</param>
<param name="revision">v2.6.0</param>
<param name="revision">v2.7.0</param>
<param name="versionformat">@PARENT_TAG@</param>
<param name="changesgenerate">enable</param>
<param name="versionrewrite-pattern">v(.*)</param>

View File

@ -1,4 +1,4 @@
<servicedata>
<service name="tar_scm">
<param name="url">https://github.com/traefik/traefik.git</param>
<param name="changesrevision">5a1c936ede0c4ef1d7adb82052f8240f64791aa6</param></service></servicedata>
<param name="changesrevision">34d29e7a105a4bddc6688e93258e44f290463e55</param></service></servicedata>

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:da5a47550b6484c8f70c6dbe8a2227687d235974f4c9b989e7e1fc838e21d085
size 8652293

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:6b7373ec636763409069b45703d4e960ce311bd3b5912891476ab7dc6d8c710b
size 1892068

3
traefik-2.7.0.tar.gz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:54b8aa8eb8f8a28c8b9b1fd16eb4b95ba3db16c2f7cb75de7c282bc99abce5ff
size 8721036

View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:ff1c2fa3f5b913492a3f1392debda9f5250e7653280f87f9a7718406d48b584a
size 1891506

View File

@ -1,3 +1,41 @@
-------------------------------------------------------------------
Tue Jun 07 08:27:42 UTC 2022 - alexandre.vicenzi@suse.com
- Update to version 2.7.0:
* Enhancements
* [consulcatalog] Watch for Consul events to rebuild the dynamic configuration
* [healthcheck] Add Failover service
* [http3] Configure advertised port using h3 server option
* [hub] Add Traefik Hub Integration
* [k8s/crd,k8s] Allow empty services in Kubernetes CRD
* [metrics] Support InfluxDB v2 metrics backend
* [plugins] Remove Pilot token setup constraint to use plugins
* [provider] Refactor configuration reload/throttling
* [rules,tcp] Add HostSNIRegexp rule matcher for TCP
* [tcp] Add muxer for TCP Routers
* [webui,pilot] Add Traefik Hub access and remove Pilot access
* [webui] Add a link to service on router detail view
* Bug fixes
* [hub] Skip Provide when TLS is nil
* [tcp] Fix TCP-TLS/HTTPS routing precedence
* [webui,hub] Use dedicated entrypoint for the tunnels
* [logs,k8s/crd] Fix log statement for ExternalName misconfig
* [tcp,service] Fix initial tcp lookup when address is not available
* [tls] Fix panic when getting certificates with non-existing store
* [acme] Fix RenewInterval computation in ACME provider
* [ecs,logs] Remove duplicate error logs
* [ecs] Filter out ECS anywhere instance IDs
* [middleware] Re-add missing writeheader call in flush
* [middleware] Fix bug for when custom page is large enough
* [middleware] Fix regexp handling in redirect middleware
* [plugins] Fix slice parsing for plugins
* [tls] Return TLS unrecognized_name error when no certificate is available
* [acme] Add domain to HTTP challenge errors
* [metrics] Fix metrics bucket key high cardinality
* [middleware,tls] Use CNAME for SNI check on host header
* [middleware,tracing] Rename Datadog span tags
* [tls] Apply the same approach as the rules system on the TLS configuration choice
-------------------------------------------------------------------
Fri Feb 04 13:37:58 UTC 2022 - alexandre.vicenzi@suse.com

View File

@ -19,7 +19,7 @@
%define project github.com/traefik/traefik
Name: traefik
Version: 2.6.0
Version: 2.7.0
Release: 0
Summary: The Cloud Native Application Proxy
License: MIT
@ -33,7 +33,7 @@ Source4: %{name}-%{version}.webui.tar.gz
BuildRequires: go-bindata
BuildRequires: golang-packaging
BuildRequires: systemd-rpm-macros
BuildRequires: golang(API) >= 1.16
BuildRequires: golang(API) >= 1.17
Recommends: podman
%{?systemd_requires}
%{go_provides}

View File

@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:81ecb1ce6078e5916b232545a806815ed9a9b7d8b960a77b92cbc8b7e409ef82
size 15460792
oid sha256:b1c2faca630afe776f899cc0268dce96abb69dc7890d6bf3c1c40ab7bdb85a8f
size 16343741