File tree Expand file tree Collapse file tree 2 files changed +14
-0
lines changed Expand file tree Collapse file tree 2 files changed +14
-0
lines changed Original file line number Diff line number Diff line change 55- (Feature) Add Current ArangoDeployment Inspector
66- (Refactor) Anonymous inspector functions
77- (Feature) Recursive OwnerReference discovery
8+ - (Maintenance) Add check make targets
89
910## [ 1.2.11] ( https://github.com/arangodb/kube-arangodb/tree/1.2.11 ) (2022-04-30)
1011- (Bugfix) Orphan PVC are not removed
Original file line number Diff line number Diff line change @@ -510,3 +510,16 @@ synchronize-v2alpha1-with-v1:
510510 @make update-generated
511511 @make set-deployment-api-version-v2alpha1 bin
512512 @make set-deployment-api-version-v1 bin
513+
514+ .PHONY : check-all check-enterprise check-community _check
515+
516+ check-all : check-community check-enterprise
517+
518+ check-enterprise :
519+ @$(MAKE ) _check RELEASE_MODE=enterprise
520+
521+ check-community :
522+ @$(MAKE ) _check RELEASE_MODE=community
523+
524+ _check :
525+ @$(MAKE ) fmt license-verify linter run-unit-tests bin
You can’t perform that action at this time.
0 commit comments