Skip to content

Commit

Permalink
Merge pull request operator-framework#662 from ecordell/rm-rh-ops
Browse files Browse the repository at this point in the history
Cut 0.8.1
  • Loading branch information
ecordell authored Jan 12, 2019
2 parents 62440b2 + 53b69ba commit 41efd32
Show file tree
Hide file tree
Showing 207 changed files with 8,808 additions and 28,284 deletions.
3 changes: 1 addition & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@ unit:
go test $(MOD_FLAGS) -v -race -tags=json1 -count=1 ./pkg/...

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

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

verify-catalog: schema-check
verify-catalog:

generate-mock-client:
$(MOCKGEN)
Expand Down
2 changes: 1 addition & 1 deletion OLM_VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.8.0
0.8.1
31 changes: 0 additions & 31 deletions cmd/validator/main.go

This file was deleted.

7 changes: 0 additions & 7 deletions cmd/validator/main_test.go

This file was deleted.

Loading

0 comments on commit 41efd32

Please sign in to comment.