Skip to content

Releases: kubernetes-sigs/kustomize

api/v0.4.0

24 May 16:40
13eedd9

Choose a tag to compare

Two weeks from previous (3.5.5) release.

  • a few misc bug fixes and error message improvements.
    New tests to provide regression coverage for protection
    from an upcoming refactor.
  • now pinned to kyaml 0.0.11 and k8s v0.17.0 (kustomize lags k8s by one,
    and we plan to remove this dependency as it blocks kubectl re-integration).
  • bump in minor because of new builtin transformer:
    valueAdd.
    This is anticipated as one of several dedicated transformers that
    provide the functionality intended by IETF RFC 6902, with
    kubernetes specific extension like smart edits to file paths.
    The whole family would be add, replace, move, copy, maybe remove.
    For simple value addition or change, this transformer is
    already more powerful and easier to use than the existing patch
    transfomer. As yet, there's no dedicated kustomization.yaml file field
    for it, so one must follow the example and use it as a plugin.

Changelog

06174fb Add Cluster as not namespaceable kind
4d88032 Add comments
2b0b29a Add flag for running test
eba34f4 Add init as an alias to create
02184db Add logging.
650f111 Add release command
0b12f6c Add test
44f5093 Add tests
909bc25 Add tests for modulemeta and moduleversion
823847d Add tools package, tidy go mods
cd3b87e Basic structure of releasing program
557cd65 Finish pushing tag
28c9199 Fix cmd/config windows issues
1dced55 Improve branch existence check
32ed552 List latest versions
b4f9e9a Make plugin utils package.
589f274 Mark components example as WIP
2df3a7f Refactor
93bfb5b Release cmd/config
276270e Release kyaml
75d8492 Remove flakey test optimization.
a193129 Remove race in tests.
68d6b9a Remove testing
fd8c637 Simplify install
f63faca Test on windows and mac
847d415 Update examples versions
ffde2c4 Update execPluginGuidedExample.md
81da8f6 Update functions names
4b68425 Update readme for releasing
82a0573 kustomize api v0.4.0

kustomize/v3.5.5

11 May 16:56
897e7b6

Choose a tag to compare

Changelog

5213426 Pin kustomize to api v0.3.3
70b1cfe Update build scripts

api/v0.3.3

11 May 15:31
abb9d5a

Choose a tag to compare

Changelog

39cb87c Define global const for metadata/namespace field
065f707 Upgrade to latest kyaml, cmd/config
e544557 ValueAddTransformer
51e3e0f add filesys.InsertPathPart function
1a89d09 add value add filter
83c7c29 release kyaml and cmd/config v0.1.10
cc84eb1 update cmd/config e2e tests with new go function framework

kustomize/v3.5.4

11 Jan 03:21
3af514f

Choose a tag to compare

Changelog

52efd8c Upgrade some deps in kustomize.
39c42d7 update VERSIONS for cmd/resource and cmd/config
3bb7c1c update versions for kustomize 3.5.4

api/v0.3.2

10 Jan 23:19
0c9a375

Choose a tag to compare

Changelog

595e41a Adds functions to add/retrieve inventory to/from grouping object
7b1a5f8 Print the initial unknown status for all resources before looking at events
3f417c7 increment api patch release to 0.3.2

kustomize/v3.5.3

17 Dec 22:04

Choose a tag to compare

Changelog

5ba90fe update go.mod for release

kustomize/v3.5.2

17 Dec 04:14
79a891f

Choose a tag to compare

kustomize CLI pinned at kustomize API v0.3.0

To see new alpha features, set KUSTOMIZE_ENABLE_ALPHA_COMMANDS to true, e.g.

KUSTOMIZE_ENABLE_ALPHA_COMMANDS=true ./kustomize help 

Changelog

68af986 Add kubeval function example.
60188eb Address issues in release scripts
0b9aa41 Pin kustomize to specific versions of local deps.
e059768 Update zh/INSTALL.md
46f1f1b fix

api/v0.3.1

17 Dec 21:59
3dd3654

Choose a tag to compare

Changelog

de824c2 Drop mdrip dependency from api/ because it has conflicting deps with kubectl
eaaefc1 Using single quote style when setting annotations

pluginator/v2.1.0

13 Dec 01:15
425cc04

Choose a tag to compare

Changelog

2252b3c Pin pluginator to api v0.3.0
1cae8f9 Rename misspelled commands.go

kustomize/v3.5.1

13 Dec 21:21
2c96359

Choose a tag to compare

kustomize/v3.5.1 is equivalent to kustomize/3.4.0 --- because we screwed up some module tagging in v3.5.0, and want a quick fix to supercede v3.5.0 in people's caches.

Please wait for 3.5.2 to try new features.