Skip to content

Commit 40cb107

Browse files
Post v0.11.0 release housekeeping (#2357)
Signed-off-by: Prajyot-Parab <[email protected]>
1 parent f2980da commit 40cb107

File tree

6 files changed

+11
-7
lines changed

6 files changed

+11
-7
lines changed

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,19 +13,19 @@ jobs:
1313
strategy:
1414
fail-fast: false
1515
matrix:
16-
branch: [ main, release-0.10, release-0.9 ]
16+
branch: [ main, release-0.11, release-0.10 ]
1717
name: Trivy
1818
runs-on: ubuntu-24.04
1919
steps:
2020
- name: Check out code
21-
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # tag=v4.1.7
21+
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # tag=v4.2.2
2222
with:
2323
ref: ${{ matrix.branch }}
2424
- name: Calculate go version
2525
id: vars
2626
run: echo "go_version=$(make go-version)" >> $GITHUB_OUTPUT
2727
- name: Set up Go
28-
uses: actions/setup-go@0a12ed9d6a96ab950c8f026ed9f722fe0da7ef32 # tag=v5.0.2
28+
uses: actions/setup-go@d35c59abb061a4a6fb18e82ac0862c26744d6ab5 # tag=v5.5.0
2929
with:
3030
go-version: ${{ steps.vars.outputs.go_version }}
3131
- name: Run verify security target

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-10].x, main) | ||
52+
| CAPIBM v1beta2 (v0.[4-11].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.11.x | **v1beta2** | when v0.13.0 will be released |
3738
| 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.9.x | **v1beta2** | EOL since 2025-05-13 - v0.11.0 release date |
3940
| v0.8.x | **v1beta2** | EOL since 2025-02-12 - v0.10.0 release date |
4041
| v0.7.x | **v1beta2** | EOL since 2024-11-22 - v0.9.0 release date |
4142
| v0.6.x | **v1beta2** | EOL since 2024-05-23 - v0.8.0 release date |

metadata.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,3 +35,6 @@ releaseSeries:
3535
- major: 0
3636
minor: 11
3737
contract: v1beta1
38+
- major: 0
39+
minor: 12
40+
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.11.0
36+
- name: v0.12.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.11.0
36+
- name: v0.12.0
3737
value: "${PWD}/config/default"
3838
files:
3939
- sourcePath: "${PWD}/metadata.yaml"

0 commit comments

Comments
 (0)