github kubernetes-sigs/kustomize kustomize/v3.6.0

latest releases: kyaml/v0.18.0, kustomize/v5.4.3, api/v0.17.3...
pre-release4 years ago

This release works via binary download, but in its initial form did not work with go install because some relative path replacement directives were mistakenly left in place.

FWIW, go install works with

go clean --modcache; go clean --cache;
GOPROXY=direct GOSUBDB=off GO111MODULE=on go install sigs.k8s.io/kustomize/kustomize/v3

Feel free to skip this and go directly to v3.6.1

Changelog

def978b pin kustomize to cmd/kubectl_v0_1_0

Don't miss a new kustomize release

NewReleases is sending notifications on new releases.