Closed renormalize closed 2 weeks ago
It appears that we are currently referencing etcd version 3.4.13 in the following files:
Could you please update these references to etcd version 3.4.34?
Thanks for your review @seshachalam-yv!
Regarding your comments:
The version mentioned here .ci/integration_test is just used for the echo, which I missed. Thanks for pointing it out.
The tests already were running with v3.4.34
thankfully due to the change in this line.
The following will have their "etcd" images, i.e. etcd-custom-image
replaced with etcd-wrapper
. I've added TODOs to ensure that when a newer release of etcd-wrapper
is made with the etcd version as v3.4.34
, the references will be changed here. Until then, I've changed it to the latest release of etcd-wrapper
.
@seshachalam-yv
I've run etcd-druid e2e tests with changes proposed from this PR, along with the changes proposed in https://github.com/gardener/etcd-wrapper/pull/30.
I overrode the etcd-backup-restore
dependency in etcd-druid
with the latest commit of this PR.
All tests pass.
make ci-e2e-kind
/assign
What this PR does / why we need it:
v3.4.34
.Restoration
API provided by etcd to trigger a restore instead of relying on copied code for restoration.v3.4.34
in the integration tests.Which issue(s) this PR fixes: Fixes #792
Special notes for your reviewer:
Only commits beb9cbcdd41084638530fa29d48ff48e9102a792 and b849aaac6b0ba9200fb3671b5d3a1b3b74a10a8f have code changes which are relevant.
cc @seshachalam-yv
Release note: