SHA256
1
0
forked from pool/traefik

Accepting request 1038937 from devel:kubic

OBS-URL: https://build.opensuse.org/request/show/1038937
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/traefik?expand=0&rev=7
This commit is contained in:
Dominique Leuenberger 2022-11-30 13:59:56 +00:00 committed by Git OBS Bridge
commit 1a92907f06
9 changed files with 98 additions and 11 deletions

View File

@ -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.8.4</param> <param name="revision">v2.9.5</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>

View File

@ -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">32e44816c9445f722fdcd01d9a06bde162a1d57c</param></service></servicedata> <param name="changesrevision">f6b7940b761abe0d16ee4b03588a0318481d86d8</param></service></servicedata>

View File

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

View File

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

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

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

View File

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

View File

@ -1,3 +1,90 @@
-------------------------------------------------------------------
Mon Nov 28 12:10:58 UTC 2022 - alexandre.vicenzi@suse.com
- Update to version 2.9.5:
* Prepare release v2.9.5 (#9513)
* Create a new capture instance for each incoming request
* docs(contributing): enhance wording of building-testing page
* docs(contributing): add link descriptions and update wording
* docs: update helm repository
* Removes the experimental tag on the Traefik Hub header
* Update vulcand/oxy to v1.4.2
* chore: update github.com/opencontainers/runc
* Prepare release v2.9.4
* Prepare release v2.9.3
* Prepare release v2.9.2
* Handle capture on redefined http.responseWriters
* Update Yaegi to v0.14.3
* Remove side effect on default transport tests
* chore: bump github.com/BurntSushi/toml to v1.2.1
* chore: update actions/cache to v3
* Simplify dashboard rule example
* chore: update linter
* Fix links to gateway API guides
* Remove unnecessary linting exclusions
* Add v2.9 to release page
* fix: redis configuration type
* Remove raw cert escape in PassTLSClientCert middleware
* chore: update misspell
* ISSUE_TEMPLATE: clarify maintainers involvement in issues closing
* chore: update linter
* updated go-acme/lego to v4.9.0
* prepare-release-v2.9.1 (#9410)
* Prepare release v2.9.0 (#9409)
* Prepare release v2.9.0-rc5
* Prepare release v2.8.8
* Fix autoDiscoverClusters option documentation for ECS provider
* Fix watch option description for Docker provider
* Update golang.org/x/net to latest version
* Improve documentation for publishedService and IP options
* Prepare release v2.8.7
* Prepare release v2.9.0-rc4
* Prepare release v2.8.6
* fix: query parameter matching with equal
* Rework metrics overview page
* fix: acme panic
* Optimize websocket headers handling
* providers: simplify AddServer algorithms
* fix: UDP loadbalancer tags not being used with Consul Catalog
* Add documentation for ECS constraints option
* docs: fix link to RouteNamespaces
* Prepare release v2.9.0-rc3
* Add a note on case insensitive regex matching
* Add documentation for json schema usage to validate config in the FAQ
* plugins: allow empty config
* Prepare release v2.9.0-rc2
* chore: drop Windows arm v5/6/7
* Prepare release v2.9.0-rc1 (#9334)
* Add support for ECS Anywhere
* fix: shellcheck
* Make the loadbalancers servers order random
* Quiet down TCP RST packet error on read operation
* Remove Pilot support
* ACME Default Certificate
* Prepare release v2.8.5
* Update Yaegi to v0.14.2
* docs: update Docker Swarm link
* Update valkeyrie to v1.0.0
* Add traffic size metrics
* Add Datadog GlobalTags support
* docs: update Docker Swarm Load Balancer link
* Added resources for businesses
* Display default TLS options in the dashboard
* fix: IPv6 addr in square brackets
* Update deprecation notes about Pilot
* Use IPv6 address
* Change default TLS options for more security
* doc: add healthcheck timeout seconds to value
* Add a method option to the service Health Check
* Support Nomad canary deployment
* Add support for reaching containers using host networking on Podman
* Upgrade quic-go to v0.28.0
* Support ALPN for TCP + TLS routers
* Add allowEmptyServices for Docker provider
* Move consulcatalog provider to only use health apis
* Start polling HTTP provider at the beginning
* Load plugin configuration field value from Kubernetes Secret
------------------------------------------------------------------- -------------------------------------------------------------------
Wed Sep 07 10:11:41 UTC 2022 - alexandre.vicenzi@suse.com Wed Sep 07 10:11:41 UTC 2022 - alexandre.vicenzi@suse.com

View File

@ -19,7 +19,7 @@
%define project github.com/traefik/traefik %define project github.com/traefik/traefik
Name: traefik Name: traefik
Version: 2.8.4 Version: 2.9.5
Release: 0 Release: 0
Summary: The Cloud Native Application Proxy Summary: The Cloud Native Application Proxy
License: MIT License: MIT

View File

@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1 version https://git-lfs.github.com/spec/v1
oid sha256:c81844109d5d1c8f181fc9fbe388788a3bf0f7defe1f583e5951ac9028a20547 oid sha256:ef94216f9174be3f0760cde43da30ef8d1100df0134d7c2b5be8989ec5259f05
size 18659720 size 21091409