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

Update etcdadm-controller and etcdadm-bootstrap-provider to latest version #2332

Merged
merged 2 commits into from
Jul 20, 2023
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
4 changes: 2 additions & 2 deletions UPSTREAM_PROJECTS.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,11 +35,11 @@ projects:
repos:
- name: etcdadm-bootstrap-provider
versions:
- tag: v1.0.8
- tag: v1.0.9
go_version: "1.19"
- name: etcdadm-controller
versions:
- tag: v1.0.7-rc1
- tag: v1.0.8
go_version: "1.19"
- name: rolesanywhere-credential-helper
versions:
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 @@
47297f3db07a391d18cbbebaa5f727a1b41b0690db05597bba52850fdf64e72b _output/bin/etcdadm-bootstrap-provider/linux-amd64/manager
8db2eea0af2146f868dad68f22283232123ef1b6ca0d0e91e28530f807f4d27f _output/bin/etcdadm-bootstrap-provider/linux-arm64/manager
7183861f8a278685c8c11585499b06855766b54a5e9250cebc07cb0124fc3019 _output/bin/etcdadm-bootstrap-provider/linux-amd64/manager
ce1d5722791ae32d804fde9d1792abe8acbcd98291a30a443a6a9c4b711313d0 _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.8
v1.0.9
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.8-blue)
![Version](https://img.shields.io/badge/version-v1.0.9-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
4 changes: 2 additions & 2 deletions projects/aws/etcdadm-controller/CHECKSUMS
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
469b9dd6ea21c8cc4ab2060009a66e66e75f3661910a205627ec3d2f532cf2ee _output/bin/etcdadm-controller/linux-amd64/manager
05009ebcd07426bceea0e5cafa0d371ba1137119c0fdc34992be761742e2d17b _output/bin/etcdadm-controller/linux-arm64/manager
756a6d04b93767a13e2bb2b47ba2ad9a8cd6fa3fa6237b445f6ff3b148d95a9f _output/bin/etcdadm-controller/linux-amd64/manager
d29512524d6d7e17a54a7f1ffa9415013adbe08a9e4cd547f99f4914dd4dec05 _output/bin/etcdadm-controller/linux-arm64/manager
2 changes: 1 addition & 1 deletion projects/aws/etcdadm-controller/GIT_TAG
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v1.0.7-rc1
v1.0.8
2 changes: 1 addition & 1 deletion projects/aws/etcdadm-controller/README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
## **Etcdadm Controller**
![Version](https://img.shields.io/badge/version-v1.0.7-rc1-blue)
![Version](https://img.shields.io/badge/version-v1.0.8-blue)
![Build Status](https://codebuild.us-west-2.amazonaws.com/badges?uuid=eyJlbmNyeXB0ZWREYXRhIjoiUTM2ZGs4R0p2QVVLamxqeW4zWEtPZkI0SXJXcVZGbXNyM3dEZXZTOUYyYUNmdXBmRm14a3NvcTBDMjZvWWFWU2I3RkEzSFVudVhRYWNQZGFuTWdJaWNnPSIsIml2UGFyYW1ldGVyU3BlYyI6IlN1UDBjNGlNbjg0RUxNcXMiLCJtYXRlcmlhbFNldFNlcmlhbCI6MX0%3D&branch=main)

[Etcdadm controller](https://github.com/aws/etcdadm-controller) provides a mechanism for etcd cluster lifecycle management. Features include:
Expand Down