Skip to content

Commit dfcd93b

Browse files
committed
cut 0.8.1
removes built-in catalogs (except for olm internal)
1 parent 9401699 commit dfcd93b

File tree

207 files changed

+8808
-28284
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

207 files changed

+8808
-28284
lines changed

Makefile

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,6 @@ unit:
2626
go test $(MOD_FLAGS) -v -race -tags=json1 -count=1 ./pkg/...
2727

2828
schema-check:
29-
go run $(MOD_FLAGS) ./cmd/validator/main.go ./deploy/chart/catalog_resources
3029

3130
cover.out: schema-check
3231
go test $(MOD_FLAGS) -v -race -tags=json1 -coverprofile=cover.out -covermode=atomic \
@@ -160,7 +159,7 @@ container-mockgen:
160159
verify-codegen: codegen
161160
git diff --exit-code
162161

163-
verify-catalog: schema-check
162+
verify-catalog:
164163

165164
generate-mock-client:
166165
$(MOCKGEN)

OLM_VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.8.0
1+
0.8.1

cmd/validator/main.go

Lines changed: 0 additions & 31 deletions
This file was deleted.

cmd/validator/main_test.go

Lines changed: 0 additions & 7 deletions
This file was deleted.

0 commit comments

Comments
 (0)