Skip to content

Commit a97eb17

Browse files
garloffjschoone
andauthored
Update to k8s-v1.34.3. (#244)
* Update to k8s-v1.34.3. CSI/CCM are 2.34.1 * Update CCM, CSI. * The cluster class version also needs tweaking. * Mention location of cluster stack releases for scs/scs2. * chore(cluster-addons): Update Cilium to 1.18.5 * Spelling fix in README.md Signed-off-by: Kurt Garloff <[email protected]> Signed-off-by: Jan Schoone <[email protected]> Co-authored-by: Jan Schoone <[email protected]> Co-authored-by: Jan Schoone <[email protected]>
1 parent 59312e2 commit a97eb17

File tree

6 files changed

+14
-7
lines changed

6 files changed

+14
-7
lines changed

README.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,14 @@ API. Designed to support multiple providers and a broad range of Kubernetes
1515
versions, it offers a standardized approach to configuring and operating
1616
Kubernetes environments. For detailed information see [docs.scs.community](https://docs.scs.community/docs/container/components/cluster-stacks/components/cluster-stacks/overview).
1717

18+
## Releases
19+
20+
Releases for the providers openstack/scs and openstack/scs2 are published in
21+
the [SCS registry](oci://registry.scs.community/kaas/cluster-stacks).
22+
1823
## Community
1924

2025
- [Matrix](https://matrix.to/#/!NZpJdPGjAHISXnHUil:matrix.org)
2126
- [notes](https://input.scs.community/2025-scs-team-container)
27+
28+

providers/openstack/scs2/cluster-addon/ccm/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,4 @@ dependencies:
77
- alias: openstack-cloud-controller-manager
88
name: openstack-cloud-controller-manager
99
repository: https://kubernetes.github.io/cloud-provider-openstack
10-
version: 2.33.1
10+
version: 2.34.1

providers/openstack/scs2/cluster-addon/csi/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,4 @@ dependencies:
77
- alias: openstack-cinder-csi
88
name: openstack-cinder-csi
99
repository: https://kubernetes.github.io/cloud-provider-openstack
10-
version: 2.33.1
10+
version: 2.34.1

providers/openstack/scs2/cluster-class/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,6 @@ description: "This chart installs and configures:
44
* Openstack scs2 Cluster Class
55
66
"
7-
name: openstack-scs2-1-33-cluster-class
7+
name: openstack-scs2-1-34-cluster-class
88
type: application
99
version: v1
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
apiVersion: csctl.clusterstack.x-k8s.io/v1alpha1
22
config:
33
clusterStackName: scs2
4-
kubernetesVersion: v1.33.7
4+
kubernetesVersion: v1.34.3
55
provider:
66
apiVersion: openstack.csctl.clusterstack.x-k8s.io/v1alpha1
77
type: openstack
Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
1-
- kubernetes: 1.31.12
2-
cinder_csi: 2.31.7
3-
occm: 2.31.3
41
- kubernetes: 1.32.8
52
cinder_csi: 2.32.2
63
occm: 2.32.0
74
- kubernetes: 1.33.7
85
cinder_csi: 2.33.1
96
occm: 2.33.1
7+
- kubernetes: 1.34.3
8+
cinder_csi: 2.34.1
9+
occm: 2.34.1

0 commit comments

Comments
 (0)