Skip to content

Commit f020b0b

Browse files
update mdbook
1 parent d5c3b61 commit f020b0b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/book/install-and-build.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -60,14 +60,14 @@ esac
6060

6161
# grab mdbook
6262
# we hardcode linux/amd64 since rust uses a different naming scheme and it's a pain to tran
63-
echo "downloading mdBook-v0.4.2-${arch}-${target}.${ext}"
63+
echo "downloading mdBook-v0.4.21-${arch}-${target}.${ext}"
6464
set -x
6565
curl -sL -o /tmp/mdbook.${ext} https://github.com/rust-lang-nursery/mdBook/releases/download/v0.4.2/mdBook-v0.4.2-${arch}-${target}.${ext}
6666
${cmd} /tmp/mdbook.${ext}
6767
chmod +x /tmp/mdbook
6868

6969
echo "grabbing the latest released controller-gen"
70-
go install sigs.k8s.io/controller-tools/cmd/controller-gen@v0.8.0
70+
go install sigs.k8s.io/controller-tools/cmd/controller-gen@v0.10.0
7171

7272
# make sure we add the go bin directory to our path
7373
gobin=$(go env GOBIN)

0 commit comments

Comments
 (0)