Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1 +1,3 @@
bazel-*

build/tmp
Binary file modified controller-gen/bin/controller-gen.darwin
Binary file not shown.
Binary file modified controller-gen/bin/controller-gen.linux
Binary file not shown.
2 changes: 1 addition & 1 deletion scripts/build-controller-gen.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

set -euo pipefail

VERSION="0.3.0"
VERSION="0.4.1"

ROOT=$(git rev-parse --show-toplevel)
DEST="$ROOT/controller-gen/bin"
Expand Down