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

[hotfix-v0.24] Upgrade dependency on github.com/gardener/etcd-backup-restore to v0.31.1. (#927) #928

Merged
merged 1 commit into from
Nov 13, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ module github.com/gardener/etcd-druid
go 1.23.3

require (
github.com/gardener/etcd-backup-restore v0.31.0
github.com/gardener/etcd-backup-restore v0.31.1
github.com/gardener/gardener v1.99.1
github.com/go-logr/logr v1.4.2
github.com/golang-jwt/jwt/v5 v5.2.1
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -131,8 +131,8 @@ github.com/fsnotify/fsnotify v1.7.0 h1:8JEhPFa5W2WU7YfeZzPNqzMP6Lwt7L2715Ggo0nos
github.com/fsnotify/fsnotify v1.7.0/go.mod h1:40Bi/Hjc2AVfZrqy+aj+yEI+/bRxZnMJyTJwOpGvigM=
github.com/gardener/cert-management v0.15.0 h1:ohm1eWae2rQSkwFGWXTt+lBv4rLBhtJsJgqvaXJBs6o=
github.com/gardener/cert-management v0.15.0/go.mod h1:3BK2VEtGwv2ijf3bSziTLMCUvYnPzIQrQ/uPeZzL4m0=
github.com/gardener/etcd-backup-restore v0.31.0 h1:ViOdO0AF605QvjHQuZVpxmpEemWhKNQubr44Ci7xa2U=
github.com/gardener/etcd-backup-restore v0.31.0/go.mod h1:GuH9nJjOwXFsh4nifDLY2McgEXArdhS22msBliYJ6y4=
github.com/gardener/etcd-backup-restore v0.31.1 h1:l53jFhD0zzJKKwZYuDjj3O340jVY1zNNdabz/4pHA90=
github.com/gardener/etcd-backup-restore v0.31.1/go.mod h1:5kakxyoDtx/vwWjQIOIGN6dTrx2TxRb8eLHtgrwBkMw=
github.com/gardener/gardener v1.99.1 h1:c/wVXYgt4j7eHCMwxpQPPpaLXt1BY/IPYStfCtNsR8Q=
github.com/gardener/gardener v1.99.1/go.mod h1:XboPwJptOg9ZfXTjuohGk7X8kxnF0o88gJnz6Ed7Vqc=
github.com/gardener/hvpa-controller/api v0.15.0 h1:igsalL5Z6kFMn1+Kv1Eq0cRjYW+4oBA1aEY/yDO2QtI=
Expand Down
2 changes: 1 addition & 1 deletion internal/images/images.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ images:
name: 'etcdbrctl'
sourceRepository: github.com/gardener/etcd-backup-restore
repository: europe-docker.pkg.dev/gardener-project/public/gardener/etcdbrctl
tag: "v0.31.0"
tag: "v0.31.1"
- name: etcd-wrapper
sourceRepository: github.com/gardener/etcd-wrapper
repository: europe-docker.pkg.dev/gardener-project/public/gardener/etcd-wrapper
Expand Down