Skip to content

kustomize/v3.9.3

Compare
Choose a tag to compare
@monopole monopole released this 07 Feb 18:13
· 1972 commits to master since this release
1ae8303

Includes all fixes listed in api/v0.7.3.

Binary still has apimachinery deps, but --enable_kyaml is true by default.

For an equivalent version with kyaml disabled by default, use kustomize/v3.8.10, or just run

kustomize build --enable_kyaml=false .

41df2be Pin to api v0.7.3
a684592 Pin to api v0.6.9
b0cfa15 Pin to cmd/config v0.8.9
c077ed4 Pin to kyaml v0.10.7 and cli-utils v0.23.1
b9f05dd Expose some top level kustomize commands.
a54cd12 Delete fixgomod.sh
ae060cc Add documentation/help on preserving the digest
9b4fdcf Add support for setting the name while keeping the digest
bb2d63a Use raw string to avoid double escape
b501238 Add support for setting new tag while preserving the current name
0cf1898 Back to development mode; unpin the modules