Accepting request 971732 from devel:kubic
OBS-URL: https://build.opensuse.org/request/show/971732 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/etcd?expand=0&rev=31
This commit is contained in:
commit
b0cf32f453
4
_service
4
_service
@ -1,9 +1,9 @@
|
|||||||
<services>
|
<services>
|
||||||
<service name="tar_scm" mode="disabled">
|
<service name="tar_scm" mode="disabled">
|
||||||
<param name="url">git://github.com/etcd-io/etcd.git</param>
|
<param name="url">https://github.com/etcd-io/etcd.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">v3.5.2</param>
|
<param name="revision">v3.5.3</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>
|
||||||
|
@ -3,4 +3,6 @@
|
|||||||
<param name="url">https://github.com/coreos/etcd.git</param>
|
<param name="url">https://github.com/coreos/etcd.git</param>
|
||||||
<param name="changesrevision">94745a4eed0425653b3b4275a208d38babceeaec</param></service><service name="tar_scm">
|
<param name="changesrevision">94745a4eed0425653b3b4275a208d38babceeaec</param></service><service name="tar_scm">
|
||||||
<param name="url">git://github.com/etcd-io/etcd.git</param>
|
<param name="url">git://github.com/etcd-io/etcd.git</param>
|
||||||
<param name="changesrevision">99018a77bea9a9d29962e5169876c64e02739c52</param></service></servicedata>
|
<param name="changesrevision">99018a77bea9a9d29962e5169876c64e02739c52</param></service><service name="tar_scm">
|
||||||
|
<param name="url">https://github.com/etcd-io/etcd.git</param>
|
||||||
|
<param name="changesrevision">0452feec719fa8ad88ae343e66e9bb222965d75d</param></service></servicedata>
|
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:7f4a15f51e2b08f17f64cad8a9b4803e725a416d4b200e9abd8f467c54960c7f
|
|
||||||
size 4083269
|
|
3
etcd-3.5.3.tar.gz
Normal file
3
etcd-3.5.3.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:d286fc4a49ed1b9b3a9442dfeef5c933efe34adc115b7a95ce78873185aaef23
|
||||||
|
size 4091647
|
24
etcd.changes
24
etcd.changes
@ -1,3 +1,27 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Apr 20 13:18:23 UTC 2022 - eroca@suse.com
|
||||||
|
|
||||||
|
- Update to version 3.5.3:
|
||||||
|
https://github.com/etcd-io/etcd/compare/v3.5.2...v3.5.3
|
||||||
|
|
||||||
|
* clientv3: disable mirror auth test with proxy
|
||||||
|
* cv3/mirror: Fetch the most recent prefix revision
|
||||||
|
* set backend to cindex before recovering the lessor in applySnapshot
|
||||||
|
* support linearizable renew lease
|
||||||
|
* clientv3: filter learners members during autosync
|
||||||
|
* etcdserver: upgrade the golang.org/x/crypto dependency
|
||||||
|
* fix the data inconsistency issue by adding a txPostLockHook into the backend
|
||||||
|
* server: Save consistency index and term to backend even when they decrease
|
||||||
|
* server: Add verification of whether lock was called within out outside of apply
|
||||||
|
* go.mod: Upgrade to prometheus/client_golang v1.11.1
|
||||||
|
* server: Use default logging configuration instead of zap production one
|
||||||
|
* Fix offline defrag
|
||||||
|
* backport 3.5: #13676 load all leases from backend
|
||||||
|
* server/storage/backend: restore original bolt db options after defrag
|
||||||
|
* always print raft term in decimal when displaying member list in json
|
||||||
|
* enhance health check endpoint to support serializable request
|
||||||
|
* trim the suffix dot from the srv.Target for etcd-client DNS lookup
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu Mar 10 12:15:44 UTC 2022 - Elisei Roca <eroca@suse.com>
|
Thu Mar 10 12:15:44 UTC 2022 - Elisei Roca <eroca@suse.com>
|
||||||
|
|
||||||
|
@ -22,7 +22,7 @@
|
|||||||
%define _fillupdir %{_localstatedir}/adm/fillup-templates
|
%define _fillupdir %{_localstatedir}/adm/fillup-templates
|
||||||
%endif
|
%endif
|
||||||
Name: etcd
|
Name: etcd
|
||||||
Version: 3.5.2
|
Version: 3.5.3
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Highly-available key value store for configuration and service discovery
|
Summary: Highly-available key value store for configuration and service discovery
|
||||||
License: Apache-2.0
|
License: Apache-2.0
|
||||||
|
@ -1,3 +1,3 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
version https://git-lfs.github.com/spec/v1
|
||||||
oid sha256:c7182a5250b1f74b73ed92b4d2e45349654eb38f11c7fca7c82fb4be3f771011
|
oid sha256:6b1ed73b5dabcc5242a3c05ba43257f1a3e2f042763a07f4815f500d70ad147c
|
||||||
size 4785590
|
size 4816756
|
||||||
|
Loading…
Reference in New Issue
Block a user