Skip to content

Commit 651a743

Browse files
committed
chore(bumps): all provider templates
Bumps all of the provider templates to support v1beta2 Cluster API version compatibility. Bumps flux chart dependency to 2.16.4. Bumps in-cluster ipam to 1.1.0-rc.1 to support capi v1.11.x. Bumps capi to 1.11.1 to support capi v1.11.x. Bumps projectsveltos to support capi v1.11.x.
1 parent 9d167eb commit 651a743

File tree

25 files changed

+60
-54
lines changed

25 files changed

+60
-54
lines changed

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ require (
4242
kubevirt.io/api v1.6.0
4343
kubevirt.io/containerized-data-importer-api v1.63.0
4444
sigs.k8s.io/cluster-api v1.11.1
45-
sigs.k8s.io/cluster-api-ipam-provider-in-cluster v1.1.0-rc.0
45+
sigs.k8s.io/cluster-api-ipam-provider-in-cluster v1.1.0-rc.1
4646
sigs.k8s.io/cluster-api-operator v0.23.1-0.20250926180217-e92ab2ae819a
4747
sigs.k8s.io/controller-runtime v0.22.1
4848
sigs.k8s.io/yaml v1.6.0

go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -788,8 +788,8 @@ sigs.k8s.io/apiserver-network-proxy/konnectivity-client v0.31.2 h1:jpcvIRr3GLoUo
788788
sigs.k8s.io/apiserver-network-proxy/konnectivity-client v0.31.2/go.mod h1:Ve9uj1L+deCXFrPOk1LpFXqTg7LCFzFso6PA48q/XZw=
789789
sigs.k8s.io/cluster-api v1.11.1 h1:7CyGCTxv1p3Y2kRe1ljTj/w4TcdIdWNj0CTBc4i1aBo=
790790
sigs.k8s.io/cluster-api v1.11.1/go.mod h1:zyrjgJ5RbXhwKcAdUlGPNK5YOHpcmxXvur+5I8lkMUQ=
791-
sigs.k8s.io/cluster-api-ipam-provider-in-cluster v1.1.0-rc.0 h1:UyG5blUyfEH69zT/NXVzcZy+f786W/5yKqkbRNjA8dQ=
792-
sigs.k8s.io/cluster-api-ipam-provider-in-cluster v1.1.0-rc.0/go.mod h1:+LCCO3FtAsxXM+u/YL/YYy3z2UIBG+fAgP9rF1Ea8fA=
791+
sigs.k8s.io/cluster-api-ipam-provider-in-cluster v1.1.0-rc.1 h1:NPhKA0hMr7O0ijQAFPkgIvm0Mrbg400KQW+CGojOaxk=
792+
sigs.k8s.io/cluster-api-ipam-provider-in-cluster v1.1.0-rc.1/go.mod h1:U6D3fFd98tAAS0+rUkXTrHlsyZa0J3OtSBidEvxjBm4=
793793
sigs.k8s.io/cluster-api-operator v0.23.1-0.20250926180217-e92ab2ae819a h1:fdXkg7dioPgoJF/p91AJ2zvf+eIXZPcWt2FT69+5Uho=
794794
sigs.k8s.io/cluster-api-operator v0.23.1-0.20250926180217-e92ab2ae819a/go.mod h1:VDkuKPvC2bdd9BVC9m/64qOlN0MX5i0LqCsvEiV7+I4=
795795
sigs.k8s.io/controller-runtime v0.22.1 h1:Ah1T7I+0A7ize291nJZdS1CabF/lB4E++WizgV24Eqg=

templates/provider/cluster-api-provider-aws/Chart.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ type: application
1313
# This is the chart version. This version number should be incremented each time you make changes
1414
# to the chart and its templates, including the app version.
1515
# Versions are expected to follow Semantic Versioning (https://semver.org/)
16-
version: 1.0.6
16+
version: 1.0.7
1717
# This is the version number of the application being deployed. This version number should be
1818
# incremented each time you make changes to the application. Versions are not expected to
1919
# follow Semantic Versioning. They should reflect the version the application is using.
@@ -22,3 +22,4 @@ appVersion: "v2.9.1"
2222
annotations:
2323
cluster.x-k8s.io/provider: infrastructure-aws
2424
cluster.x-k8s.io/v1beta1: v1beta1_v1beta2
25+
cluster.x-k8s.io/v1beta2: v1beta1_v1beta2

templates/provider/cluster-api-provider-azure/Chart.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ type: application
1313
# This is the chart version. This version number should be incremented each time you make changes
1414
# to the chart and its templates, including the app version.
1515
# Versions are expected to follow Semantic Versioning (https://semver.org/)
16-
version: 1.0.7
16+
version: 1.0.8
1717
# This is the version number of the application being deployed. This version number should be
1818
# incremented each time you make changes to the application. Versions are not expected to
1919
# follow Semantic Versioning. They should reflect the version the application is using.
@@ -22,3 +22,4 @@ appVersion: "v1.21.0"
2222
annotations:
2323
cluster.x-k8s.io/provider: infrastructure-azure
2424
cluster.x-k8s.io/v1beta1: v1beta1
25+
cluster.x-k8s.io/v1beta2: v1beta1

templates/provider/cluster-api-provider-docker/Chart.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ type: application
1313
# This is the chart version. This version number should be incremented each time you make changes
1414
# to the chart and its templates, including the app version.
1515
# Versions are expected to follow Semantic Versioning (https://semver.org/)
16-
version: 1.0.3
16+
version: 1.0.4
1717
# This is the version number of the application being deployed. This version number should be
1818
# incremented each time you make changes to the application. Versions are not expected to
1919
# follow Semantic Versioning. They should reflect the version the application is using.
@@ -22,3 +22,4 @@ appVersion: "v1.9.6"
2222
annotations:
2323
cluster.x-k8s.io/provider: infrastructure-docker
2424
cluster.x-k8s.io/v1beta1: v1beta1
25+
cluster.x-k8s.io/v1beta2: v1beta1

templates/provider/cluster-api-provider-gcp/Chart.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ type: application
1313
# This is the chart version. This version number should be incremented each time you make changes
1414
# to the chart and its templates, including the app version.
1515
# Versions are expected to follow Semantic Versioning (https://semver.org/)
16-
version: 1.0.5
16+
version: 1.0.6
1717
# This is the version number of the application being deployed. This version number should be
1818
# incremented each time you make changes to the application. Versions are not expected to
1919
# follow Semantic Versioning. They should reflect the version the application is using.
@@ -22,3 +22,4 @@ appVersion: "v1.10.0"
2222
annotations:
2323
cluster.x-k8s.io/provider: infrastructure-gcp
2424
cluster.x-k8s.io/v1beta1: v1beta1
25+
cluster.x-k8s.io/v1beta2: v1beta1

templates/provider/cluster-api-provider-ipam/Chart.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,11 +13,11 @@ type: application
1313
# This is the chart version. This version number should be incremented each time you make changes
1414
# to the chart and its templates, including the app version.
1515
# Versions are expected to follow Semantic Versioning (https://semver.org/)
16-
version: 1.0.2
16+
version: 1.0.3
1717
# This is the version number of the application being deployed. This version number should be
1818
# incremented each time you make changes to the application. Versions are not expected to
1919
# follow Semantic Versioning. They should reflect the version the application is using.
2020
# It is recommended to use it with quotes.
21-
appVersion: "v1.0.2"
21+
appVersion: "v1.1.0-rc.1"
2222
annotations:
2323
cluster.x-k8s.io/provider: ipam-in-cluster

templates/provider/cluster-api-provider-k0sproject-k0smotron/Chart.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ type: application
1313
# This is the chart version. This version number should be incremented each time you make changes
1414
# to the chart and its templates, including the app version.
1515
# Versions are expected to follow Semantic Versioning (https://semver.org/)
16-
version: 1.0.8
16+
version: 1.0.9
1717
# This is the version number of the application being deployed. This version number should be
1818
# incremented each time you make changes to the application. Versions are not expected to
1919
# follow Semantic Versioning. They should reflect the version the application is using.
@@ -22,3 +22,4 @@ appVersion: "v1.6.2"
2222
annotations:
2323
cluster.x-k8s.io/provider: infrastructure-k0sproject-k0smotron, bootstrap-k0sproject-k0smotron, control-plane-k0sproject-k0smotron
2424
cluster.x-k8s.io/v1beta1: v1beta1
25+
cluster.x-k8s.io/v1beta2: v1beta1

templates/provider/cluster-api-provider-openstack/Chart.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,3 +22,4 @@ appVersion: "v0.12.5-mirantis.0"
2222
annotations:
2323
cluster.x-k8s.io/provider: infrastructure-openstack
2424
cluster.x-k8s.io/v1beta1: v1beta1
25+
cluster.x-k8s.io/v1beta2: v1beta1

templates/provider/cluster-api-provider-vsphere/Chart.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ type: application
1313
# This is the chart version. This version number should be incremented each time you make changes
1414
# to the chart and its templates, including the app version.
1515
# Versions are expected to follow Semantic Versioning (https://semver.org/)
16-
version: 1.0.4
16+
version: 1.0.5
1717
# This is the version number of the application being deployed. This version number should be
1818
# incremented each time you make changes to the application. Versions are not expected to
1919
# follow Semantic Versioning. They should reflect the version the application is using.
@@ -22,3 +22,4 @@ appVersion: "v1.13.1"
2222
annotations:
2323
cluster.x-k8s.io/provider: infrastructure-vsphere
2424
cluster.x-k8s.io/v1beta1: v1beta1
25+
cluster.x-k8s.io/v1beta2: v1beta1

0 commit comments

Comments
 (0)