Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

🏃 Update-metadata-for-060-release #413

Merged
Merged
Show file tree
Hide file tree
Changes from 3 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ If you do not change the generated `yaml` files, it will use defaults. You can l

* `CLUSTER_NAME` (defaults to `my-cluster`)
* `CONTROL_PLANE_MACHINE_COUNT` (defaults to `1`)
* `KUBE_VIP_VERSION` (defaults to `v0.4.2`)
* `KUBE_VIP_VERSION` (defaults to `v0.5.0`)
* `NODE_OS` (defaults to `ubuntu_18_04`)
* `POD_CIDR` (defaults to `192.168.0.0/16`)
* `SERVICE_CIDR` (defaults to `172.26.0.0/16`)
Expand Down
3 changes: 3 additions & 0 deletions metadata.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,9 @@ releaseSeries:
- major: 1
minor: 1
contract: v1beta1
- major: 0
minor: 6
contract: v1beta1
cprivitere marked this conversation as resolved.
Show resolved Hide resolved
- major: 0
minor: 5
contract: v1beta1
Expand Down
2 changes: 1 addition & 1 deletion test/e2e/config/packet-ci-actions.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ providers:
# Add cluster templates
- sourcePath: "../data/v1alpha3/cluster-template-packet-ccm.yaml"
- sourcePath: "../data/v1alpha3/cluster-template-cpem.yaml"
- name: v0.5.0
- name: v0.6.0
cprivitere marked this conversation as resolved.
Show resolved Hide resolved
value: "${MANIFEST_PATH:=..}/infrastructure-components.yaml"
type: "url"
contract: v1beta1
cprivitere marked this conversation as resolved.
Show resolved Hide resolved
Expand Down
2 changes: 1 addition & 1 deletion test/e2e/config/packet-ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ 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
- name: v0.6.0 #latest in the v1beta1 series
cprivitere marked this conversation as resolved.
Show resolved Hide resolved
value: "../../../config/default"
replacements:
- old: "image: .*/cluster-api-provider-packet:.*"
cprivitere marked this conversation as resolved.
Show resolved Hide resolved
Expand Down