Natasha Sarkar
bcebad1664
new command kustomize edit add buildmetadata ( #4413 )
...
* new command kustomize edit add buildmetadata
* new commands kustomize edit set buildmetadata and kustomize edit remove buildmetadata
2022-01-26 15:34:50 -08:00
natasha41575
2554d690c8
deprecate enable-managedby-label flag in favor of a field
2022-01-19 16:53:27 -08:00
Kubernetes Prow Robot
a1a0a49822
Merge pull request #4370 from sonthonaxrk/fix-helm-globals
...
Fix helm globals
2022-01-10 10:13:13 -08:00
Kubernetes Prow Robot
ff2a3d368b
Merge pull request #4294 from Jimmyscene/master
...
fix: prevent read file from throwing away OpenAPI config
2022-01-10 10:01:12 -08:00
Rollo
fe99674fcd
Fix helm globals
2022-01-10 10:54:20 +00:00
natasha41575
92197fda9e
add kustomize edit add generator command
2022-01-04 15:26:46 -08:00
Sylvain Rabot
31b7cf9e0a
Upgrade cobra for better zsh support
...
Signed-off-by: Sylvain Rabot <sylvain@abstraction.fr >
2021-12-23 19:49:24 +01:00
Jimmyscene
f4d8ccda10
fix: prevent read file from throwing away OpenAPI config
2021-11-16 22:59:34 -05:00
Katrina Verey
4bcc57de74
Back to development mode; unpin the modules
2021-11-11 15:49:01 -08:00
Katrina Verey
3db4a94281
Pin to api v0.10.1
2021-11-11 15:18:05 -08:00
Katrina Verey
9dfdebc6c7
Pin to cmd/config v0.10.2
2021-11-11 14:53:17 -08:00
Katrina Verey
9abb72e4d6
Pin to kyaml v0.13.0
2021-11-11 14:12:13 -08:00
natasha41575
d8f406d06f
add omitempty tag to replacement sources and targets
2021-11-08 12:33:30 -08:00
natasha41575
46b3cd2109
modify edit test for null replacements fields
2021-11-08 12:21:45 -08:00
Katrina Verey
40c014a991
Back to development mode; unpin the modules
2021-09-27 09:37:38 -07:00
Katrina Verey
8268b17700
Pin to api v0.10.0
2021-09-24 16:58:20 -07:00
Katrina Verey
4e476ae574
Pin to cmd/config v0.10.1
2021-09-24 16:07:21 -07:00
Katrina Verey
6fb944815b
Pin to kyaml v0.12.0
2021-09-24 12:23:09 -07:00
m-Bilal
12c177a365
fixes 4123; added length check on originalFields of kustomizationFile to prevent panic when kustomization file began with a comment(or a blank line) followed by a document separator
2021-09-12 17:35:23 +05:30
Katrina Verey
f93b4877f7
Back to development mode; unpin the modules
2021-08-24 12:35:26 -07:00
Katrina Verey
c46867c3a7
Pin to api v0.9.0
2021-08-24 11:54:43 -07:00
Katrina Verey
7938fdb596
Pin to cmd/config v0.10.0
2021-08-24 11:27:56 -07:00
Katrina Verey
f8288e2f02
Pin to kyaml v0.11.1
2021-08-24 10:59:16 -07:00
Adrian Berger
7b5e43d343
Feature: Add edit set annotation ( #4073 )
...
* Add edit set annotation feature
* Apply suggested code improvements
* Apply suggested changes
* Fix regex, add more tests
* Add constant for common error message
* Fix too many characters per line error
* Use string concatenation instead, add FailNow call
2021-08-10 16:00:40 -07:00
monopole
d1003d6f8f
Automated changes under go 1.16.6
2021-07-24 09:18:58 -07:00
Natasha Sarkar
91f74e8d16
replace Resource.options with annotations ( #4061 )
2021-07-23 18:19:05 -07:00
Natasha Sarkar
0537b59f27
support yaml formatted openapi schema ( #4017 )
...
* support yaml formatted openapi schema
* suggested changes
2021-07-15 14:11:02 -07:00
Natasha Sarkar
4cea8b9785
Unpin modules
2021-07-02 14:10:05 -07:00
Katrina Verey
a1746f2f8c
Pin to api v0.8.11
2021-06-30 12:42:04 -07:00
Katrina Verey
bb6f83fb96
Pin to cmd/config v0.9.13
2021-06-30 12:16:04 -07:00
Katrina Verey
aa92d83d8c
Pin to kyaml ( #4020 )
...
* Pin to kyaml
* Pin prefixsuffixtransformer to kyaml 0.11.0
* Pin replicacounttransformer to kyaml 0.11.0
2021-06-30 11:59:03 -07:00
Natasha Sarkar
217e5c7268
fix openapi command help page
2021-06-22 18:46:34 -07:00
Francesc Campoy
7fae7d1bd6
Move api/filesys to kyaml/filesys ( #3997 )
...
* Move api/filesys to kyaml/filesys
* Add deprecated version of api/filesys with aliases to new code
* Use new kyaml/filesys package and update dependencies
* Migrate to kyaml/filesys and update dependencies
* Skip tests that break on Windows
2021-06-16 11:42:00 -07:00
Kubernetes Prow Robot
d39d7db9ed
Merge pull request #3966 from pacoxu/json-patch-v4.11.0
...
json-patch upgrade to v4.11.0
2021-06-15 15:25:43 -07:00
Kubernetes Prow Robot
a04a6de0ef
Merge pull request #3991 from natasha41575/convertvarstoreplacements
...
convert vars to replacements: mapping value with dot
2021-06-15 15:07:43 -07:00
Khris Richardson
c19a972739
expose --as-current-user via AddFunctionBasicsFlags
2021-06-15 12:30:37 -07:00
Natasha Sarkar
3b37fed24b
convert vars to replacements: mapping value with dot
2021-06-11 13:45:04 -07:00
Natasha Sarkar
f121e74744
convert vars to replacements
2021-06-10 15:29:28 -07:00
pacoxu
24294d3bd0
upgrade json-patch 4.11.0
...
Signed-off-by: pacoxu <paco.xu@daocloud.io >
2021-06-09 12:34:19 +08:00
Mikhail Mazurskiy
a3ed120efb
Handle errors
2021-06-05 09:43:13 +10:00
monopole
f6e6ac0320
Back to development mode; unpin the modules
2021-05-24 09:30:04 -07:00
monopole
afaf7c62bc
Pin to api v0.8.10
2021-05-20 13:34:27 -07:00
monopole
c24daec480
Pin to cmd/config v0.9.12
2021-05-20 12:54:56 -07:00
monopole
51605beb3b
Pin to kyaml v0.10.20
2021-05-20 12:35:01 -07:00
Katrina Verey
3f3d3b17a4
Replace pkger with embed.FS compatibility
2021-05-18 12:07:42 -07:00
Natasha Sarkar
dca13a4770
use assert statements for kustomize edit tests
2021-05-12 16:20:12 -07:00
Donny Xia
3cf18adae9
fix test
2021-05-03 17:02:55 -07:00
Donny Xia
2bec25b46e
add new fields to ordered fields
2021-05-03 16:57:27 -07:00
Kubernetes Prow Robot
8ee308d5d6
Merge pull request #3863 from monopole/simplifyGvk
...
Simplify gvk, speed up cluster-scoped checks.
2021-05-03 16:06:20 -07:00
Jeff Regan
3c3c97f9b5
Merge pull request #3854 from natasha41575/updateOpenApiFetch
...
update openapi fetch command
2021-05-03 12:20:26 -07:00