Skip to content

Commit

Permalink
Bump uptest to v0.6.0
Browse files Browse the repository at this point in the history
- This activates the resource import and resource update tests.
- For now, we don't specify a default update parameter at the
  provider level, and resource update tests will currently
  need to be enabled with the "uptest.upbound.io/update-parameter"
  annotation in the example manifest on a per-resource basis.

Signed-off-by: Alper Rifat Ulucinar <[email protected]>
  • Loading branch information
ulucinar committed Oct 9, 2023
1 parent 5d2d4f0 commit c3a1a39
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 c3a1a39

Please sign in to comment.