Skip to content

Commit

Permalink
Operator release should update everything (#2117)
Browse files Browse the repository at this point in the history
1) Update Operator, minio and KES versions (run release.sh)
2) Generate controller code
3) Update CRD's
4) Update CRD docs
5) Generate Operator console assets

Signed-off-by: pjuarezd <[email protected]>
  • Loading branch information
pjuarezd authored May 12, 2024
1 parent 5aebf8f commit 26419ed
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
5 changes: 4 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -88,9 +88,12 @@ helm-reindex:
@echo "Re-indexing helm chart release"
@./helm-reindex.sh

release: assets
update-versions:
@./release.sh

release: update-versions generate-code regen-crd regen-crd-docs assets
@git add .

apply-gofmt:
@echo "Applying gofmt to all generated an existing files"
@GO111MODULE=on gofmt -w .
Expand Down
2 changes: 0 additions & 2 deletions release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -69,5 +69,3 @@ sed -i -e "s~operator.min.io/version: .*~operator.min.io/version: v${RELEASE}~g"

echo "clean -e files"
rm -vf $(git ls-files --others | grep -e "-e$" | awk '{print $1}')
git add .

0 comments on commit 26419ed

Please sign in to comment.