v3.2.1 release notes

This commit is contained in:
Jeff Regan
2019-09-25 18:29:38 -07:00
committed by jregan
4 changed files with 49 additions and 120 deletions

View File

@@ -23,6 +23,13 @@ English | [简体中文](zh/README.md)
## Release notes
* 3.2.1 - Patch release of kustomize in its own module. No change in function
from v3.2.0.
* [3.2.0](v3.2.0.md) - TODO(jingfang)
* [3.1.1](v3.1.0.md) - TODO(jingfang)
* [3.1](v3.1.0.md) - Late July 2019. Extended patches and improved resource matching.
* [3.0](v3.0.0.md) - Late June 2019. Plugin developer release.

13
docs/v3.2.1.md Normal file
View File

@@ -0,0 +1,13 @@
# kustomize 3.2.1
This is a patch release, with no new features from 3.2.0.
It reflects a change in dependence.
The kustomize binary is now built as a client, with no special
consideration, of the set of public packages represented by the Go
module at [https://github.com/kubernetes-sigs/kustomize].
kustomize the binary is now a client of the kustomize API
represented by the public package surface presented by
`https://github.com/kubernetes-sigs/kustomize/v{whatever}`