Skip to content

Commit d9e5203

Browse files
feat: Prep for v0.6.0 release (#204)
Signed-off-by: Homayoon (Hue) Alimohammadi <[email protected]>
1 parent fccde40 commit d9e5203

File tree

4 files changed

+9
-6
lines changed

4 files changed

+9
-6
lines changed

metadata.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,3 +16,6 @@ releaseSeries:
1616
- major: 0
1717
minor: 5
1818
contract: v1beta1
19+
- major: 0
20+
minor: 6
21+
contract: v1beta1

test/e2e/config/ck8s-aws.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ providers:
6161
# ${ProjectRoot}/metadata.yaml to init the management cluster
6262
# this version should be updated when ${ProjectRoot}/metadata.yaml
6363
# is modified
64-
- name: v0.5.99 # next; use manifest from source files
64+
- name: v0.6.99 # next; use manifest from source files
6565
value: "../../../bootstrap/config/default"
6666
replacements:
6767
- old: "ghcr.io/canonical/cluster-api-k8s/bootstrap-controller:latest"
@@ -71,7 +71,7 @@ providers:
7171
- name: ck8s
7272
type: ControlPlaneProvider
7373
versions:
74-
- name: v0.5.99 # next; use manifest from source files
74+
- name: v0.6.99 # next; use manifest from source files
7575
value: "../../../controlplane/config/default"
7676
replacements:
7777
- old: "ghcr.io/canonical/cluster-api-k8s/controlplane-controller:latest"

test/e2e/config/ck8s-docker.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ providers:
6464
# ${ProjectRoot}/metadata.yaml to init the management cluster
6565
# this version should be updated when ${ProjectRoot}/metadata.yaml
6666
# is modified
67-
- name: v0.5.99 # next; use manifest from source files
67+
- name: v0.6.99 # next; use manifest from source files
6868
value: "../../../bootstrap/config/default"
6969
replacements:
7070
- old: "ghcr.io/canonical/cluster-api-k8s/bootstrap-controller:latest"
@@ -75,7 +75,7 @@ providers:
7575
- name: ck8s
7676
type: ControlPlaneProvider
7777
versions:
78-
- name: v0.5.99 # next; use manifest from source files
78+
- name: v0.6.99 # next; use manifest from source files
7979
value: "../../../controlplane/config/default"
8080
replacements:
8181
- old: "ghcr.io/canonical/cluster-api-k8s/controlplane-controller:latest"

test/e2e/config/ck8s-incus.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ providers:
4949
# ${ProjectRoot}/metadata.yaml to init the management cluster
5050
# this version should be updated when ${ProjectRoot}/metadata.yaml
5151
# is modified
52-
- name: v0.5.99 # next; use manifest from source files
52+
- name: v0.6.99 # next; use manifest from source files
5353
value: "../../../bootstrap/config/default"
5454
replacements:
5555
- old: "ghcr.io/canonical/cluster-api-k8s/bootstrap-controller:latest"
@@ -60,7 +60,7 @@ providers:
6060
- name: ck8s
6161
type: ControlPlaneProvider
6262
versions:
63-
- name: v0.5.99 # next; use manifest from source files
63+
- name: v0.6.99 # next; use manifest from source files
6464
value: "../../../controlplane/config/default"
6565
replacements:
6666
- old: "ghcr.io/canonical/cluster-api-k8s/controlplane-controller:latest"

0 commit comments

Comments
 (0)