Skip to content

v1.0.7

Compare
Choose a tag to compare
@droot droot released this 27 Aug 16:12
· 6400 commits to master since this release
633c43a

In this release, remote URL support is added. One can run kustomize build url or use the URL as a base in an overlay. More details, please take a look at remote target

Changelog

ec95e5f Add all dependency of go-getter
b29e449 Add docs README.md
759ba1c Add example for kustomize build {url}
3975ebc Add garbage collection KEP link
f018370 Add kustomize build {repoUrl}
a0089a2 Add missing files when running dep ensure
94ed0fe Add namereference of PersistentVolume in PersistentVolumeClain
20fd433 Add tests
f9a0e67 Add timeoutSeconds to secretArgs
f931e15 Add varcheck to presubmit.
b3993dc Adds starter validation framework for semantic validation of inputs.
38a5e12 Create CODE_OF_CONDUCT.md
950c353 Delete diff command and code it uses.
0833693 Disable creation of PDB matchLabels
2ae00db Don't crash on resource load errors
735a93d Fix some Go nits.
1e38240 Implements labels and annotations as subcommands of edit
da142a8 Move some docs to docs dir (declutter the top).
3b64447 Parse data into string map for easy access in RunAddMetadata
6a2786a Remove Complete function and references
1874154 Removed individual files in favor of combined metadata file
11c04dd Removes semantic validation from addmetadata.go and tests.
31dd8fc Restructured tests
524d593 Separate functions for RunnAddLabel and RunAddAnnotation
77f4811 Tests test Validate function
5fa209a Tweak docs readme
924aa6f Use iota declaration for constants and implements string method for KindOfAdd metadata
afac2fb Uses single file for both addLabel and addAnnotation commands, as the code is nearly identical. Tests included.
42e6ced add docs
2174741 add homebrew package to INSTALL.md
e2cd44f add support for kustomize edit set namespace
6221bed add typemeta to kustomization
6da691f cleanup after handling remote bases
72b1a4b combine fileLoader.New and NewLoader into one function: NewLoader
52c6b57 fix bug in the example download links
e113944 fix loader loader when run from gopath
3416917 fix the double quotation problem in ConfigMapGenerator
b02f777 manually add dependency on go-getter
6847bb7 trivial: Change dep constraint to an override