diff --git a/docs/README.md b/docs/README.md index 65d8c17d3..810a6f42f 100644 --- a/docs/README.md +++ b/docs/README.md @@ -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. diff --git a/docs/v3.2.1.md b/docs/v3.2.1.md new file mode 100644 index 000000000..0e1dbe211 --- /dev/null +++ b/docs/v3.2.1.md @@ -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}`