Releases: kubernetes-sigs/kubebuilder
v2.2.0
Kubecon 2019 Edition
Changelog
8076235 π Design for CRD version conversion
b2376f6 β¨ bump CR to v0.4.0 and CT to v0.2.4
a3f3553 Cleanup scaffolded imports
958f5ed Command cleanup
a024127 Delegate resource validation to itself
9ceebf0 Deprecate v1 projects
842d71e Deprecated use removal from the book
44b6b2a Do not use capital letter at the start nor puntuation signs at the end of error strings
cdc066f Document lack of controller manager in integration tests
7623c75 Don't rewrite potentially shared values
f4c81fe Extract Resource from v1 specific package
3701163 Fix position of envtest reference in book ToC
edcb053 Fix syntax highlighting & append in envtest ref
367d3f6 Handle creation of duplicate API resources
7b632b2 Mark other templates as const also
dcd5eb2 Remove duplicate code
4d63aef Rename v1/resource dir to v1/crd
07c0904 Update resource.go
ad021c9 Update resource_test.go
23aeb52 Update resource_test.go
a94e0c8 Use blank identifiers for unused funtion/method paramenters.
d6616b6 add Schema Reconciler attr in the tutorial, design ddoc and plugins scaffold
26adffc add camilamacedo86 as reviewer
2a98119 add required flags validation for create api command
563c037 add validation for the name of the project in the init
c69268a adding sigs.k8s.io/yaml parser instead of yaml.v2
bb4132d addoms/controller: fixup import paths
03a457e chore: add make uninstall target
083b3ae chore: add vscode to gitignore
1a954bd chore: go mod updates
3b3bb21 chore: update testdata
66cdfec code formating
8f1f81f doc(CONTRIBUTING.md) : improvements and add tests info
081a114 feat(rbac) : add editor and viewer role for crds
fe52a52 fix(ci) : update go version in docker images
75606ae fix: tidy up modules
c7c98f8 plugins/addon: perform replacements for type and controller
f8b626c refac(ci/scripts): centralize code and remove duplications
74c71d2 solve issue with groups with . as example.com
45bb01f updated quick-start to use 2.1.0 release
2a8ba1b upgrade project and test to use go 1.13
v2.1.0
Changelog
3f5480f π updated quick-start to use 2.0.1 release
f199c8e π added demo script
daca585 π bump up k8s tools to 1.15.5
da02981 π bumped up CR to 0.3.0 and CT to 0.2.2 version
7467920 π enable running tests in prow
8e1b8d7 π improve v2 e2e tests logging
122a922 π more robust golden test
dc46aa0 π update the demo movie to 2.0.1 release
572de55 β¨ bump kube-rbac-proxy to v0.4.1
74acfe6 Add custom prometheus metrics documentation
c4294c6 Add e2e tests for support to Prometheus by Operator
937688e Add support to Prometheus by Operator
47a77a9 DESIGN: Fix a few typos
729e307 Document envtest options
9f4e030 Document marker syntax for maps
595a372 Fix typo in .github/PULL_REQUEST_TEMPLATE.md
557136d Fixed printer column examples in the generating-crd reference doc
2af6849 Fixup PR/issue templates
dd8204a Formal Contributor Roles
b2fa751 Remove incorrect link text and GitBook reference
61362ec Replace GitBook instructions with mdBook instructions
fd29f1e Replace group name regex validation for isDNS1123Subdomain from k8s.io/apimachinery/pkg/util/validation
fc17c9f Update certmanager 0.11 group and version change
215b5a5 Updated docs
d40b12f Use zap.New instead of zap.Logger in ctrl.SetLogger
8c64e50 add new unit test to ensure that groups as my-example will be allowed
c952c6c add schema for CRD controllers
a986054 doc(quick) : small improvements in order to improve the experience of new users
661f50b doc(quick-start) : improvements
cf22feb feat(makefile improvements): add help, desc of targets and their prerequirements steps
9e767ee feat(upgrade kind dep/module): from 'sigs.k8s.io/[email protected]' to 'sigs.k8s.io/[email protected]'
a07f5ac fix add missing import in the controller
f3f297c fix ci by spliting the tests for version
498abad fix contribution steps
bd6a18d fix quick start links
29cefed fix webhook by adding validation in its resources
1ef5f94 fix webhook by adding validation in its resources
1794891 fix(ci): By using fix version of dep which is compatible with go 1.12
fa6cbfb fix(makefile) : upgrade ontroller-gen from 0.2.1 to 0.2.2 in the target generate-setup
f8ebaed fix: Error in the scaffold files when the group name has
0a3c076 fix: remove tmp/vendor.v1.tgz to ensure that it will work always
e5de24e improve pr templates
d1250f8 scaffold: Fix scaffoldig typo
ef5c0ba scaffold: Remove trailing whitespace in generated Dockerfile
d1565e7 update testdata with schema in the controller
bec8316 update testdata with support to Prometheus Operator resources
v2.0.1
Changelog
03cedbb π update the installation instructions to use 2.0.0 release
e6e1b99 π bumped up controller-runtime/tools version
8d73b15 π parameterize controller-runtime/tools version
b44e697 π use kustomize v3.1.0 for testing
992ecdf Add KB/SDK integration design document
4b7529b Add int64 to numbers section in api-design doc
f9e2ae1 Add some very rudimentary testing tips
78de0ea Allow group names with dash
7842bde Fix link of v1-project
722b905 Plugin model; --pattern=addon flag that generates an addon operator
7af89cb Setup user on docker image to run it as no root by using gcr.io/distroless/static:nonroot and the targetPort 9843 for webhoocks
b025968 Ship arm64 and ppc64le binaries
d2a10ec Update CronJob tutorial
42f35fc Update Quick Start guide
79db6e9 Update generating-crd.md
670f1bf clarify usage text on init --repo flag
de899bd getting starte to contribute with. Add makefile commands and improve CONTRIBUTING.MD
d4e274b redirect link updates
f8b5f28 remove _ because 2 return value range's first return value is index
be61609 test binary and container image redirects and docs
v2.0.0
Changelog
bfe53a5 π updated instructions to install 2.0.0-rc.0 release
10718c6 π update controller-{runtime, tools} to v0.2.0
7262641 Fixed a minor issue in the directory structure shown in examples of kubebuilder create api --help command
5631729 Switch to use rc.0 in the cronjob tutorial
7c78573 allow running cronjob tutorial w/o webhoooks
9e2c893 ginkgo: Print the name of the golden file we are matching
v2.0.0-rc.0
Changelog
5c79a48 π Fix cronjob tutorial to delete and get next schedule correctly
2a88104 π add ValidateDelete in the book
d4b08e3 π add a note for bootstrapping webhooks for pods
30717ac π add the missing scheme back
fa9ab4e π migration guide
65162ac π move away from the deprecated patches field
959815d π multiple version tutorial
f10c8e0 π project before migration
1742cb3 π update kubebuilder and kustomize version
13f50c3 π help/version command fails when default repo is not initialized
4b56820 π bumped up controller-runtime/tools to 0.2.0-rc.0
253e6d4 π remove install script test
394decc β¨ replace patches with patchesStrategicMerge
ef48443 β¨ scaffold ValidateDelete for validating webhook
5b7bcab β¨ use kustomize to apply CRDs
efb4541 Add controller-gen CLI options to book
d604f5a Add custom CSS for marker docs
59cb973 Add links to each literate code file in book
19929ec Add links to tutorial source to book
b8d5089 Add manual multi-group instructions to the book
3f24ddf Add markers docs pages
5a5d859 Adding the GO111MODULE environment variable
bcbc96d Basic Project docs: Add blank lines before code blocks to fix formatting
10145f5 Book typo fixes
6bb1680 Change makefile in v2 scaffolding to use ./...
e24520f Clean up last few TODO links
be13268 Download controller-gen when building book
8851c82 Ensure litgo is gofmt-friendly
bd3baa9 Fix multiversion tutorial
38200ab Fix newlines around code in litgo
8b95d51 Generate docs with controller-gen v0.2.0-beta.5
b1893ed Hide the copy buttons on code snippets in book
374733c Make book collapsed code a bit less intrusive
1d2b7fa Make the code expandos a bit more pretty
24a973e Makefile: Create manifests with 'run' target
b662aea Modified Makefile for the Kustomization IMG Flag changes
3c44f60 Rename "User Guides" to "Migrations" in Book
eb8cd5a Split up multiversion tutorial, use CronJob
b56318b Style warning note in book
7a8ee61 Update CRD Generation Reference Docs
0a0571c fix typo 'reconsitute' => 'reconstitute'
8defb79 fixed some typos in the book
e6efaa1 introduce markdocs plugin
74ea6c7 move litgo into own directory & refactor
3af6929 scaffold: update code examples to be valid
94d3fd1 typos: minor spelling corrections in design docs
73e446b π Fix subresource:status typo in gitbook
v2.0.0-beta.0
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.
v2.0.0-alpha.4
v2.0.0-alpha.3
Changelog
78d62b9 π Fix typos and improve grammar
d08fadf π quick start guide updated to use 2.0.0-alpha.2
8c29f4a π added multigroup check while creating resource
71237a9 π fix a plural name bug
ca5af80 :bugfix: fix missing add-to-scheme calls on new API version
2413690 π enable travis e2e tests
13df0d6 π remove Dep manifests from KB repo
c62a4c5 π use latest beta releases of cr/ct
a80870c β¨ cleanup stale label in v2 scaffolding
09f13b4 β¨ use Deployment for v2 scaffolding
021db9f Doc Clarification: Using an External Type
a3be830 Fix controller chapter indentation
fde6536 Fix typo in book
7924e6b wrong terminology format
v2.0.0-alpha.2
Changelog
c6aae5a π quick start update to install 2.0.0-alpha.1
f62636b :bugfix: avoid duplicate import/add-to-scheme code snippets
a205045 :bugfix: fixed path-to-crd-dir in controller test suite
1d3c489 Add version dependent questions for apis
5a57e96 README: Update broken book links
d438180 Update controller file path
b39c966 Update cronjob_controller.go
0d4339b chore: user real example, and fix yaml in markdown
55dc1af reflect v2 directory structure in cmd questions.
30141df remove paths for yes/no questions in api cmd
a28e6c1 scaffold/v2/group: fix comment capitalization for golint
v2.0.0-alpha.1
Changelog
9bbc621 π delete unused test files (commited by mistake)
865787d π updated ct/ct version to 0.2.0-beta.1
880d52b π updated install instructions to use 2.0.0-alpha.0
0038e5f Fix kustomize go link in quickstart
6fca9a1 Go links for kustomize and snapshot builds
bef32d2 Mention master snapshot releases
f732557 Update book with kustomize go link