Skip to content

v2.0.0-beta.0

Pre-release
Pre-release
Compare
Choose a tag to compare
@mengqiy mengqiy released this 19 Jul 19:01
· 3924 commits to master since this release
b12371c

Changelog

6aea2c7 📖 add webhook documents
54e782a 📖 added CRD generation reference for v2 docs
85d1343 📖 docs for using finalizers
583c1c0 📖 fix broken pieces in our book
dcb5e8b 📖 fix root help text
6456c91 📖 fix typos
1214703 📖 replace some todo links to the documentation
3deb70f 📖 update project deploy config
aa6442f 📖 update quickstart to use 2.0.0-alpha.4 release
a9f290d 🐛 enabled resource marker to fix scope handling
a802720 🐛 fix a bug in create webhook command
8580775 🐛 grant manager permissions to create events
54d1d1c 🏃 add e2e tests for v2
92e4e7a 🏃 drop API tests scaffolding in 'create api'
c92f36e 🏃 remove git-lfs usage
bc674b3 🏃 updated controller-tools to 0.2.0-beta.4 release
877319f 🏃 use a released version of kustomize
ec4fa49 🏃 use vendor tarball from GCS bucket
f0a987e ✨ dynamically register commands based on PROJECT version.
327fc52 ✨ kustomize restricts about the scope of var definition
1afe5ad ✨ scaffold the webhook builder
1054163 ✨ scheme should have all builtin types registered by default
148510f Add existing k8s types to new scheme
f15273f Added information about how to make kustomize executable
f53caa1 Added the missing link for controller reference
bf99d26 Comment fix
2bc79cd Don't use packages.Load's underscore paths
3a14938 Fix a few typos in the kubebuilder book
859c14e Fix broken dir listing by using github URLs
21265ea Fix link to the --domain setting
4efaf0f Fix typo in quick-start.md
0a1357f Fix up most of the TODO.md links
324afcf Rename Gopkg.toml to go.mod in help usage
4954cc6 Resolve some of the links in basic-project
c913df2 Update cronjob-tutorial.md
d4e2054 controller-gen doc: enum values are separated with semicolon, not comma
056e403 fix enable-leader-election overriden by patch.
047077a fix minor typos
dbed15f fix the example validation for minimum length of string type
36c2828 fix typo
648d42b fix: Replace deprecated module inflect
3b5dff5 fix: additonal->additional
087ad86 fix: golangci-lint passes against a new project
ded3363 remove gopath for accessing binaries.