Skip to content

Commit

Permalink
Bump uptest to v0.11.0
Browse files Browse the repository at this point in the history
- Disable the import test for examples/s3/v1beta1/object.yaml
  Please see: #978

Signed-off-by: Alper Rifat Ulucinar <[email protected]>
Signed-off-by: Matt Bush <[email protected]>
  • Loading branch information
ulucinar authored and mbbush committed Feb 15, 2024
1 parent 0e522a5 commit 257d113
Show file tree
Hide file tree
Showing 2 changed files with 2 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.20.0
UP_CHANNEL = stable
UPTEST_VERSION = v0.8.0
UPTEST_VERSION = v0.11.0

export UP_VERSION := $(UP_VERSION)
export UP_CHANNEL := $(UP_CHANNEL)
Expand Down
1 change: 1 addition & 0 deletions examples/s3/object.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ kind: Object
metadata:
annotations:
meta.upbound.io/example-id: s3/v1beta1/object
uptest.upbound.io/disable-import: "true"
labels:
testing.upbound.io/example-name: object
name: example-object
Expand Down

0 comments on commit 257d113

Please sign in to comment.