Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[release/v1.8] chores(ccm): update openstack version for v1.30 #3488

Merged
merged 2 commits into from
Dec 17, 2024
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -14,3 +14,4 @@ terraform.tfvars*
/vendor
download-gocache
.vscode
.idea
4 changes: 2 additions & 2 deletions pkg/templates/images/images.go
Original file line number Diff line number Diff line change
Expand Up @@ -299,7 +299,7 @@ func optionalResources() map[Resource]map[string]string {
"1.27.x": "registry.k8s.io/provider-os/openstack-cloud-controller-manager:v1.27.3",
"1.28.x": "registry.k8s.io/provider-os/openstack-cloud-controller-manager:v1.28.1",
"1.29.x": "registry.k8s.io/provider-os/openstack-cloud-controller-manager:v1.29.0",
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can we also update CCM and CSI for v1.28 and v1.29? There are newer versions, it might be a good idea to update those as well now that we're updating v1.30.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Have updated v1.28.1 -> v1.28.3 and v1.29.0 -> v1.29.1

">= 1.30.0": "registry.k8s.io/provider-os/openstack-cloud-controller-manager:v1.30.0",
">= 1.30.0": "registry.k8s.io/provider-os/openstack-cloud-controller-manager:v1.30.2",
},

// OpenStack CSI
Expand All @@ -308,7 +308,7 @@ func optionalResources() map[Resource]map[string]string {
"1.27.x": "registry.k8s.io/provider-os/cinder-csi-plugin:v1.27.3",
"1.28.x": "registry.k8s.io/provider-os/cinder-csi-plugin:v1.28.1",
"1.29.x": "registry.k8s.io/provider-os/cinder-csi-plugin:v1.29.0",
">= 1.30.0": "registry.k8s.io/provider-os/cinder-csi-plugin:v1.30.0",
">= 1.30.0": "registry.k8s.io/provider-os/cinder-csi-plugin:v1.30.2",
},
OpenstackCSINodeDriverRegistar: {"*": "registry.k8s.io/sig-storage/csi-node-driver-registrar:v2.9.2"},
OpenstackCSILivenessProbe: {"*": "registry.k8s.io/sig-storage/livenessprobe:v2.11.0"},
Expand Down