Skip to content

Commit

Permalink
chore(release): bump tags for 0.8.0 release
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 Jan 8, 2024
1 parent 9df4fac commit 20326a2
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 4 deletions.
3 changes: 3 additions & 0 deletions metadata.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,9 @@
apiVersion: clusterctl.cluster.x-k8s.io/v1alpha3
kind: Metadata
releaseSeries:
- major: 0
minor: 8
contract: v1beta1
- major: 0
minor: 7
contract: v1beta1
Expand Down
4 changes: 2 additions & 2 deletions test/e2e/config/packet-ci-actions.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ providers:
- name: packet
type: InfrastructureProvider
versions:
- name: v0.7.2
- name: v0.8.0
value: "${MANIFEST_PATH:=..}/infrastructure-components.yaml"
type: "url"
contract: v1beta1
Expand All @@ -63,7 +63,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: v0.7.99 # next; use manifest from source files
- name: v0.8.99 # next; use manifest from source files
value: "${MANIFEST_PATH:=..}/infrastructure-components.yaml"
type: "url"
contract: v1beta1
Expand Down
4 changes: 2 additions & 2 deletions test/e2e/config/packet-ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ providers:
- name: packet
type: InfrastructureProvider
versions:
- name: v0.7.2 #latest in the v1beta1 series
- name: v0.8.0 #latest in the v1beta1 series
value: "../../../config/default"
replacements:
- old: "image: .*/cluster-api-provider-packet:.*"
Expand All @@ -65,7 +65,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: v0.7.99 # next; use manifest from source files
- name: v0.8.99 # next; use manifest from source files
value: "../../../config/default"
replacements:
- old: "image: .*/cluster-api-provider-packet:.*"
Expand Down

0 comments on commit 20326a2

Please sign in to comment.