diff --git a/Makefile b/Makefile index 74e72f55f9..ac984b1024 100644 --- a/Makefile +++ b/Makefile @@ -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) diff --git a/examples/ec2/vpc.yaml b/examples/ec2/vpc.yaml index d073521a61..12b8232a6d 100644 --- a/examples/ec2/vpc.yaml +++ b/examples/ec2/vpc.yaml @@ -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