Releases: kubernetes-sigs/apiserver-builder-alpha
Releases · kubernetes-sigs/apiserver-builder-alpha
v1.12.alpha.2
Couples of fixes:
- Forces
GOROOT
env var when executingopenapi-gen
- Support alias definition on primitive types
v1.12.alpha.1
rename project to apiserver-builder-alpha
major changes:
- switch logging library to klog
- fixes several issues for subresource
- install kubernetes code-generators when running
make install
v1.12.alpha.0
basing on kubernetes/kubernetes v1.12.3, addressing a few feedbacks
v1.9-alpha.4
Support kubebuilder:
prefixed tags
v1.9-alpha.3
Merge pull request #232 from maisem/strategy Fix issue with the strategy tag not being respected.
v1.9-alpha.2
Change Godep.toml branch => version
v1.8-alpha.27.1
Backport field selectors to 1.8 apimachinery codebase
v0.1-alpha.28
Note: Breaking changes in some cases due to rebasing onto 1.9 codebase and it breaking backward compatibility
- Rebase on 1.9 apimachinery codebase
- Switch to
dep
tool for dependency management - Drop support for
glide
and fetch live dependencies - only from tar is supported now through the tool - Fix issue with supporting field selectors and add example to Poseidon
v0.1-alpha.27
Fix issue when making fields that are pointers to types defined in other packages
v0.1-alpha.26
Fix issue when using types in a versioned struct that are defined in another package.
This should allow folks to define and use constants by putting them in a common package.
See this PR for an example: #208