etcd: Update to 3.6.2, per changes described at https://github.com/etcd-io/etcd/relea...
authorDevrim Gunduz <devrim@gunduz.org>
Thu, 10 Jul 2025 10:09:10 +0000 (13:09 +0300)
committerDevrim Gunduz <devrim@gunduz.org>
Thu, 10 Jul 2025 10:09:10 +0000 (13:09 +0300)
rpm/redhat/main/extras/etcd/main/etcd.spec

index fefea565f12049dbddc1b82923adb692a7683c11..91c63f3b03cf5ad3b694d4013c20f04f4b9471c8 100644 (file)
@@ -13,7 +13,7 @@
 %endif
 
 Name:          etcd
-Version:       3.6.1
+Version:       3.6.2
 Release:       1PGDG%{?dist}
 Summary:       Distributed reliable key-value store
 License:       ASL 2.0
@@ -83,6 +83,10 @@ getent passwd %{name} >/dev/null || useradd -r -g %{name} -d %{_sharedstatedir}/
 %attr(755, root, root) %{_bindir}/etcdutl
 
 %changelog
+* Thu Jul 10 2025 Devrim Gündüz <devrim@gunduz.org> - 3.6.2-1PGDG
+- Update to 3.6.2, per changes described at:
+  https://github.com/etcd-io/etcd/releases/tag/v3.6.2
+
 * Fri Jun 6 2025 Devrim Gündüz <devrim@gunduz.org> - 3.6.1-1PGDG
 - Update to 3.6.1, per changes described at:
   https://github.com/etcd-io/etcd/releases/tag/v3.6.1