diff --git a/_service b/_service
index 6203a61..c70d313 100644
--- a/_service
+++ b/_service
@@ -3,7 +3,7 @@
https://github.com/etcd-io/etcd.git
git
.git
- v3.5.9
+ v3.5.11
@PARENT_TAG@
enable
v(.*)
diff --git a/_servicedata b/_servicedata
index bd3421d..1dbc077 100644
--- a/_servicedata
+++ b/_servicedata
@@ -5,4 +5,4 @@
git://github.com/etcd-io/etcd.git
99018a77bea9a9d29962e5169876c64e02739c52
https://github.com/etcd-io/etcd.git
- bdbbde998b7ed434b23676530d10dbd601c4a7c0
\ No newline at end of file
+ 3b252db4f6e68c3ae3ecaa87ab1b502f46d39d6e
\ No newline at end of file
diff --git a/etcd-3.5.11.tar.gz b/etcd-3.5.11.tar.gz
new file mode 100644
index 0000000..aa9c043
--- /dev/null
+++ b/etcd-3.5.11.tar.gz
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:24a347cce46bc924d21325529ef48c465b94a6e2d26ece948d4832d08506e97f
+size 4130964
diff --git a/etcd-3.5.9.tar.gz b/etcd-3.5.9.tar.gz
deleted file mode 100644
index 616b6b4..0000000
--- a/etcd-3.5.9.tar.gz
+++ /dev/null
@@ -1,3 +0,0 @@
-version https://git-lfs.github.com/spec/v1
-oid sha256:5a15e2d021f3473c0d55080d33954f65f627fac84ccd2f2dde760ddbdd097983
-size 4126339
diff --git a/etcd.changes b/etcd.changes
index 1015018..aee7453 100644
--- a/etcd.changes
+++ b/etcd.changes
@@ -1,5 +1,86 @@
-------------------------------------------------------------------
-Thu May 25 08:53:52 UTC 2023 - eroca@mailbox.org
+Fri Jan 19 16:30:44 UTC 2024 - Elisei Roca
+
+- Update to version 3.5.11:
+ * version: bump up to 3.5.11
+ * etcdserver: add linearizable_read check to readyz.
+ * etcd: Update go version to 1.20.12
+ * server: disable redirects in peer communication
+ * etcdserver: add metric counters for livez/readyz health checks.
+ * etcdserver: add livez and ready http endpoints for etcd.
+ * http health check bug fixes
+ * server: Split metrics and health code
+ * server: Cover V3 health with tests
+ * server: Refactor health checks
+ * server: Run health check tests in subtests
+ * server: Rename test case expect fields
+ * server: Use named struct initialization in healthcheck test
+ * Backport server: Don't follow redirects when checking peer urls.
+ * Backport embed: Add tracing integration test.
+ * Backport server: Have tracingExporter own resources it initialises.
+ * Backport server: Add sampling rate to distributed tracing.
+ * upgrade github.com/stretchr/testify,google.golang.org/genproto/googleapis/api,google.golang.org/grpc to make it consistent
+ * CVE-2023-47108: Backport go.opentelemetry.io/otel@v1.20.0 and go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc@v0.46.0
+ * github workflow: run arm64 tests on every push
+ * etcd: upgrade go version from 1.20.10 to 1.20.11
+ * version: bump up to 3.5.10
+ * bump bbolt to 1.3.8 for etcd 3.5
+ * 3.5: upgrade gRPC-go to 1.58.3
+ * Backport corrupt check test fix "etcd server shouldn't wait for the ready notification infinitely on startup"
+ * etcdserver: add cluster id check for hashKVHandler
+ * [release-3.5]: upgrade gRPC-go to v1.52.0
+ * backport #14125 to release-3.5: Update to grpc-1.47 (and fix the connection-string format)
+ * Return to default write scheduler since golang.org/x/net@v0.11.0 started using round robin
+ * Bump go to v1.20.10 Part of https://github.com/etcd-io/etcd/issues/16740
+ * bump golang.org/x/net to 0.17.0 Part of https://github.com/etcd-io/etcd/issues/16740
+ * etcd: upgrade go version to 1.20.9
+ * Remove obsolete http 1.0 version.
+ * fix:Ensure that go version is only defined in one file for release-3.5
+ * Fix panic in etcd validate secure endpoints
+ * dependency: bump golang to 1.20.8
+ * Backport redirect metrics data into file to reduce output.
+ * test.sh: increase timeout for grpcproxy test
+ * test: add v3 curl test to cover maintenance hash/hashkv REST API
+ * api: fix duplicate gateway url issue
+ * pkg: add a verification on the pagebytes which must be > 0
+ * tests: Backport deflake for TestWatchDelay
+ * tests: Backport deflake for TestPageWriterRandom
+ * Backport adding unit test for socket options.
+ * Backport export reuse-port and reuse-address
+ * Fix goword failure in rafthttp/transport.go.
+ * Backport update to golang 1.20 minor release.
+ * bump go version to 1.19.12
+ * Update workflows to use makefile recipes for unit, integration & e2e-release.
+ * Backport Makefile recipes for common test commands.
+ * pkg/flags: fix UniqueURLs'Set to remove duplicates in UniqueURLs'uss
+ * Backport fix to e2e release version identifcation.
+ * Backport #14368 to v3.5
+ * Follow up https://github.com/etcd-io/etcd/pull/16068#discussion_r1263667496
+ * etcdserver: backport check scheduledCompactKeyName and finishedCompactKeyName before writing hash to release-3.5.
+ * Backport #13577 Disable auth gracefully without impacting existing watchers.
+ * bump go version to 1.19.11 to fix CVE GO-2023-1878
+ * clientv3: create keepAliveCtxCloser goroutine only if ctx can be canceled
+ * [3.5] etcdutl: fix db double closed
+ * clientv3: remove v3.WithFirstKey() in Barrier.Wait()
+ * update etcdctl flag description for snapshot restores
+ * etcdutl: update description for --mark-compacted and --bump-revision flags in snapshot restore command
+ * Adding optional revision bump and mark compacted to snapshot restore
+ * Revert "Merge pull request #16119 from natusameer/release-3.5"
+ * Add e2e-arm64.yaml and tests-arm64.yaml to release-3.5 scheduled at 1.30
+ * Backport .github/workflows: Read .go-version as a step and not separate workflow.
+ * Add first unit test for authApplierV3
+ * Early exit auth check on lease puts
+ * remove stack log when etcdutl restore
+ * etcdserver: fix corruption check when server has just been compacted
+ * replace gobin with go install
+ * [3.5] Backport updating go to latest patch release 1.19.10
+ * add compact hash check to help
+ * Fix test of clientv3/naming
+ * clientv3/naming/endpoints: fix endpoints prefix bug fixes bug with multiple endpoints with same prefix
+ * grpcproxy: fix memberlist results not update when proxy node down
+
+-------------------------------------------------------------------
+Thu May 25 08:53:52 UTC 2023 - Elisei Roca
- Update to version 3.5.9:
* version: bump up to 3.5.9
@@ -11,7 +92,7 @@ Thu May 25 08:53:52 UTC 2023 - eroca@mailbox.org
* server: backport 15743, improved description of --initial-cluster-state flag
-------------------------------------------------------------------
-Wed Apr 26 08:46:04 UTC 2023 - eroca@suse.com
+Wed Apr 26 08:46:04 UTC 2023 - Elisei Roca
- Update to version 3.5.8:
* version: bump up to 3.5.8
diff --git a/etcd.spec b/etcd.spec
index 92dbe86..6540fd7 100644
--- a/etcd.spec
+++ b/etcd.spec
@@ -1,7 +1,7 @@
#
# spec file for package etcd
#
-# Copyright (c) 2022 SUSE LLC
+# Copyright (c) 2024 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -22,7 +22,7 @@
%define _fillupdir %{_localstatedir}/adm/fillup-templates
%endif
Name: etcd
-Version: 3.5.9
+Version: 3.5.11
Release: 0
Summary: Highly-available key value store for configuration and service discovery
License: Apache-2.0
@@ -35,7 +35,7 @@ Source12: %{name}.service
Source15: README.security
Source16: system-user-etcd.conf
Source17: vendor-update.sh
-BuildRequires: golang(API) >= 1.19
+BuildRequires: golang(API) >= 1.20
BuildRequires: golang-packaging
BuildRequires: systemd-rpm-macros
BuildRequires: sysuser-tools
diff --git a/vendor.tar.gz b/vendor.tar.gz
index df4b649..3d0625a 100644
--- a/vendor.tar.gz
+++ b/vendor.tar.gz
@@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1
-oid sha256:39cb7f3539f8b53af1075855d1933b84fad7e27fb2902cacd96ab44cfe58a561
-size 4904823
+oid sha256:af324643097f3dec51af7efb71dc5d784c4c67823c5a5f25057fab0b94ed0b4b
+size 5355484