Skip to content

Commit

Permalink
Merge pull request #913 from ulucinar/bump-uptest-v0.6.0
Browse files Browse the repository at this point in the history
Bump uptest to v0.6.0
  • Loading branch information
ulucinar authored Oct 9, 2023
2 parents 5d2d4f0 + c3a1a39 commit 84f7deb
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ export SUBPACKAGES := $(SUBPACKAGES)
KIND_VERSION = v0.15.0
UP_VERSION = v0.17.0
UP_CHANNEL = stable
UPTEST_VERSION = v0.5.0
UPTEST_VERSION = v0.6.0

export UP_VERSION := $(UP_VERSION)
export UP_CHANNEL := $(UP_CHANNEL)
Expand Down
2 changes: 2 additions & 0 deletions examples/ec2/vpc.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@ apiVersion: ec2.aws.upbound.io/v1beta1
kind: VPC
metadata:
name: sample-vpc
annotations:
meta.upbound.io/example-id: ec2/v1beta1/vpc
spec:
forProvider:
region: us-west-1
Expand Down

0 comments on commit 84f7deb

Please sign in to comment.