jregan
f8a3c04286
Pin kustomize to api/v0.7.0, enabling kyaml by default
...
ALLOW_MODULE_SPAN
2020-12-10 10:48:52 -08:00
jregan
cb2b376065
Pin to api v0.6.7
2020-12-09 19:20:29 -08:00
jregan
b4ad4b6984
Pin to api v0.6.6
2020-12-07 17:29:46 -08:00
jregan
575b4efc18
Pin to kyaml v0.10.3 cliutils v0.22.1
2020-12-07 16:26:52 -08:00
jregan
e1fd74bb61
Automated Go mod cache updates.
2020-12-07 13:23:20 -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
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
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
jregan
1a5aa63d54
Spelling nits.
2020-12-04 12:29:39 -08:00
jregan
dbaa2d6092
hacking
2020-12-02 10:23:13 -08:00
jregan
32dd194aca
Automated go.sum updates.
2020-11-30 18:16:23 -08:00
jregan
4a55a07c14
Patchtransformers - drop copied code, improve deletion handling.
2020-11-30 11:58:43 -08:00
Donny Xia
8f7bcb9b16
update Go version to 1.15
2020-11-25 12:41:20 -08:00
jregan
fa3caaacee
Unpin everything post v3.8.7 release
2020-11-11 15:45:09 -08:00
jregan
0a9fc6c8cb
Pin to api_v0.6.5
2020-11-11 14:56:25 -08:00
jregan
636c9fcddf
Pin to cli-utils_v0.21.1 kyaml_v0.9.4
2020-11-11 13:26:05 -08:00
Donny Xia
f780f7a3c2
update go.sum
2020-11-06 15:18:41 -08:00
Donny Xia
da0893bac0
unpin modules
2020-10-29 16:17:45 -07:00
Donny Xia
f68986827b
Pin to api 0.6.4
2020-10-29 15:53:34 -07:00
Donny Xia
08099f0cea
Pin to kyaml v0.9.3
2020-10-29 14:47:52 -07:00
Donny Xia
d954c39ef7
Unpin kyaml
2020-10-15 14:05:31 -07:00
Donny Xia
dd696b5cb4
Pin to kyaml v0.9.2
2020-10-15 13:55:30 -07:00
jregan
5baea8400f
Unpin api,cmd/config,kyaml
2020-10-08 09:39:49 -07:00
jregan
21ac400d49
Pin to cmd/config/v0.8.2
2020-10-07 19:21:23 -07:00
jregan
b3cf475024
Pin to kyaml/v0.9.1 and cli-utils/v0.20.4
2020-10-07 16:23:13 -07:00
Natasha Sarkar
7c8c827a88
added IsEmpty() method
2020-09-30 12:17:14 -07:00
jregan
0bfec6b39b
Unpin kyaml, cmd/config and api.
2020-09-20 08:07:32 -07:00
Jeffrey Regan
3f2508fa94
Pin to api v0.6.2
2020-09-19 07:48:07 -07:00
Jeffrey Regan
747e05f2a4
Pin to kyaml v0.8.1
2020-09-18 12:11:03 -07:00
Jeffrey Regan
d91f313137
Unpin the dependencies post release.
2020-09-18 09:51:05 -07:00
jregan
b115c95ea1
Pin to api/v0.6.1
2020-09-17 16:27:08 -07:00
jregan
67d5871e87
Go sum updates
2020-09-15 17:02:40 -07:00
jregan
4d42ffc7f8
Pin to kyaml v0.8.0
2020-09-15 15:26:29 -07:00
jregan
6a7bb9e33e
Add gorepomod tool to install list
2020-08-31 13:28:19 -07:00
jregan
c838962432
fix module hashes
2020-08-31 12:08:16 -07:00
jregan
548d10ef08
unpin kyaml
2020-08-31 12:08:16 -07:00
jregan
2bf9fc816d
Pin to kustomize api v0.6.0
2020-08-29 08:55:29 -07:00
jregan
ceef219eec
Pin api to kyaml/v0.7.1
2020-08-28 18:54:41 -07:00
jregan
2ab85d2f63
Pin to cmd/config to kyaml/v0.7.1 and cli-utils/v0.19.2
2020-08-28 18:25:14 -07:00
jregan
1dffc7577b
Unpin transformers from kyaml.
2020-08-22 18:38:48 -07:00
jregan
1d91401772
Simplify use of the Merginator.
2020-08-22 08:07:57 -07:00
jregan
edced4b3f6
Delete newly orphaned code.
2020-08-20 13:12:06 -07:00
jregan
fe3321d710
Move to kyaml v0.5.0
2020-08-07 14:45:56 -07:00
jregan
873c8c1d17
Move to new constants.
2020-08-07 12:18:24 -07:00
Donny Xia
d59d0401f4
Keep empty map in kustomize output
2020-08-06 13:21:38 -07:00
jregan
9482c571f0
Update module hashes
2020-08-05 09:00:12 -07:00
Paul Kent
1a44c3c543
add test for issues raised in #2734
2020-07-28 13:22:05 -04:00
jregan
f06a64e9cc
Switch to kyaml v0.4.2
2020-07-24 11:59:01 -07:00