Skip to content

Releases: kubernetes-sigs/kustomize

kustomize/v3.2.2

07 Oct 23:19
Compare
Choose a tag to compare

Changelog

3c9d828 Have kustomize CLI depend on kustomize Go API v3.3.0

kustomize/v3.2.1

27 Sep 00:14
d89b448
Compare
Choose a tag to compare

Changelog

3b9bcc4 Compress copyright in the commands package.
def4f04 Depend on new pluginator location.
9288dec Fix failing BashedConfigMapTest
d89b448 Fix git tag recovery in cloud build.
9d7b654 Make pre-commit more portable and less tricky.
b82a8fd Move the kustomize binary to its own module.
032b385 Pin the kustomize binary's dependence on kustomize libs.
aa342de Pin tool versions using go modules
79fbe7c Support resource generator options in exec plugins
7c70568 Update README.md to include Kubernetes 1.16
a694ac7 Update cloud build process for kustomize.
17bf9d3 Update releasing README.
ac9424f tests: Add unit tests for update resource options
f69d526 v3.2.1 release notes

pluginator/v1.0.0

24 Sep 21:45
Compare
Choose a tag to compare

Changelog

33deefc Copy pluginator to its own module.
1d90ba7 Fix typo in apiVersion yaml declaration
b1fdaa2 Fix typo in transformerconfigs README
274b5c3 Tweak file path handling and logging in test.
aec8206 Update INSTALL.md
b1faa98 Update Ingress apiVersion to networking.k8s.io/v1beta1
55941f5 add note about GO111MODULE for source install
77b63f9 add release note for v3.2.0

v3.2.0

18 Sep 16:25
a3103f1
Compare
Choose a tag to compare

Changelog

