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 #2920

Closed
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.0
- tag: v1.3.1
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.0 --
** github.com/nutanix-cloud-native/cluster-api-provider-nutanix; version v1.3.1 --
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 @@
3732a463f3aebf524f3104cfba2a5e87d954e2a7b8ce97116deec241ebcf9ace _output/bin/cluster-api-provider-nutanix/linux-amd64/manager
90f11dbac0a372d786e57afbafcb119d4ce2a7ba89e8ef0ee09a6f82c02578e0 _output/bin/cluster-api-provider-nutanix/linux-arm64/manager
fc476cabbf7bfe98bdff5cd681620a65c3e97f23b010a55b0628d3a097c4cccc _output/bin/cluster-api-provider-nutanix/linux-amd64/manager
3e10e80513f1a28c7d6a619c2dbf4dfafc169361d53f727e31d76468985b35fd _output/bin/cluster-api-provider-nutanix/linux-arm64/manager
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v1.3.0
v1.3.1
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.0-blue)
![Version](https://img.shields.io/badge/version-v1.3.1-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