Kubernetes Prow Robot
1a4c82241a
Merge pull request #3335 from monopole/enableKyamlByDefault
...
Flip default value of --enable_kyaml from false to true.
api/v0.7.0
2020-12-10 10:38:14 -08:00
jregan
81ca271e62
Flip default value of --enable_kyaml from false to true.
2020-12-10 10:12:49 -08:00
Kubernetes Prow Robot
72262c5e71
Merge pull request #3334 from monopole/pinKustToApiv0.6.7
...
Pin kustomize to api/v0.6.7
kustomize/v3.8.8
2020-12-10 09:42:14 -08:00
jregan
125762d94d
Pin kustomize to api/v0.6.7
2020-12-09 22:33:02 -08:00
Jeff Regan
0ecbd5905b
Merge pull request #3332 from monopole/pinToApi0.6.7
...
Pin to api v0.6.7
2020-12-09 19:45:48 -08:00
jregan
cb2b376065
Pin to api v0.6.7
2020-12-09 19:20:29 -08:00
Jeff Regan
595e59b919
Merge pull request #3330 from monopole/loaderTest
...
Provide timeouts for all remote loads.
api/v0.6.7
2020-12-09 17:33:03 -08:00
jregan
6bbc829593
Add a loader test.
2020-12-09 17:17:21 -08:00
Kubernetes Prow Robot
3dd9c6c0b5
Merge pull request #3331 from monopole/unpinKust
...
Unpin kustomize from api.
2020-12-09 16:04:53 -08:00
jregan
c04c13a12a
Unpin kustomize from api.
2020-12-09 15:44:09 -08:00
Jeff Regan
05eccab823
Update loader.go
2020-12-09 15:17:52 -08:00
Jeff Regan
dd946e1343
Merge pull request #3328 from monopole/pin_to_api_v0.6.6
...
Pin to api v0.6.6
2020-12-07 17:48:32 -08:00
jregan
b4ad4b6984
Pin to api v0.6.6
2020-12-07 17:29:46 -08:00
Jeff Regan
13dee68d3b
Merge pull request #3327 from monopole/pin_to_cmdConfig_v0.9.6
...
Pin to cmd/config v0.8.6
api/v0.6.6
2020-12-07 17:22:31 -08:00
jregan
e849b160bc
Pin to cmd/config v0.8.6
2020-12-07 17:02:55 -08:00
Jeff Regan
87987d3382
Merge pull request #3326 from monopole/pin_to_kyaml_v0.10.3_cliutils_v0.22.1
...
Pin to kyaml v0.10.3 cliutils v0.22.1
cmd/config/v0.8.6
2020-12-07 16:53:35 -08:00
jregan
575b4efc18
Pin to kyaml v0.10.3 cliutils v0.22.1
2020-12-07 16:26:52 -08:00
Jeff Regan
b1a460985c
Merge pull request #3325 from monopole/autoGoMo
...
Automated Go mod cache updates.
kyaml/v0.10.3
2020-12-07 13:44:23 -08:00
jregan
e1fd74bb61
Automated Go mod cache updates.
2020-12-07 13:23:20 -08:00
Jeff Regan
8a673b82bd
Merge pull request #3287 from yujunz/getter
...
Upgrade go-getter
2020-12-07 13:11:26 -08:00
Jeff Regan
d2e995b3e2
Merge pull request #3306 from thatsmydoing/single-fetch
...
Don't fetch default branch if ref is specified
2020-12-07 13:10:26 -08:00
Jeff Regan
f2e025ea53
Update manager.go
2020-12-07 12:57:32 -08:00
Jeff Regan
dade85e40e
Merge pull request #3324 from kubernetes-sigs/revert-3316-helmValuesOnInflatorConfigSpec
...
Revert "helm values on inflator config"
2020-12-07 12:53:49 -08:00
Jeff Regan
51ba54ad82
Revert "helm values on inflator config"
2020-12-07 12:52:31 -08:00
Jeff Regan
4144775a3b
Merge pull request #3316 from epcim/helmValuesOnInflatorConfigSpec
...
helm values on inflator config
2020-12-07 12:51:42 -08:00
Jeff Regan
ff9b215ae7
Update taggedmodule.go
2020-12-07 12:09:09 -08:00
Jeff Regan
cd5ae17335
Merge pull request #3322 from monopole/fixModNames
...
Fix some plugin module names.
2020-12-07 12:08:14 -08:00
jregan
e3d022325b
Fix some plugin module names.
2020-12-07 11:59:13 -08:00
Kubernetes Prow Robot
e6dc03bea4
Merge pull request #3315 from monopole/hoserface
...
Add more tests
2020-12-07 10:31:11 -08:00
jregan
d08b9c30ee
What is this?
2020-12-07 10:16:30 -08:00
Petr Michalec
f6e5eedee2
helm values on inflator config spec.
2020-12-07 13:49:30 +01:00
Jeff Regan
212b2cff12
Merge pull request #3312 from monopole/conflicting
...
Extract conflict detection to its own interface.
2020-12-06 09:00:41 -08:00
jregan
f66e5bb923
Extract conflict detection to it's own interface.
...
This PR
- defines a patch conflict detector interface,
- extracts implementations of the interface from the
merginator code, making the merginator code
independent of --enable_kyaml.
- injects those implementations into kustomize
as a function of --enable_kyaml.
So, instead of using different merginators to combine
resmaps, this pr allows the use of a single patch merge
code path that uses different conflict detectors.
So instead of debating how to merge, we're now only
considering whether to warn on conflict detection
in one transformer.
This PR is in service of #3304 , eliminating seven
instances where --enable_kyaml was consulted. These
were cases where conflict detection wasn't an issue
(but merging patches was).
2020-12-06 08:38:45 -08:00
Kubernetes Prow Robot
23bc91f233
Merge pull request #3311 from drewwells/patch-1
...
absolute path to entrypoint
2020-12-04 18:05:25 -08:00
Drew Wells
9c421c7410
absolute path to entrypoint
...
Make the kustomize container tolerant of alternative working directory.
Mounting my project and making it the working directory will now work.
ie. docker run -w /pkg -v $(shell pwd):/pkg kustomize version
2020-12-04 18:27:57 -06:00
Jeff Regan
c63dfd6772
Merge pull request #3310 from monopole/nits
...
Spelling nits.
2020-12-04 12:30:36 -08:00
jregan
1a5aa63d54
Spelling nits.
2020-12-04 12:29:39 -08:00
Jeff Regan
1583cef8d9
Merge pull request #3309 from monopole/autoUpdate
...
Automated doc update.
2020-12-04 10:51:54 -08:00
jregan
a7c91c37e9
Automated doc update.
2020-12-04 10:51:22 -08:00
Kubernetes Prow Robot
c1dca7fdb5
Merge pull request #3302 from natasha41575/TestGvknChange
...
tests for gvkn changing
2020-12-04 10:29:59 -08:00
Natasha Sarkar
724bbe9452
connected allowresourcesidchanges bool to allow_id_changes flag
2020-12-02 18:03:09 -08:00
Natasha Sarkar
deb2b21cbe
added allowresourceidchanges bool to options struct
2020-12-02 18:02:09 -08:00
Kubernetes Prow Robot
709f499b44
Merge pull request #3305 from monopole/moreHacking
...
In PatchStrategicMergeTransformer's test, highlight remaining work
2020-12-02 10:38:50 -08:00
jregan
dbaa2d6092
hacking
2020-12-02 10:23:13 -08:00
Thomas Dy
6445e03d1a
Don't fetch default branch if ref is specified
...
Currently, we always fetch the default branch with an initial git clone
and then fetch the ref after if it's specified. This changes it to only
make one fetch instead of two if a ref is specified.
2020-12-02 16:16:30 +09:00
Jeff Regan
19ff1b307e
Merge pull request #3301 from rumstead/master
...
[Docs] Fixing README link to kubectl book.
2020-12-01 16:56:25 -08:00
Jeff Regan
55f44a29c6
Update README.md
2020-12-01 16:48:41 -08:00
Jeff Regan
1f1873a6ed
Merge pull request #3299 from monopole/demoteReplacementTransformer
...
Move ReplacementTransformer plugin to untested folder
2020-12-01 12:45:53 -08:00
rumstead
6e3c4ecc72
Update README.md
2020-12-01 13:18:59 -05:00
jregan
c37c7b6b2c
Move ReplacementTransformer plugin to untested.
2020-12-01 10:04:00 -08:00