Accepting request 1240759 from devel:kubic

OBS-URL: https://build.opensuse.org/request/show/1240759
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/etcd?expand=0&rev=42
This commit is contained in:
Ana Guerrero 2025-01-28 13:59:47 +00:00 committed by Git OBS Bridge
commit e7dfee0ca9
8 changed files with 33 additions and 9 deletions

@ -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.17</param>
<param name="revision">v3.5.18</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">507c0de87bd5034e3de4ab76ebf96b54dae0cd52</param></service></servicedata>
<param name="changesrevision">5bca08ec10d2ffcc658a5002381a3e5600d7132f</param></service></servicedata>

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

3
etcd-3.5.18.tar.gz Normal file

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

@ -1,3 +1,21 @@
-------------------------------------------------------------------
Mon Jan 27 10:25:07 UTC 2025 - Elisei Roca <eroca@suse.com>
- Update to version 3.5.18:
* Ensure all goroutines created by StartEtcd to exit before
closing the errc
* mvcc: restore tombstone index if it's first revision
* Bump go toolchain to 1.22.11
* Avoid deadlock in etcd.Close when stopping during bootstrapping
* etcdutl/etcdutl: use datadir package to build wal/snapdir
* Remove duplicated <-s.ReadyNotify()
* Do not wait for ready notify if the server is stopping
* Fix mixVersion test case: ensure a snapshot to be sent out
* *: support custom content check offline in v2store
* Print warning message for deprecated flags if set
* fix runtime error: comparing uncomparable type
* add tls min/max version to grpc proxy
-------------------------------------------------------------------
Mon Dec 2 13:37:55 UTC 2024 - Marcus Rueckert <mrueckert@suse.de>

@ -58,7 +58,8 @@ ETCD_ADVERTISE_CLIENT_URLS="http://localhost:2379"
#ETCD_DISCOVERY_PROXY=""
# DNS domain used to bootstrap initial cluster.
#ETCD_DISCOVERY_SRV=""
# Initial cluster configuration for bootstrapping.
# Comma separated string of initial cluster configuration for bootstrapping.
# Example: "infra0=http://10.0.1.10:2380,infra1=http://10.0.1.11:2380,infra2=http://10.0.1.12:2380"
#ETCD_INITIAL_CLUSTER=""
# Initial cluster token for the etcd cluster during bootstrap.
#ETCD_INITIAL_CLUSTER_TOKEN="etcd-cluster"
@ -96,6 +97,11 @@ ETCD_ADVERTISE_CLIENT_URLS="http://localhost:2379"
#ETCD_PEER_ALLOWED_HOSTNAME=""
# The validity period of the self-signed certificate, the unit is year.
#ETCD_SELF_SIGNED_CERT_VALIDITY="1"
# Limit etcd to a specific set of tls cipher suites
#ETCD_CIPHER_SUITES=""
# Limit etcd to specific TLS protocol versions
#ETCD_TLS_MIN_VERSION="TLS1.2"
#ETCD_TLS_MAX_VERSION="TLS1.3"
#
# [logging]
# Enable debug-level logging for etcd.

@ -23,7 +23,7 @@
%define _fillupdir %{_localstatedir}/adm/fillup-templates
%endif
Name: etcd
Version: 3.5.17
Version: 3.5.18
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:4fc63292a8b51a65e602c5b765125b2aab26d5ff4d2ff0ad61ea18777410d9e3
size 5421959
oid sha256:faf835717c582e9640b188e218b75f69203af053a99af66905f053a10bb0c294
size 5499588