Skip to content

Releases: kubernetes-sigs/kustomize

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

cmd/config/v0.10.7

20 May 19:01
6395344
Compare
Choose a tag to compare

#4644: Update kyaml to v0.13.7

api/v0.11.5

20 May 19:21
6c8db65
Compare
Choose a tag to compare

#4209: [Address #3937] Add labels to template/metadata if includeTemplates is true
#4364: Add tagsuffix to take image tag suffix
#4565: Raise error for external generators or transformers
#4567: Add support for remote OpenAPI schema
#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
#4605: Fix kustomize 4.5.3+ breaking remote resources (4559)
#4644: Update kyaml to v0.13.7

kyaml/v0.13.6

28 Mar 21:06
485f7d4
Compare
Choose a tag to compare

#4538: move to google/gnostic v0.5.7-v3refs (required for kubectl integration update)

kustomize/v4.5.4

28 Mar 23:20
cf3a452
Compare
Choose a tag to compare

#4538: move to google/gnostic v0.5.7-v3refs (required for kubectl integration update)
#4545: Add more name refs to PodTemplate for ConfigMap and Secret
#4547: Update kyaml to v0.13.6
#4549: Update cmd/config to v0.10.6
#4550: Update api to api/v0.11.4

cmd/config/v0.10.6

28 Mar 21:56
4b64f1e
Compare
Choose a tag to compare

#4538: move to google/gnostic v0.5.7-v3refs (required for kubectl integration update)
#4547: Update kyaml to v0.13.6

api/v0.11.4

28 Mar 22:25
0aa379c
Compare
Choose a tag to compare

#4538: move to google/gnostic v0.5.7-v3refs (required for kubectl integration update)
#4545: Add more name refs to PodTemplate for ConfigMap and Secret
#4547: Update kyaml to v0.13.6

kyaml/v0.13.4

24 Mar 19:58
e864072
Compare
Choose a tag to compare

7b0ec99 Retain quotes in namespace transformer filter (#4421)
97de780 Support expanding anchor tags (#4383)
fn framework: Enable validation using openAPI schema for functionConfig (#4467)
26b9af0 Allow setting every array element in replacements (#4424)