Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package etcd for openSUSE:Factory checked in at 2026-03-22 14:11:52 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/etcd (Old) and /work/SRC/openSUSE:Factory/.etcd.new.8177 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "etcd" Sun Mar 22 14:11:52 2026 rev:55 rq:1341590 version:3.6.9 Changes: -------- --- /work/SRC/openSUSE:Factory/etcd/etcd.changes 2026-02-17 16:46:47.210016292 +0100 +++ /work/SRC/openSUSE:Factory/.etcd.new.8177/etcd.changes 2026-03-22 14:12:46.126830554 +0100 @@ -1,0 +2,21 @@ +Fri Mar 20 18:59:47 UTC 2026 - Elisei Roca <[email protected]> + +- Update to version 3.6.9: + * dependency: Bump google.golang.org/grpc from v1.75.0 to 1.79.3 + * server/etcdserver: guard unauthenticated endpoints with auth checks + * server/etcdserver: enforce auth checks for nested txn ops + * build(deps): bump distroless/static-debian12 from `3f2b64e` to `20bc6c0` + * Revert "Reuse events between sync loops" + * Bump golang.org/x/net@ v0.51.0 fixes GO-2026-4559 + * Don't reuse same ReadIndex + * etcdctl: add license header + * etcdctl: add unit test for Argify + * etcdctl: fix slice bounds trimming single-quoted args + * Add defer-recover block to prevent panic when cc is nil + * Print the endpoint the grpc client connected to in unary interceptor + * Fix race berween read index and leader change causing a stale read + * server/etcdmain: fix deadlock issue for grpcproxy + * dependency: bump go.opentelemetry.io/otel/sdk from v1.34.0 to v1.40.0 + * server/etcdserver/api/v3rpc: run metrics interceptors before handlers + +------------------------------------------------------------------- Old: ---- etcd-3.6.8.tar.gz New: ---- etcd-3.6.9.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ etcd.spec ++++++ --- /var/tmp/diff_new_pack.bxKwmG/_old 2026-03-22 14:12:47.718896021 +0100 +++ /var/tmp/diff_new_pack.bxKwmG/_new 2026-03-22 14:12:47.722896185 +0100 @@ -23,7 +23,7 @@ %define _fillupdir %{_localstatedir}/adm/fillup-templates %endif Name: etcd -Version: 3.6.8 +Version: 3.6.9 Release: 0 Summary: Reliable key-value store for the most critical data of a distributed system License: Apache-2.0 @@ -39,7 +39,7 @@ Source14: %{name}.sysuser Source15: README.security Source16: update-etcd-conf.sh -BuildRequires: golang(API) >= 1.24 +BuildRequires: golang(API) >= 1.25 BuildRequires: golang-packaging BuildRequires: systemd-rpm-macros BuildRequires: sysuser-tools ++++++ _service ++++++ --- /var/tmp/diff_new_pack.bxKwmG/_old 2026-03-22 14:12:47.778898488 +0100 +++ /var/tmp/diff_new_pack.bxKwmG/_new 2026-03-22 14:12:47.782898652 +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.6.8</param> + <param name="revision">v3.6.9</param> <param name="versionformat">@PARENT_TAG@</param> <param name="changesgenerate">enable</param> <param name="versionrewrite-pattern">v(.*)</param> ++++++ _servicedata ++++++ --- /var/tmp/diff_new_pack.bxKwmG/_old 2026-03-22 14:12:47.818900133 +0100 +++ /var/tmp/diff_new_pack.bxKwmG/_new 2026-03-22 14:12:47.822900297 +0100 @@ -1,6 +1,6 @@ <servicedata> <service name="tar_scm"> <param name="url">https://github.com/etcd-io/etcd.git</param> - <param name="changesrevision">4e814e204934c3c682d9e185db1dfb646d2510b3</param></service></servicedata> + <param name="changesrevision">85651fa521731aaecad76ff81dee5450a766c874</param></service></servicedata> (No newline at EOF) ++++++ etcd-3.6.8.tar.gz -> etcd-3.6.9.tar.gz ++++++ /work/SRC/openSUSE:Factory/etcd/etcd-3.6.8.tar.gz /work/SRC/openSUSE:Factory/.etcd.new.8177/etcd-3.6.9.tar.gz differ: char 15, line 1 ++++++ etcd.conf ++++++ --- /var/tmp/diff_new_pack.bxKwmG/_old 2026-03-22 14:12:47.866902107 +0100 +++ /var/tmp/diff_new_pack.bxKwmG/_new 2026-03-22 14:12:47.874902436 +0100 @@ -19,7 +19,7 @@ # ETCD_WAL_DIR="" # Path to the dedicated wal directory. # ETCD_SNAPSHOT_COUNT="10000" -# Number of committed transactions to trigger a snapshot to disk. Deprecated in v3.6 and will be decommissioned in v3.7. +# Number of committed transactions to trigger a snapshot. # ETCD_HEARTBEAT_INTERVAL="100" # Time (in milliseconds) of a heartbeat interval. # ETCD_ELECTION_TIMEOUT="1000" @@ -33,7 +33,7 @@ # ETCD_LISTEN_CLIENT_HTTP_URLS="" # List of URLs to listen on for http only client traffic. Enabling this flag removes http services from --listen-client-urls. # ETCD_MAX_SNAPSHOTS="5" -# Maximum number of snapshot files to retain (0 is unlimited). Deprecated in v3.6 and will be decommissioned in v3.7. +# Maximum number of snapshot files to retain (0 is unlimited). Deprecated in v3.6 and will be decommissioned in v3.8. # ETCD_MAX_WALS="5" # Maximum number of wal files to retain (0 is unlimited). # ETCD_MEMORY_MLOCK="" ++++++ vendor-etcdctl.tar.gz ++++++ ++++ 81082 lines of diff (skipped) ++++++ vendor-etcdutl.tar.gz ++++++ ++++ 137590 lines of diff (skipped) ++++++ vendor-server.tar.gz ++++++ ++++ 137040 lines of diff (skipped)
