Skip to content

Commit

Permalink
Change nextVersion to 0.6.99
Browse files Browse the repository at this point in the history
Signed-off-by: Chris Privitere <23177737+cprivitere@users.noreply.github.com>
  • Loading branch information
cprivitere committed Sep 8, 2022
1 parent 7308bc4 commit b610952
Show file tree
Hide file tree
Showing 4 changed files with 27 additions and 6 deletions.
2 changes: 1 addition & 1 deletion clusterctl-settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "infrastructure-packet",
"config": {
"componentsFile": "infrastructure-components.yaml",
"nextVersion": "v1.1.99"
"nextVersion": "v0.6.99"
}
}

3 changes: 0 additions & 3 deletions metadata.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,6 @@
apiVersion: clusterctl.cluster.x-k8s.io/v1alpha3
kind: Metadata
releaseSeries:
- major: 1
minor: 1
contract: v1beta1
- major: 0
minor: 6
contract: v1beta1
Expand Down
13 changes: 12 additions & 1 deletion test/e2e/config/packet-ci-actions.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -114,6 +114,17 @@ providers:
# Add cluster templates
- sourcePath: "../data/v1alpha3/cluster-template-packet-ccm.yaml"
- sourcePath: "../data/v1alpha3/cluster-template-cpem.yaml"
- name: v0.5.0
value: "${MANIFEST_PATH:=..}/infrastructure-components.yaml"
type: "url"
contract: v1beta1
files:
- sourcePath: "${MANIFEST_PATH:=..}/metadata.yaml"
- sourcePath: "../data/v1beta1/cluster-template.yaml"
- sourcePath: "../data/v1beta1/cluster-template-kcp-scale-in.yaml"
- sourcePath: "../data/v1beta1/cluster-template-node-drain.yaml"
- sourcePath: "../data/v1beta1/cluster-template-md-remediation.yaml"
- sourcePath: "../data/v1beta1/cluster-template-kcp-remediation.yaml"
- name: v0.6.0
value: "${MANIFEST_PATH:=..}/infrastructure-components.yaml"
type: "url"
Expand All @@ -125,7 +136,7 @@ providers:
- sourcePath: "../data/v1beta1/cluster-template-node-drain.yaml"
- sourcePath: "../data/v1beta1/cluster-template-md-remediation.yaml"
- sourcePath: "../data/v1beta1/cluster-template-kcp-remediation.yaml"
- name: v1.1.99 # next; use manifest from source files
- name: v0.6.99 # next; use manifest from source files
value: "${MANIFEST_PATH:=..}/infrastructure-components.yaml"
type: "url"
contract: v1beta1
Expand Down
15 changes: 14 additions & 1 deletion test/e2e/config/packet-ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -114,6 +114,19 @@ providers:
# Add cluster templates
- sourcePath: "../data/v1alpha3/cluster-template-packet-ccm.yaml"
- sourcePath: "../data/v1alpha3/cluster-template-cpem.yaml"
- name: v0.5.0 #latest in the v1beta1 series
value: "../../../config/default"
replacements:
- old: "image: .*/cluster-api-provider-packet:.*"
new: "image: ${REGISTRY:=ghcr.io}/${IMAGE_NAME:=kubernetes-sigs/cluster-api-provider-packet}:${TAG:=e2e}"
contract: v1beta1
files:
- sourcePath: "../../../metadata.yaml"
- sourcePath: "../data/v1beta1/cluster-template.yaml"
- sourcePath: "../data/v1beta1/cluster-template-kcp-scale-in.yaml"
- sourcePath: "../data/v1beta1/cluster-template-node-drain.yaml"
- sourcePath: "../data/v1beta1/cluster-template-md-remediation.yaml"
- sourcePath: "../data/v1beta1/cluster-template-kcp-remediation.yaml"
- name: v0.6.0 #latest in the v1beta1 series
value: "../../../config/default"
replacements:
Expand All @@ -127,7 +140,7 @@ providers:
- sourcePath: "../data/v1beta1/cluster-template-node-drain.yaml"
- sourcePath: "../data/v1beta1/cluster-template-md-remediation.yaml"
- sourcePath: "../data/v1beta1/cluster-template-kcp-remediation.yaml"
- name: v1.1.99 # next; use manifest from source files
- name: v0.6.99 # next; use manifest from source files
value: "../../../config/default"
replacements:
- old: "image: .*/cluster-api-provider-packet:.*"
Expand Down

0 comments on commit b610952

Please sign in to comment.