Skip to content

v3.2.0

Compare
Choose a tag to compare
@Liujingfang1 Liujingfang1 released this 18 Sep 16:25
· 4952 commits to master since this release
a3103f1

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)