RSS

Posts in 2019

  • v3.3.0

    2019年10月24日 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.1

    2019年09月26日 in 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 …

    更多

  • v3.2.0

    2019年09月17日 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.1.0

    2019年07月26日 in 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 …

    更多

  • v3.0.0

    2019年07月03日 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.1.0

    2019年06月18日 in 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 …

    更多

  • v2.0.0

    2019年02月05日 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 …

    更多

Posts in 2018

  • v1.0.1

    2018年05月21日 in 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, …

    更多