Posts in 2019
-
v3.3.0
Thursday, October 24, 2019 in Releases
Summary of changes First release of the Go API-only module Many of the PRs since the last vrelease were around restructuring the sigs.k8s.io/kustomize repository into three Go modules instead of just one. The reasons for this are detailed in the …
-
v3.2.0
Tuesday, September 17, 2019 in Releases
Inline Patch Since this version, Kustomize allows inline patches in all three of patchesStrategicMerge, patchesJson6902 and patches. Take a look at inline patch. New Subcommand Since this version, one can create a kustomization.yaml file in a …
-
v3.0.0
Wednesday, July 03, 2019 in Releases
This release is basically v2.1.0, with many post-v2.1.0 bugs fixed (in about 150 commits) and a v3 in Go package paths. The major version increment to v3 puts a new floor on a stable API for plugin developers (both Go plugin developers and exec …
-
v2.0.0
Tuesday, February 05, 2019 in Releases
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 …