kustomize/v4.2.0
New experimental command to automatically migrate vars
to replacements
: kustomize edit fix —vars
. For details, run kustomize edit fix -h
. Warning: converting vars
to replacements
will potentially overwrite many resource files and in rare scenarios may not produce the same output when kustomize build
is run. We recommend doing this in a clean git repository where the change is easy to undo.
a1746f2 Pin to api v0.8.11
bb6f83f Pin to cmd/config v0.9.13
aa92d83 Pin to kyaml (#4020)
217e5c7 fix openapi command help page
7fae7d1 Move api/filesys to kyaml/filesys (#3997)
c19a972 expose --as-current-user via AddFunctionBasicsFlags
3b37fed convert vars to replacements: mapping value with dot
f121e74 convert vars to replacements
24294d3 upgrade json-patch 4.11.0
a3ed120 Handle errors
f6e6ac0 Back to development mode; unpin the modules