File etcd-for-k8s1.33.changes of Package etcd-for-k8s1.33
------------------------------------------------------------------- Tue Nov 25 09:14:56 UTC 2025 - Priyanka Saggu <priyanka.saggu@suse.com> - Update to version 3.5.24: * Bump go to 1.24.9 * Fix Learner promotion not being persisted into v3store may be propagated across multiple upgrades * server/embed: Log EOF on DEBUG in TLS handshake * Reject watch request with -1 revision * [backport #20553] protect backend usage from concurrent applySnapshot and defrag * Re-check that the lease still exists during the renew process * Add an e2e test to reproduce lease Renew returns a wrong response * tests: skip TestCorruptedBackupFileCheck test on big endian platforms * Bump bbolt to v1.3.12 * ref: update help for --quota-backend-bytes * Add tools into .gitignore * Fix flaky TestCtlV2CustomContentWithAuthData * Fix v2store check returning wrong result even there isn't any auth data * Add an e2e test to reproduce the custom content in v2store without auth data * Initialize commit index = max(consistent_index, CommitIndex) on bootstrap if --force-new-cluster set * Add an e2e test to reproduce the issue that --force-new-cluster can't remove all members in a corner case * .github/workflows: remove migrated workflow files * Change IMAGE to TEST_IMAGE * Avoid lowering revision of watchers in the future after restore * Add verification to verify the watch response have a bigger revision than startRev * Skip sending progress notification for watch with starting revision in the future * .github/workflows: Remove grpcproxy tests github actions workflow * add Makefile target for grpcproxy integration and grpcproxy e2e tests * Add test-release makefile target * Remove raftexample from integration test * Add makefile target for run-govuluncheck * remove static-workflow from release-3.5 * makefile: Split fmt into separate verify commands * mvcc: avoid double decrement of watcher gauge on close/cancel race * Update release script to exactly match the target tag * [release-3.5][Integration Test]: Add test for panic-free removal of non-existent members * Fix the tar unzip command, adding the --no-same-owner option to avoid permissions issues * chore(client/v3/naming): deprecate Metadata field in Endpoint struct * Ensure google.golang.org/protobuf version consistent * Ensure google.golang.org/genproto/googleapis/api version consistent * Ensure github.com/stretchr/testify version consistent * Bump google.golang.org/grpc to v1.71.1 * Replace resolver.State.Addresses with resolver.State.Endpoint.Addresses * emit compaction pause duration metric in every compaction batch ------------------------------------------------------------------- Tue May 6 10:20:42 UTC 2025 - Priyanka Saggu <priyanka.saggu@suse.com> - Initial package version 3.5.21: * Version specified in kubernetes v1.33.0 https://github.com/kubernetes/kubernetes/blob/v1.33.0/build/dependencies.yaml#L65-L67 -