Skip to content

Commit bee30b3

Browse files
committed
Post v0.13.0 release housekeeping
Signed-off-by: Prajyot-Parab <prajyot.parab2@ibm.com>
1 parent 64a173c commit bee30b3

File tree

6 files changed

+9
-5
lines changed

6 files changed

+9
-5
lines changed

.github/workflows/weekly-security-scan.yaml

Lines changed: 1 addition & 1 deletion
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.12, release-0.11 ]
16+
branch: [ main, release-0.13, release-0.12 ]
1717
name: Trivy
1818
runs-on: ubuntu-24.04
1919
steps:

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ This provider's versions are compatible with the following versions of Cluster A
4949
|:----------------------------------------|:---------------:|:--------------:|:--------------:|
5050
| CAPIBM v1alpha4 (v0.1.x) || | |
5151
| CAPIBM v1beta1 (v0.2.x, v0.3.x) | || |
52-
| CAPIBM v1beta2 (v0.[4-12].x, main) | || |
52+
| CAPIBM v1beta2 (v0.[4-13].x, main) | || |
5353

5454

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

docs/book/src/developer/release-support-guidelines.md

Lines changed: 2 additions & 1 deletion
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.13.x | **v1beta2** | when v0.15.0 will be released |
3738
| v0.12.x | **v1beta2** | when v0.14.0 will be released |
38-
| v0.11.x | **v1beta2** | when v0.13.0 will be released |
39+
| v0.11.x | **v1beta2** | EOL since 2025-12-15 - v0.13.0 release date |
3940
| v0.10.x | **v1beta2** | EOL since 2025-09-04 - v0.12.0 release date |
4041
| v0.9.x | **v1beta2** | EOL since 2025-05-13 - v0.11.0 release date |
4142
| v0.8.x | **v1beta2** | EOL since 2025-02-12 - v0.10.0 release date |

metadata.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,3 +42,6 @@ releaseSeries:
4242
- major: 0
4343
minor: 13
4444
contract: v1beta1
45+
- major: 0
46+
minor: 14
47+
contract: v1beta1

test/e2e/config/ibmcloud-e2e-powervs.yaml

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

test/e2e/config/ibmcloud-e2e-vpc.yaml

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

0 commit comments

Comments
 (0)