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.23.2 to 0.24.1 #901

Conversation

dependabot[bot]
Copy link
Contributor

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

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

Release notes

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

v0.24.1

[gardener/etcd-druid]

📰 Noteworthy

  • [DEVELOPER] Upgraded github.com/gardener/etcd-backup-restore dependency from 0.31.0 to 0.31.1. by @​renormalize #928
  • [DEVELOPER] etcd-druid will henceforth stick to Go versions x.y.0 only to be in line with gardener/gardener, kubernetes, controller-runtime. by @​renormalize #929
  • [OPERATOR] Upgraded etcd-backup-restore image version to v0.31.1. by @​renormalize #928

Docker Images

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

v0.24.0

[gardener/etcd-druid]

📰 Noteworthy

🏃 Others

  • [OPERATOR] Introduced github pages to host the etcd-druid documentation by @​unmarshall #909
  • [OPERATOR] Fix a minor bug in wrongly assuming 24hr as full snapshot interval to compute backup ready condition by getting it from full snapshot schedule. by @​anveshreddy18 #906
  • [OPERATOR] Added a doc detailing on how to contribute to existing documentation. by @​unmarshall #920
  • [OPERATOR] add additional latest tag to released images. by @​anveshreddy18 #888
  • [OPERATOR] Fixes github pages links by @​unmarshall #919
  • [OPERATOR] Minor fixes to the docs, changed the images to reflect the new logo. by @​Shreyas-s14 #901

[gardener/etcd-backup-restore]

🏃 Others

  • [OPERATOR] Improved error handling in deletion of delta snapshots during snapshot garbage collection. by @​Shreyas-s14gardener/etcd-backup-restore#793
  • [OPERATOR] Improves the renewTime of full snapshot lease when the lease is updated as part of retry mechanism by @​anveshreddy18gardener/etcd-backup-restore#753
  • [DEVELOPER] Azure Blob Storage client Go module upgraded to github.com/Azure/azure-sdk-for-go/sdk/storage/azblob from the deprecated github.com/Azure/azure-storage-blob-go by @​renormalizegardener/etcd-backup-restore#751
  • [DEVELOPER] Builds for non-native platforms can now be done using the docker-build make target instead of having to invoke the docker buildx command. The platform can be specified using the PLATFORM variable which is passed while invoking make. by @​renormalizegardener/etcd-backup-restore#780
  • [DEVELOPER] Standardize the yaml dependency to sigs.k8s.io/yaml. Replace deprecated k8s.io/utils/pointer with k8s.io/utils/ptr. Bump all direct dependencies to newer versions. by @​renormalizegardener/etcd-backup-restore#796
  • [DEVELOPER] etcd-backup-restore now uses the Restore API exposed by go.etcd.io/etcd/clientv3/snapshot to perform restoration of the etcd data directory, moving away from performing restoration of the data directory manually. by @​renormalizegardener/etcd-backup-restore#795
  • [DEVELOPER] Upgrade the Go dependency to go1.23.2. by @​renormalizegardener/etcd-backup-restore#786
  • [USER] etcd-backup-restore now uses etcd version v3.4.34 for the embedded etcd during restoration. by @​renormalizegardener/etcd-backup-restore#795

[gardener/etcd-wrapper]

✨ New Features

  • [USER] etcd-wrapper has been updated to start etcd version v3.4.34. by @​renormalizegardener/etcd-wrapper#30

🏃 Others

  • [DEVELOPER] All dependencies upgraded to the newer versions for enhanced security and support. by @​renormalizegardener/etcd-wrapper#30

Docker Images

... (truncated)

Commits
  • 29df9b5 Release v0.24.1
  • 8b58ec2 Use x.y.0 versions of the Go Toolchain only. (#925) (#929)
  • e504ceb Upgrade dependency on github.com/gardener/etcd-backup-restore to v0.31.1....
  • 791f822 Prepare next Development Cycle v0.24.1-dev
  • 588f4d0 Release v0.24.0
  • 3179b8f Added doc on how to contribute to the documentation (#920)
  • 386ff75 Upgrade dependency on github.com/gardener/etcd-backup-restore to v0.31.0....
  • e0feccd Upgrade etcd-wrapper (#921)
  • 3611836 fixed doc links (#919)
  • 1af5ea3 Fix to allow etcd-druid to patch STS when there is only a change of mount-pat...
  • 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.23.2 to 0.24.1.
- [Release notes](https://github.com/gardener/etcd-druid/releases)
- [Commits](gardener/etcd-druid@v0.23.2...v0.24.1)

---
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 18, 2024 11:36
@dependabot dependabot bot added dependencies Pull requests that update a dependency file go Pull requests that update Go code labels Nov 18, 2024
@gardener-robot gardener-robot added the needs/review Needs review label Nov 18, 2024
@gardener-robot
Copy link

@dependabot[bot] Thank you for your contribution.

@gardener-robot gardener-robot added the size/xs Size of pull request is tiny (see gardener-robot robot/bots/size.py) label Nov 18, 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.

Copy link
Contributor Author

dependabot bot commented on behalf of github Nov 18, 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 18, 2024
@dependabot dependabot bot deleted the dependabot/go_modules/github.com/gardener/etcd-druid-0.24.1 branch November 18, 2024 14:58
@gardener-robot gardener-robot added the status/closed Issue is closed (either delivered or triaged) label Nov 18, 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/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