* 'master' of github.com:kubernetes-sigs/kustomize: (27 commits) Update complexcomposition_test.go doc: add configmap generator key example tweakNamesInTest cleanup on errors in git loader refactor complexcomposition_test in prep for addition Update INSTALL.md Update INSTALL.md Introduce dummy program to help with API releases. fix zh-doc v3.3.0 release notes Move pluginator to kustomize Go API v3.3.0 Three builders. Update README.md update release process doc improve tests for alternative kustomization file names Reduce size of pgmconfig package Break the dep between fs and pgmconfig. Improve fs package and doc in prep to officially go public Update versioning notes. Fix: documentation link for plugins ...
English | 简体中文
Documentation
-
Examples - detailed walkthroughs of various workflows and concepts.
-
Kustomize Fields - explanations of the fields in a kustomization file.
-
Plugins - extending kustomize with custom generators and transformers.
-
Workflows - steps one might take in using bespoke and off-the-shelf configurations.
Release notes
-
kustomize/3.2.2 - kustomize CLI moved to depend on kustomize Go API 3.3.0.
-
API 3.3.0 - First release of the kustomize Go API in a module excluding the
kustomizeCLI. From here on, the CLI and API will release independently. -
kustomize/3.2.1 - Patch release of
kustomizeCLI in its own module, depending on Go API release 3.2.0. -
3.2.0 - TODO(jingfang)
-
3.1.1 - TODO(jingfang)
-
3.1 - Late July 2019. Extended patches and improved resource matching.
-
3.0 - Late June 2019. Plugin developer release.
-
2.1 - 18 June 2019. Plugins, ordered resources, etc.
-
2.0 - Mar 2019. kustomize v2.0.3 is available in kubectl v1.14.
-
1.0 - May 2018. Initial release after development in the kubectl repository.
Policies
-
Versioning - how the code and the kustomization file evolve in time.
-
Eschewed features - why certain features are (currently) not supported in kustomize.
-
Contributing guidelines - please read before sending a PR.