Files
kustomize/docs
Rui Chen 0551338958 Merge branch 'master' of github.com:kubernetes-sigs/kustomize into go-1.13
* '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
  ...
2019-10-11 11:18:20 -04:00
..
2019-09-29 16:34:18 -04:00
2019-06-27 17:40:34 -07:00
2019-09-19 11:34:01 +09:00
2019-10-09 11:16:19 -07:00
2019-06-19 15:09:31 +08:00
2019-10-07 17:34:21 -07:00
2019-06-21 12:29:31 +12:00
2019-06-18 15:24:10 -07:00
2019-06-18 15:24:10 -07:00
2019-06-24 15:19:49 -07:00
2019-07-03 12:40:30 -07:00
2019-07-25 00:12:51 +00:00
2019-09-05 13:42:43 -07:00
2019-09-25 19:48:37 -07:00
2019-10-07 17:34:21 -07:00
2019-09-30 18:41:09 -07:00

English | 简体中文

Documentation

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 kustomize CLI. From here on, the CLI and API will release independently.

  • kustomize/3.2.1 - Patch release of kustomize CLI 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