Skip to content

Commit 24e26eb

Browse files
committed
chore(bumps): provider templates
Bumps kcm's flux chart dependency to 2.16.4. Bumps the following providers to support capi v1.11.x: - in-cluster-ipam to 1.1.0-rc.1 - capi to 1.11.1 - docker to 1.11.1 - vsphere to 1.14.0 - projectsveltos to 1.1.1
1 parent 9d167eb commit 24e26eb

File tree

16 files changed

+42
-40
lines changed

16 files changed

+42
-40
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-docker/Chart.yaml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,12 +13,13 @@ 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.
2020
# It is recommended to use it with quotes.
21-
appVersion: "v1.9.6"
21+
appVersion: "v1.11.1"
2222
annotations:
2323
cluster.x-k8s.io/provider: infrastructure-docker
2424
cluster.x-k8s.io/v1beta1: v1beta1
25+
cluster.x-k8s.io/v1beta2: v1beta2

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-vsphere/Chart.yaml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,12 +13,14 @@ 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.
2020
# It is recommended to use it with quotes.
21-
appVersion: "v1.13.1"
21+
appVersion: "v1.14.0"
2222
annotations:
2323
cluster.x-k8s.io/provider: infrastructure-vsphere
2424
cluster.x-k8s.io/v1beta1: v1beta1
25+
# NOTE: v1.14.0 does not have this label though the provider does support v1beta2 CAPI
26+
cluster.x-k8s.io/v1beta2: v1beta1

templates/provider/cluster-api/Chart.yaml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,13 +13,12 @@ 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.
2020
# It is recommended to use it with quotes.
21-
appVersion: "v1.10.5"
21+
appVersion: "v1.11.1"
2222
annotations:
2323
cluster.x-k8s.io/v1beta1: ""
24-
cluster.x-k8s.io/v1alpha3: ""
25-
cluster.x-k8s.io/v1alpha4: ""
24+
cluster.x-k8s.io/v1beta2: ""

templates/provider/kcm-templates/files/release.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -10,25 +10,25 @@ spec:
1010
kcm:
1111
template: kcm-1-3-8
1212
capi:
13-
template: cluster-api-1-0-6
13+
template: cluster-api-1-0-7
1414
providers:
1515
- name: cluster-api-provider-k0sproject-k0smotron
1616
template: cluster-api-provider-k0sproject-k0smotron-1-0-8
1717
- name: cluster-api-provider-azure
1818
template: cluster-api-provider-azure-1-0-7
1919
- name: cluster-api-provider-vsphere
20-
template: cluster-api-provider-vsphere-1-0-4
20+
template: cluster-api-provider-vsphere-1-0-5
2121
- name: cluster-api-provider-aws
2222
template: cluster-api-provider-aws-1-0-6
2323
- name: cluster-api-provider-openstack
2424
template: cluster-api-provider-openstack-1-0-9
2525
- name: cluster-api-provider-docker
26-
template: cluster-api-provider-docker-1-0-3
26+
template: cluster-api-provider-docker-1-0-4
2727
- name: cluster-api-provider-gcp
2828
template: cluster-api-provider-gcp-1-0-5
2929
- name: cluster-api-provider-ipam
30-
template: cluster-api-provider-ipam-1-0-2
30+
template: cluster-api-provider-ipam-1-0-3
3131
- name: cluster-api-provider-infoblox
3232
template: cluster-api-provider-infoblox-1-0-2
3333
- name: projectsveltos
34-
template: projectsveltos-0-57-2
34+
template: projectsveltos-1-1-1

templates/provider/kcm-templates/files/templates/cluster-api-provider-docker.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
apiVersion: k0rdent.mirantis.com/v1beta1
22
kind: ProviderTemplate
33
metadata:
4-
name: cluster-api-provider-docker-1-0-3
4+
name: cluster-api-provider-docker-1-0-4
55
annotations:
66
helm.sh/resource-policy: keep
77
spec:
88
helm:
99
chartSpec:
1010
chart: cluster-api-provider-docker
11-
version: 1.0.3
11+
version: 1.0.4
1212
interval: 10m0s
1313
sourceRef:
1414
kind: HelmRepository

templates/provider/kcm-templates/files/templates/cluster-api-provider-ipam.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
apiVersion: k0rdent.mirantis.com/v1beta1
22
kind: ProviderTemplate
33
metadata:
4-
name: cluster-api-provider-ipam-1-0-2
4+
name: cluster-api-provider-ipam-1-0-3
55
annotations:
66
helm.sh/resource-policy: keep
77
spec:
88
helm:
99
chartSpec:
1010
chart: cluster-api-provider-ipam
11-
version: 1.0.2
11+
version: 1.0.3
1212
interval: 10m0s
1313
sourceRef:
1414
kind: HelmRepository

templates/provider/kcm-templates/files/templates/cluster-api-provider-vsphere.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
apiVersion: k0rdent.mirantis.com/v1beta1
22
kind: ProviderTemplate
33
metadata:
4-
name: cluster-api-provider-vsphere-1-0-4
4+
name: cluster-api-provider-vsphere-1-0-5
55
annotations:
66
helm.sh/resource-policy: keep
77
spec:
88
helm:
99
chartSpec:
1010
chart: cluster-api-provider-vsphere
11-
version: 1.0.4
11+
version: 1.0.5
1212
interval: 10m0s
1313
sourceRef:
1414
kind: HelmRepository

0 commit comments

Comments
 (0)