Skip to content

Commit cafe0f2

Browse files
Post v0.10.0 release housekeeping (#2200)
* Update version references to 0.11.0 Signed-off-by: Prajyot Parab <[email protected]> * Update release branch versions for weekly security scan Signed-off-by: Prajyot Parab <[email protected]> * Update release support data Signed-off-by: Prajyot Parab <[email protected]> * Update readme Signed-off-by: Prajyot Parab <[email protected]> --------- Signed-off-by: Prajyot Parab <[email protected]>
1 parent c346471 commit cafe0f2

File tree

6 files changed

+12
-8
lines changed

6 files changed

+12
-8
lines changed

Diff for: .github/workflows/weekly-security-scan.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
strategy:
1414
fail-fast: false
1515
matrix:
16-
branch: [ main, release-0.9, release-0.8 ]
16+
branch: [ main, release-0.10, release-0.9 ]
1717
name: Trivy
1818
runs-on: ubuntu-24.04
1919
steps:

Diff for: README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -47,9 +47,9 @@ This provider's versions are compatible with the following versions of Cluster A
4747

4848
| |Cluster API v1alpha4 (v0.4) |Cluster API v1beta1 (v1.x) |
4949
|:----------------------------------------|:---------------:|:--------------:|
50-
| CAPIBM v1alpha4 (v0.1.x) || |
51-
| CAPIBM v1beta1 (v0.2.x, v0.3.x) | ||
52-
| CAPIBM v1beta2 (v0.[4-9].x, main) | ||
50+
| CAPIBM v1alpha4 (v0.1.x) || |
51+
| CAPIBM v1beta1 (v0.2.x, v0.3.x) | ||
52+
| CAPIBM v1beta2 (v0.[4-10].x, main) | ||
5353

5454

5555
(See [Kubernetes support matrix][cluster-api-supported-v] of Cluster API versions).

Diff for: docs/book/src/developer/release-support-guidelines.md

+3-2
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,9 @@ standard [backport policy](https://github.com/kubernetes-sigs/cluster-api/blob/m
3434

3535
| Minor Release | API Version | Supported Until |
3636
|---------------|-------------|----------------------------------------------------|
37-
| v0.9.x | **v1beta2** | when v0.11.0 will be released |
38-
| v0.8.x | **v1beta2** | when v0.10.0 will be released |
37+
| v0.10.x | **v1beta2** | when v0.12.0 will be released |
38+
| v0.9.x | **v1beta2** | when v0.11.0 will be released |
39+
| v0.8.x | **v1beta2** | EOL since 2025-02-12 - v0.10.0 release date |
3940
| v0.7.x | **v1beta2** | EOL since 2024-11-22 - v0.9.0 release date |
4041
| v0.6.x | **v1beta2** | EOL since 2024-05-23 - v0.8.0 release date |
4142
| v0.5.x | **v1beta2** | EOL since 2023-12-15 - v0.7.0 release date |

Diff for: metadata.yaml

+3
Original file line numberDiff line numberDiff line change
@@ -32,3 +32,6 @@ releaseSeries:
3232
- major: 0
3333
minor: 10
3434
contract: v1beta1
35+
- major: 0
36+
minor: 11
37+
contract: v1beta1

Diff for: test/e2e/config/ibmcloud-e2e-powervs.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ providers:
3333
- name: ibmcloud
3434
type: InfrastructureProvider
3535
versions:
36-
- name: v0.10.0
36+
- name: v0.11.0
3737
value: "${PWD}/config/default"
3838
files:
3939
- sourcePath: "${PWD}/metadata.yaml"

Diff for: test/e2e/config/ibmcloud-e2e-vpc.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ providers:
3333
- name: ibmcloud
3434
type: InfrastructureProvider
3535
versions:
36-
- name: v0.10.0
36+
- name: v0.11.0
3737
value: "${PWD}/config/default"
3838
files:
3939
- sourcePath: "${PWD}/metadata.yaml"

0 commit comments

Comments
 (0)