RSS

Posts in 2019

  • v3.3.0

    Thursday, October 24, 2019 in Kustomize 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 …

    Read more

  • v3.2.1

    Thursday, September 26, 2019 in Kustomize Releases

    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 …

    Read more

  • v3.2.0

    Tuesday, September 17, 2019 in Kustomize 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 …

    Read more

  • v3.1.0

    Friday, July 26, 2019 in Kustomize Releases

    Extended patches Since this version, Kustomize allows applying one patch to multiple resources. This works for both Strategic Merge Patch and JSON Patch. Take a look at patch multiple objects. Improved Resource Matching Multiple improvements have …

    Read more

  • v3.0.0

    Wednesday, July 03, 2019 in Kustomize 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 …

    Read more

  • v2.1.0

    Tuesday, June 18, 2019 in Kustomize Releases

    Go modules, resource ordering respected, generator and transformer plugins, eased loading restrictions, the notion of inventory, eased replica count modification. About ~90 issues closed since v2.0.3 in ~400 commits. Download here. Go modules …

    Read more

  • v2.0.0

    Tuesday, February 05, 2019 in Kustomize 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 …

    Read more

Posts in 2018

  • v1.0.1

    Monday, May 21, 2018 in Kustomize Releases

    Initial release after move from github.com/kubernetes/kubectl to github.com/kubernetes-sigs/kustomize. History May 2018: v1.0 after move to github.com/kubernetes-sigs/kubectl from github.com/kubernetes/kubectl. Has kustomization file, bases, …

    Read more