f59d799 Add an example of reusable builtin plugins with custom config.
3f1b2bb Add configs
aabbbf0 Add cover target to Makefile
5dfa929 Add create subcommand
ed91bce Add example plugin for go-getter
7783a76 Add internal tooling library for index queries.
66fa2de Add main backend service and configurations
64341a8 Add short version flag
e898c52 Add test for name conflict with base reuse
aa2bf7e Adds frontend + configs to interal/tools/ui
02f6b3e Allow replicas to find modified names.
6a4150d Amend go-getter plugin document according to comments
963913f Automatically anchor resource selector patterns
1237ae4 Consider currentId when replacing/merging resources
c2d6f09 Crawler performance improvements, better structure
24c173a Detect ID conflicts in namespace transformer
dd5b3c1 Do not prefix/suffix APIService resources
2de052e Download submodules when using base from git
2050afd Ease doing custom configuration of builtin plugins.
74ed0b3 Example of configuring builtin plugin.
351df67 First draft of documentation for internal/tools
44b62a8 Fix indirect git resource cycle detection
fa834f9 Fix non-travis tests.
8e9c08e Fix patch path example
bafd6b5 Fix typo in patches definition
594a06d Fixes to create sub-command
adbb622 Handle git:: prefix in urls containing _git
96c5b4a Handle ordering patches with SMP delete directives
ca41674 Implementation of basic crawler organisation.
62edcae Implementation of configurable github crawler.
ac6918d Implementation of github query helper library.
e0d388c Implements search query partitioning by filesize.
c02b4f3 Initial (temporary) implementation of search doc.
2e6dd48 IsInKustomizeCtx should use end of nameprefix array (1/3)
6e13acf IsInKustomizeCtx should use end of nameprefix array (2/3)
93cedba IsInKustomizeCtx should use end of nameprefix array (3/3)
31262cc IsInKustomizeCtx should use end of nameprefix array (code review)
fe8ba8e Log loader errors during resource accumulation
54f1952 Log output from git on errors
df779fd Modify document for elasticsearch migration.
e904f61 Move commands/edit utils package up to commands
eeafd43 Remove import of k8sdeps from create command
a68f95b Rename commands utility function file
eaae7af Retain replicas field in edit marshal path
ed3c29b Simplify name reference candidate resmap building
ed920af Support setting command in go-getter plugin
a081534 Test custom configuration of a builtin plugin.
423a8a6 Test examples against HEAD as well as against latest release.
33bd221 Update README.md
fe45157 Update crawler to cache web request form github.
b4d6e89 Update zh-README.md
86f2216 Update zh-example-README.md
6c44da5 add PriorityClass to the order list
4690558 add document for inline patch (#1411)
9516880 add inline patch document
35481ec add inline patch support for Strategic Merge Patch and JSON patch
e6fffc8 add makefile
b4038a6 add testting for patch transformers
e011f3b change "bases:" to "resources:"
716a730 feat: Add instructions for setting key in configmap
e455acc fix
aedb362 fix doc
73660af fix environment variable typo.
34287e5 fix example-zh-README.md
d3d4908 fix latest version
c2cc93a fix: tempfile(?)
af29855 fix: windows builds
bc303c4 in plugin executor remove unnecessary code and improve error messages
a279c08 make repospec memebers public
4cb8838 plugin/go-getter: support urls including :
2e7ad48 properly omitempty for 'inventory' in 'kustomize'
d3022cc rename to tools directory
78c9729 translate-zh: glossary.md
6cf8b9e update examples-zh
a4e1ba0 update zh doc
6fcb784 use kubectl apply -k # (#1495)

v3.1.0

26 Jul 18:10
95f3303
Compare
Choose a tag to compare

v3.0.3

18 Jul 17:44
30b378a
Compare
Choose a tag to compare

Changelog

bfafbbf Add FAQ about how to customize configuration
fb44880 Add back GCP KMS example
08d7c35 Add storage class name ref
580963e Address replacement of digest by ImageTransformer
579995d Address simultaneous transformation of name and namespace
7998ee7 Addresses slice case with notNamespaceable objects
f1dbab9 Convert go plugin example to GPG based
0edab60 Fix typo: kubectl v1.15 -> kubectl v1.14 (#1333)
9b40f8a Implement code review comments to NameReferenceTransformer changes.
c4d899f Improve NameReference Test cases
0d8d9e2 Move plugin EnvForTest manager into new package
e5ebca6 Test tracking issue "patchesStrategicMerge elements can be dropped"
b43bd54 Update Issue 1264 Reproduction Test
c3ea109 Update goPluginGuidedExample.md
095333f Update references to NewEnvForTest
3c05e2d add extended patch transformer
ed0cfc6 add test for extended patch with overlapping patches
120ba6b docs/versioningPolicy.md: fix expired urls
a85f297 enable extended patch transformer and add tests
6f74419 fix local test failures
f5fc9ac fix local test failures
8121467 fix the ci failure
28d1bad fix the ci failure
dc6dcd8 update the latest version in readme

v3.0.2

12 Jul 20:43
aa2313c
Compare
Choose a tag to compare

Changelog

876f2a8 Fix missing nameReference in default config
145d073 add labels in test patch files
eeed195 include nameprefix and namesuffix to find matched reference for cluster level kinds
33fff65 move strategic merge patch transformer to a builtin transformer
31ab347 refactor the strategic merge patch transformer toward moving it to a plugin (#1340)

v3.0.1

10 Jul 21:54
9bff2e8
Compare
Choose a tag to compare

Changelog

c912bae Enable ns transformer for webhook
f996ac8 Fix typo in the go plugin guide
483188b Generate updated ns transformer
efcb7cc Update README.md
8b60b45 Update README.md
c64a72f Update goPluginGuidedExample.md
3bf13f8 Update goPluginGuidedExample.md
6b597f8 Update v3 notes
49b3247 fix the regression on merging configmap with different namespace

v3.0.0

03 Jul 18:24
e0bac6a
Compare
Choose a tag to compare

v2.1.0

18 Jun 22:04
af67c89
Compare
Choose a tag to compare