Accepting request 1161346 from home:eroca:go
Update to version 3.5.12 OBS-URL: https://build.opensuse.org/request/show/1161346 OBS-URL: https://build.opensuse.org/package/show/devel:kubic/etcd?expand=0&rev=28
This commit is contained in:
parent
985a4c29af
commit
7906227c36
2
_service
2
_service
@ -3,7 +3,7 @@
|
||||
<param name="url">https://github.com/etcd-io/etcd.git</param>
|
||||
<param name="scm">git</param>
|
||||
<param name="exclude">.git</param>
|
||||
<param name="revision">v3.5.11</param>
|
||||
<param name="revision">v3.5.12</param>
|
||||
<param name="versionformat">@PARENT_TAG@</param>
|
||||
<param name="changesgenerate">enable</param>
|
||||
<param name="versionrewrite-pattern">v(.*)</param>
|
||||
|
@ -5,4 +5,4 @@
|
||||
<param name="url">git://github.com/etcd-io/etcd.git</param>
|
||||
<param name="changesrevision">99018a77bea9a9d29962e5169876c64e02739c52</param></service><service name="tar_scm">
|
||||
<param name="url">https://github.com/etcd-io/etcd.git</param>
|
||||
<param name="changesrevision">3b252db4f6e68c3ae3ecaa87ab1b502f46d39d6e</param></service></servicedata>
|
||||
<param name="changesrevision">e7b3bb6ccac840770f108ef9a0f013fa51b83256</param></service></servicedata>
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:24a347cce46bc924d21325529ef48c465b94a6e2d26ece948d4832d08506e97f
|
||||
size 4130964
|
3
etcd-3.5.12.tar.gz
Normal file
3
etcd-3.5.12.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:de10f81bb463e1e057d3a76eaf252c360e5b2b082f2b646539b1ab6e1509d84e
|
||||
size 4138338
|
26
etcd.changes
26
etcd.changes
@ -1,3 +1,27 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Mar 25 09:07:45 UTC 2024 - Elisei Roca <eroca@suse.com>
|
||||
|
||||
- Update to version 3.5.12:
|
||||
* version: bump up to 3.5.12
|
||||
* Bump golang.org/x/crypto to v0.17+ to address CVE-2023-48795
|
||||
* test: fix TestHashKVWhenCompacting: ensure all goroutine finished
|
||||
* print error log when creating peer listener failed
|
||||
* mvcc: Printing etcd backend database related metrics inside scheduleCompaction function
|
||||
* dependency: update go version to 1.20.13
|
||||
* commit bbolt transaction if there is any pending deleting operations
|
||||
* add tests to test tx delete consistency.
|
||||
* Don't flock snapshot files
|
||||
* Backport adding digest for etcd base image.
|
||||
* Add a unit tests and missing flags in etcd help.
|
||||
* Add missing flag in etcd help.
|
||||
* Backport testutils.ExecuteUntil to 3.5 branch
|
||||
* member replace e2e test
|
||||
* Check if be is nil to avoid panic when be is overriden with nil by recoverSnapshotBackend on line 517
|
||||
* Don't redeclare err and snapshot variable, fixing validation of consistent index and closing database on defer
|
||||
* test: enable gofail in release e2e test.
|
||||
* [3.5] backport health check e2e tests.
|
||||
* tests: Extract e2e cluster setup to separate package
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Feb 6 08:11:41 UTC 2024 - Dominique Leuenberger <dimstar@opensuse.org>
|
||||
|
||||
@ -293,7 +317,7 @@ Thu Apr 28 13:35:37 UTC 2022 - Johannes Kastl <kastl@b1-systems.de>
|
||||
this allows the user to easily add things like "--enable-v2=true"
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Apr 20 13:18:23 UTC 2022 - eroca@suse.com
|
||||
Wed Apr 20 13:18:23 UTC 2022 - Elisei Roca <eroca@suse.com>
|
||||
|
||||
- Update to version 3.5.3:
|
||||
https://github.com/etcd-io/etcd/compare/v3.5.2...v3.5.3
|
||||
|
@ -22,7 +22,7 @@
|
||||
%define _fillupdir %{_localstatedir}/adm/fillup-templates
|
||||
%endif
|
||||
Name: etcd
|
||||
Version: 3.5.11
|
||||
Version: 3.5.12
|
||||
Release: 0
|
||||
Summary: Highly-available key value store for configuration and service discovery
|
||||
License: Apache-2.0
|
||||
|
@ -1,3 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:af324643097f3dec51af7efb71dc5d784c4c67823c5a5f25057fab0b94ed0b4b
|
||||
size 5355484
|
||||
oid sha256:b617a120bb3aba3a12f7c06a129ecfbdacbe1456a0470e4cc73e4aeb3a9732be
|
||||
size 5406488
|
||||
|
Loading…
x
Reference in New Issue
Block a user