Update etcd client 08/142308/14
authorFiete Ostkamp <fiete.ostkamp@telekom.de>
Wed, 22 Oct 2025 19:18:30 +0000 (21:18 +0200)
committerFiete Ostkamp <fiete.ostkamp@telekom.de>
Sun, 7 Dec 2025 09:17:20 +0000 (10:17 +0100)
commit7b92ae3e2619a330a8a189288073b999873d6d55
tree841b6bba8d09faebe36befc24c7e531dbc710861
parent246f4e4b1e9fb4d662f4ed8bd6a5ce36276547eb
Update etcd client

- use etcd/client/v3 v3.5.3 which is the first
  version to be published as a go module
- since client/v3 accepts tls.Config, the dependency to
  go.etcd.io/etcd is removed

Issue-ID: MULTICLOUD-1521
Change-Id: I13b07084bd7ed99e77b64cbfbcd0631f816ab65b
Signed-off-by: Fiete Ostkamp <fiete.ostkamp@telekom.de>
deployments/docker-compose.yml
src/clm/go.mod
src/clm/go.sum
src/k8splugin/go.mod
src/k8splugin/go.sum
src/k8splugin/internal/db/etcd.go
src/orchestrator/go.mod
src/orchestrator/go.sum
src/orchestrator/pkg/infra/contextdb/etcd.go
src/orchestrator/pkg/infra/contextdb/etcd_test.go