Ian Howell
aa342deff7
Pin tool versions using go modules
...
This pins down the versions of various tools used in the building,
testing, and linting of kustomize. This will provide more consistency
across contributors' and travis' environments.
2019-09-25 15:27:47 -05:00
Kubernetes Prow Robot
10786ec0a7
Merge pull request #1554 from keleustes/readme
...
Update README.md to include Kubernetes 1.16
2019-09-25 09:12:02 -07:00
Jerome Brette
7c7056877b
Update README.md to include Kubernetes 1.16
2019-09-25 12:51:51 +00:00
Jeff Regan
e8933d9789
Merge pull request #1560 from monopole/precommitTuneup
...
Make pre-commit more portable and less tricky.
2019-09-24 21:42:35 -07:00
jregan
9d7b65446f
Make pre-commit more portable and less tricky.
2019-09-24 21:10:58 -07:00
Jeff Regan
7a0946a922
Merge pull request #1558 from monopole/dependOnNewPluginatorModule
...
Depend on new pluginator location.
2019-09-24 18:18:18 -07:00
Jeffrey Regan
def4f04572
Depend on new pluginator location.
2019-09-24 16:43:53 -07:00
Jeff Regan
2f2408f1cd
Merge pull request #1559 from monopole/compressCopyright
...
Compress copyright in the commands package.
2019-09-24 16:43:26 -07:00
Jeffrey Regan
3b9bcc48a0
Compress copyright in the commands package.
2019-09-24 16:40:32 -07:00
Jeff Regan
d0429ff43b
Merge pull request #1557 from monopole/pluginatorModule
...
Copy pluginator to its own module.
2019-09-24 14:38:38 -07:00
Jeffrey Regan
33deefc307
Copy pluginator to its own module.
pluginator/v1.0.0
2019-09-24 11:24:13 -07:00
Jeff Regan
9b3de82b45
Merge pull request #1506 from Liujingfang1/release
...
add release note for v3.2.0
2019-09-23 10:14:17 -07:00
Kubernetes Prow Robot
d217074fbf
Merge pull request #1550 from keleustes/apiversion
...
Fix typo yaml declaration of APIVersion field of Kustomization type
2019-09-23 09:25:24 -07:00
Jerome Brette
1d90ba7c7b
Fix typo in apiVersion yaml declaration
2019-09-22 05:24:58 +00:00
Kubernetes Prow Robot
eeeb4c36a1
Merge pull request #1547 from keleustes/extensions
...
Update Ingress apiVersion to networking.k8s.io/v1beta1
2019-09-20 13:17:26 -07:00
Jerome Brette
b1faa989f4
Update Ingress apiVersion to networking.k8s.io/v1beta1
2019-09-20 19:37:05 +00:00
Kubernetes Prow Robot
0c32691e9e
Merge pull request #1537 from jaypipes/gomod-install-note
...
add note about GO111MODULE for source install
2019-09-18 11:43:31 -07:00
Jeff Regan
88b1d62740
Merge pull request #1541 from rtnpro/patch-1
...
Fix typo in transformerconfigs README
2019-09-18 11:34:18 -07:00
Jeff Regan
aec8206695
Update INSTALL.md
2019-09-18 11:33:18 -07:00
Jeff Regan
20c2b53a46
Merge pull request #1542 from monopole/tweakFilePathsInTest
...
Tweak file path handling and logging in test.
2019-09-18 11:19:08 -07:00
Jeffrey Regan
274b5c3b4e
Tweak file path handling and logging in test.
2019-09-18 11:17:21 -07:00
Ratnadeep Debnath
b1fdaa2311
Fix typo in transformerconfigs README
2019-09-18 19:01:02 +05:30
Kubernetes Prow Robot
a3103f1e62
Merge pull request #1534 from monopole/configExample
...
Example of configuring builtin plugin.
v3.2.0
2019-09-17 16:43:15 -07:00
Jeffrey Regan
74ed0b30e5
Example of configuring builtin plugin.
2019-09-17 16:29:08 -07:00
Jay Pipes
55941f5769
add note about GO111MODULE for source install
...
It's not immediately obvious that in order to
get the `go install sigs.k8s.io/kustomize/v3/cmd/kustomize` instructions
to work successfully, you need to have `GO111MODULE=on` set, so I added
a note about that.
Issues #1536 , #1314
2019-09-14 18:59:07 -04:00
Kubernetes Prow Robot
32be1cf4c2
Merge pull request #1532 from monopole/runBuiltinSansFlag
...
Ease configuring and running the builtin plugins.
2019-09-13 15:28:00 -07:00
jregan
2050afdeb4
Ease doing custom configuration of builtin plugins.
2019-09-13 14:45:36 -07:00
Kubernetes Prow Robot
7e71009283
Merge pull request #1526 from jimmidyson/ignore-prefix-suffix-apiservice
...
Do not prefix/suffix APIService resources
2019-09-13 11:28:29 -07:00
Kubernetes Prow Robot
72d26c6ad5
Merge pull request #1522 from jcassee/basereusenameprefix-test
...
Add test for name conflict with base reuse
2019-09-13 11:02:29 -07:00
Jeff Regan
e011f3be4f
change "bases:" to "resources:"
...
per https://github.com/monopole/kustomize/blob/master/docs/fields.md#bases
no big deal
2019-09-13 10:47:35 -07:00
Kubernetes Prow Robot
f725bfc165
Merge pull request #1520 from jcpetruzza/cm-merge-nameprefix
...
Consider also currentId when replacing/merging resources
2019-09-13 10:40:30 -07:00
Jeff Regan
94ac55f17b
Merge pull request #1505 from Liujingfang1/master
...
add inline patch document
2019-09-13 10:16:40 -07:00
Jimmi Dyson
dd5b3c1e2e
Do not prefix/suffix APIService resources
2019-09-12 09:53:33 +01:00
Joost Cassee
e898c5221b
Add test for name conflict with base reuse
2019-09-10 23:57:15 +02:00
Daniel Gorin
1237ae43b4
Consider currentId when replacing/merging resources
...
When merging resources such as the output of a `configMapGenerator`,
we need to consider the `CurrentId`, otherwise, we cannot extend
a common base definition twice by adding different prefixes, and
then further kustomize them.
See #1442 .
2019-09-10 11:14:08 +01:00
Kubernetes Prow Robot
cd0187e948
Merge pull request #1515 from yujunz/plugin/go-getter
...
plugin/go-getter: support urls including `:`
2019-09-09 09:05:22 -07:00
jingfangliu
9516880042
add inline patch document
2019-09-09 09:02:48 -07:00
Yujun Zhang
4cb883863f
plugin/go-getter: support urls including :
2019-09-09 15:39:45 +08:00
Kubernetes Prow Robot
9ee35c9afb
Merge pull request #1484 from sunny0826/master
...
update zh doc
2019-09-06 08:44:58 -07:00
guoxudong
e455acc14b
fix
2019-09-06 09:20:21 +08:00
Jeff Regan
6a3c2b2893
Merge pull request #1507 from monopole/anotherTest
...
Add an example of reusable builtin plugins with custom config.
2019-09-05 16:11:53 -07:00
Jeffrey Regan
f59d7998d2
Add an example of reusable builtin plugins with custom config.
2019-09-05 15:53:03 -07:00
jingfangliu
77b63f96d1
add release note for v3.2.0
2019-09-05 13:42:43 -07:00
Michael
6fcb78403f
use kubectl apply -k # ( #1495 )
...
`kubectl apply -f ` is executed failed. ref: #1494
2019-09-05 09:27:39 -07:00
Kubernetes Prow Robot
f87edc8c67
Merge pull request #1488 from yujunz/plugin/go-getter
...
Add example plugin for go-getter
2019-09-05 08:57:10 -07:00
Yujun Zhang
6a4150d199
Amend go-getter plugin document according to comments
2019-09-05 13:57:20 +08:00
Jeff Regan
143c5dd21d
Merge pull request #1489 from damienr74/generic-crawler
...
tooling performance improvements, better structure
2019-09-03 11:35:43 -07:00
Yujun Zhang
ed920afb2e
Support setting command in go-getter plugin
...
This allows one to use non-kustomization remote source
2019-09-02 14:53:18 +08:00
Jeff Regan
2677f4c4e7
Merge pull request #1492 from monopole/anotherTest
...
Test custom configuration of a builtin plugin.
2019-08-30 16:54:21 -07:00
jregan
a081534938
Test custom configuration of a builtin plugin.
2019-08-30 16:37:29 -07:00