Skip to content

Commit

Permalink
Support for Kubernetes v1.30 (#770)
Browse files Browse the repository at this point in the history
* Update README.md

* Update CCM images
  • Loading branch information
shafeeqes authored May 22, 2024
1 parent eab3ead commit 0857cd2
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 1 deletion.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ This extension controller supports the following Kubernetes versions:

| Version | Support | Conformance test results |
| --------------- | ----------- | ------------------------ |
| Kubernetes 1.30 | 1.30.0+ | N/A |
| Kubernetes 1.29 | 1.29.0+ | [![Gardener v1.29 Conformance Tests](https://testgrid.k8s.io/q/summary/conformance-gardener/Gardener,%20v1.29%20OpenStack/tests_status?style=svg)](https://testgrid.k8s.io/conformance-gardener#Gardener,%20v1.29%20OpenStack) |
| Kubernetes 1.28 | 1.28.0+ | [![Gardener v1.28 Conformance Tests](https://testgrid.k8s.io/q/summary/conformance-gardener/Gardener,%20v1.28%20OpenStack/tests_status?style=svg)](https://testgrid.k8s.io/conformance-gardener#Gardener,%20v1.28%20OpenStack) |
| Kubernetes 1.27 | 1.27.0+ | [![Gardener v1.27 Conformance Tests](https://testgrid.k8s.io/q/summary/conformance-gardener/Gardener,%20v1.27%20OpenStack/tests_status?style=svg)](https://testgrid.k8s.io/conformance-gardener#Gardener,%20v1.27%20OpenStack) |
Expand Down
16 changes: 15 additions & 1 deletion imagevector/images.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,21 @@ images:
sourceRepository: github.com/kubernetes/cloud-provider-openstack
repository: registry.k8s.io/provider-os/openstack-cloud-controller-manager
tag: "v1.29.0"
targetVersion: ">= 1.29"
targetVersion: "1.29.x"
labels:
- name: 'gardener.cloud/cve-categorisation'
value:
network_exposure: 'protected'
authentication_enforced: false
user_interaction: 'gardener-operator'
confidentiality_requirement: 'high'
integrity_requirement: 'high'
availability_requirement: 'low'
- name: cloud-controller-manager
sourceRepository: github.com/kubernetes/cloud-provider-openstack
repository: registry.k8s.io/provider-os/openstack-cloud-controller-manager
tag: "v1.30.0"
targetVersion: ">= 1.30"
labels:
- name: 'gardener.cloud/cve-categorisation'
value:
Expand Down

0 comments on commit 0857cd2

Please sign in to comment.