Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package etcd for openSUSE:Factory checked in 
at 2025-01-28 14:59:47
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/etcd (Old)
 and      /work/SRC/openSUSE:Factory/.etcd.new.2316 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "etcd"

Tue Jan 28 14:59:47 2025 rev:42 rq:1240759 version:3.5.18

Changes:
--------
--- /work/SRC/openSUSE:Factory/etcd/etcd.changes        2024-12-06 
14:26:05.875769865 +0100
+++ /work/SRC/openSUSE:Factory/.etcd.new.2316/etcd.changes      2025-01-28 
15:00:42.413848902 +0100
@@ -1,0 +2,18 @@
+Mon Jan 27 10:25:07 UTC 2025 - Elisei Roca <[email protected]>
+
+- 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
+
+-------------------------------------------------------------------

Old:
----
  etcd-3.5.17.tar.gz

New:
----
  etcd-3.5.18.tar.gz

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ etcd.spec ++++++
--- /var/tmp/diff_new_pack.YMsudD/_old  2025-01-28 15:00:43.033874534 +0100
+++ /var/tmp/diff_new_pack.YMsudD/_new  2025-01-28 15:00:43.033874534 +0100
@@ -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

++++++ _service ++++++
--- /var/tmp/diff_new_pack.YMsudD/_old  2025-01-28 15:00:43.081876519 +0100
+++ /var/tmp/diff_new_pack.YMsudD/_new  2025-01-28 15:00:43.085876684 +0100
@@ -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>

++++++ _servicedata ++++++
--- /var/tmp/diff_new_pack.YMsudD/_old  2025-01-28 15:00:43.105877511 +0100
+++ /var/tmp/diff_new_pack.YMsudD/_new  2025-01-28 15:00:43.109877677 +0100
@@ -5,6 +5,6 @@
                 <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>
 (No newline at EOF)
 

++++++ etcd-3.5.17.tar.gz -> etcd-3.5.18.tar.gz ++++++
++++ 2262 lines of diff (skipped)

++++++ etcd.conf ++++++
--- /var/tmp/diff_new_pack.YMsudD/_old  2025-01-28 15:00:43.717902813 +0100
+++ /var/tmp/diff_new_pack.YMsudD/_new  2025-01-28 15:00:43.721902979 +0100
@@ -58,7 +58,8 @@
 #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_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.

++++++ vendor.tar.gz ++++++
++++ 69637 lines of diff (skipped)

Reply via email to