Skip to content

Commit a0f9cfc

Browse files
Bump kubernetes-sigs/cluster-api to latest release
1 parent 3cf2a14 commit a0f9cfc

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

UPSTREAM_PROJECTS.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -181,7 +181,7 @@ projects:
181181
repos:
182182
- name: cluster-api
183183
versions:
184-
- tag: v1.8.5
184+
- tag: v1.9.0
185185
go_version: "1.22"
186186
- name: cluster-api-provider-cloudstack
187187
versions:
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
v1.8.5
1+
v1.9.0

projects/kubernetes-sigs/cluster-api/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
## **Cluster API**
2-
![Version](https://img.shields.io/badge/version-v1.8.5-blue)
2+
![Version](https://img.shields.io/badge/version-v1.9.0-blue)
33
![Build Status](https://codebuild.us-west-2.amazonaws.com/badges?uuid=eyJlbmNyeXB0ZWREYXRhIjoiQVZ3TDBZZVVXZUZiVmtqLzVoOVcrV2FaMmxRRzJXRmJCRlZtQkNodXdWZ0FrNm0zQ3l5UzNqTkdsQXgwdzc0bTBZc1RIcjBhMUVFbEhIK3d2VDVPek1rPSIsIml2UGFyYW1ldGVyU3BlYyI6IkVuOGJxNXBPZEtDek81Q3giLCJtYXRlcmlhbFNldFNlcmlhbCI6MX0%3D&branch=main)
44

55
[Cluster API](https://github.com/kubernetes-sigs/cluster-api) is a Kubernetes sub-project focused on providing declarative APIs and tooling to simplify provisioning, upgrading, and operating multiple Kubernetes clusters. It uses Kubernetes-style APIs and patterns to automate cluster lifecycle management for platform operators. The supporting infrastructure, like virtual machines, networks, load balancers, and VPCs, as well as the Kubernetes cluster configuration are all defined in the same way that application developers operate deploying and managing their workloads. This enables consistent and repeatable cluster deployments across a wide variety of infrastructure environments. Cluster API can be extended to support any infrastructure provider (AWS, Azure, vSphere, etc.) or bootstrap provider (kubeadm is default) as required by the customer.

0 commit comments

Comments
 (0)