Skip to content

Releases: kubernetes-sigs/kustomize

kyaml/v0.13.9

02 Aug 15:18
bbeff6d
Compare
Choose a tag to compare

#4742: prevent testing lib from being compiled in

kustomize/v4.5.7

02 Aug 16:39
56d82a8
Compare
Choose a tag to compare

Due to an oversight, kustomize v4.5.6 has the golang testing library compiled in unnecessarily. This is a rerelease with the same functionality, but without the unnecessary additional library compiled in.

Dependency changes

#4743: Pin to kyaml v0.13.9
#4744: pin to cmd/config 0.10.9
#4745: pin to api v0.12.1

cmd/config/v0.10.9

02 Aug 15:45
ba9d5ee
Compare
Choose a tag to compare

Dependency changes

#4743: Pin to kyaml v0.13.9

api/v0.12.1

02 Aug 16:12
Compare
Choose a tag to compare

Dependency changes

#4743: Pin to kyaml v0.13.9

kyaml/v0.13.8

29 Jul 19:41
e7fe132
Compare
Choose a tag to compare

#4675: Update dependency of github.com/xlab/treeprint to v1.1.0
#4677: Add filesys.ConfirmDir function to ensure that a path is a directory and clean it
#4729: Allow colon in filenames for in-memory filesystem abstraction

kustomize/v4.5.6

29 Jul 20:50
29ca693
Compare
Choose a tag to compare

Due to an oversight, kustomize v4.5.6 has the golang testing library compiled in unnecessarily. It is advised that you upgrade to v4.5.7, which doesn't have the testing library compiled in.

Small features

#4704: Option to customize NamespaceTransformer role binding subject handling
#4708: Option to customize NamespaceTransformer overwrite behaviour

Bug fixes

#4700: Correctly detect ambiguity between potential referrers when targeting a name+namespace reference
#4703: Fix NameReference transformer handling of self-references in annotations
#4730: Emit a warning when env loading bug is being relied on
#4667: Replacements: fix issue with create: true option when there is an existing field

Dependency Changes

#4736: Pin to kyaml v0.13.8
#4737: Pin cmd/config 0.10.8
#4738: Pin to api v0.12.0
#4675: Update dependency github.com/xlab/treeprint to v1.1.0

cmd/config/v0.10.8

29 Jul 20:04
4b5fbf2
Compare
Choose a tag to compare

#4675: Update dependency github.com/xlab/treeprint to v1.1.0
#4736: Update dependency kyaml to v0.13.8

api/v0.12.0

29 Jul 20:21
Compare
Choose a tag to compare

#4667: Replacements: fix issue with create: true option when there is an existing field
#4675: Update dependency github.com/xlab/treeprint to v1.1.0
#4700: Correctly detect ambiguity between potential referrers when targeting a name+namespace reference
#4703: Fix NameReference transformer handling of self-references in annotations
#4704: Option to customize NamespaceTransformer role binding subject handling
#4708: Option to customize NamespaceTransformer overwrite behaviour
#4730: Emit a warning when env loading bug is being relied on
#4736: Update dependency kyaml to v0.13.8

kyaml/v0.13.7

20 May 18:43
ba5335c
Compare
Choose a tag to compare

#4489: Fix containerized function mounts issue
#4568: Openapi parsing performance improvement with protobuffer
#4577: Fix error message using replacement wildcard and create option
#4591: Added code for fields with dots(.) in their names work as needed
#4629: Fn framework: bugfix for schema providers + configurable template extensions
#4635: Fix: Testing code leaked to production

kustomize/v4.5.5

20 May 20:34
daa3e5e
Compare
Choose a tag to compare

This release is expected to have significant performance improvements for a good portion of inputs, due to #4568.

Small features

#4209: [Address #3937] Add labels to template/metadata if includeTemplates is true
#4364: Add tagsuffix to take image tag suffix
#4567: Add support for remote OpenAPI schema

Bug fixes and performance improvements

#4568: openapi parsing performance improvement with protobuffer
#4489: Fix containerized function mounts issue
#4577: Fix error message using replacement wildcard and create option
#4565: Raise error for external generators or transformers

Dependency changes

#4644: Update kyaml to v0.13.7
#4645: Update cmd/config to v0.10.7
#4646: Update api to v0.11.5