From 6b597f8711ea1f9591450cc36da6e3488eb3a634 Mon Sep 17 00:00:00 2001 From: Jeffrey Regan Date: Wed, 3 Jul 2019 12:40:30 -0700 Subject: [PATCH] Update v3 notes --- docs/v3.0.0.md | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) diff --git a/docs/v3.0.0.md b/docs/v3.0.0.md index 68c74f80a..76834b361 100644 --- a/docs/v3.0.0.md +++ b/docs/v3.0.0.md @@ -1,18 +1,15 @@ # kustomize 3.0.0 This release is basically [v2.1.0](v2.1.0.md), -with some post-v2.1.0 bugs fixed and a `v3` in Go -package paths. +with many post-v2.1.0 bugs fixed (in about 150 +commits) and a `v3` in Go package paths. [plugin]: https://github.com/kubernetes-sigs/kustomize/tree/master/docs/plugins The major version increment to `v3` puts a new floor on a stable API for [plugin] developers (both _Go_ plugin developers and _exec_ plugin -developers who happen to use Go), to carry them -through the coming series of minor releases and -patches. - +developers who happen to use Go). ### Why so soon after v2.1.0?