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 nutanix-cloud-native/cluster-api-provider-nutanix to latest release #3013

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 UPSTREAM_PROJECTS.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -215,7 +215,7 @@ projects:
go_version: "1.21"
- name: cluster-api-provider-nutanix
versions:
- tag: v1.3.1
- tag: v1.3.2
go_version: "1.21"
- org: opencontainers
repos:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ https://github.com/modern-go/concurrent
** github.com/modern-go/reflect2; version v1.0.2 --
https://github.com/modern-go/reflect2

** github.com/nutanix-cloud-native/cluster-api-provider-nutanix; version v1.3.1 --
** github.com/nutanix-cloud-native/cluster-api-provider-nutanix; version v1.3.2 --
https://github.com/nutanix-cloud-native/cluster-api-provider-nutanix

** github.com/nutanix-cloud-native/prism-go-client; version v0.3.4 --
Expand Down
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
5a7beec55951ba00bd193bca34d5ab0bf7eb85d97fc13bbe571ee4daad4a4715 _output/bin/cluster-api-provider-nutanix/linux-amd64/manager
12b062ae210228486eb32d60a630a2946b66505bf2c4e149e31e9b50e15a9c46 _output/bin/cluster-api-provider-nutanix/linux-arm64/manager
09c20a647e3368d449285597c19fce5f186417ce6ae2ff117f7d09de9c089a32 _output/bin/cluster-api-provider-nutanix/linux-amd64/manager
bd4e5c8201824b4c4fbf1b9321e9caff7e6620867f995621c72f39a86c965162 _output/bin/cluster-api-provider-nutanix/linux-arm64/manager
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v1.3.1
v1.3.2
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
## **Cluster API Provider for Nutanix**
![Version](https://img.shields.io/badge/version-v1.3.1-blue)
![Version](https://img.shields.io/badge/version-v1.3.2-blue)
![Build Status](https://codebuild.us-west-2.amazonaws.com/badges?uuid=eyJlbmNyeXB0ZWREYXRhIjoiWXJwaXpMSkhOTHpUSFU0K2IrSDlnZUFGMjdIRWIvSFNRZllHVmdURTFyRHpxOXlkSmdPTVd2YXhUSDVzY0U1ajVXUDhFRkZXYVp3ZHBhQS9jd3JUTXRNPSIsIml2UGFyYW1ldGVyU3BlYyI6IkhaaGRzVUdUQzlFY29MQ0YiLCJtYXRlcmlhbFNldFNlcmlhbCI6MX0%3D&branch=main)

The [Cluster API Provider for Nutanix (CAPX)](https://github.com/nutanix-cloud-native/cluster-api-provider-nutanix) is a the implementation of Cluster API for Nutanix.
Expand Down