forked from pool/traefik
Accepting request 1093393 from devel:kubic
Update to 2.10.1 OBS-URL: https://build.opensuse.org/request/show/1093393 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/traefik?expand=0&rev=9
This commit is contained in:
commit
8fc2a9206f
2
_service
2
_service
@ -3,7 +3,7 @@
|
|||||||
<param name="url">https://github.com/traefik/traefik.git</param>
|
<param name="url">https://github.com/traefik/traefik.git</param>
|
||||||
<param name="scm">git</param>
|
<param name="scm">git</param>
|
||||||
<param name="exclude">.git</param>
|
<param name="exclude">.git</param>
|
||||||
<param name="revision">v2.9.6</param>
|
<param name="revision">v2.10.1</param>
|
||||||
<param name="versionformat">@PARENT_TAG@</param>
|
<param name="versionformat">@PARENT_TAG@</param>
|
||||||
<param name="changesgenerate">enable</param>
|
<param name="changesgenerate">enable</param>
|
||||||
<param name="versionrewrite-pattern">v(.*)</param>
|
<param name="versionrewrite-pattern">v(.*)</param>
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
<servicedata>
|
<servicedata>
|
||||||
<service name="tar_scm">
|
<service name="tar_scm">
|
||||||
<param name="url">https://github.com/traefik/traefik.git</param>
|
<param name="url">https://github.com/traefik/traefik.git</param>
|
||||||
<param name="changesrevision">d97d3a6726ad6e50110dd2ff2b552a8b17eeed55</param></service></servicedata>
|
<param name="changesrevision">7805c683e3336501cf168f40d5d03d4b73431783</param></service></servicedata>
|
3
traefik-2.10.1.tar.gz
Normal file
3
traefik-2.10.1.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:49425aed79f05fc1a78b56cdf8c06b34cbd8a128250be39ebb68cad6cbd4bf80
|
||||||
|
size 8923393
|
3
traefik-2.10.1.webui.tar.gz
Normal file
3
traefik-2.10.1.webui.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:e8473c4585698b264c07c1fc2ebf282124662e722257ccddbf4bd8b3bac8dea3
|
||||||
|
size 1895036
|
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:6981903df81c0cffdcafae7b8f89d90be18e50bcde76c6ceba3b6f027ac01a85
|
|
||||||
size 8828544
|
|
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:5a6a3d5110e52cf08de9a57011ad3e661669afdf1c962c58c0aa20d29791f872
|
|
||||||
size 1886418
|
|
@ -1,3 +1,45 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Jun 12 17:26:46 UTC 2023 - alexandre.vicenzi@suse.com
|
||||||
|
|
||||||
|
- Update to version 2.10.1:
|
||||||
|
* CVEs
|
||||||
|
* CVE-2022-41724 (bsc#1208271)
|
||||||
|
* CVE-2023-24534 (bsc#1210127)
|
||||||
|
* CVE-2023-29013 (bsc#1210505)
|
||||||
|
* Enhancements
|
||||||
|
* [docker] Expose ContainerName in Docker provider
|
||||||
|
* [hub] Remove hub configuration out of experimental
|
||||||
|
* [k8s/crd] Introduce traefik.io API Group CRDs
|
||||||
|
* [k8s/ingress,k8s/crd,k8s] Native Kubernetes service load-balancing
|
||||||
|
* [middleware,metrics] Add prometheus metric requests_total with headers
|
||||||
|
* [nomad] Support multiple namespaces in the Nomad Provider
|
||||||
|
* [tracing] Add support to send DataDog traces via Unix Socket
|
||||||
|
* [webui] Display period setting of the RateLimit middleware in the webui
|
||||||
|
* [webui] Modify the Hub Button
|
||||||
|
* Bug fixes
|
||||||
|
* [docker] Expose ContainerName in Docker provider
|
||||||
|
* [docker] Only warn about missing docker network when network_mode is not host or container
|
||||||
|
* [ecs] Prevent panicking when a container has no network interfaces
|
||||||
|
* [file] Make file provider more resilient wrt first configuration
|
||||||
|
* [hub] hub: get out of experimental.
|
||||||
|
* [k8s/crd] Introduce traefik.io API Group CRDs
|
||||||
|
* [k8s/ingress,k8s/crd,k8s] Native Kubernetes service load-balancing
|
||||||
|
* [logs] Differentiate UDP stream and TCP connection in logs
|
||||||
|
* [metrics] Include user-defined default cert for traefik_tls_certs_not_after metric
|
||||||
|
* [middleware,metrics] Add prometheus metric requests_total with headers
|
||||||
|
* [middleware] Prevent from no rate limiting when average is zero
|
||||||
|
* [middleware] Prevents superfluous WriteHeader call in the error middleware
|
||||||
|
* [middleware] Sanitize X-Forwarded-Proto header in RedirectScheme middleware
|
||||||
|
* [nomad] Fix default configuration settings for Nomad Provider
|
||||||
|
* [nomad] Fix Nomad client TLS defaults
|
||||||
|
* [nomad] Support multiple namespaces in the Nomad Provider
|
||||||
|
* [plugins] Improve DeepCopy of PluginConf
|
||||||
|
* [server] Remove User-Agent header removal from ReverseProxy director func
|
||||||
|
* [tls,tcp] Adds the support for IPv6 in the TCP HostSNI matcher
|
||||||
|
* [tracing] Add support to send DataDog traces via Unix Socket
|
||||||
|
* [server] Update golang.org/x/net to v0.7.0 (CVE-2022-41724)
|
||||||
|
- Update Go version (CVE-2023-24534, CVE-2023-29013)
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Jan 17 09:48:46 UTC 2023 - alexandre.vicenzi@suse.com
|
Tue Jan 17 09:48:46 UTC 2023 - alexandre.vicenzi@suse.com
|
||||||
|
|
||||||
|
18
traefik.spec
18
traefik.spec
@ -19,7 +19,7 @@
|
|||||||
%define project github.com/traefik/traefik
|
%define project github.com/traefik/traefik
|
||||||
|
|
||||||
Name: traefik
|
Name: traefik
|
||||||
Version: 2.9.6
|
Version: 2.10.1
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: The Cloud Native Application Proxy
|
Summary: The Cloud Native Application Proxy
|
||||||
License: MIT
|
License: MIT
|
||||||
@ -33,7 +33,7 @@ Source4: %{name}-%{version}.webui.tar.gz
|
|||||||
BuildRequires: go-bindata
|
BuildRequires: go-bindata
|
||||||
BuildRequires: golang-packaging
|
BuildRequires: golang-packaging
|
||||||
BuildRequires: systemd-rpm-macros
|
BuildRequires: systemd-rpm-macros
|
||||||
BuildRequires: golang(API) >= 1.19
|
BuildRequires: (golang(API) >= 1.20 with golang(API) < 1.21)
|
||||||
Recommends: podman
|
Recommends: podman
|
||||||
%{?systemd_requires}
|
%{?systemd_requires}
|
||||||
%{go_provides}
|
%{go_provides}
|
||||||
@ -61,15 +61,19 @@ tar -xf %{SOURCE1}
|
|||||||
# unpack webui
|
# unpack webui
|
||||||
tar -xf %{SOURCE4}
|
tar -xf %{SOURCE4}
|
||||||
|
|
||||||
CGO_ENABLED=0
|
# see script/generate
|
||||||
|
|
||||||
go generate
|
go generate
|
||||||
|
|
||||||
go build \
|
# see script/binary
|
||||||
|
CGO_ENABLED=0 GOGC=off go build \
|
||||||
-buildmode=pie \
|
-buildmode=pie \
|
||||||
-mod=vendor \
|
-mod=vendor \
|
||||||
-ldflags "-s -w -X github.com/traefik/traefik/v2/pkg/version.Version=%{version} -X github.com/traefik/traefik/v2/pkg/version.Codename='' -X github.com/traefik/traefik/v2/pkg/version.BuildDate=${build_date}" \
|
-ldflags "-s -w \
|
||||||
-o traefik ./cmd/traefik/
|
-X github.com/traefik/traefik/v2/pkg/version.Version=%{version} \
|
||||||
|
-X github.com/traefik/traefik/v2/pkg/version.Codename='' \
|
||||||
|
-X github.com/traefik/traefik/v2/pkg/version.BuildDate=${build_date}" \
|
||||||
|
-installsuffix nocgo \
|
||||||
|
-o traefik ./cmd/traefik
|
||||||
|
|
||||||
%install
|
%install
|
||||||
install -d %{buildroot}/%{_sbindir}
|
install -d %{buildroot}/%{_sbindir}
|
||||||
|
@ -1,3 +1,3 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
version https://git-lfs.github.com/spec/v1
|
||||||
oid sha256:21292068e2ccfbe8089441d55a04f4ef441c7be1efb6240e48d2bc88c541e1c5
|
oid sha256:ee225980a42857b01b873a30d126e675709949f5b7d9f1ba726c1cf63fbc2116
|
||||||
size 27359615
|
size 27669549
|
||||||
|
Loading…
Reference in New Issue
Block a user