From d720e9ef49ef9e8113976db069f2dcbb15c771e2 Mon Sep 17 00:00:00 2001 From: Jeff Regan Date: Wed, 6 Feb 2019 12:36:48 -0800 Subject: [PATCH] Fix some typos in versioning policy --- docs/version2.0.0.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/version2.0.0.md b/docs/version2.0.0.md index 8d2c9b644..65d10f748 100644 --- a/docs/version2.0.0.md +++ b/docs/version2.0.0.md @@ -1,6 +1,6 @@ # Kustomize 2.0.0 -After security review, a field use in secret generation was removed from the definition of a kustomization file with no mechanism to convert it to a new form. Also, the set of paths one may specify in a kustomization file has been further constrained. +After security review, a field used in secret generation (see below) was removed from the definition of a kustomization file with no mechanism to convert it to a new form. Also, the set of files accessible from a kustomization file has been further constrained. Per the [versioning policy](versioningPolicy.md), backward incompatible changes trigger an increment of the major version number, hence we go from 1.0.11 to 2.0.0. We're taking this major version increment opportunity to remove some already deprecated fields, and the code paths associated with them.