Skip to content

Commit

Permalink
fix crd version upgrade (#43)
Browse files Browse the repository at this point in the history
  • Loading branch information
jsanda authored May 20, 2021
1 parent dd570f7 commit ad9a45c
Show file tree
Hide file tree
Showing 4 changed files with 3,948 additions and 6,868 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,9 @@ Changelog for medusa-operator. New PRs should update the `master / unreleased` s
* [BUGFIX]
```

## v0.3.1
* [BUGFIX] #42 Fix CRD version upgrade

## v0.3.0
* [CHANGE] #39 Upgrade to cass-operator 1.7.0

Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ ifeq (, $(shell which controller-gen))
CONTROLLER_GEN_TMP_DIR=$$(mktemp -d) ;\
cd $$CONTROLLER_GEN_TMP_DIR ;\
go mod init tmp ;\
go get sigs.k8s.io/controller-tools/cmd/controller-gen@v0.3.0 ;\
go get sigs.k8s.io/controller-tools/cmd/controller-gen@v0.5.0 ;\
rm -rf $$CONTROLLER_GEN_TMP_DIR ;\
}
CONTROLLER_GEN=$(GOBIN)/controller-gen
Expand Down
Loading

0 comments on commit ad9a45c

Please sign in to comment.