Skip to content

Releases: kubernetes-sigs/apiserver-builder-alpha

v1.12.alpha.2

13 Mar 03:02
Compare
Choose a tag to compare

Couples of fixes:

  • Forces GOROOT env var when executing openapi-gen
  • Support alias definition on primitive types

v1.12.alpha.1

05 Mar 14:03
Compare
Choose a tag to compare

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

19 Dec 03:26
09ac1e0
Compare
Choose a tag to compare

basing on kubernetes/kubernetes v1.12.3, addressing a few feedbacks

v1.9-alpha.4

06 May 16:15
14201e8
Compare
Choose a tag to compare

Support kubebuilder: prefixed tags

v1.9-alpha.3

29 Mar 01:15
e809ac2
Compare
Choose a tag to compare
v1.9-alpha.3 Pre-release
Pre-release
Merge pull request #232 from maisem/strategy

Fix issue with the strategy tag not being respected.

v1.9-alpha.2

30 Jan 20:14
Compare
Choose a tag to compare
v1.9-alpha.2 Pre-release
Pre-release
Change Godep.toml branch => version

v1.8-alpha.27.1

22 Jan 16:09
Compare
Choose a tag to compare
v1.8-alpha.27.1 Pre-release
Pre-release

Backport field selectors to 1.8 apimachinery codebase

v0.1-alpha.28

22 Jan 07:20
904f194
Compare
Choose a tag to compare
v0.1-alpha.28 Pre-release
Pre-release

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

19 Jan 01:58
f37880b
Compare
Choose a tag to compare
v0.1-alpha.27 Pre-release
Pre-release

Fix issue when making fields that are pointers to types defined in other packages

v0.1-alpha.26

18 Jan 19:31
369902e
Compare
Choose a tag to compare
v0.1-alpha.26 Pre-release
Pre-release

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