Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump github.com/gardener/etcd-druid from 0.22.7 to 0.23.2 #1115

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Nov 4, 2024

Bumps github.com/gardener/etcd-druid from 0.22.7 to 0.23.2.

Release notes

Sourced from github.com/gardener/etcd-druid's releases.

v0.23.2

[gardener/etcd-druid]

📰 Noteworthy

  • [DEVELOPER] * If you use make kind-up to bring up a local kind cluster then please note that the kubeconfig is now written to hack/kind/kubeconfig. by @​unmarshall #903

🏃 Others

  • [OPERATOR] Fixes the predicate to allow update events for existing Etcd resource that never got reconciled before. by @​anveshreddy18 #904
  • [OPERATOR] Etcd components webhook now allows druid to always update its managed resources, to tackle issues with stale informer cache. by @​unmarshall #902
  • [OPERATOR] * Updates etcd-druid documentation
    • Enhances hack/kind-up.sh script with additional capability to set feature-gates and launch local docker container registry. by @​unmarshall #903

Docker Images

  • etcd-druid: europe-docker.pkg.dev/gardener-project/releases/gardener/etcd-druid:v0.23.2

v0.23.1

[gardener/etcd-druid]

⚠️ Breaking Changes

  • [OPERATOR] If you wish to downgrade from druid v0.23.x to versions =<v0.22.7, please ensure that you change the CLI flags for the druid command to remove the new CLI flags introduced in v0.23.0. If you are using the provided helm charts to deploy druid, you may ignore this and simply deploy the helm chart, which takes care of the CLI flag changes for you. by @​shreyas-s-rao #894

📰 Noteworthy

  • [OPERATOR] etcd-backup-restore has been bumped to v0.30.2 and etcd-wrapper has been bumped to v0.2.0. by @​shreyas-s-rao #894

🏃 Others

  • [USER] Fixed the ready condition for the Etcd resource. by @​shreyas-s-rao #894
  • [OPERATOR] Fixes for handling of pod template labels, label-selector, replicas and TLS changes to Etcd resource. StatefulSet does not allow update of label-selector. v0.23.x changes the label-selector, to get that reflected in the STS, it will be orphan deleted and subsequently created. Similarly for peer TLS and pod label changes an update of pods will be done. For single member etcd clusters this will cause a transient downtime. If replicas, TLS, label-selector are changed together then it will also cause transient quorum loss in multi-node etcd clusters. by @​shreyas-s-rao #894

[gardener/etcd-wrapper]

🏃 Others

  • [DEVELOPER] Upgrade the Go dependency to go1.23.1. by @​renormalizegardener/etcd-wrapper#32
  • [OPERATOR] Added a capability to stop the etcd-wrapper container by exposing an endpoint /stop. by @​ishan16696gardener/etcd-wrapper#31
  • [OPERATOR] ops/print-etcd-cert-paths.sh has been removed and is now replaced with ops/print-etcd-cheatsheet.sh by @​unmarshallgardener/etcd-wrapper#18

[gardener/etcd-backup-restore]

📰 Noteworthy

  • [USER] Introduced a CLI flag --use-etcd-wrapper (default: false) to enable/disable the backup-restore to use etcd-wrapper related functionality. Note: enable this flag only if etcd-wrapper is deployed. by @​ishan16696gardener/etcd-backup-restore#794
  • [OPERATOR] etcd-backup-restore now triggers a restart of the etcd member after updating etcd's advertise peer URLs if found updated. by @​ishan16696gardener/etcd-backup-restore#794

Docker Images

  • etcd-druid: europe-docker.pkg.dev/gardener-project/releases/gardener/etcd-druid:v0.23.1

v0.23.0

[gardener/etcd-druid]

⚠️ Breaking Changes

... (truncated)

Commits
  • 91682b9 Release v0.23.2
  • 43227ab Fixed predicates to allow events for Etcd resource that have never been (#900...
  • b31c378 Update etcd-druid documentation and enhance kind-up script to start a local k...
  • 0e3972f Etcd components webhook allows druid to always update its managed resources (...
  • 9218b66 Prepare next Development Cycle v0.23.2-dev
  • 113b557 Release v0.23.1
  • fa13ba7 Fixes Label-Selector, Pod Template label updates and TLS changes for client a...
  • a35b5c2 Add additional latest tag to images during release (#888)
  • 9b70bfb prepare next dev cycle v0.23.1-dev
  • 8569ac3 Release v0.23.0
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [github.com/gardener/etcd-druid](https://github.com/gardener/etcd-druid) from 0.22.7 to 0.23.2.
- [Release notes](https://github.com/gardener/etcd-druid/releases)
- [Commits](gardener/etcd-druid@v0.22.7...v0.23.2)

---
updated-dependencies:
- dependency-name: github.com/gardener/etcd-druid
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot requested review from a team as code owners November 4, 2024 10:33
@dependabot dependabot bot added dependencies Pull requests that update a dependency file go Pull requests that update Go code labels Nov 4, 2024
@gardener-robot-ci-2
Copy link
Contributor

Thank you @dependabot[bot] for your contribution. Before I can start building your PR, a member of the organization must set the required label(s) {'reviewed/ok-to-test'}. Once started, you can check the build status in the PR checks section below.

@gardener-robot gardener-robot added the needs/review Needs review label Nov 4, 2024
@gardener-robot
Copy link

@dependabot[bot] Thank you for your contribution.

@gardener-robot gardener-robot added size/xs Size of pull request is tiny (see gardener-robot robot/bots/size.py) needs/rebase Needs git rebase labels Nov 4, 2024
@gardener-robot
Copy link

@dependabot[bot] You need rebase this pull request with latest master branch. Please check.

Copy link
Contributor Author

dependabot bot commented on behalf of github Nov 5, 2024

Looks like github.com/gardener/etcd-druid is up-to-date now, so this is no longer needed.

@dependabot dependabot bot closed this Nov 5, 2024
@dependabot dependabot bot deleted the dependabot/go_modules/github.com/gardener/etcd-druid-0.23.2 branch November 5, 2024 12:38
@gardener-robot gardener-robot added the status/closed Issue is closed (either delivered or triaged) label Nov 5, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file go Pull requests that update Go code needs/rebase Needs git rebase needs/review Needs review size/xs Size of pull request is tiny (see gardener-robot robot/bots/size.py) status/closed Issue is closed (either delivered or triaged)
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants