From 0e6c7d8af7e4d3d877d15973f401fa53a632ee16 Mon Sep 17 00:00:00 2001 From: Jeff Regan Date: Mon, 24 Jun 2019 16:15:54 -0700 Subject: [PATCH] Update v3.0.0.md --- docs/v3.0.0.md | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/docs/v3.0.0.md b/docs/v3.0.0.md index 76ed1bd17..18f7b2e91 100644 --- a/docs/v3.0.0.md +++ b/docs/v3.0.0.md @@ -1,12 +1,14 @@ # kustomize 3.0.0 -This release is [v2.1.0](v2.1.0.md), with some -post v2.1.0 bugs fixed and a `v3` in Go package +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. -The `v3` puts plugin developers (both _Go_ plugin +The major version increment to `v3` begins a new API +that puts plugin developers (both _Go_ plugin authors and _exec_ plugin authors who happen to -use Go) on a solid footing. +use Go) on a solid footing through the coming +series of minor releases and patches. ### Go Module implications