Skip to content

Commit

Permalink
Bump aws/etcdadm-bootstrap-provider to latest release (#3068)
Browse files Browse the repository at this point in the history
  • Loading branch information
eks-distro-pr-bot committed Apr 9, 2024
1 parent ea4dc52 commit b7c90de
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion UPSTREAM_PROJECTS.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ projects:
repos:
- name: etcdadm-bootstrap-provider
versions:
- tag: v1.0.12
- tag: v1.0.13
go_version: "1.21"
- name: etcdadm-controller
versions:
Expand Down
10 changes: 5 additions & 5 deletions projects/aws/etcdadm-bootstrap-provider/ATTRIBUTION.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@

** github.com/aws/etcdadm-bootstrap-provider; version v1.0.12 --
** github.com/aws/etcdadm-bootstrap-provider; version v1.0.13 --
https://github.com/aws/etcdadm-bootstrap-provider

** github.com/go-logr/logr; version v1.4.1 --
Expand Down Expand Up @@ -773,16 +773,16 @@ https://github.com/golang/go
** golang.org/x/exp/maps; version v0.0.0-20230905200255-921286631fa9 --
https://golang.org/x/exp

** golang.org/x/net; version v0.19.0 --
** golang.org/x/net; version v0.23.0 --
https://golang.org/x/net

** golang.org/x/oauth2; version v0.14.0 --
https://golang.org/x/oauth2

** golang.org/x/sys/unix; version v0.16.0 --
** golang.org/x/sys/unix; version v0.18.0 --
https://golang.org/x/sys

** golang.org/x/term; version v0.15.0 --
** golang.org/x/term; version v0.18.0 --
https://golang.org/x/term

** golang.org/x/text; version v0.14.0 --
Expand Down Expand Up @@ -824,7 +824,7 @@ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.

------

** google.golang.org/protobuf; version v1.31.0 --
** google.golang.org/protobuf; version v1.33.0 --
https://go.googlesource.com/protobuf

Copyright (c) 2018 The Go Authors. All rights reserved.
Expand Down
4 changes: 2 additions & 2 deletions projects/aws/etcdadm-bootstrap-provider/CHECKSUMS
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
4f558565f759e4e587da265a1e19706cca836698a2cd57d53cad7b87235b1966 _output/bin/etcdadm-bootstrap-provider/linux-amd64/manager
6a44b47e1f546242edb98481fe4d6e1068c150826ccd5914b976613eb4a9d8bc _output/bin/etcdadm-bootstrap-provider/linux-arm64/manager
a0cbde2ec7f350419e8bada2e241db0993781591b1bf6089e47384a15074ba16 _output/bin/etcdadm-bootstrap-provider/linux-amd64/manager
45c10718026e54bebff682c345a142fa95a5c9ba6eb599d2c4441b3f685745c7 _output/bin/etcdadm-bootstrap-provider/linux-arm64/manager
2 changes: 1 addition & 1 deletion projects/aws/etcdadm-bootstrap-provider/GIT_TAG
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v1.0.12
v1.0.13
2 changes: 1 addition & 1 deletion projects/aws/etcdadm-bootstrap-provider/README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
## **Etcdadm Bootstrap Provider**
![Version](https://img.shields.io/badge/version-v1.0.12-blue)
![Version](https://img.shields.io/badge/version-v1.0.13-blue)
![Build Status](https://codebuild.us-west-2.amazonaws.com/badges?uuid=eyJlbmNyeXB0ZWREYXRhIjoiVjVpNkZxSkZLbFBTZU1RNXZHY0pnREo1VDBVKzFDTEoybVdyd0VYUGNkV0RYQjdwdEM0VGtqMkxlbTdTeDdPT1NKbDRaYWdzdFE3NlFPcWowUUMzcWdnPSIsIml2UGFyYW1ldGVyU3BlYyI6Inlyd044bVFENkpiWU1JT08iLCJtYXRlcmlhbFNldFNlcmlhbCI6MX0%3D&branch=main)

[Etcdadm bootstrap provider](https://github.com/aws/etcdadm-bootstrap-provider) converts a CAPI Machine into an etcd member. It uses [etcdadm](https://github.com/kubernetes-sigs/etcdadm) to provision etcd members. It generates a script containing etcdadm init or join commands which then gets used to initialize a CAPI Machine.
Expand Down

0 comments on commit b7c90de

Please sign in to comment.