Skip to content

Commit

Permalink
Bump CAPI version to v1.9.4
Browse files Browse the repository at this point in the history
  • Loading branch information
2ez4szliu committed Feb 4, 2025
1 parent 729d6a8 commit f68d395
Show file tree
Hide file tree
Showing 45 changed files with 1,599 additions and 2,150 deletions.
2 changes: 1 addition & 1 deletion UPSTREAM_PROJECTS.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -187,7 +187,7 @@ projects:
repos:
- name: cluster-api
versions:
- tag: v1.8.5
- tag: v1.9.4
go_version: "1.22"
- name: cluster-api-provider-cloudstack
versions:
Expand Down
617 changes: 160 additions & 457 deletions projects/kubernetes-sigs/cluster-api/ATTRIBUTION.txt

Large diffs are not rendered by default.

260 changes: 133 additions & 127 deletions projects/kubernetes-sigs/cluster-api/CAPD_ATTRIBUTION.txt

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion projects/kubernetes-sigs/cluster-api/GIT_TAG
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v1.8.5
v1.9.4
2 changes: 1 addition & 1 deletion projects/kubernetes-sigs/cluster-api/README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
## **Cluster API**
![Version](https://img.shields.io/badge/version-v1.8.5-blue)
![Version](https://img.shields.io/badge/version-v1.9.3-blue)
![Build Status](https://codebuild.us-west-2.amazonaws.com/badges?uuid=eyJlbmNyeXB0ZWREYXRhIjoiQVZ3TDBZZVVXZUZiVmtqLzVoOVcrV2FaMmxRRzJXRmJCRlZtQkNodXdWZ0FrNm0zQ3l5UzNqTkdsQXgwdzc0bTBZc1RIcjBhMUVFbEhIK3d2VDVPek1rPSIsIml2UGFyYW1ldGVyU3BlYyI6IkVuOGJxNXBPZEtDek81Q3giLCJtYXRlcmlhbFNldFNlcmlhbCI6MX0%3D&branch=main)

[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.
Expand Down

Large diffs are not rendered by default.

This file was deleted.

Loading

0 comments on commit f68d395

Please sign in to comment.