Kubernetes Prow Robot
1e3215226e
Merge pull request #5160 from natasha41575/cmdconfig
...
pin to cmd/config v0.11.2
2023-05-05 13:03:01 -07:00
natasha41575
459d0198d9
pin to cmd/config v0.11.2
2023-05-05 14:49:36 -05:00
Natasha Sarkar
3abf91644e
Merge pull request #5159 from natasha41575/pintokyaml
...
pin to kyaml v0.14.2
2023-05-05 14:44:25 -05:00
natasha41575
1f98338481
pin to kyaml v0.14.2
2023-05-05 14:32:02 -05:00
Kubernetes Prow Robot
5a3e920902
Merge pull request #5157 from KnVerey/update-maintainer-lists
...
Move inactive contributors to emeritus
2023-05-02 15:12:15 -07:00
Katrina Verey
96f893f350
Move inactive contributors to emeritus
2023-05-02 17:47:32 -04:00
Kubernetes Prow Robot
ee3f506d10
Merge pull request #5145 from SimonTheLeg/deepcopy-for-meta-types
...
Add DeepCopy for ResourceMeta and ObjectMeta
2023-04-25 18:14:15 -07:00
Dustin Lish
0f244a4a07
Fix using same helm chart with different versions ( #4999 )
...
* Fix using same helm chart with different versions
* Fix p.ValuesFile when version is set
* Updated: Fix using same helm chart with different versions
* Add test for issue #4813
* Use if/else for readability, add version check to absChartHome
2023-04-24 15:09:02 -07:00
Simon Bein
c79916b1ba
Add DeepCopy for ResourceMeta and ObjectMeta
2023-04-24 20:19:33 +02:00
Kubernetes Prow Robot
2ce1c7cce3
Merge pull request #5133 from timja/issue-5072-non-core-api-version-namespace
...
Only override name of core api version
2023-04-18 14:40:58 -07:00
Tim Jacomb
75fa235498
Only override name of core api version
2023-04-18 09:41:28 +01:00
Tim Jacomb
7413c6a5fb
Regression test
2023-04-18 09:41:28 +01:00
Kubernetes Prow Robot
315ed56450
Merge pull request #5130 from KnVerey/fn-framework-example
...
Add a rich example of fn framework for abstraction
2023-04-14 12:34:41 -07:00
Katrina Verey
38d5bf8e09
Add licence and make script use current year
2023-04-13 17:45:47 -04:00
Katrina Verey
85d623bc86
Add a rich example of fn framework for abstraction
2023-04-13 16:57:50 -04:00
Kubernetes Prow Robot
d3184da4c6
Merge pull request #5111 from yutaroyamanaka/reenable-skipped-tests
...
Re-enable tests disabled in #3880
2023-04-05 11:45:48 -07:00
Kubernetes Prow Robot
eadb469712
Merge pull request #4924 from koba1t/chore/set_go_version_on_actions_from_gowork_file
...
Set go version on github actions from gowork file
2023-04-05 10:17:46 -07:00
yutaroyamanaka
2649d39fd3
docker build locally because gcr.io/kustomize-functions/e2econtainerconfig doesn't exist in the public
2023-04-04 18:22:43 +09:00
yutaroyamanaka
faab836ec9
use test helpers
2023-04-01 23:16:58 +09:00
yutaroyamanaka
c9f500cc0b
add another resource for making sure an existing resource isn't affeced by a generator
2023-04-01 23:13:04 +09:00
Yutaro
42bf3c0e2b
prevent all uses of YAML aliases from being overwritten by a transformer ( #5096 )
...
* return copied Node
* add a test case about imageTagTransformer for anchor scenario
* add TestPatchTransformerAnchor
* TestReplacementTransformerAnchor
2023-03-31 16:07:50 -07:00
Kubernetes Prow Robot
3b395a9da2
Merge pull request #5074 from plobsing/master
...
Only strip surrounding quotes if there are at least two characters.
2023-03-31 15:11:49 -07:00
Peter Lobsinger
633da991d2
Only strip surrounding quotes if there are at least two characters.
...
Otherwise, a value consisting of a single quote character triggers a
panic:
go test krusty/configmaps_test.go
--- FAIL: TestDataIsSingleQuote (0.00s)
panic: runtime error: slice bounds out of range [1:0] [recovered]
panic: runtime error: slice bounds out of range [1:0]
2023-03-28 14:17:47 -07:00
Kubernetes Prow Robot
e07b8a5d15
Merge pull request #5105 from koba1t/chore/use_enable-all_option_for_golangci-lint
...
use enable-all on golangci-lint
2023-03-27 14:26:21 -07:00
yutaroyamanaka
71a7a7df13
re-enabled TestFnContainerGenerator with enable-gcp-services
2023-03-27 23:00:24 +09:00
yutaroyamanaka
436a047617
re-enabled TestFnContainerTransformer with e2econtainerconfig container
2023-03-27 21:33:57 +09:00
xin gu
4d70a36c25
emove the kyaml/openapi/kubernetesapi/v1_21_2/swagger.pb ( #5077 )
2023-03-23 10:48:31 -07:00
koba1t
304d0e951f
use enable-all on golangci-lint
2023-03-23 05:54:54 +09:00
Kubernetes Prow Robot
2fdb35614d
Merge pull request #5080 from chlunde/perf-2
...
perf: Intersection: Avoid callid AllIds inside inner loop
2023-03-20 23:03:07 -07:00
Kubernetes Prow Robot
5dff9df1f7
Merge pull request #5099 from justinsb/dont_swallow_helm_errors
...
Don't swallow helm execution errors
2023-03-20 12:35:09 -07:00
Kubernetes Prow Robot
84682a1159
Merge pull request #5101 from justinsb/fixlint_2
...
Fix unused error value
2023-03-20 12:23:07 -07:00
justinsb
c151147258
Don't swallow helm execution errors
...
These are otherwise hard to debug.
2023-03-20 19:14:07 +00:00
justinsb
317fcadccb
Fix unused error value
...
The linter was complaining about err being unchecked.
2023-03-20 19:11:11 +00:00
Kubernetes Prow Robot
a2e9682002
Merge pull request #5100 from justinsb/fixlint
...
Fix lint task in CI
2023-03-20 10:27:19 -07:00
justinsb
5dcf0ae683
Fix lint task in CI
...
The lint task was failing at head, due to a nolint:exhaustive error
directive that golangci nolintlint believes is unused.
Issue seems to be https://github.com/golangci/golangci-lint/issues/3228
and seems to be a bug in golang-ci / nolintlint, using the workaround
proposed in https://github.com/golangci/golangci-lint/issues/1940
which is to clear the cache between runs.
2023-03-20 14:14:30 +00:00
Katrina Verey
ce3e394a41
Merge pull request #5091 from KnVerey/unpinEverything
...
Back to development mode; unpin the modules
2023-03-13 21:58:32 -04:00
Katrina Verey
0c92647760
Back to development mode; unpin the modules
2023-03-13 21:43:46 -04:00
Katrina Verey
39527da73c
Merge pull request #5090 from KnVerey/pinToApi
...
Update api to v0.13.2
2023-03-13 21:20:22 -04:00
Katrina Verey
fa90046136
Update api to v0.13.2
2023-03-13 21:07:40 -04:00
Katrina Verey
efe1374940
Merge pull request #5089 from KnVerey/pinToCmdConfig
...
Update cmd/config to v0.11.1
2023-03-13 20:49:50 -04:00
Katrina Verey
b751ffe5a0
Update cmd/config to v0.11.1
2023-03-13 20:27:40 -04:00
Katrina Verey
28a2a01c29
Merge pull request #5088 from KnVerey/pinToKyaml
...
Update kyaml to v0.14.1
2023-03-13 19:45:23 -04:00
Katrina Verey
0c650423ed
Update kyaml to v0.14.1
2023-03-13 19:24:20 -04:00
Katrina Verey
4ffc861854
Merge pull request #5087 from KnVerey/prerelease_update
...
Changes from local test run
2023-03-13 19:11:00 -04:00
Katrina Verey
8338873e56
Changes from local test run
2023-03-13 18:40:16 -04:00
Katrina Verey
dd520f8889
Revert strict decoding of Kustomization due to regression in anchor handling ( #5073 )
...
* Revert strict decoding of Kustomization due to regression in anchor handling
* Empty commit
2023-03-13 13:46:47 -07:00
Carl Henrik Lunde
4842d8be60
perf: Intersection: Avoid callid AllIds inside inner loop
...
This shaves of another 8.5 seconds (one third) of the remaining execution
time for a kustomization tree with 4000 documents, reducing the execution
time from 27.46s to 18.94s
0.02s 0.062% 11.14% 8.45s 26.36% sigs.k8s.io/kustomize/api/internal/accumulator.(*ResAccumulator).Intersection
0.06s 0.19% 11.32% 8.32s 25.95% sigs.k8s.io/kustomize/api/resmap.(*resWrangler).AllIds
before
(pprof) top25 -cum
Showing nodes accounting for 3.63s, 11.32% of 32.06s total
Dropped 614 nodes (cum <= 0.16s)
Showing top 25 nodes out of 171
flat flat% sum% cum cum%
0 0% 0% 27.46s 85.65% github.com/spf13/cobra.(*Command).Execute
0 0% 0% 27.46s 85.65% github.com/spf13/cobra.(*Command).ExecuteC
0 0% 0% 27.46s 85.65% github.com/spf13/cobra.(*Command).execute
0 0% 0% 27.46s 85.65% main.main
0 0% 0% 27.46s 85.65% runtime.main
0 0% 0% 27.46s 85.65% sigs.k8s.io/kustomize/kustomize/v5/commands/build.NewCmdBuild.func1
0 0% 0% 26.95s 84.06% sigs.k8s.io/kustomize/api/krusty.(*Kustomizer).Run
0 0% 0% 22.09s 68.90% sigs.k8s.io/kustomize/api/internal/target.(*KustTarget).MakeCustomizedResMap (inline)
0 0% 0% 22.09s 68.90% sigs.k8s.io/kustomize/api/internal/target.(*KustTarget).makeCustomizedResMap
0.29s 0.9% 0.9% 20.96s 65.38% sigs.k8s.io/kustomize/api/resource.(*Resource).CurId
0 0% 0.9% 13.61s 42.45% sigs.k8s.io/kustomize/api/resmap.(*resWrangler).Append
0 0% 0.9% 13.60s 42.42% sigs.k8s.io/kustomize/api/resmap.(*resWrangler).GetMatchingResourcesByCurrentId (partial-inline)
0.14s 0.44% 1.34% 13.60s 42.42% sigs.k8s.io/kustomize/api/resmap.(*resWrangler).filteredById
0.05s 0.16% 1.50% 12.91s 40.27% sigs.k8s.io/kustomize/api/resmap.GetCurrentId
0.25s 0.78% 2.28% 12.48s 38.93% sigs.k8s.io/kustomize/api/resource.(*Resource).GetGvk (inline)
0.49s 1.53% 3.81% 12.23s 38.15% sigs.k8s.io/kustomize/kyaml/resid.GvkFromNode
0 0% 3.81% 11.61s 36.21% sigs.k8s.io/kustomize/api/internal/target.(*KustTarget).IgnoreLocal
0 0% 3.81% 10.47s 32.66% sigs.k8s.io/kustomize/api/internal/target.(*KustTarget).AccumulateTarget
0 0% 3.81% 10.47s 32.66% sigs.k8s.io/kustomize/api/internal/target.(*KustTarget).accumulateTarget
0.01s 0.031% 3.84% 10.46s 32.63% sigs.k8s.io/kustomize/api/internal/target.(*KustTarget).accumulateResources
0 0% 3.84% 10.43s 32.53% sigs.k8s.io/kustomize/api/internal/target.(*KustTarget).accumulateDirectory
0.64s 2.00% 5.83% 10.12s 31.57% sigs.k8s.io/kustomize/kyaml/yaml.visitMappingNodeFields
1.68s 5.24% 11.07% 9.48s 29.57% sigs.k8s.io/kustomize/kyaml/yaml.visitFieldsWhileTrue
0.02s 0.062% 11.14% 8.45s 26.36% sigs.k8s.io/kustomize/api/internal/accumulator.(*ResAccumulator).Intersection
0.06s 0.19% 11.32% 8.32s 25.95% sigs.k8s.io/kustomize/api/resmap.(*resWrangler).AllIds
after
(pprof) top30 -cum
Showing nodes accounting for 5.04s, 22.63% of 22.27s total
Dropped 540 nodes (cum <= 0.11s)
Showing top 30 nodes out of 209
flat flat% sum% cum cum%
0 0% 0% 18.94s 85.05% github.com/spf13/cobra.(*Command).Execute
0 0% 0% 18.94s 85.05% github.com/spf13/cobra.(*Command).ExecuteC
0 0% 0% 18.94s 85.05% github.com/spf13/cobra.(*Command).execute
0 0% 0% 18.94s 85.05% main.main
0 0% 0% 18.94s 85.05% runtime.main
0 0% 0% 18.94s 85.05% sigs.k8s.io/kustomize/kustomize/v5/commands/build.NewCmdBuild.func1
0 0% 0% 18.40s 82.62% sigs.k8s.io/kustomize/api/krusty.(*Kustomizer).Run
0 0% 0% 13.65s 61.29% sigs.k8s.io/kustomize/api/internal/target.(*KustTarget).MakeCustomizedResMap (inline)
0 0% 0% 13.65s 61.29% sigs.k8s.io/kustomize/api/internal/target.(*KustTarget).makeCustomizedResMap
0 0% 0% 13.52s 60.71% sigs.k8s.io/kustomize/api/resmap.(*resWrangler).Append
0 0% 0% 13.44s 60.35% sigs.k8s.io/kustomize/api/resmap.(*resWrangler).GetMatchingResourcesByCurrentId (inline)
0.16s 0.72% 0.72% 13.44s 60.35% sigs.k8s.io/kustomize/api/resmap.(*resWrangler).filteredById
0.04s 0.18% 0.9% 12.54s 56.31% sigs.k8s.io/kustomize/api/resmap.GetCurrentId
0.19s 0.85% 1.75% 12.49s 56.08% sigs.k8s.io/kustomize/api/resource.(*Resource).CurId
0 0% 1.75% 10.37s 46.56% sigs.k8s.io/kustomize/api/internal/target.(*KustTarget).AccumulateTarget
0 0% 1.75% 10.37s 46.56% sigs.k8s.io/kustomize/api/internal/target.(*KustTarget).accumulateResources
0 0% 1.75% 10.37s 46.56% sigs.k8s.io/kustomize/api/internal/target.(*KustTarget).accumulateTarget
0 0% 1.75% 10.34s 46.43% sigs.k8s.io/kustomize/api/internal/target.(*KustTarget).accumulateDirectory
0.19s 0.85% 2.60% 7.82s 35.11% sigs.k8s.io/kustomize/api/resource.(*Resource).GetGvk (inline)
0.42s 1.89% 4.49% 7.63s 34.26% sigs.k8s.io/kustomize/kyaml/resid.GvkFromNode
0.26s 1.17% 5.66% 6.01s 26.99% sigs.k8s.io/kustomize/kyaml/yaml.visitMappingNodeFields
0 0% 5.66% 5.76s 25.86% sigs.k8s.io/kustomize/api/internal/accumulator.(*ResAccumulator).MergeAccumulator
1.12s 5.03% 10.69% 5.75s 25.82% sigs.k8s.io/kustomize/kyaml/yaml.visitFieldsWhileTrue
0 0% 10.69% 5.57s 25.01% sigs.k8s.io/kustomize/api/resmap.(*resWrangler).appendAll (inline)
0 0% 10.69% 5.55s 24.92% sigs.k8s.io/kustomize/api/internal/accumulator.(*ResAccumulator).AppendAll (inline)
0 0% 10.69% 5.55s 24.92% sigs.k8s.io/kustomize/api/resmap.(*resWrangler).AppendAll
0 0% 10.69% 4.73s 21.24% sigs.k8s.io/kustomize/api/internal/builtins.(*SortOrderTransformerPlugin).Transform
0 0% 10.69% 4.73s 21.24% sigs.k8s.io/kustomize/api/krusty.(*Kustomizer).applySortOrder
0 0% 10.69% 4.72s 21.19% sigs.k8s.io/kustomize/api/internal/builtins.applyOrdering
2.66s 11.94% 22.63% 4.63s 20.79% sigs.k8s.io/kustomize/kyaml/yaml.visitMappingNodeFields.func2
2023-03-12 15:50:11 +01:00
Kubernetes Prow Robot
bf6e6ad33b
Merge pull request #5085 from koba1t/chore/update_golangci_to_1.51.2
...
update golangci-lint to v1.51.2
2023-03-10 14:28:39 -08:00
koba1t
e1094da3cf
skip unrelevant lint
2023-03-11 05:11:47 +09:00
koba1t
7d150ce973
Revert "use enable-all on golangci-lint"
...
This reverts commit 39264a7057 .
2023-03-11 05:08:25 +09:00
koba1t
39264a7057
use enable-all on golangci-lint
2023-03-09 05:25:19 +09:00
koba1t
736e166168
update golangci-lint to 1.51.2
2023-03-09 05:08:25 +09:00
Kubernetes Prow Robot
e8b521e3ab
Merge pull request #5053 from kubernetes-sigs/dependabot/go_modules/functions/examples/application-cr/image/golang.org/x/net-0.7.0
...
Bump golang.org/x/net from 0.4.0 to 0.7.0 in /functions/examples/application-cr/image
2023-02-28 11:33:16 -08:00
dependabot[bot]
a4954d386a
Bump golang.org/x/net in /functions/examples/application-cr/image
...
Bumps [golang.org/x/net](https://github.com/golang/net ) from 0.4.0 to 0.7.0.
- [Release notes](https://github.com/golang/net/releases )
- [Commits](https://github.com/golang/net/compare/v0.4.0...v0.7.0 )
---
updated-dependencies:
- dependency-name: golang.org/x/net
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com >
2023-02-27 18:17:11 +00:00
Kubernetes Prow Robot
976193ce70
Merge pull request #5054 from kubernetes-sigs/dependabot/go_modules/cmd/depprobcheck/golang.org/x/net-0.7.0
...
Bump golang.org/x/net from 0.4.0 to 0.7.0 in /cmd/depprobcheck
2023-02-27 10:08:39 -08:00
dependabot[bot]
ee0b26601b
Bump golang.org/x/net from 0.4.0 to 0.7.0 in /cmd/depprobcheck
...
Bumps [golang.org/x/net](https://github.com/golang/net ) from 0.4.0 to 0.7.0.
- [Release notes](https://github.com/golang/net/releases )
- [Commits](https://github.com/golang/net/compare/v0.4.0...v0.7.0 )
---
updated-dependencies:
- dependency-name: golang.org/x/net
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com >
2023-02-27 16:35:34 +00:00
Kubernetes Prow Robot
78e310231e
Merge pull request #5065 from kubernetes-sigs/dependabot/go_modules/cmd/depprobcheck/golang.org/x/crypto-0.1.0
...
Bump golang.org/x/crypto from 0.0.0-20210921155107-089bfa567519 to 0.1.0 in /cmd/depprobcheck
2023-02-27 08:34:38 -08:00
Kubernetes Prow Robot
ffa554b371
Merge pull request #5064 from kubernetes-sigs/dependabot/go_modules/functions/examples/application-cr/image/golang.org/x/crypto-0.1.0
...
Bump golang.org/x/crypto from 0.0.0-20210921155107-089bfa567519 to 0.1.0 in /functions/examples/application-cr/image
2023-02-27 08:26:39 -08:00
dependabot[bot]
68a0fc95da
Bump golang.org/x/crypto in /cmd/depprobcheck
...
Bumps [golang.org/x/crypto](https://github.com/golang/crypto ) from 0.0.0-20210921155107-089bfa567519 to 0.1.0.
- [Release notes](https://github.com/golang/crypto/releases )
- [Commits](https://github.com/golang/crypto/commits/v0.1.0 )
---
updated-dependencies:
- dependency-name: golang.org/x/crypto
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com >
2023-02-25 03:30:10 +00:00
dependabot[bot]
9b43e76947
Bump golang.org/x/crypto in /functions/examples/application-cr/image
...
Bumps [golang.org/x/crypto](https://github.com/golang/crypto ) from 0.0.0-20210921155107-089bfa567519 to 0.1.0.
- [Release notes](https://github.com/golang/crypto/releases )
- [Commits](https://github.com/golang/crypto/commits/v0.1.0 )
---
updated-dependencies:
- dependency-name: golang.org/x/crypto
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com >
2023-02-25 00:50:47 +00:00
Kubernetes Prow Robot
adf760e246
Merge pull request #5058 from ephesused/optimize-gvk-version
...
perf: optimize Gvk.ApiVersion()
2023-02-21 11:57:56 -08:00
Kubernetes Prow Robot
7a89df8350
Merge pull request #5048 from cailynse/issue-5039
...
Remove Log Assignment to Stdout
2023-02-21 11:23:56 -08:00
Ed Overton
93d7511b38
perf: optimize Gvk.ApiVersion()
...
Convert Gvk.ApiVersion() from using strings.Builder to raw string
concatenation. The logic in Gvk.ApiVersion() is simple enough that
raw concatenation executes quicker and consumes less memory.
2023-02-21 11:02:57 -05:00
Cailyn Edwards
7c33fe30b7
Remove Log Assignment to Stdout
2023-02-21 10:53:22 -05:00
Kubernetes Prow Robot
22dbd3eb17
Merge pull request #5038 from KnVerey/unpin-modules
...
Update all modules to latest releases, but unpinned
2023-02-08 11:08:44 -08:00
Katrina Verey
51e2714408
Back to development mode; unpin the modules
2023-02-07 19:56:39 -05:00
Katrina Verey
d825beff27
Update all modules to latest releases
2023-02-07 19:56:11 -05:00
Katrina Verey
aa4eb59bb0
Fix constant reference in instructions
2023-02-07 19:54:58 -05:00
Katrina Verey
00d450cce7
Revert plugin exclusion to name sanity check
2023-02-07 19:47:21 -05:00
Kubernetes Prow Robot
a090ceac6c
Merge pull request #5026 from KnVerey/update_releasing_instr
...
Update releasing workflow
2023-02-07 13:14:58 -08:00
Katrina Verey
63c37b1780
Update releasing/README.md
...
Co-authored-by: Cailyn <cailyn.s.e@gmail.com >
2023-02-06 16:49:19 -05:00
Kubernetes Prow Robot
0fd385d719
Merge pull request #4946 from researchapps/add/github-token-install
...
add GitHub token to install_kustomize.sh
2023-02-02 13:58:42 -08:00
Katrina Verey
57d8583887
Fix lint errors
2023-02-02 14:25:20 -05:00
Katrina Verey
9c116e9031
Bespoke mod edits no longer needed if gorepomod pins all modules
2023-02-02 14:23:23 -05:00
Katrina Verey
e6c16a6ddc
Restore previous test-go-mod and commit changes
2023-02-02 14:20:13 -05:00
Katrina Verey
03669a1804
Improve error message and fix typo in iampolicygenerator module name
2023-02-02 14:15:40 -05:00
vsoch
3c44db8746
add GitHub token to install_kustomize.sh
...
Signed-off-by: vsoch <vsoch@users.noreply.github.com >
2023-02-02 12:08:20 -07:00
Katrina Verey
9a1a203b52
Update example targets
2023-02-02 12:28:37 -05:00
Katrina Verey
8b51c295a1
Allow gorepomod to update plugin mod files
2023-02-02 11:33:46 -05:00
Kubernetes Prow Robot
738ca56ccd
Merge pull request #5027 from KnVerey/remove-replaces
...
Remove leftover replace statements
2023-02-02 08:32:41 -08:00
Katrina Verey
f901b4a5fd
Remove leftover replace statements
2023-02-02 11:23:00 -05:00
Katrina Verey
4fff8399ea
Update releasing instructions
2023-02-02 11:22:00 -05:00
Katrina Verey
e532d6f1a1
Merge pull request #5025 from KnVerey/pinToApi
...
Update api to v0.13.1
2023-02-02 10:58:41 -05:00
Katrina Verey
db2a3800ed
Update api to v0.13.1
2023-02-02 10:45:39 -05:00
Kubernetes Prow Robot
183928e6ba
Merge pull request #5023 from KnVerey/issue4998
...
Fix regression with scp-style urls with only one path element
2023-02-01 23:41:29 -08:00
Katrina Verey
c0e2030905
Fix regression with scp-style urls with only one path element
2023-02-01 22:19:40 -05:00
Kubernetes Prow Robot
87c428e7cd
Merge pull request #5021 from KnVerey/module_version_v5
...
Bump kustomize module to v5
2023-02-01 17:03:29 -08:00
Katrina Verey
f5ad795995
Bump kustomize module to v5
2023-02-01 19:01:08 -05:00
Kubernetes Prow Robot
f851cc7181
Merge pull request #5020 from KnVerey/pinToCmdConfig
...
Pin to cmd config
2023-02-01 14:39:36 -08:00
Katrina Verey
7e3ad53890
Allow cloud build to authenticate to gh when generating changelog
2023-02-01 17:25:57 -05:00
Katrina Verey
5cdc080406
Update cmd/config to v0.11.0
2023-02-01 17:22:46 -05:00
Katrina Verey
10fb04cdf2
Merge pull request #5019 from KnVerey/pinToKyaml
...
Update kyaml to v0.14.0
2023-02-01 17:09:20 -05:00
Katrina Verey
ea8fc77f2f
Update kyaml in the secondary modules
2023-02-01 16:55:56 -05:00
Katrina Verey
e9507c940d
Update kyaml to v0.14.0
2023-02-01 16:44:34 -05:00
Katrina Verey
bea105d793
Merge pull request #5017 from KnVerey/fix-changelog-unauthed
...
Don't have empty string when no auth info
2023-02-01 16:30:39 -05:00
Katrina Verey
e4d7eaa479
Don't have empty string when no auth info
2023-02-01 16:28:20 -05:00
Kubernetes Prow Robot
85949329b8
Merge pull request #5015 from KnVerey/changelog-auth
...
Allow authenticated Github use in changelog script and improve error messages
2023-02-01 12:59:36 -08:00
Katrina Verey
0c34cf4192
Allow authenticated Github use in changelog script and improve error messages
2023-02-01 15:39:38 -05:00
Cailyn
95edcc0681
Update Versioning to Improve Output ( #5000 )
...
* Update Versioning to Improve Output
* Always get commit from build info, always get date and version from ldflag
* Just replace broken main output with semver and deprecate short flag as is
---------
Co-authored-by: Katrina Verey <katrina.verey@shopify.com >
2023-02-01 11:25:37 -08:00
Anna Song
9d8ed39d3d
Localize helm additionValuesFiles ( #5013 )
2023-02-01 10:39:20 -08:00
Natasha Sarkar
1957d5c746
support for more helm template args ( #4926 )
...
* support for more helm template args
* move templateArgs and unit tests to api/types
* undo package name change
* use our own simple helm chart instead of forking one
* add argument to AsHelmArgs
* code review
* lint errors
2023-02-01 10:19:05 -08:00
Anna Song
236166097e
Add localize command handle ( #4959 )
...
* Add localize command handle
* Align to kustomize command conventions
* Print success msg
2023-02-01 08:11:07 -08:00
Kubernetes Prow Robot
3370177b9d
Merge pull request #5012 from natasha41575/reponotfileerr
...
make TestResourcesRepoNotFile even less specific
2023-01-31 11:16:50 -08:00
natasha41575
c8b112c79f
make TestResourcesRepoNotFile even less specific
2023-01-31 12:58:55 -06:00
Katrina Verey
d91e31cf18
Run test-go-mod unpinned ( #5011 )
...
* Remove go module ci job
* Add script that runs go mod tidy with replace statements
* Invoke one script from the makefile and pass in the command to run in the pinned context
---------
Co-authored-by: Anna Song <annasong@google.com >
2023-01-31 09:56:48 -08:00
Kubernetes Prow Robot
00b0bd8473
Merge pull request #5010 from annasong20/expose-localize-dst
...
Expose path to `localize` destination
2023-01-30 18:36:48 -08:00
Anna Song
e2aff13587
Expose path to localize destination
2023-01-30 15:42:58 -08:00
Anna Song
361154dabc
Localize HelmChartInflationGenerator ( #5007 )
...
* Localize HelmChartInflationGenerator
* Add explicit inline generators test
2023-01-30 13:16:48 -08:00
Kubernetes Prow Robot
7db330d2cc
Merge pull request #5009 from kubernetes-sigs/no-partial-releases
...
Warn against partial releases
2023-01-30 13:04:49 -08:00
Katrina Verey
e9f47abcc1
Warn against partial releases
2023-01-30 15:48:58 -05:00
Kubernetes Prow Robot
58defe31e7
Merge pull request #4967 from pmalek/add-lock-for-kubernetesOpenAPIVersion
...
fix: add lock for kubernetesOpenAPIVersion
2023-01-27 17:54:32 -08:00
Kubernetes Prow Robot
ee4fb17170
Merge pull request #4989 from annasong20/localize-generators-configmap-secret
...
Localize ConfigMapGenerator, SecretGenerator
2023-01-27 14:22:39 -08:00
Anna Song
142360b0ed
Localize ConfigMapGenerator, SecretGenerator
2023-01-27 14:06:40 -08:00
Patryk Małek
f7c3fce6a5
fix(kyaml): add lock for schema related globals
2023-01-27 09:40:47 +01:00
Kubernetes Prow Robot
af3e8ee353
Merge pull request #5004 from cailynse/fix-runner-test
...
Make TestResourcesRepoNotFile Less Specific
2023-01-26 13:56:25 -08:00
Cailyn Edwards
90281a62e0
Make TestResourcesRepoNotFile Less Specific
2023-01-26 16:39:30 -05:00
Anna Song
fb294921f5
Localize helm fields ( #4978 )
...
* Localize helm fields
* Address readability feedback
* Handle edge cases
* Improve readability
Split copyChartHome and use existence to prevent repeated copying.
2023-01-26 12:56:26 -08:00
Kubernetes Prow Robot
af9a13111b
Merge pull request #4944 from ephesused/optimize-getannotations-2
...
Refactor mapping node traversal and optimize RNode.GetAnnotations and RNode.GetLabels
2023-01-26 12:18:25 -08:00
Kubernetes Prow Robot
279ad3e815
Merge pull request #4995 from KnVerey/follow-up-fixes
...
Follow up fixes
2023-01-24 15:48:10 -08:00
Kubernetes Prow Robot
96351a9278
Merge pull request #4990 from brianpursley/improve-panic-error
...
Improve panic error message to include the parse error.
2023-01-24 15:33:56 -08:00
Katrina Verey
8b21844b10
Do not use filepath.Separator for splitting URLs
2023-01-24 18:10:34 -05:00
Katrina Verey
d315600e5e
remove redundant type meta in tests
2023-01-24 17:59:36 -05:00
Kubernetes Prow Robot
8f75682b9c
Merge pull request #4834 from elisshafer/generators/retain_disable_suffix_hash
...
api/resource: retain disableNameSuffixHash on merge and replace
2023-01-24 09:50:19 -08:00
Kubernetes Prow Robot
659c0ee156
Merge pull request #4994 from annasong20/remove-git-suffix
...
Fix `RepoSpec` CI failures on master
2023-01-23 13:32:17 -08:00
Anna Song
298b87a223
Fix master
...
Fix RepoSpec build errors as result of merging 2 RepoSpec PRs in parallel
2023-01-23 13:21:55 -08:00
Kubernetes Prow Robot
a69092c4b7
Merge pull request #4986 from KnVerey/repospec_custom_usernames
...
repospec: support ssh urls with ssh certificates
2023-01-20 13:23:54 -08:00
Kubernetes Prow Robot
0a1aa7c2cb
Merge pull request #4985 from KnVerey/repospec-git-suffix
...
Proposal: Remove RepoSpec manipulation of .git suffix
2023-01-20 13:16:01 -08:00
Kubernetes Prow Robot
89d3ca1757
Merge pull request #4973 from KnVerey/remove-inventory-field
...
Remove long-ignored Inventory field from Kustomization type
2023-01-20 13:15:53 -08:00
Katrina Verey
d858ed82fa
Merge pull request #4992 from RahulGautamSingh/patch-1
...
fix(docs): update link to plugin doc
2023-01-20 13:11:12 -05:00
RahulGautamSingh
f47f897440
fix(docs): update link to plugin doc
2023-01-20 13:36:20 +05:30
Brian Pursley
ace8132edc
Improve panic error message to include the parse error.
2023-01-18 21:37:13 -05:00
Katrina Verey
2405da65d2
repospec: support ssh urls with ssh certificates
2023-01-17 23:25:07 -05:00
Katrina Verey
7e000aa820
Remove manipulation of .git suffix, which is just a conventional part of the directory name
2023-01-17 23:04:16 -05:00
Kubernetes Prow Robot
dbc11a43a8
Merge pull request #4983 from KnVerey/repospec_separators
...
Refactor parseGitURL
2023-01-17 17:22:34 -08:00
Kubernetes Prow Robot
def01f0af8
Merge pull request #4947 from Azhovan/jabar/allow-path-starting-forward-slash
...
feat: Allow path starting with slash
2023-01-17 13:04:33 -08:00
Kubernetes Prow Robot
ec4d1e802b
Merge pull request #4974 from annasong20/expose-localize-test-helpers
...
Expose localize test helpers
2023-01-17 12:28:41 -08:00
Anna Song
7899b80a00
Localize patch, ReplacementTransformer ( #4943 )
...
* Localize PatchStrategicMergeTransformer, ReplacementTransformer
* Improve readability
2023-01-17 12:28:34 -08:00
Katrina Verey
00208394d6
Refactor parseGitURL to consolidate code paths, improve error handling
2023-01-16 20:36:19 -05:00
Kubernetes Prow Robot
db7b057956
Merge pull request #4965 from olivierlemasle/puerkitobio-urlesc
...
Bump k8s.io/kube-openapi to remove archived dependency
2023-01-13 16:10:13 -08:00
Olivier Lemasle
aaf9d39975
Bump k8s.io/kube-openapi to remove archived dependency
...
Bump k8s.io/kube-openapi to remove archived dependency github.com/PuerkitoBio/urlesc
2023-01-13 20:50:59 +01:00
Cailyn
8ab4b8d167
remove direct dependency on github/pkg/errors ( #4970 )
2023-01-13 10:52:25 -08:00
Kubernetes Prow Robot
2b7eb6d92a
Merge pull request #4980 from KnVerey/outdated_sums
...
Uncommitted updates from running go mod tidy and go work sync
2023-01-13 10:02:26 -08:00
Katrina Verey
2b38c12c83
Add uncommitted plugin change and missing makefile dep
2023-01-13 12:53:35 -05:00
Katrina Verey
18a60ef036
Uncommitted updated from running go mod tidy and go work sync
2023-01-13 12:53:11 -05:00
Katrina Verey
d70315fed6
Remove Inventory field from Kustomization
...
This field has not done anything since v3.5.5. It was missed in the cleanup in https://github.com/kubernetes-sigs/kustomize/pull/2421
2023-01-12 19:11:44 -05:00
Anna Song
dc34520ac1
Expose localizer test helpers
...
Expose helpers for later use by localize command handle tests
2023-01-12 10:14:44 -08:00
Kubernetes Prow Robot
da5d572df2
Merge pull request #4954 from KnVerey/more_repospec
...
Iteration on parseHostSpec refactor
2023-01-10 13:25:26 -08:00
Katrina Verey
3134e9b0c2
Better SCP colon-must-be-after-slash test
2023-01-10 16:14:54 -05:00
Katrina Verey
c2885642d6
Remove unused param
2023-01-10 15:01:29 -05:00
Katrina Verey
a885ee12c6
Add test for behaviour of scp-like non-github that incorrectly uses slash
2023-01-09 17:32:29 -05:00
Katrina Verey
1a201ab913
do not validate against http+usernames after all
2023-01-09 17:25:10 -05:00
Katrina Verey
240282fc6f
Allow file paths that look like usernames
2023-01-09 17:15:40 -05:00
Kubernetes Prow Robot
445622147f
Merge pull request #4889 from fengshunli/vuln
...
fix: all module net and text dependent package CVE-2022-41717 and CVE-2022-32149 vulnerabilities
2023-01-09 11:45:29 -08:00
Katrina Verey
ddf14ea688
Deprecate git:: stripping
2023-01-09 13:18:11 -05:00
Katrina Verey
64d2366e87
Naming changes from rebase
2023-01-09 13:15:26 -05:00
Katrina Verey
06999462e7
Make Github less special
2023-01-09 13:13:28 -05:00
Katrina Verey
2591303430
Add test case from github docs
2023-01-09 13:13:28 -05:00
Katrina Verey
150134758f
Show change vs master on accepted but invalid ssh-like urls
2023-01-09 13:13:28 -05:00
Katrina Verey
43d96ba91b
Address feedback on correctness of SCP/username validations
2023-01-09 13:13:28 -05:00
Katrina Verey
4821259f01
Stop handling mysterious gh: prefix in remote URLs
2023-01-09 13:13:27 -05:00
Katrina Verey
7e6cc7aafb
Review feedback
2023-01-09 13:13:27 -05:00
Katrina Verey
dc05fa153f
Additional repospec refactoring
2023-01-09 13:13:27 -05:00
Anna Song
fbb94584dc
Refactor parseHostSpec
...
Fix ssh parsing in issue 4847
2023-01-09 13:13:25 -05:00
Kishore Jagannath
772fafa892
Rename Orgrepo and Path ( #4922 )
...
* initial changes to rename OrgRepo to RepoPath
* changes to rename Path to KustRootPath
* addressed review comments
* addressed review comments
* docs: Add documentation for namespace transformer
Add a short description of the namespace transformer and example
usage to examples/transformerconfigs/README.md.
References: #629
Signed-off-by: Lars Kellogg-Stedman <lars@oddbit.com >
* Localize patchesJson6902, patchesStrategicMerge, replacements (#4904 )
* Localize patchesJson6902, patchesStrategicMerge, replacements
* Address code review feedback
* Improve readability
* Remove deprecation warning check
* Load legacy kustomization fields for `localize` (#4918 )
* Load legacy kustomization
* Expose loadKustFile in kusttarget
* remove FixKustomizationPreUnmarshalling
* remove deprecated cfg and fn commands (#4930 )
* remove deprecated cfg and fn commands
* fix lint error
* run gofmt
* Localize PatchTransformer, PatchJson6902Transformer (#4920 )
* Localize patches, patchesJson6902 custom transformers
* Improve readability
* Localize fields: openapi, configurations, crds (#4907 )
* Localize openapi, configurations, crds
* Add integration test
* Move krusty test
* Address code review feedback
* Implement locRootPath (#4909 )
* Implement locRootPath, and include userinfo, port in locFilePath
* Strip userinfo, port
* Improve readability
* Localize legacy fields
* Localize resources (#4912 )
* Localize resources
* Improve readability
* Add integration tests
* Group test helper functions
* Remove Functionality that Pulls Env Variables from Empty Keys
* Update api/kv/kv.go
Co-authored-by: Katrina Verey <kn.verey@gmail.com >
* refactor Unmarshal Kustomization struct code
* improve error messages
* Run go mod tidy on all modules before update
* Update sigs.k8s.io/yaml to 1.3.0
* fixed test failure because of latest commits
Signed-off-by: Lars Kellogg-Stedman <lars@oddbit.com >
Co-authored-by: Lars Kellogg-Stedman <lars@oddbit.com >
Co-authored-by: Anna Song <annasong@google.com >
Co-authored-by: yugo kobayashi <kobdotsh@gmail.com >
Co-authored-by: Natasha Sarkar <natashasarkar@google.com >
Co-authored-by: Cailyn Edwards <cailyn.edwards@shopify.com >
Co-authored-by: Cailyn <cailyn.s.e@gmail.com >
Co-authored-by: Katrina Verey <kn.verey@gmail.com >
Co-authored-by: Katrina Verey <katrina.verey@shopify.com >
2023-01-09 08:45:29 -08:00
fsl
32f31c34ba
fix: all module net and text dependent package CVE-2022-41717 and CVE-2022-32149 vulnerabilities
...
Signed-off-by: fsl <1171313930@qq.com >
2023-01-09 11:27:35 +08:00
Kubernetes Prow Robot
9bc75c16d9
Merge pull request #4960 from KnVerey/update-sigs-yaml
...
Update sigs.k8s.io/yaml to v1.3.0
2023-01-06 13:37:27 -08:00
Katrina Verey
5be179305a
Update sigs.k8s.io/yaml to 1.3.0
2023-01-06 16:23:17 -05:00
Katrina Verey
cb6553430d
Run go mod tidy on all modules before update
2023-01-06 16:21:44 -05:00
Kubernetes Prow Robot
c6ca3ff799
Merge pull request #4929 from koba1t/refactor/cleanup_Unmarshal_kustomization
...
Error on duplicate fields in Kustomization
2023-01-06 10:37:59 -08:00
koba1t
6489e35b7c
improve error messages
2023-01-07 03:30:16 +09:00
Kubernetes Prow Robot
1308d905fa
Merge pull request #4957 from cailynse/update-configMapGenerator-4731
...
Remove Functionality that Pulls Env Variables from Empty Keys
2023-01-05 13:19:58 -08:00
Cailyn
6c79645fb0
Update api/kv/kv.go
...
Co-authored-by: Katrina Verey <kn.verey@gmail.com >
2023-01-05 14:39:02 -05:00
Cailyn Edwards
b7746d09e4
Remove Functionality that Pulls Env Variables from Empty Keys
2023-01-05 12:54:48 -05:00
Anna Song
06da3b96a2
Localize resources ( #4912 )
...
* Localize resources
* Improve readability
* Add integration tests
* Group test helper functions
2023-01-05 08:47:59 -08:00
Kubernetes Prow Robot
6949c83840
Merge pull request #4933 from annasong20/localize-legacy
...
Localize legacy fields
2023-01-04 09:06:03 -08:00
Jabar Asadi
368697f8ef
feat: Allow paths starting with slash
2022-12-26 17:18:08 +01:00
Anna Song
3022dd2931
Localize legacy fields
2022-12-22 17:21:16 -05:00
Anna Song
aec35009ed
Implement locRootPath ( #4909 )
...
* Implement locRootPath, and include userinfo, port in locFilePath
* Strip userinfo, port
* Improve readability
2022-12-22 12:15:26 -08:00
Anna Song
de6162625f
Localize fields: openapi, configurations, crds ( #4907 )
...
* Localize openapi, configurations, crds
* Add integration test
* Move krusty test
* Address code review feedback
2022-12-22 12:07:26 -08:00
Ed Overton
a0e94c1642
fix: correct visitMappingNodeFields
...
This commit adjusts visitMappingNodeFields so that it no longer assumes
the mapping node has unique keys.
2022-12-22 11:51:15 -05:00
Ed Overton
20b0d3c7ce
perf: optimize RNode GetAnnotations and GetLabels
...
This commit optimizes in three ways:
1. For heavily used functions, allocate memory to avoid overhead
associated with map and array re-sizing.
2. Where appropriate, limit annotation and label retrievals to only the
desired keys.
3. Adjust annotation and label retrieval to avoid unnecessary temporary
object creation.
2022-12-20 17:24:35 -05:00
Ed Overton
194a017c81
refactor: single function to visit mapping node content
...
Refactor mapping node content traversal so that all code paths execute
through the same root function.
2022-12-20 17:21:05 -05:00
Anna Song
a1bfab382a
Localize PatchTransformer, PatchJson6902Transformer ( #4920 )
...
* Localize patches, patchesJson6902 custom transformers
* Improve readability
2022-12-16 09:52:17 -08:00
Natasha Sarkar
ef60d5f9bb
remove deprecated cfg and fn commands ( #4930 )
...
* remove deprecated cfg and fn commands
* fix lint error
* run gofmt
2022-12-14 12:15:35 -08:00
yugo kobayashi
5fed0f76c8
refactor Unmarshal Kustomization struct code
2022-12-13 21:04:50 +00:00
Kubernetes Prow Robot
e3981daf0e
Merge pull request #4923 from koba1t/chore/remove_FixKustomizationPreUnmarshalling
...
Remove fix kustomization step before Unmarshalling the yaml structure
2022-12-13 12:11:35 -08:00
yugo kobayashi
faddb49c89
remove FixKustomizationPreUnmarshalling
2022-12-13 18:50:25 +00:00
Anna Song
4cccb838ce
Load legacy kustomization fields for localize ( #4918 )
...
* Load legacy kustomization
* Expose loadKustFile in kusttarget
2022-12-13 08:19:34 -08:00
Anna Song
292d18983d
Localize patchesJson6902, patchesStrategicMerge, replacements ( #4904 )
...
* Localize patchesJson6902, patchesStrategicMerge, replacements
* Address code review feedback
* Improve readability
* Remove deprecation warning check
2022-12-12 10:41:33 -08:00
Eli Shafer
2d854c46dd
resource/api: update test to use a more specific kustomization
2022-12-11 22:58:41 -08:00
Kubernetes Prow Robot
55edae1648
Merge pull request #4906 from larsks/docs/namespace-transformer
...
docs: Add documentation for namespace transformer
2022-12-09 13:27:35 -08:00
Lars Kellogg-Stedman
d5e1940fc2
docs: Add documentation for namespace transformer
...
Add a short description of the namespace transformer and example
usage to examples/transformerconfigs/README.md.
References: #629
Signed-off-by: Lars Kellogg-Stedman <lars@oddbit.com >
2022-12-09 14:05:16 -05:00
yugo kobayashi
ffd45f6893
Set go version on github actions from gowork file
2022-12-09 18:14:09 +00:00
Kubernetes Prow Robot
6cf7014b2c
Merge pull request #4919 from ChristopherFry/cfry/name-suffix-transformer
...
Allow overriding of name suffix transformer default configuration
2022-12-08 13:20:23 -08:00
Christopher Fry
8a6602db94
Allow name suffix transformer configuration to be overridden
2022-12-08 20:10:05 +00:00
Eli Shafer
24bf1d07e7
api/resource: add new test for inline options.
2022-12-07 22:18:37 -08:00
Eli Shafer
487703ee8f
api/resource: retain disableNameSuffixHash on merge.
2022-12-07 22:18:37 -08:00
Natasha Sarkar
2db573b6a0
drop support for legacy patches ( #4911 )
...
* drop support for legacy patches
* fix CI
2022-12-07 18:06:24 -08:00
Kubernetes Prow Robot
8a869f6045
Merge pull request #4882 from ChristopherFry/cfry/user-config-priority
...
Add test ensuring user configuration overrides default configuration
2022-12-06 22:46:38 -08:00
Kubernetes Prow Robot
c16957fc8f
Merge pull request #4908 from khrisrichardson/plugin/builtin/helmchartinflationgenerator/split
...
HelmChartInflationGenerator: split on yaml document end markers
2022-12-06 15:38:37 -08:00
Khris Richardson
03c1534c38
HelmChartInflationGenerator: split on yaml document end markers
2022-12-06 14:35:43 -08:00
Katrina Verey
903fbb6ed2
Wildcard support for creation in ReplacementTransformer ( #4886 )
...
* Ahead-of-time wildcard path expansion solution
* Wrapped PathGetter solution
This approach doesn't work when multiple existing sequence elements
should match, i.e. because the sequence contains maps and we're
searching on a key they all contain (target all containers with a certain
image would be one use case for this). PathGetter just takes the first
match in that case, which is not what we want.
* Add creation support to PathMatcher
* Regression test for existing bug when creation is enabled and sequence query should match multiple elements
* PathMatcher Create tests and support for sequence appending
* revert hyphen append support
PathGetter treats it as meaning 'last' not 'append' and does not have test coverage for its handling of this when create is set. Semantics are dubious given that multiple Replacement fieldPaths may be specified, which would cause successive appends.
* This also provides a solution to issue 1493
* Review feedback
2022-12-06 12:40:37 -08:00
Katrina Verey
2ed910abb0
Replacements should throw errors on invalid targets ( #4789 )
...
* Replacements should throw errors on invalid targets
* Refactor to satisfy complexity linter
* Move new tests to filter suite
2022-12-05 18:54:36 -08:00
Christopher Fry
570865baae
Address peer review
2022-12-05 23:06:50 +00:00
Anna Song
71eb865cea
Localize configMapGenerator, secretGenerator fields ( #4894 )
...
* Localize configMapGenerator, secretGenerator fields
* Improve readability
* Expose kv parseFileSource
* Add localizeGenerator to Localizer
* Improve and test ParseFileSource error messages
2022-12-02 15:31:53 -08:00
Yannis Zarkadas
a502717460
Make ordering configurable ( #4019 )
...
* api: Add new types for customizeable resource ordering
Signed-off-by: Yannis Zarkadas <yanniszark@arrikto.com >
* plugins: Implement SortOrderTransformer plugin
Implement the SortOrderTransformer plugin. This plugin allows the user
to customize the order that kustomize will output resources in.
The API for the plugin is the following:
sortOptions:
order: legacy | fifo
legacySortOptions:
orderFirst:
- {GVK}
orderLast:
- {GVK}
Signed-off-by: Yannis Zarkadas <yanniszark@arrikto.com >
* plugins: Add boilerplate and generate code for new SortOrderTransformer
Signed-off-by: Yannis Zarkadas <yanniszark@arrikto.com >
* build: Add option to denote if the reorder flag was set by the user
We want to take different actions if the reorder flag was set by the
user or filled by the default value. Thus, we propagate this information
from build to the krusty options.
Signed-off-by: Yannis Zarkadas <yanniszark@gmail.com >
* api/krusty: Ensure sort ordering works with CLI flag and kustomization
Sort order can be defined in two places:
- (new) kustomization file
- (old) CLI flag
We want the kustomization file to take precedence over the CLI flag.
Eventually, we may want to move away from having a CLI flag altogether:
https://github.com/kubernetes-sigs/kustomize/issues/3947
Case 1: Sort order set in kustomization file AND in CLI flag.
Print a warning and let the kustomization file take precedence.
Case 2: Sort order set in CLI flag only or not at all.
Follow the CLI flag (defaults to legacy) and reorder at the end.
Case 3: Sort order set in kustomization file only.
Simply build the kustomization.
Signed-off-by: Yannis Zarkadas <yanniszark@gmail.com >
* krusty: Add e2e test for SortOrderTransformer
Signed-off-by: Yannis Zarkadas <yanniszark@arrikto.com >
* plugins: Purge LegacyOrderTransformer
Signed-off-by: Yannis Zarkadas <yanniszark@gmail.com >
* Update go.work.sum
Signed-off-by: Yannis Zarkadas <yanniszark@gmail.com >
* review: Make review changes
Signed-off-by: Yannis Zarkadas <yanniszark@gmail.com >
Signed-off-by: Yannis Zarkadas <yanniszark@arrikto.com >
Signed-off-by: Yannis Zarkadas <yanniszark@gmail.com >
2022-12-02 13:59:53 -08:00
Kishore Jagannath
1e2e7bbc0b
Refactor 7 return values in parseGitUrl to RepoSpec(issue 4866, Task1) ( #4900 )
...
* initial commit to refactor 7 return values in parseGitUrl to RepoSpec
* fix review comments
2022-12-02 10:01:53 -08:00
Anna Song
e34d5b5608
Localize components ( #4867 )
2022-12-02 09:33:53 -08:00
Kubernetes Prow Robot
0f4f978956
Merge pull request #4895 from KnVerey/remove-local-last
...
Remove local-only resources at the last minute
2022-12-01 13:20:00 -08:00
Kubernetes Prow Robot
663b777910
Merge pull request #4892 from KnVerey/issue_forms
...
Use Github forms for issue templates
2022-12-01 13:19:53 -08:00
Kubernetes Prow Robot
3c8db55f53
Merge pull request #4901 from annasong20/clean-localizer
...
Clean `localizer`
2022-12-01 11:21:54 -08:00
Anna Song
b8611cf0a9
Refactor localizer code
...
* encapsulate kusttarget params
* change dst to string
* ConfirmDir
2022-12-01 09:53:46 -08:00
Kubernetes Prow Robot
588da7e392
Merge pull request #4852 from pacoxu/psp-cleanup
...
remove PSP as v1.25 remove it
2022-11-30 08:44:55 -08:00
Kubernetes Prow Robot
baf777c56e
Merge pull request #4893 from KnVerey/pluginator-linter-bug
...
Fix pluginator incompatibility with nolint lines
2022-11-30 08:32:55 -08:00
Katrina Verey
a612cd2b7e
Fix pluginator incompatibility with nolint lines
2022-11-30 11:22:10 -05:00
Paco Xu
37ad9b1d4e
remove PSP as v1.25 remove it
2022-11-30 10:16:39 +08:00
Katrina Verey
fb0f567b63
Remove local-only resources at the last minute
...
This allows name references to them to be correctly resolved
2022-11-29 19:05:16 -05:00
Kubernetes Prow Robot
f53d018302
Merge pull request #4885 from annasong20/contain-ldr-path
...
Contain `RepoSpec` path in repo
2022-11-29 14:35:08 -08:00
Kubernetes Prow Robot
d9d9785791
Merge pull request #4890 from brianpursley/kustomize-4628
...
merge2: preserve explicitly set null values
2022-11-29 12:35:08 -08:00
Katrina Verey
76fab6e7ba
Use Github forms for issue templates
2022-11-28 18:17:55 -05:00
Anna Song
832b552076
Load built-in plugins for kustomize localize ( #4869 )
...
* Load and filter built-in plugins
* Improve readability
* Process plugins as resources instead of bytes
* Throw error for validators
* Differentiate generators, transformers processing
* Enable validators
* add wrapper error
* improve documentation
2022-11-28 13:23:42 -08:00
Anna Song
0eff094faf
Calculate localized path for remote file ( #4878 )
...
* Calculate localized path for remote file
* Add documentation
2022-11-28 09:36:06 -08:00
Brian Pursley
1b7db20504
merge2: preserve explicitly set null values
...
Fixed bug where an explicitly set null value in yaml was
cleared, even when the patch did not operate on that field.
2022-11-26 16:33:14 -05:00
Claus F. Strasburger
adce67301b
install_kustomize: support linux/aarch64, with fallback to old behavior ( #4619 )
...
* install_kustomize: support linux/aarch64, with fallback to old behavior
* shellcheck
* Comments from first review
* Comments from review
* Review comments: message consistency
2022-11-24 10:20:04 -08:00
Kubernetes Prow Robot
a6eb8e8ce8
Merge pull request #4887 from KnVerey/statik_removal
...
Get rid of statik and fix failing tests
2022-11-23 19:00:04 -08:00
Katrina Verey
7f9f6140ff
Get rid of statik and fix failing tests
2022-11-23 20:34:38 -05:00
Anna Song
07063a2652
Prevent repoSpec path from exiting repo
2022-11-23 14:29:22 -08:00
Kubernetes Prow Robot
e5ab220821
Merge pull request #4868 from emirot/chore_upgrade_helm
...
chore: upgrade helm version
2022-11-21 18:26:13 -08:00
Christopher Fry
0c4f863bc5
Add test ensuring user configuration overrides default configuration
2022-11-21 23:39:45 +00:00
Kubernetes Prow Robot
78978723db
Merge pull request #4840 from oscr/update-golangci-lint
...
Update golangci-lint version (1.49.0 -> 1.50.1) and enable linters: dupword and testableexamples
2022-11-17 10:36:29 -08:00
Kubernetes Prow Robot
8ea5eb22f1
Merge pull request #4877 from KnVerey/go_1.19
...
Update to Go 1.19
2022-11-17 10:18:40 -08:00
Katrina Verey
91a2c2b1a4
Update to Go 1.19
2022-11-17 12:57:17 -05:00
Natasha Sarkar
62f0dab2ac
Merge pull request #4876 from KnVerey/new_token
...
Regenerate token and encrypt without newline (attempt 4)
2022-11-16 13:46:19 -06:00
Katrina Verey
d642b959cf
Regenerate token and encrypt without newline
2022-11-16 14:36:33 -05:00
Natasha Sarkar
d49f6e17ad
Merge pull request #4875 from KnVerey/new_token
...
Third try new token without newline
2022-11-16 13:25:32 -06:00
Katrina Verey
0de4e0ba11
Third try new token without newline
2022-11-16 14:24:20 -05:00
Natasha Sarkar
54569e4591
Merge pull request #4874 from KnVerey/token_again
...
New token, hopefully without trailing whitespace error
2022-11-16 13:12:49 -06:00
Katrina Verey
b2dc88447e
New token, hopefully without trailing whitespace error
2022-11-16 14:11:40 -05:00
Anna Song
314b8fbefa
Implement localizeFile() skeleton for patches ( #4865 )
...
* Implement localizeFile()
* Fix lint
* Address code review feedback
* Remove unnecessary String(), Error() with string formatters
* Remove processing of un-implemented methods
* Improve readability
* Remove unimplemented addLocalizeDir, hitsLocalizeDir
* Improve documentation
* Remove deprecated patchesJson6902 logic
2022-11-16 10:24:48 -08:00
Natasha Sarkar
c0840b6804
Merge pull request #4873 from KnVerey/new_token
...
Rotate token for cloud build
2022-11-16 10:58:14 -06:00
Katrina Verey
1eccbc4e30
Rotate token for cloud build
2022-11-16 11:54:33 -05:00
Anna Song
f79e16b352
Improve localizer readability ( #4860 )
...
* Replace '%s' with %q
* Change ambiguous cli-"Arg" suffix in func arg names
* Remove repetitive "loc" in names
* Apply readability changes to localizer
* Fix comment
2022-11-16 08:42:49 -08:00
Kubernetes Prow Robot
b20e611413
Merge pull request #4723 from koba1t/emit_a_warning_when_deprecated_fields_are_used
...
Emit a warning on build when deprecated fields are used
2022-11-16 08:32:50 -08:00
Kubernetes Prow Robot
e638e408b0
Merge pull request #4802 from oscr/the-the
...
grammar: replace all occurrences of "the the" with "the"
2022-11-16 08:22:48 -08:00
emirot
473c0a5f19
chore: upgrade helm version
2022-11-14 17:14:07 -08:00
Anna Song
84bd402cc0
Fix RepoSpec query extraction ( #4863 )
...
* Clean query processing
* Improve readability
* Remove redundant code
* Add comment
* Return path literal when not parsable
* Handle url.Parse() error in future
2022-11-14 09:38:41 -08:00
Kubernetes Prow Robot
e724e25fec
Merge pull request #4855 from koba1t/chore/add_koba1t_to_reviews
...
add koba1t to reviews
2022-11-10 14:22:09 -08:00
Anna Song
50e731a1d9
Implement localizer skeleton for kustomize localize ( #4859 )
...
* Add localizer outline
* Add localizer unit tests
* include previous change
* Add proper NewLocalizer, Localize unit tests
mock processKust
* Address code review feedback
* Make processKustFn public
* Remove mock testing
2022-11-10 09:24:54 -08:00
Anna Song
beb2825f82
Improve readability of ifc.Loader's Repo() method ( #4857 )
...
* Improve ldr Repo() method readability
* Change Repo() implementations and calls
* Improve readability of conditions in ldr.New()
* Fix details
2022-11-08 14:48:14 -08:00
Anna Song
6d9b54004e
Address TODO in PR #4652 ( #4856 )
...
* Address TODO in PR #4652
* Improve readability
2022-11-08 13:51:01 -08:00
yugo kobayashi
1f04fd2f23
add koba1t to reviews
2022-11-07 18:40:54 +00:00
Kubernetes Prow Robot
6ffd22a1f1
Merge pull request #4854 from koba1t/fix/failed_lint_on_master
...
fix: failed lint on master
2022-11-07 10:16:18 -08:00
yugo kobayashi
3e6ede9645
fix_failed_lint_on_master
2022-11-04 07:12:46 +00:00
Kubernetes Prow Robot
14f3cea24f
Merge pull request #4830 from summer-dev/update-swagto-v0.22.3
...
update kyaml's dependency swag to v0.22.3
2022-11-03 21:06:14 -07:00
sun min
f0f414d53a
e2econtainerconfig test failure
2022-11-04 10:34:37 +08:00
sun min
f9d553689e
update dependencies of libs using go workspace mode
2022-11-02 13:44:23 +08:00
summer-dev
69435e059a
Merge branch 'kubernetes-sigs:master' into update-swagto-v0.22.3
2022-11-02 09:46:51 +08:00
Oscar Utbult
e16b0f0dfc
Update golangci-lint version (1.49.0 -> 1.50.1) and enable linters dupword and testableexamples
2022-10-31 19:31:56 +01:00
Natasha Sarkar
997e6fcc63
fix TestRemoteLoad_LocalProtocol ( #4844 )
...
* remote load test fix
* fix spacing
2022-10-31 10:58:44 -07:00
Kubernetes Prow Robot
daf81df437
Merge pull request #4654 from aabouzaid/fix-krm-exec-function
...
fix: krm exec function working dir
2022-10-26 11:30:36 -07:00
Ahmed AbouZaid
3e447da6ef
proposal v2.1
2022-10-22 03:16:41 +02:00
Ahmed AbouZaid
ea21b37d67
proposal v2
2022-10-22 03:16:41 +02:00
Ahmed AbouZaid
d29febecb7
Fix krm exec function working dir
2022-10-22 03:16:41 +02:00
Ahmed AbouZaid
1b1e6ccab0
Test transformers krm exec function
2022-10-22 03:16:41 +02:00
Kubernetes Prow Robot
7ee6dd551d
Merge pull request #4733 from koba1t/feat/add_edit-fix_for_patchesStrategicMerge_to_patches
...
add `edit fix` for patchesStrategicMerge to patches
2022-10-21 14:57:57 -07:00
Kubernetes Prow Robot
ccb68aa881
Merge pull request #4820 from florianl/flo-preallocate
...
preallocate memory
2022-10-21 14:35:57 -07:00
sun min
1252e45576
update kyaml's go.mod and go.sum
2022-10-13 09:34:45 +08:00
summer-dev
19d163ca0f
update kyaml's dependency swag to v0.22.3
2022-10-12 21:30:12 +08:00
Kubernetes Prow Robot
bf7a0f9004
Merge pull request #4805 from aibarbetta/fix-4717
...
[address #4717 ] Re-do create template/metadata when using includeTemplates if not present
2022-10-11 09:23:02 -07:00
Kubernetes Prow Robot
3b1a711cee
Merge pull request #4826 from dvrkps/patch-1
...
update actions/checkout
2022-10-11 09:13:01 -07:00
Davor Kapsa
cd35e95560
update actions/checkout
2022-10-11 11:41:21 +02:00
Kubernetes Prow Robot
0a16b6cf40
Merge pull request #4808 from larsks/feature/no-hooks
...
Add support for helm --no-hooks flag
2022-10-10 11:51:22 -07:00
Agustina Barbetta
7b84613ad1
Use fewer labels to ease reading
2022-10-08 20:38:44 -03:00
Agustina Barbetta
d14dfb604c
Use WrapPrefixf
2022-10-08 20:37:24 -03:00
Agustina Barbetta
acba8fff62
Update api/krusty/inlinelabels_test.go
...
Co-authored-by: Katrina Verey <kn.verey@gmail.com >
2022-10-08 20:18:57 -03:00
Lars Kellogg-Stedman
38da7ca15c
Add support for helm --no-hooks flag
...
This commit adds the `skipHooks` option to the helm chart support in order
to expose the --no-hooks flag introduced to Helm in [1].
Using Kustomize to inflate a Helm chart would in some situations result in
different results than using `helm install`. This is because `helm
template`, by default, will render chart tests in the `templates/test`
directory, which can lead to undesired resources in the output.
See [2] for additional discussion.
[1]: https://github.com/helm/helm/pull/6444
[2]: https://github.com/helm/helm/issues/6443
Signed-off-by: Lars Kellogg-Stedman <lars@oddbit.com >
2022-10-07 17:14:06 -04:00
Kubernetes Prow Robot
9ef7ba9c95
Merge pull request #4663 from johnmanjiro13/handle-error-of-remove-annotation
...
fix: handle error of remove annotations
2022-10-07 08:19:53 -07:00
johnmanjiro13
4e7f4bce7b
feat: Wrap error
2022-10-07 18:14:59 +09:00
Kubernetes Prow Robot
f8f444d92a
Merge pull request #4819 from annasong20/add-reviewer
...
Add annasong20@ to reviewers list
2022-10-06 09:23:54 -07:00
Florian Lehner
c2312c4018
kyaml/yaml: preallocate memory
...
Signed-off-by: Florian Lehner <dev@der-flo.net >
2022-10-06 05:38:18 +02:00
Florian Lehner
0fbaa2d0e8
kyaml/sets: preallocate memory
...
Signed-off-by: Florian Lehner <dev@der-flo.net >
2022-10-06 05:37:41 +02:00
Anna Song
ae20497fd3
Add myself to reviewers list
2022-10-05 16:16:10 -07:00
Dani Santos
506dc4f9fe
migrate site content: contributing docs ( #4709 )
...
* migrate contributing docs
* modifies weight for ordering
* updates links and info based on feedback
* removes broken powershell link
* Update site/content/en/contribute/windows/_index.md
Co-authored-by: Katrina Verey <kn.verey@gmail.com >
* Update site/content/en/contribute/windows/_index.md
Co-authored-by: Katrina Verey <kn.verey@gmail.com >
* Update site/content/en/contribute/mac/_index.md
Co-authored-by: Katrina Verey <kn.verey@gmail.com >
* Update site/content/en/contribute/howitworks/_index.md
Co-authored-by: Katrina Verey <kn.verey@gmail.com >
* Update site/content/en/contribute/howitworks/_index.md
Co-authored-by: Katrina Verey <kn.verey@gmail.com >
* simplify build explanation
* removes windows docs
* removes community - duplicate
* update the tooling instructions
* point to proposal docs
* Update site/content/en/contribute/howitworks/_index.md
Co-authored-by: Katrina Verey <kn.verey@gmail.com >
2022-09-29 10:20:39 -07:00
Kubernetes Prow Robot
482e8930fc
Merge pull request #4809 from ephesused/issue-4793
...
convert PrevIds to use apiVersion instead meta
2022-09-27 14:21:50 -07:00
Ed Overton
d37fabf876
convert PrevIds to use apiVersion instead meta
...
Since PrevIds uses only the apiVersion information from the metadata,
change the retrieval from the full meta to just the apiVersion.
2022-09-27 14:03:59 -04:00
Agustina Barbetta
eb1529b516
use %w to format errors
2022-09-25 09:19:31 -03:00
Agustina Barbetta
c750c0089d
use fmt instead of errors
2022-09-25 09:07:47 -03:00
Agustina Barbetta
2b9ef61f88
error wraps for linter
2022-09-23 18:30:00 -03:00
Agustina Barbetta
344b257c1f
add tests for other kinds
2022-09-23 15:54:25 -03:00
Agustina Barbetta
e2196d9bd1
separate template specific field specs and use in includeTemplates
2022-09-23 15:11:59 -03:00
Kubernetes Prow Robot
65aeefd281
Merge pull request #4806 from koba1t/chore/update_golangci-lint_v1.49.0
...
update golangci-lint version to v1.49.0
2022-09-23 10:00:26 -07:00
yugo kobayashi
6ce230f2b2
fix testcases on runfn_test.go
2022-09-23 07:26:19 +00:00
yugo kobayashi
401cf9579c
update golangci-lint v1.49.0
2022-09-22 13:24:40 +00:00
Agustina Barbetta
4dcc040ec1
create template/metadata in includeTemplates if not present
2022-09-20 13:33:07 -03:00
Agustina Barbetta
662ccf1915
add test for resources with no template
2022-09-20 13:29:38 -03:00
Yunchi Luo
e62480d11c
Rewrite remoteload_test integration tests ( #4783 )
...
* Better error message when git clone fails
* support file:// URLs
* rewrite remoteload_test
* lint and test fix
* fixes for kverey's comments
* document file:// remote load
* replace assert with require where appropriate
* add tests for file:// without git suffix
* fixes plus pr review from natasha
* fixes for review, lint
* revert changes to error handling
* fix skipped test
2022-09-19 09:13:18 -07:00
Oscar Utbult
88cf251ef7
grammar: replace all occurrences of "the the" with "the"
2022-09-17 22:28:56 +02:00
Kubernetes Prow Robot
d6e40a3f6c
Merge pull request #4798 from annasong20/patch-1
...
Fix flaky
2022-09-16 10:23:21 -07:00
Anna Song
eb51117adf
Fix flaky
...
Disable submodules and increase timeout to prevent `localize` test that uses testdata from flaking.
2022-09-15 18:05:25 -07:00
yugo kobayashi
0d68e0c7be
add newline for fix.go
2022-09-12 17:56:11 +00:00
yugo kobayashi
7c2e8845ad
fix test with t.Run()
2022-09-12 17:47:33 +00:00
Kubernetes Prow Robot
ce18530656
Merge pull request #4791 from caproven/fix-4790
...
Performance fix for fetching previous resource IDs
2022-09-12 09:51:25 -07:00
Christian Provenzano
ca71736140
Wrap error in exported func
2022-09-09 20:27:28 -04:00
Christian Provenzano
e7d5f665b8
Fix redundant rnode metadata parsing
2022-09-09 19:25:59 -04:00
Kubernetes Prow Robot
6c587c9542
Merge pull request #4770 from jihoon-seo/220824_Fix_broken_links
...
Fix broken links
2022-09-09 08:49:22 -07:00
Kubernetes Prow Robot
56a47bd901
Merge pull request #4758 from koba1t/feature/emit_a_warning_to_ignore_plugin
...
Emit a warning when using missing field in FunctionSpec
2022-09-09 08:35:23 -07:00
johnmanjiro13
a8c0be49ae
fix: handle error of remove annotations
2022-09-05 16:27:59 +09:00
yugo kobayashi
e49bf52928
fix tests
2022-09-03 00:29:10 +00:00
yugo kobayashi
a54226e0a9
fix error handling
2022-09-03 00:29:10 +00:00
yugo kobayashi
f086269d6e
be build fail when parse failed to FunctionSpec
2022-09-03 00:29:10 +00:00
yugo kobayashi
e2e9181bed
add a warning to missing field in FunctionSpec
2022-09-03 00:29:10 +00:00
yugo kobayashi
21ee7f7125
Emit a warning when deprecated fields are used
2022-09-01 23:02:50 +00:00
yugo kobayashi
cbb61fc668
fix yaml in test
2022-09-01 22:41:24 +00:00
Kubernetes Prow Robot
23de1499c2
Merge pull request #4719 from oscr/remove-dot-from-short
...
Remove dots from short descriptions
2022-08-30 09:54:55 -07:00
Kubernetes Prow Robot
cb2636335f
Merge pull request #4779 from annasong20/locloader
...
Reinstate #4652 without url-related code
2022-08-30 08:13:01 -07:00
Kubernetes Prow Robot
c266537b27
Merge pull request #4777 from mightyguava/repospec-unit-tests
...
expand and clean up repospec_test
2022-08-29 18:11:03 -07:00
Anna Song
f80cf9f433
Reinstate #4652 without url-related code
...
Remove code that changes remotes-loading code path, as mandated by #4756
2022-08-29 16:57:15 +00:00
yugo kobayashi
032bf3338e
update checker code in patchStrategicMerge
2022-08-28 17:20:21 +00:00
yugo kobayashi
b4d25b1b26
add testcases
2022-08-28 15:45:47 +00:00
Yunchi Luo
d917876949
expand and clean up repospec_test
2022-08-27 14:30:10 -04:00
Kubernetes Prow Robot
14b7282ed8
Merge pull request #4775 from kubernetes-sigs/revert-4652-localize-file
...
Revert "Load and calculate Destination of files for `kustomize localize`"
2022-08-26 11:48:16 -07:00
Natasha Sarkar
8868d91670
Revert "Load and calculate Destination of files for kustomize localize ( #4652 )"
...
This reverts commit bf17fe1d8f .
2022-08-26 13:26:23 -05:00
Kubernetes Prow Robot
b6fae2a959
Merge pull request #4759 from mightyguava/enable-ssh-tests
...
Enable SSH tests
2022-08-26 09:14:25 -07:00
Kubernetes Prow Robot
a8388f473b
Merge pull request #4773 from natasha41575/openapitests
...
run openapi tests with other krusty tests
2022-08-26 08:36:24 -07:00
natasha41575
08918ea352
run openapi tests with other krusty tests
2022-08-26 09:01:44 -05:00
Yunchi Luo
5dcbd35e40
Enable SSH tests
2022-08-25 16:57:21 -04:00
Kubernetes Prow Robot
2e2674fa24
Merge pull request #4727 from KnVerey/improve_fieldspec_errors
...
Improve invalid node kind errors
2022-08-25 12:44:07 -07:00
Jihoon Seo
170eca7c52
Fix broken links
2022-08-24 17:25:29 +09:00
Anna Song
bf17fe1d8f
Load and calculate Destination of files for kustomize localize ( #4652 )
...
* Implement file localization for localize
Implement file localization for new command kustomize localize
* Patch file localization
Fix lint errors, address feedback, begin transition to file loader from
localizer
* Add Repo() to Loader
* Implement locLoader factory + cleanup
* Add domain to RepoSpec
Fix ssh relative url host parsing for non-github domain on the side
* Implement Load(), New(), Root(), Dst() for LocLoader
* Address repospec code review comments
* Address 1st round of code review feedback
* Address feedback #2
Removed localized path calculations to cover edge case and improve readability.
* Remove ldr Cleanup logging
* Address code review round #3
* Address code review feedback #4
2022-08-19 14:33:53 -07:00
Natasha Sarkar
a8010ac469
Merge pull request #4764 from KnVerey/update_go_yaml
...
Update internal go-yaml fork to v3.0.1
2022-08-17 16:45:50 -05:00
Katrina Verey
f66936f6bf
Internalize forked code
2022-08-17 16:09:05 -04:00
Natasha Sarkar
eb54c97947
fix leading newline issue
2022-08-17 16:09:05 -04:00
Natasha Sarkar
b84885d5c4
tests for compactSeqIndent
2022-08-17 16:09:04 -04:00
Natasha Sarkar
298d977ee7
add defaultSeqIndent method
2022-08-17 16:09:04 -04:00
Natasha Sarkar
d5a2009d3f
compact sequence indentation option
2022-08-17 16:09:04 -04:00
Katrina Verey
d0ae8fba13
Internal copy of go-yaml at f6f7691b1fdeb513f56608cd2c32c51f8194bf51
2022-08-17 16:09:03 -04:00
Katrina Verey
f8d1e778c7
Commit go.sum updates
2022-08-16 18:26:04 -04:00
Katrina Verey
1948af8190
Wrap an error and remove a nolint
2022-08-16 18:24:20 -04:00
Katrina Verey
79a9154cf8
Improve error message when namespace transformer is given invalid fieldspecs
...
Also remove invalid+ignored fieldspecs from the defaults
2022-08-16 18:18:44 -04:00
Robert Facciol
26fcafdb57
Getting started guide part 2 ( #4748 )
...
* rename overlays
* add further examples in first kustomization
* fix typo
* fix formatting
* fix typo
* fix formatting
* fix typos
* restore overlay names to production and staging in original content
* restore overlay names to production and staging in original content
* restore overlay names to production and staging in new content
* updated doc to use "you/your" vs "we/our", and updated to use US spelling
* fix capitalization
* Update site/content/en/docs/Getting started/first_kustomization.md
Co-authored-by: Katrina Verey <kn.verey@gmail.com >
* Update site/content/en/docs/Getting started/first_kustomization.md
Co-authored-by: Katrina Verey <kn.verey@gmail.com >
* add "patch:" for patches in kustomization, and add url link
* Update site/content/en/docs/Getting started/first_kustomization.md
Co-authored-by: Katrina Verey <kn.verey@gmail.com >
* fix typo
Co-authored-by: Katrina Verey <kn.verey@gmail.com >
2022-08-16 11:11:08 -07:00
Kubernetes Prow Robot
2ec4b971e9
Merge pull request #4754 from KnVerey/ioutil
...
Stop using deprecated ioutil functions
2022-08-16 09:15:08 -07:00
Kubernetes Prow Robot
1d44793d79
Merge pull request #4648 from sklirg/fix/example-readme-install-url
...
docs(examples): Fix URL to installation instructions in examples
2022-08-12 15:42:30 -07:00
Katrina Verey
55a37de686
Fix other linters on modified lines
2022-08-10 19:34:25 -04:00
Katrina Verey
f6b72077c8
Stop using deprecated ioutil functions
2022-08-10 18:22:46 -04:00
Katrina Verey
416eed97c4
Merge pull request #4753 from kubernetes-sigs/revert-4751-fix-4717
...
Revert "[address #4717 ] create template/metadata when using includeTemplates if not present"
2022-08-10 14:35:28 -04:00
Katrina Verey
5762794793
Revert "[address #4717 ] create template/metadata when using includeTemplates if not present"
2022-08-10 14:06:33 -04:00
Kubernetes Prow Robot
91e002a560
Merge pull request #4751 from aibarbetta/fix-4717
...
[address #4717 ] create template/metadata when using includeTemplates if not present
2022-08-10 11:00:26 -07:00
Agustina Barbetta
15545cc228
create template/metadata in includeTemplates if not present
2022-08-07 20:48:51 -03:00
yugo kobayashi
3f0c21304c
refactor edit fix test cases
2022-08-06 20:34:16 +00:00
yugo kobayashi
bb7ebe029c
support file path patch to patchesStrategicMerge
2022-08-06 20:28:48 +00:00
yugo kobayashi
64f42ea45f
add edit-fix for patchesStrategicMerge to patches
2022-08-06 20:28:48 +00:00
Natasha Sarkar
1b0fe2a078
update openapi scripts to fetch protobuffer schemas ( #4582 )
...
* update openapi scripts to fetch protobuffer schema
* code review
* code review
* restore makeOpenApiInfoDotGo.sh
* code review
2022-08-05 15:00:32 -07:00
Natasha Sarkar
56d82a8378
Merge pull request #4745 from natasha41575/pinToApi
...
pin to api v0.12.1
2022-08-02 11:28:01 -05:00
natasha41575
39dbdddb86
pin api to v0.12.1
2022-08-02 11:18:51 -05:00
Natasha Sarkar
27a1de1a19
Merge pull request #4744 from natasha41575/pinToCmdConfig
...
pin to cmd/config 0.10.9
2022-08-02 10:52:46 -05:00
natasha41575
7229f5fbed
pin to cmd/config 0.10.9
2022-08-02 10:46:18 -05:00
Natasha Sarkar
ba9d5ee16f
Merge pull request #4743 from natasha41575/PinToKyaml
...
Pin to kyaml v0.13.9
2022-08-02 10:37:42 -05:00
natasha41575
001b0c5fe5
pin to kyaml v0.13.9
2022-08-02 10:20:35 -05:00
Natasha Sarkar
bbeff6ddd6
prevent testing lib from being compiled in ( #4742 )
...
* remove testing dep from fsondisk
* code review
2022-08-01 14:26:29 -07:00
Kubernetes Prow Robot
e57b5d283f
Merge pull request #4739 from natasha41575/updateReleaseNum
...
update latest release number to 4.5.6
2022-07-29 14:21:12 -07:00
natasha41575
dbd719bd3f
update latest release number to 4.5.6
2022-07-29 16:05:15 -05:00
Natasha Sarkar
29ca6935bd
Merge pull request #4738 from natasha41575/pinToApi
...
pin to api v0.12.0
2022-07-29 15:32:26 -05:00
natasha41575
f5c70b3929
pin to api v0.12.0
2022-07-29 15:23:05 -05:00
Natasha Sarkar
b816903c93
Merge pull request #4737 from natasha41575/pinCmdConfig
...
pin cmd/config 0.10.8
2022-07-29 15:13:29 -05:00
natasha41575
d32fe662af
pin cmd/config 0.10.8
2022-07-29 15:06:34 -05:00
Natasha Sarkar
4b5fbf2b80
Merge pull request #4736 from natasha41575/pinToKyaml
...
pin to kyaml v0.13.8
2022-07-29 14:51:55 -05:00
Kubernetes Prow Robot
283f8ae0a5
Merge pull request #4735 from natasha41575/statik
...
update statik
2022-07-29 12:47:12 -07:00
natasha41575
f6a1e4af3b
pin to kyaml v0.13.8
2022-07-29 14:44:06 -05:00
Katrina Verey
e7fe132df8
Update netlify config ( #4732 )
...
* Update netlify config
* Update site/netlify.toml
2022-07-29 12:33:13 -07:00
natasha41575
631f623d9c
update statik
2022-07-29 14:30:18 -05:00
Kubernetes Prow Robot
19c467a924
Merge pull request #4734 from natasha41575/goSum
...
update go.sum files
2022-07-29 11:51:13 -07:00
natasha41575
afa2b52807
merge go.sum files
2022-07-29 13:42:32 -05:00
Kubernetes Prow Robot
30843e2dac
Merge pull request #4730 from KnVerey/env_bug_warning
...
Emit a warning when env loading bug is being relied on
2022-07-28 15:33:12 -07:00
Katrina Verey
2a3b645758
Emit a warning when env loading bug is being relied on
2022-07-28 18:04:48 -04:00
Kubernetes Prow Robot
b89cb92c2d
Merge pull request #4729 from natasha41575/colonInFSName
...
allow colon in filenames
2022-07-28 13:13:11 -07:00
natasha41575
9a6aad3ae4
allow colon in filenames
2022-07-28 14:52:28 -05:00
Kubernetes Prow Robot
c4b4a41913
Merge pull request #4704 from KnVerey/ns_transformer_options
...
Option to customize NamespaceTransformer role binding subject handling
2022-07-28 08:27:11 -07:00
Katrina Verey
0c37ee89af
Option to customize NamespaceTransfomer role binding subject handling
2022-07-27 23:12:55 -04:00
Kubernetes Prow Robot
6917214251
Merge pull request #4726 from AlexVulaj/update-install-kustomize-error-message
...
Update error message for m1 mac users trying to fetch older versions
2022-07-27 12:03:53 -07:00
Alex Vulaj
a3a3140e4c
Update hack/install_kustomize.sh
...
update error message to be more descriptive
Co-authored-by: Natasha Sarkar <natashasarkar@google.com >
2022-07-27 14:30:07 -04:00
Alex Vulaj
d244c8a8bb
Update error message for m1 mac users trying to fetch older versions
2022-07-27 13:54:04 -04:00
Oscar Utbult
d96e47cc38
Remove dots from short descriptions
2022-07-22 17:33:24 +02:00
Natasha Sarkar
2f2ba40876
replacements: fix issue with create: true option when there is an existing field ( #4667 )
...
* replacements: demonstrate broken behavior when using 'create: true' with an already existing field
* replacements: fix issue with 'create: true' option when there is an existing field
* Suggestion for PR 4667
* code review
* lint error
Co-authored-by: Katrina Verey <katrina.verey@shopify.com >
2022-07-15 14:31:49 -07:00
Kubernetes Prow Robot
ab09d27ec7
Merge pull request #4711 from koba1t/fix/docker_build_post-kustomize-push-images_with_dockerignore
...
[fix] failed docker build on post-kustomize-push-images CI
2022-07-14 14:00:40 -07:00
yugo kobayashi
5e95c6ab06
delete ./functionsfor .dockerignore
2022-07-14 20:35:25 +00:00
Katrina Verey
0c6e827ab8
Option to customize NamespaceTransformer overwrite behaviour ( #4708 )
...
* Option to customize NamespaceTransformer overwrite behaviour
* Code review feedback
2022-07-14 12:00:58 -07:00
Kubernetes Prow Robot
17cbd96667
Merge pull request #4705 from natasha41575/gowork
...
update release tools for go workspace mode
2022-07-11 17:56:51 -07:00
Kubernetes Prow Robot
0fce7d53a9
Merge pull request #4703 from KnVerey/name-ref-annotations
...
Fix NameReference transformer handling of self-references in annotations
2022-07-11 17:22:50 -07:00
Katrina Verey
68780b4c0c
Fix flakey test
2022-07-11 20:03:13 -04:00
Katrina Verey
04e1663b70
appendCsVAnnotation must mutate the annotations RNode in place
...
Otherwise, it is incompatible with filters like fieldSpec.Filter that recurse through a tree of RNodes. In the case of the bug this commit fixes, the leaf RNode is a metadata.annotation value field, and appendCsvAnnotation is called immediately before updating that leaf's value. If appendCsvAnnotation replaces the entire metadata.annotation RNode on the resource, the leaf RNode that gets updated is no longer attached to the resource.
Alternatively, `func (f Filter) setScalar` could be updated to change
the value of the leaf RNode BEFORE calling appendCsvAnnotation. However,
the modification of the entire metadata segment of the RNode in a
function that nominally just edits an annotation feels like a
side-effect prone to creating other difficult-to-debug situations,
beyond this ordering dependency.
2022-07-11 19:58:49 -04:00
natasha41575
ba77fd5b7f
update release tools for go workspace mode
2022-07-11 10:34:08 -07:00
Katrina Verey
77814ac12b
NameReferenceTransformer misses self references in annotations
2022-07-08 22:07:15 -04:00
Kubernetes Prow Robot
e1b6aa393a
Merge pull request #4692 from koba1t/chore/add_support_for_go_workspace_mode
...
[proposal] add support for go workspace mode
2022-07-08 10:29:47 -07:00
yugo kobayashi
3229c810cc
restore require sigs.k8s.io/kustomize/* in go.mod
2022-07-08 16:58:01 +00:00
Kubernetes Prow Robot
344d0eec83
Merge pull request #4700 from KnVerey/ns_transformer_err_on_ambiguous_ns
...
Correctly detect ambiguity between potential referrers when targeting a name+namespace reference
2022-07-07 15:48:37 -07:00
Katrina Verey
387c95be1f
Correctly detect ambiguity between potential referrers when targeting a name+namespace reference
2022-07-07 18:33:48 -04:00
yugo kobayashi
c02d0e502a
go work sync
2022-07-07 21:00:43 +00:00
yugo kobayashi
5806c6f4f7
Merge remote-tracking branch 'origin' into chore/add_support_for_go_workspace_mode
2022-07-07 20:54:10 +00:00
yugo kobayashi
396b693e1c
fix from lint error
2022-07-07 20:35:27 +00:00
Kubernetes Prow Robot
f95ea9e6a0
Merge pull request #4699 from koba1t/chore/update_go_1.18
...
Update to go 1.18
2022-07-07 13:32:38 -07:00
yugo kobayashi
8c4d35470a
restore cloudbuild.yaml
2022-07-07 20:25:52 +00:00
yugo kobayashi
6fb96b7d53
update go 1.18
2022-07-07 20:11:29 +00:00
Kubernetes Prow Robot
ca01b49614
Merge pull request #4698 from koba1t/chore/update_functions_examples_and_e2econtainerconfig
...
Update kyaml in functions/examples and e2econtainerconfig
2022-07-07 12:28:38 -07:00
yugo kobayashi
4653f5d9d3
update e2econtainerconfig
2022-07-07 18:56:50 +00:00
yugo kobayashi
bd67fc2781
update kyaml in functions/examples
2022-07-07 18:51:12 +00:00
yugo kobayashi
17af5d518f
rerun ci
2022-07-07 18:39:38 +00:00
yugo kobayashi
670cef4fd1
remove 'replace sigs.k8s.io/kustomize/*' and cleanup
2022-07-07 18:30:49 +00:00
yugo kobayashi
5c9adf248c
fix error handling and delete comment to e2econtainerconfig/main.go
2022-07-07 16:10:14 +00:00
yugo kobayashi
fd847108cd
refactor cmd/config/internal/commands/e2e
2022-07-06 16:03:47 +00:00
Kubernetes Prow Robot
d2ceab5f30
Merge pull request #4689 from Chever-John/doc/typo_error_first_kustomization
...
doc(first_kustomization): change the wrong command (I think)
2022-07-05 10:59:20 -07:00
Anna Song
86a84ca486
Address nits on localize proposal and correct mistakes ( #4668 )
...
* Address nits on #4590 and correct mistakes
* Flesh out remote target use case
Remove scope, add ref, add user story
2022-07-05 10:51:20 -07:00
yugo kobayashi
876ec8fa6b
update to go 1.18 in github-action
2022-07-05 17:40:44 +00:00
yugo kobayashi
2145d1984f
add missing test case
2022-07-05 02:53:32 +00:00
koba1t
92288a8a02
fix ci error
2022-07-05 06:40:30 +09:00
koba1t
a6449aa03f
try to fix e2econtainer test
2022-07-05 03:44:56 +09:00
koba1t
9c827f5362
restore ./cmd/config/internal/commands/e2e/e2econtainerconfig
2022-07-02 15:54:48 +09:00
koba1t
e201dbb31a
go work sync
2022-07-02 15:31:24 +09:00
koba1t
bc981fcbc3
merge upstream master
2022-07-02 15:18:26 +09:00
Kubernetes Prow Robot
8a729459aa
Merge pull request #4694 from annasong20/add-loc-tdata-remote
...
Add `localize` test data with remote reference
2022-06-30 14:22:44 -07:00
Anna Song
d1102fb726
Move demandDirectoryRoot into kyaml/filesys ( #4677 )
...
* Move demandDirectoryRoot into kyaml/filesys
* Make root directory platform-agnostic
Support windows root directory. Dogfood own error package.
* Use cleaner windows support implementation
* Address feedback
* Address feedback x2
* Re-apply go.sum changes to avoid CI errors
2022-06-30 11:12:07 -07:00
Anna Song
edb6294741
Add kustomization with remote reference
2022-06-30 17:21:23 +00:00
koba1t
175c99f9f6
try to update cmd/config/internal/commands/e2e/e2econtainerconfig code
2022-06-30 05:06:34 +09:00
koba1t
20a93fdd12
update functions/examples/template-go-nginx code and update go1.18
2022-06-30 03:05:00 +09:00
koba1t
0421c9fb50
update functions/examples/injection-tshirt-sizes code
2022-06-30 01:48:58 +09:00
koba1t
8c8a2125b7
update all go.mod to go1.18
2022-06-29 05:14:33 +09:00
koba1t
f39f914a98
add many pkgs for go.work
2022-06-29 03:32:54 +09:00
koba1t
c583f4164c
add support for go workspace mode
2022-06-28 23:42:56 +09:00
CheverJohn
6a7cecddd7
doc(first_kustomization): change the wrong command (I think)
2022-06-27 12:05:56 +08:00
Nuno Anselmo
d8efc15169
Adds commentary on expected/unexpected test output
2022-06-21 23:52:39 +01:00
Nuno Anselmo
86d48b2a95
Implements TestNamedspacedServiceAccounts with and without overlap
2022-06-21 23:07:54 +01:00
Davanum Srinivas
7e0fd02783
Switch github.com/xlab/treeprint to release tag : v1.1.0 ( #4675 )
...
* Switch github.com/xlab/treeprint to release tag : v1.1.0
Signed-off-by: Davanum Srinivas <davanum@gmail.com >
* fix test to reflect changes in the dependency
Signed-off-by: Davanum Srinivas <davanum@gmail.com >
2022-06-10 14:33:46 -07:00
Kubernetes Prow Robot
1c53932166
Merge pull request #4670 from prasadkatti/patch-1
...
Update broken links to glossary terms
2022-06-08 11:36:00 -07:00
Prasad Katti
721a905e13
Update broken links to glossary terms
2022-06-08 11:13:34 -07:00
Anna Song
3fdf88d10e
Allow tests to only run locally ( #4664 )
...
* Allow tests to only run locally
Allow tests that are flaky or currently unsupported on the server to run locally
* Address feedback
2022-06-08 10:04:23 -07:00
Kubernetes Prow Robot
4b19643b36
Merge pull request #4661 from annasong20/fileloader-require
...
fileloader_test: Replace lengthy t.Fatalf with require
2022-06-01 16:35:48 -07:00
Anna Song
b0b6c962dc
Replace lengthy t.Fatalf with require
2022-06-01 17:46:30 -04:00
Kubernetes Prow Robot
78191b45fb
Merge pull request #4611 from unrolled/unrolled-4338-overview-and-installation
...
Migrate site content: overview and installation
2022-06-01 08:47:07 -07:00
Natasha Sarkar
37a403fc65
Merge pull request #4650 from natasha41575/releaseUpdate
...
unpin modules and update latest release to 4.5.5
2022-05-23 20:11:27 +00:00
natasha41575
fd7e170b69
unpin modules and update latest release to 4.5.5
2022-05-23 12:47:59 -07:00
Håkon Solbjørg
afc1815f3f
docs(examples): Fix URL to installation instructions in examples
2022-05-23 12:06:04 +02:00
Natasha Sarkar
daa3e5e2c2
Merge pull request #4647 from natasha41575/increase_cpu
...
increase vm size for cloud build
2022-05-20 20:21:22 +00:00
natasha41575
12adc1ff95
increase vm size for cloud build
2022-05-20 13:20:58 -07:00
Natasha Sarkar
41283c4727
Merge pull request #4646 from natasha41575/pinToApi
...
Update api to v0.11.5
2022-05-20 19:34:52 +00:00
natasha41575
30740f87f1
Update api to v0.11.5
2022-05-20 12:26:43 -07:00
Natasha Sarkar
6c8db65a90
Merge pull request #4645 from natasha41575/pinToCmdConfig
...
Update cmd/config to v0.10.7
2022-05-20 19:14:52 +00:00
natasha41575
35b5b7554f
Update cmd/config to v0.10.7
2022-05-20 12:03:17 -07:00
Natasha Sarkar
6395344bcb
Merge pull request #4644 from natasha41575/pinToKyaml
...
Update kyaml to v0.13.7
2022-05-20 18:51:47 +00:00
natasha41575
4a3bb926c5
Update kyaml to v0.13.7
2022-05-20 11:43:49 -07:00
Kubernetes Prow Robot
ba5335cf48
Merge pull request #4635 from konrad945/master
...
Testing code leaked to production
2022-05-19 10:49:21 -07:00
Anna Song
03ac2e1ada
Proposal for new command "kustomize localize" ( #4590 )
...
* Propose kustomize localize
Write mini KEP proposal for new command kustomize localize.
* Incomplete commit
* Update proposal based on Katrina's feedback
Changes are summarized in comments in PR
* Address feedback in comments
2022-05-15 10:28:17 -07:00
Cory Jacobsen
2e036c24c2
Migrate site content: overview and installation
2022-05-13 19:53:38 +00:00
Kubernetes Prow Robot
1cf5b00af8
Merge pull request #4639 from annasong20/document-no-ports
...
Document urls cannot specify ports
2022-05-13 09:43:48 -07:00
Anna Song
9097f7b5a6
Document urls cannot specify ports
2022-05-13 09:15:30 -07:00
Kubernetes Prow Robot
0c8174544f
Merge pull request #4638 from annasong20/skip-more-flaky
...
Skip more flaky tests
2022-05-12 16:39:48 -07:00
Anna Song
a37572d193
Skip more flaky tests
2022-05-12 16:23:42 -07:00
konrad945
ba7315ca76
Update testing_test.go
2022-05-12 19:38:15 +02:00
konrad945
ddf768195c
Rename testing.go to testing_test.go
2022-05-12 16:43:27 +02:00
konrad945
b11cc3ae67
Fix comments
2022-05-12 16:42:28 +02:00
Kubernetes Prow Robot
22668eae16
Merge pull request #4634 from unrolled/unrolled-4338-copyright
...
Update copyright to match k8s docs site
2022-05-11 11:31:03 -07:00
Cory Jacobsen
02eb788b78
Update copyright to match k8s docs site
2022-05-11 16:59:24 +00:00
Anna Song
41fb6915b3
Document remote files in remoteBuild.md ( #4624 )
...
* Add file to remote build spec
* Address PR feedback
2022-05-10 11:21:43 -07:00
Kubernetes Prow Robot
596519d3f2
Merge pull request #4631 from annasong20/localize-test
...
Add test directory for command localize
2022-05-10 11:13:43 -07:00
Kubernetes Prow Robot
d3d92157fa
Merge pull request #4567 from mvgmb/master
...
Add support for remote OpenAPI schema
2022-05-10 11:01:43 -07:00
Anna Song
c83ebd9530
Add test directory for command localize
...
Create simple kustomization directory that `kustomize localize` can download as remote reference in test.
2022-05-10 10:58:33 -07:00
Kubernetes Prow Robot
c3b5d8fa19
Merge pull request #4629 from KnVerey/configure_templateparser
...
fn framework: bugfix for schema providers + configurable template extensions
2022-05-09 17:25:43 -07:00
Katrina Verey
7a773a3a48
Configure wrapcheck linter to recognize wrapping done by kyaml's errors package
2022-05-09 17:02:02 -04:00
Kubernetes Prow Robot
46d4934b68
Merge pull request #4606 from unrolled/unrolled-4338-config-site-setup
...
Configuring hugo settings to match cli-experimental settings
2022-05-06 12:13:04 -07:00
Kubernetes Prow Robot
d0ef2f70a1
Merge pull request #4627 from annasong20/remove-flaky-tests
...
Skip flaky tests
2022-05-06 11:31:04 -07:00
Anna Song
b8d2ff2afa
Fix TODO comment syntax
2022-05-06 09:24:23 -07:00
Anna Song
7e0158e1e9
Skip flaky tests
...
Skip tests that behave reliably locally, but are flaky on macOS server.
2022-05-06 08:12:39 -07:00
Agustina Barbetta
5948f6aa63
[Address #3937 ] Add labels to template/metadata if includeTemplates is true ( #4209 )
...
* add labels in template/metadata by default
* update comment
* fix kustomization labels test
* Add spec/template/metadata/labels when includeTemplate is true
* remove unnecessary test changes
* add error wrap
* Revert "add error wrap"
This reverts commit 0a203df83edb90a400b35d5521487b984619e919.
* add error wrap at template fieldSpec merge
2022-05-05 11:24:22 -07:00
Kubernetes Prow Robot
496a962a53
Merge pull request #4615 from annasong20/add-remote-resource-tests
...
Fix Issue #4588
2022-05-05 10:30:21 -07:00
Anna Song
17b42a99f5
Skip ssh tests
...
Skip ssh tests and correct error msg that's different on server.
2022-05-05 09:26:44 -07:00
Anna Song
271f393218
Address feedback
...
Change asserts to, on fail, fail tests. Address feedback on previous commit. Enable ssh to check if server has ssh keys.
2022-05-04 18:54:12 -07:00
Anna Song
c0dc68d6e7
Add url tests
...
Write comprehensive suite of integration tests for remote resources, as specified by Issue #4588
2022-05-03 13:53:03 -07:00
annelausf
188e35fbfd
Added code for fields with dots(.) in their names work as needed ( #4591 )
...
* Added code for fields with dots(.) in their names work as needed
Co-authored-by: sarjamil <sjamil@salesforce.com >
* Fixed imports
Co-authored-by: sarjamil <sjamil@salesforce.com >
* Removed comments
Co-authored-by: sarjamil <sjamil@salesforce.com >
* Fix filter method
Co-authored-by: sarjamil <sjamil@salesforce.com >
* Fixed failing tests
Co-authored-by: sarjamil <sjamil@salesforce.com >
* Remove comments
Add co-author to PR.
Co-authored-by: sarjamil <sjamil@salesforce.com >
* Add co-author to PR.
Co-authored-by: sarjamil sjamil@salesforce.com
Co-authored-by: sarjamil <sjamil@salesforce.com >
2022-05-02 14:30:33 -07:00
Kubernetes Prow Robot
233b6adf7e
Merge pull request #4605 from m-Bilal/fix-4559
...
Fix kustomize 4.5.3+ breaking remote resources (4559)
2022-05-02 13:34:31 -07:00
Cory Jacobsen
41296b9814
Configuring hugo settings to match cli-experimental
2022-04-27 17:12:30 +00:00
Mohd Bilal
66e4e1582b
fix kustomize 4.5.3+ breaking remote resources (4559)
2022-04-23 06:25:24 +00:00
Katrina Verey
2e230b4d4b
Regression test and fix for APIs that satisfy ValidationSchemaProvider but not Validator
2022-04-22 17:19:49 -04:00
Katrina Verey
bcae65770a
Configurable extensions for template parser
2022-04-21 18:28:13 -04:00
Mário Bezerra
d49e5aa5aa
Add tests for remote OpenAPI schema
2022-04-20 00:03:22 -03:00
Mário Bezerra
94af647556
Add support for remote OpenAPI schema
2022-04-19 23:58:04 -03:00
Natasha Sarkar
9d5491c2e2
fix containerized function mounts issue ( #4489 )
...
* fix containerized function mounts issue
* skip path test on windows
* move test out of temp dir
* update tests to deal with new working dir restrictions
* code review
2022-04-18 14:25:50 -07:00
Natasha Sarkar
cf89eae804
openapi parsing performance improvement with protobuffer ( #4568 )
...
* update necessary dependencies
* update openapi test structure
* remove old swagger files and generate new ones
* use protobuffer to parse openapi for performance improvement
2022-04-18 11:10:43 -07:00
Eng Zer Jun
9452a031ba
test: use T.TempDir to create temporary test directory ( #4587 )
...
* test: use `T.TempDir` to create temporary test directory
This commit replaces `ioutil.TempDir` with `t.TempDir` in tests. The
directory created by `t.TempDir` is automatically removed when the test
and all its subtests complete.
Prior to this commit, temporary directory created using `ioutil.TempDir`
needs to be removed manually by calling `os.RemoveAll`, which is omitted
in some tests. The error handling boilerplate e.g.
defer func() {
if err := os.RemoveAll(dir); err != nil {
t.Fatal(err)
}
}
is also tedious, but `t.TempDir` handles this for us nicely.
Reference: https://pkg.go.dev/testing#T.TempDir
Signed-off-by: Eng Zer Jun <engzerjun@gmail.com >
* test: fix `TestInit_noargs` on Windows
--- FAIL: TestInit_noargs (0.01s)
testing.go:1090: TempDir RemoveAll cleanup: remove C:\Users\RUNNER~1\AppData\Local\Temp\TestInit_noargs3136084632\001: The process cannot access the file because it is being used by another process.
Signed-off-by: Eng Zer Jun <engzerjun@gmail.com >
* test: fix `TestTreeCommandDefaultCurDir_files` on Windows
--- FAIL: TestTreeCommandDefaultCurDir_files (0.01s)
testing.go:1090: TempDir RemoveAll cleanup: remove C:\Users\RUNNER~1\AppData\Local\Temp\TestTreeCommandDefaultCurDir_files716679291\001: The process cannot access the file because it is being used by another process.
Signed-off-by: Eng Zer Jun <engzerjun@gmail.com >
* test: fix `TestCreateSetterCommand` on Windows
--- FAIL: TestCreateSetterCommand (13.27s)
--- FAIL: TestCreateSetterCommand/add_replicas (1.45s)
testing.go:1090: TempDir RemoveAll cleanup: remove C:\Users\RUNNER~1\AppData\Local\Temp\TestCreateSetterCommandadd_replicas176222064\001\k8s-cli-487197005.yaml: The process cannot access the file because it is being used by another process.
...
and all subtests
...
Signed-off-by: Eng Zer Jun <engzerjun@gmail.com >
* test: fix `TestCreateSubstitutionCommand` on Windows
--- FAIL: TestCreateSubstitutionCommand (4.16s)
--- FAIL: TestCreateSubstitutionCommand/substitution_replicas (1.30s)
testing.go:1090: TempDir RemoveAll cleanup: remove C:\Users\RUNNER~1\AppData\Local\Temp\TestCreateSubstitutionCommandsubstitution_replicas1352417113\001\k8s-cli-3183612276.yaml: The process cannot access the file because it is being used by another process.
...
and all subtests
...
Signed-off-by: Eng Zer Jun <engzerjun@gmail.com >
* test: fix `TestDeleteSetterCommand` on Windows
--- FAIL: TestDeleteSetterCommand (4.36s)
--- FAIL: TestDeleteSetterCommand/delete_replicas (1.31s)
testing.go:1090: TempDir RemoveAll cleanup: remove C:\Users\RUNNER~1\AppData\Local\Temp\TestDeleteSetterCommanddelete_replicas3949811929\001\k8s-cli-957077271.yaml: The process cannot access the file because it is being used by another process.
...
and all subtests
...
Signed-off-by: Eng Zer Jun <engzerjun@gmail.com >
* test: fix `TestDeleteSubstitutionCommand` on Windows
--- FAIL: TestDeleteSubstitutionCommand (2.35s)
--- FAIL: TestDeleteSubstitutionCommand/delete_only_subst_if_setter_has_same_name_-_long_ref (1.15s)
testing.go:1090: TempDir RemoveAll cleanup: remove C:\Users\RUNNER~1\AppData\Local\Temp\TestDeleteSubstitutionCommanddelete_only_subst_if_setter_has_same_name_-_long_ref2039728641\001\k8s-cli-1602861478.yaml: The process cannot access the file because it is being used by another process.
...
and all subtests
...
Signed-off-by: Eng Zer Jun <engzerjun@gmail.com >
* test: fix `TestSetCommand` on Windows
--- FAIL: TestSetCommand (13.76s)
--- FAIL: TestSetCommand/set_replicas (1.13s)
testing.go:1090: TempDir RemoveAll cleanup: remove C:\Users\RUNNER~1\AppData\Local\Temp\TestSetCommandset_replicas3781384539\001\k8s-cli-1030344459.yaml: The process cannot access the file because it is being used by another process.
...
and all subtests
...
Signed-off-by: Eng Zer Jun <engzerjun@gmail.com >
2022-04-18 09:32:41 -07:00
Dipto Chakrabarty
a464ed0c59
add tagsuffix to take image tag suffix ( #4364 )
...
* add tagsuffix to take image tag suffix
* add comments to warn about specifications
* add test and error handle
* fix indent
* update comment
* fix merge errors and return updates
* update image update and fix example
* fix yamls formats
remove tabs in yamls
fix space in image name
tag error in name
* fix spacing issue
format of yaml
set example as above
* spacing of spec in testing templates
* change to switch case
2022-04-14 10:00:47 -07:00
Kubernetes Prow Robot
ec212711d4
Merge pull request #4577 from koba1t/fix/replacement_wildcard_and_create_option_error_message
...
fix error message using replacement wildcard and create option
2022-04-13 13:44:46 -07:00
koba1t
2f2e14e953
fix lint error to nolint:goerr113
2022-04-13 12:43:35 +09:00
koba1t
ed72bb02d4
fix lint error
2022-04-13 05:20:53 +09:00
koba1t
02e0b38bb0
fix lint error
2022-04-13 05:09:52 +09:00
koba1t
01ab069bd2
fix error message
2022-04-13 04:55:21 +09:00
koba1t
cdc4a5083b
fix lint error
2022-04-12 12:53:58 +09:00
koba1t
5e84de2a89
fix errror message using replacement wildcard and create option
2022-04-12 05:14:24 +09:00
Kubernetes Prow Robot
e5041bae6f
Merge pull request #4576 from kubernetes-sigs/dependabot/github_actions/actions/setup-go-3
...
Bump actions/setup-go from 2 to 3
2022-04-11 10:14:06 -07:00
dependabot[bot]
0d600af35a
Bump actions/setup-go from 2 to 3
...
Bumps [actions/setup-go](https://github.com/actions/setup-go ) from 2 to 3.
- [Release notes](https://github.com/actions/setup-go/releases )
- [Commits](https://github.com/actions/setup-go/compare/v2...v3 )
---
updated-dependencies:
- dependency-name: actions/setup-go
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com >
2022-04-11 01:05:22 +00:00
Kubernetes Prow Robot
0989b26098
Merge pull request #4571 from KnVerey/releaser_1.18
...
Install goreleaser into go 1.18 image for build
2022-04-07 14:11:23 -07:00
Jennifer Cwagenberg
7888aef305
Raise error for external generators or transformers ( #4565 )
...
* Raise error if duplicate orgids for external transformers or external generators are configured
* Remove output of resources in error message
* Remove trailing newline
2022-04-06 15:46:25 -07:00
Katrina Verey
fe604fd3d1
Install goreleaser into go 1.18 image for build
2022-04-06 15:51:37 -04:00
Kubernetes Prow Robot
4fc02497ae
Merge pull request #4564 from KnVerey/rework_ci
...
Make CI much more effective
2022-04-06 12:36:26 -07:00
Katrina Verey
e96c38e3ab
Use verbose mode in all test runs
2022-04-05 15:56:32 -04:00
Katrina Verey
29104d6fa9
Ignore XML in license header script
2022-04-05 15:03:13 -04:00
Katrina Verey
df57e196d8
more makefile cleanup
2022-04-05 14:55:50 -04:00
Katrina Verey
f3c825f550
Make sure build targets all install into Go bin
2022-04-05 14:40:33 -04:00
Katrina Verey
03c94eabb7
Base makefile and root makefile target for functions/examples
2022-04-05 14:37:18 -04:00
Katrina Verey
c071cdaedd
More makefile cleanup
2022-04-05 14:31:17 -04:00
Katrina Verey
f68a0c50d9
less redundancy in presubmit
2022-04-04 20:50:56 -04:00
Katrina Verey
db34e923c5
rever meaning of verify kustomize target
2022-04-04 20:40:07 -04:00
Katrina Verey
df80b29694
Test other modules on all platforms
2022-04-04 20:14:49 -04:00
Katrina Verey
ea193328e3
Run all non plugin module builds
2022-04-04 19:23:08 -04:00
Katrina Verey
2d4bce5112
Do not run ineffective targets, do run all module tests
2022-04-04 18:13:00 -04:00
Katrina Verey
af06ae6b69
add kustomize module to tests that run on master
2022-04-04 17:47:33 -04:00
Katrina Verey
46875b6ac4
More makefile cleanup
2022-04-04 16:46:41 -04:00
Katrina Verey
0fa010c7e7
Add missing boilerplate
2022-04-04 14:24:04 -04:00
Katrina Verey
3e652d6fea
Add helpful error message to license check
2022-04-04 14:22:24 -04:00
Katrina Verey
f54014ce3b
Add latest to go install commands
2022-04-04 14:10:29 -04:00
Katrina Verey
08924dc2f5
Fix root var and add sanity check
2022-04-04 14:03:29 -04:00
Kubernetes Prow Robot
49c0ed1326
Merge pull request #4563 from turrisxyz/naveensrinivasan/set-permissions
...
Add permissions to GitHub actions
2022-04-01 15:18:09 -07:00
Katrina Verey
7440f974b8
Lint needs goimports
2022-04-01 18:02:15 -04:00
Katrina Verey
ab9b89213b
Delete duplicate copies of the license template
2022-04-01 17:56:06 -04:00
Katrina Verey
9fc012cc4e
Do not change what the presubmit does yet
2022-04-01 17:55:52 -04:00
Katrina Verey
877d72b10b
Run license check in CI
2022-04-01 17:42:59 -04:00
Naveen
c743f13d0d
Add permissions to GitHub actions
...
- Included permissions for the action. https://github.com/ossf/scorecard/blob/main/docs/checks.md#token-permissions
Setting token permissions to read-only follows the principle of least privilege. This is important because attackers may use a compromised token with write access to push malicious code into the project.
https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions#permissions
2022-04-01 16:34:21 -05:00
Katrina Verey
0d32543ebd
Makefiles for all modules
2022-04-01 17:31:34 -04:00
Kubernetes Prow Robot
28ee975948
Merge pull request #4543 from turrisxyz/dependabot
...
Included githubactions in the dependabot config
2022-04-01 09:44:46 -07:00
Katrina Verey
2a9adbeb1e
Makefile cleanup
2022-03-31 19:02:19 -04:00
Kubernetes Prow Robot
672c751715
Merge pull request #4560 from KnVerey/go1.18-tools
...
Update and re-enable linters
2022-03-31 10:59:02 -07:00
Katrina Verey
d3a7b9008b
Enable linting from specific rev in CI
2022-03-31 11:37:37 -04:00
Katrina Verey
b0d2e4bdcd
Enable more linters for new code
2022-03-31 11:37:26 -04:00
Katrina Verey
71bf0d5d14
Update full linter list and enable some easily resolved new ones
2022-03-31 11:37:26 -04:00
Katrina Verey
0a9c5cb0cf
Refactor to fix gocyclo complaint
2022-03-31 11:37:26 -04:00
Katrina Verey
ff4136b1a2
cmd/config linter updates
2022-03-31 11:37:26 -04:00
Katrina Verey
1567b96ed3
Replace protobuf dep flagged by linter as deprecated
2022-03-31 11:37:26 -04:00
Katrina Verey
14947e449b
Address new linter complaints
2022-03-31 11:37:26 -04:00
Katrina Verey
b368b347d1
Replace deprecated linters
2022-03-30 17:57:49 -04:00
Katrina Verey
5c359bda28
Go 1.18 compatibility updates
2022-03-30 17:57:48 -04:00
Natasha Sarkar
c94b5d8f25
Merge pull request #4553 from natasha41575/unpin
...
unpin modules and test against latest release
2022-03-28 17:45:50 -07:00
natasha41575
b699204a9e
unpin modules and test against latest release
2022-03-28 16:21:42 -07:00
Natasha Sarkar
cf3a452ddd
Merge pull request #4552 from KnVerey/version-mismatch
...
Copy of go 1.18 created version mismatch, reverting for now
2022-03-28 16:06:20 -07:00
Katrina Verey
faad014f96
Copy of go 1.18 created version mismatch, reverting for now
2022-03-28 19:03:47 -04:00
Natasha Sarkar
8e46ef57be
Merge pull request #4551 from KnVerey/pipe_fail
...
Debug exit 141 failure
2022-03-28 15:46:23 -07:00
Katrina Verey
458d48430a
Debug exit 141 failure
2022-03-28 18:45:07 -04:00
Kubernetes Prow Robot
3cecdc6214
Merge pull request #4550 from KnVerey/pinToApi
...
Update api to api/v0.11.4
2022-03-28 15:37:41 -07:00
Katrina Verey
7cac778866
Update api to api/v0.11.4
2022-03-28 18:27:12 -04:00
Katrina Verey
0aa379c228
Merge pull request #4549 from KnVerey/pinToCmdConfig
...
Update cmd/config to v0.10.6
2022-03-28 18:08:01 -04:00
Kubernetes Prow Robot
cd0f9b0c5b
Merge pull request #4548 from KnVerey/improve-logs
...
Improve logging for changelong builder
2022-03-28 15:07:41 -07:00
Katrina Verey
651f0c1097
Update cmd/config to v0.10.6
2022-03-28 17:57:06 -04:00
Katrina Verey
6348ea9515
Improve logging for changelong builder
2022-03-28 17:54:09 -04:00
Katrina Verey
4b64f1e0e8
Merge pull request #4547 from KnVerey/pinToKyaml
...
Update kyaml to v0.13.6
2022-03-28 17:25:47 -04:00
Katrina Verey
7306402cca
Update kyaml to v0.13.6
2022-03-28 17:07:02 -04:00
Natasha Sarkar
485f7d44d9
Merge pull request #4537 from KnVerey/release-updates
...
Converge local and cloud gorelease scripts, improve release notes
2022-03-28 13:41:02 -07:00
Katrina Verey
9e57ab72fc
Copy newer Go into goreleaser image
2022-03-28 16:29:24 -04:00
Natasha Sarkar
d17ef91d94
Merge pull request #4545 from film42/gt/add_missing_refs
...
Add more name refs to PodTemplate for ConfigMap and Secret
2022-03-28 13:21:55 -07:00
Garrett Thornburg
e97cecf9dc
Add more name refs to PodTemplate for ConfigMap and Secret
2022-03-28 14:00:17 -06:00
Katrina Verey
5833f4ca80
Make Goreleaser use the tag passed to the script
2022-03-28 14:37:29 -04:00
Katrina Verey
e86c479690
Converge local and cloud gorelease scripts, improve release notes
2022-03-28 13:43:18 -04:00
Naveen
d082c75b65
Included githubactions in the dependabot config
...
This should help with keeping the GitHub actions updated on new releases. This will also help with keeping it secure.
Dependabot helps in keeping the supply chain secure https://docs.github.com/en/code-security/dependabot
GitHub actions up to date https://docs.github.com/en/code-security/dependabot/working-with-dependabot/keeping-your-actions-up-to-date-with-dependabot
https://github.com/ossf/scorecard/blob/main/docs/checks.md#dependency-update-tool
Signed-off-by: naveensrinivasan <172697+naveensrinivasan@users.noreply.github.com >
2022-03-27 17:06:31 -05:00
Kubernetes Prow Robot
d2e59002ae
Merge pull request #4538 from natasha41575/kubeopenapiupgrade
...
move to google/gnostic v0.5.7-v3refs
2022-03-25 15:37:58 -07:00
natasha41575
c857ff8371
move to google/gnostic v0.5.7-v3refs
2022-03-25 15:05:18 -07:00
Kubernetes Prow Robot
866e84059f
Merge pull request #4541 from annasong20/bug4487
...
Added test for bug 4487: cannot parse keys with dots
2022-03-25 14:59:58 -07:00
Anna Song
497d2ee031
Added test for bug 4487: cannot parse keys with dots
2022-03-25 17:45:55 -04:00
Katrina Verey
c4febc59d5
Merge pull request #4536 from kubernetes-sigs/updateProwExamplesTarget
...
Test examples against latest release
2022-03-24 17:51:18 -04:00
Katrina Verey
19955e73ff
Test examples against latest release
2022-03-24 17:32:17 -04:00
Katrina Verey
271bf31ce9
Merge pull request #4535 from KnVerey/unpinEverything
...
Back to development mode; unpin the modules
2022-03-24 17:31:12 -04:00
Katrina Verey
809182c6b6
Back to development mode; unpin the modules
2022-03-24 17:07:20 -04:00
Katrina Verey
0dd3d84104
Merge pull request #4531 from KnVerey/update-release-instr
...
Update release instructions for kubectl integration
2022-03-24 17:04:27 -04:00
Natasha Sarkar
de6b978491
Merge pull request #4534 from KnVerey/add-git-to-builder
...
Add git to image build docker step
2022-03-24 13:47:55 -07:00
Katrina Verey
8fa8e14eeb
Add git to image build docker step
2022-03-24 16:42:39 -04:00
Natasha Sarkar
26b5e628cf
Merge pull request #4533 from natasha41575/pinToApi
...
Pin to api v0.11.3
2022-03-24 13:36:04 -07:00
natasha41575
80853c61b8
Pin to api v0.11.3
2022-03-24 13:34:47 -07:00
Natasha Sarkar
c5ff592810
Merge pull request #4532 from natasha41575/pinToCmdConfig
...
Pin to cmd/config v0.10.5
2022-03-24 13:16:34 -07:00
natasha41575
b9df5686f4
Pin to cmd/config v0.10.5
2022-03-24 13:15:30 -07:00
Katrina Verey
7ff87ef5b9
Update release instructions for kubectl integration
2022-03-24 16:07:02 -04:00
Natasha Sarkar
c4d38108cf
Merge pull request #4530 from natasha41575/pinToKyaml
...
Pin to kyaml v0.13.4
2022-03-24 13:01:01 -07:00
natasha41575
784ae5efa3
Pin to kyaml v0.13.4
2022-03-24 12:58:51 -07:00
Natasha Sarkar
e8640724a9
Merge pull request #4497 from m-Bilal/fix-3812
...
Fix 3812; Error message changed and check for MalformedYamlError
2022-03-24 09:55:44 -07:00
Shoshana Malfatto
7b0ec99d90
retain quotes in namespace transformer filter ( #4421 )
...
* check tag values for double quoting
* reuse setentry
* don't override single quotes in merge and fix cm generator immutable val
* get rid of comment
* starlark annotation tests
* don't commit test image changes
* set network to bool
* isSet bool
* updating e2e config tool
* leave createtag
* fn command failing unmarshal test
* fn command test
* don't set style in run-fs
* use setentry to set tag
* remove e2e test changes and make IsStringValue an RNode method
2022-03-23 14:25:19 -07:00
Kubernetes Prow Robot
fbfcb0479a
Merge pull request #4527 from yuwenma/cobra
...
Bump cobra dependency to pick up latest vulnerability solution
2022-03-23 14:05:20 -07:00
Yuwen Ma
3421fcf81e
bump dependency cobra to pick up latest vulnerability solution
2022-03-23 13:47:03 -07:00
Rafael Leal
97de780feb
Fix error during expansion of !!merge <<: anchor tags ( #4383 )
...
* WIP
* Fix merge corner cases
* Add test for explicit !!merge tag
* Fix tests
* Cleanup
* Cleanup
* Fix deanchoring lists
* Add test case for keeping comments
* Add MapEntrySetter and fix json marshalling after deanchoring
* Keep duplicated keys
* Move MergeTag definition to yaml alias
* Remove go-spew from api
* Add support for sequence nodes on merge tags
* Add docstring to MapEntrySetter.Key
* Add docstring to MapEntrySetter struct
* Add tests to MapEntrySetter
* Fix duplicate merge key
* Revert whitespace changes on forked go-yaml
* Remove AssocMapEntry function
* Refactoring merge order
* Return errors on VisitFields and PipeE
* Add tests for each non-conforming map merges
2022-03-23 09:36:17 -07:00
Robert Facciol
3490fb8716
Initial commit for a tutorial on getting started with kustomize ( #4516 )
...
* Initial commit for a tutorial on getting started with kustomize
* add build commands and update comment with name of the file
* Update site/content/en/docs/Getting started/first_kustomization.md
Co-authored-by: David Jacob <davidmjacob86@gmail.com >
* Update site/content/en/docs/Getting started/first_kustomization.md
Co-authored-by: David Jacob <davidmjacob86@gmail.com >
* fix typo
* Update site/content/en/docs/Getting started/first_kustomization.md
Co-authored-by: Natasha Sarkar <natashasarkar@google.com >
* Update site/content/en/docs/Getting started/first_kustomization.md
Co-authored-by: Natasha Sarkar <natashasarkar@google.com >
* Update site/content/en/docs/Getting started/first_kustomization.md
Co-authored-by: Natasha Sarkar <natashasarkar@google.com >
* Update site/content/en/docs/Getting started/first_kustomization.md
Co-authored-by: Natasha Sarkar <natashasarkar@google.com >
* Update site/content/en/docs/Getting started/first_kustomization.md
Co-authored-by: Natasha Sarkar <natashasarkar@google.com >
* Update site/content/en/docs/Getting started/first_kustomization.md
Co-authored-by: Natasha Sarkar <natashasarkar@google.com >
* Update site/content/en/docs/Getting started/first_kustomization.md
Co-authored-by: Natasha Sarkar <natashasarkar@google.com >
* Update site/content/en/docs/Getting started/first_kustomization.md
Co-authored-by: Natasha Sarkar <natashasarkar@google.com >
* updates following review
* updates to getting started guide
* Update site/content/en/docs/Getting started/first_kustomization.md
Co-authored-by: Katrina Verey <kn.verey@gmail.com >
* Update site/content/en/docs/Getting started/first_kustomization.md
Co-authored-by: Katrina Verey <kn.verey@gmail.com >
* updates to consolidate example into one folder
Co-authored-by: David Jacob <davidmjacob86@gmail.com >
Co-authored-by: Natasha Sarkar <natashasarkar@google.com >
Co-authored-by: Katrina Verey <kn.verey@gmail.com >
2022-03-22 13:21:58 -07:00
Kubernetes Prow Robot
2fe04496c2
Merge pull request #4485 from roopeshvs/master
...
Support for multiple replacements in a single file when replacing using path
2022-03-18 11:42:13 -07:00
Kubernetes Prow Robot
b0d7721049
Merge pull request #4513 from joebowbeer/patch-2
...
Update valueAdd.md
2022-03-17 11:54:42 -07:00
Kubernetes Prow Robot
18f22f10a3
Merge pull request #4511 from NoicFank/master
...
fix broken link
2022-03-17 11:12:54 -07:00
Kubernetes Prow Robot
3ae5aa9e13
Merge pull request #4494 from lack/replacement/string-int-autoconvert
...
Preserve scalar types when using the replacement filter
2022-03-16 10:06:19 -07:00
Kubernetes Prow Robot
48f21e920a
Merge pull request #4508 from DavidJacob/kustomize-io-website
...
New kustomize.io website
2022-03-10 15:33:08 -08:00
Joe Bowbeer
dcdefca70e
Update valueAdd.md
...
Signed-off-by: Joe Bowbeer <joe.bowbeer@gmail.com >
2022-03-10 23:29:45 +00:00
David Jacob
c64351aa01
Exclude site directory from go.mod search
2022-03-09 18:03:04 +01:00
David Jacob
c60979ee3e
Remove license and background image and moinitor wording changes
2022-03-09 17:47:29 +01:00
Jim Ramsay
cb80659c22
Preserve scalar types when using the replacement filter
...
Erasing the scalar type tag leads to unfortunate circumstances, in that
the resulting yaml code is valid yaml, but will not meet the object
spec.
For example, using the replacement transformer to take a port number as
a string from a ConfigMap and set a Pod port would previously end up
with:
- containerPort: "8080"
when the spec requires that this is not a string:
- containerPort: 8080
Added unit tests for conversion to and from integers and booleans, plus
creation from string and creation from integer.
The creation behavior needs some refinement in a future PR.
Signed-off-by: Jim Ramsay <i.am@jimramsay.com >
2022-03-09 06:39:12 -05:00
Dingzhu Lurong
b1086ac49b
fix broken link
2022-03-09 16:00:59 +08:00
David Jacob
1fcd66258f
Add the kustomize.io docsy template
2022-03-06 12:29:12 +01:00
roopeshvs
d1d578c392
support for multiple replacements in a single file
2022-03-04 12:46:45 +05:30
Kubernetes Prow Robot
f67dd5bbbd
Merge pull request #4504 from rob8714/remove-site-and-docs-folder-v2
...
Remove site and docs folder
2022-03-02 12:49:13 -08:00
Natasha Sarkar
ac5c51ba2c
Merge pull request #4503 from KnVerey/fix-more-links
...
Remove more links to defunct site
2022-03-02 11:57:26 -08:00
rob8714
53cc76fe43
added images folder to images that would break in README and additionally updated overlays.jpg to remove the reference to 'bases'
2022-03-02 20:37:39 +01:00
rob8714
07eb595eb2
Remove site folder
2022-03-02 20:34:00 +01:00
rob8714
8cb7acfdcb
Remove docs folder
2022-03-02 20:33:37 +01:00
Katrina Verey
975482390f
Remove more links to defunct site
2022-03-02 14:04:17 -05:00
Kubernetes Prow Robot
701695c343
Merge pull request #4499 from olegsu/fix-community-docs
...
fix: broken reference to roadmap objectives
2022-03-01 17:31:13 -08:00
Katrina Verey
8db1267983
Merge pull request #4502 from KnVerey/fix-links
...
Replace links to removed site
2022-03-01 20:02:22 -05:00
Katrina Verey
da7ec577b2
Replace links to removed site
2022-03-01 19:17:55 -05:00
Oleg Sucharevich
d17b171207
fix: broken reference to roadmap objectives
2022-03-01 20:11:32 +02:00
Kubernetes Prow Robot
70ce89d993
Merge pull request #4434 from jwmatthews/install_arch
...
Install arch appropriate build if the 'arch' command is present
2022-02-28 09:18:57 -08:00
Mohd Bilal
e25db3df2e
Test case updated
2022-02-27 09:11:00 +00:00
Mohd Bilal
3eae520532
test case added
2022-02-27 08:11:42 +00:00
Mohd Bilal
3ec7b10bc0
Error message corrected
2022-02-27 07:48:55 +00:00
Mohd Bilal
6dabba1d23
misspell corrected
2022-02-27 07:47:59 +00:00
Mohd Bilal
bd05631887
Error type MalformedYamlError created. api.internal.target.kusttarget.accumulateResources checks for this new error type
2022-02-27 07:21:16 +00:00
Kubernetes Prow Robot
6950a0d246
Merge pull request #4467 from KnVerey/fn-cfg-openapi-validation
...
fn framework: Enable validation using openAPI schema for functionConfig
2022-02-24 10:32:31 -08:00
Katrina Verey
c90504a19d
Enable validation using function config schema from KRMFunctionDefinition
2022-02-24 13:20:29 -05:00
Kyle Cronin
8dab94964f
Fix image name parsing with tag and digest ( #4406 )
...
* Fix image name parsing with name and digest
Image names may contain both tag name and digest. For example
`nginx:1.21.5@sha256:7826426c9d8d310c62fc68bcd5e8dde70cb39d4fbbd30eda3b1bd03e35fbde29`. Kustomizations with image transforms will not match
these image because the image parser assumes either a tag or digest, but not
both.
For a real life example of kuberenetes deployments that might need to perform
these types of transforms is from the [tekton-pipelines](https://github.com/tektoncd/pipeline ) project (see the release.yaml).
* Return digest property from image name parser
image.Split now returns 3 fields: name, tag, and digest. The tag and digest
fields no longer include their respective delimiters (`:` and `@`).
* Fix merge file indentation
* Refactor imagetag updater string builder
2022-02-16 09:02:37 -08:00
Kubernetes Prow Robot
ff40460d3b
Merge pull request #4424 from koba1t/feature/allow_setting_every_array_element_in_replacements
...
Allow setting every array element in replacements
2022-02-09 17:03:46 -08:00
Kubernetes Prow Robot
a7f4db7fb4
Merge pull request #4030 from thatsmydoing/url-format
...
Update supported URLs in remoteBuild.md
2022-02-09 16:37:47 -08:00
Natasha Sarkar
5d0762411c
Merge pull request #4468 from natasha41575/updateProwExamplesTarget
...
Test examples against latest release
2022-02-09 16:26:34 -08:00
natasha41575
b4e116346e
Test examples against latest release
2022-02-09 16:16:10 -08:00
Natasha Sarkar
9091919699
Merge pull request #4466 from natasha41575/pinToApi
...
Pin to api v0.11.2
2022-02-09 15:19:28 -08:00
natasha41575
702a56e2f1
Pin to api v0.11.2
2022-02-09 15:09:41 -08:00
Natasha Sarkar
00a9c59dd7
Merge pull request #4465 from natasha41575/pinToCmdConfig
...
Pin to cmd/config v0.10.4
2022-02-09 14:57:04 -08:00
natasha41575
4dfc2a9507
Pin to cmd/config v0.10.4
2022-02-09 14:44:37 -08:00
Sylvain Rabot
2f17803c0a
Fix pseudo git HTTP urls broken since 59c82659 ( #4453 )
...
* Fix pseudo git HTTP urls broken since 59c82659
Signed-off-by: Sylvain Rabot <sylvain@abstraction.fr >
* Add test for Git resources using HTTP URLs
Signed-off-by: Sylvain Rabot <sylvain@abstraction.fr >
2022-02-09 14:23:49 -08:00
koba1t
5ed96a34d7
rename IsMatchEveryIndex to IsWildcard
2022-02-10 05:13:29 +09:00
Kubernetes Prow Robot
14cb815b5d
Merge pull request #4452 from KnVerey/2022-roadmap
...
Commit 2022 roadmap presented to SIG-CLI
2022-02-07 23:30:54 -08:00
Kubernetes Prow Robot
a5df6f7fd9
Merge pull request #4387 from Neo2308/remove-exclude-statements
...
Remove exclude statements
2022-02-07 08:49:44 -08:00
John Matthews
4f5dfb5d42
Updating with 'uname -m'
2022-02-05 09:02:28 -05:00
Katrina Verey
6374d3d593
Commit 2022 roadmap presented to SIG-CLI
2022-02-04 12:25:34 -05:00
koba1t
22f9daa3ab
replacements allow to replace multi values
2022-02-04 04:09:50 +09:00
Natasha Sarkar
c3c7013f09
Merge pull request #4450 from natasha41575/updateProwExamplesTarget
...
Test examples against latest release
2022-02-02 14:12:00 -08:00
natasha41575
3277ff9dbf
Test examples against latest release
2022-02-02 12:02:01 -08:00
Natasha Sarkar
746bd18a8c
Merge pull request #4449 from natasha41575/pinToApi
...
Pin to api v0.11.1
2022-02-02 11:02:13 -08:00
natasha41575
d7763045ea
Pin to api v0.11.1
2022-02-02 11:01:54 -08:00
Kubernetes Prow Robot
30612cfd17
Merge pull request #4447 from KnVerey/update_release_instr
...
Update release instructions to check for blockers
2022-02-02 11:00:06 -08:00
Natasha Sarkar
3006846d67
Merge pull request #4448 from natasha41575/pinToCmdConfig
...
Pin to cmd/config v0.10.4
2022-02-02 10:45:53 -08:00
natasha41575
2f9617ff56
Pin to cmd/config v0.10.4
2022-02-02 10:45:22 -08:00
Natasha Sarkar
28b3e9fb9c
Merge pull request #4446 from natasha41575/pinToKyaml
...
Pin to kyaml v0.13.3
2022-02-02 10:41:19 -08:00
Katrina Verey
6a7caf4192
Update release instructions to check for blockers
2022-02-02 13:37:39 -05:00
natasha41575
32e13bdf66
Pin to kyaml v0.13.3
2022-02-02 10:36:53 -08:00
Kubernetes Prow Robot
fcfd30ca18
Merge pull request #4445 from KnVerey/ordering_regression_4388
...
Fix regression 4388
2022-02-02 09:58:21 -08:00
Katrina Verey
a86723c3a3
Fix regression 4388
2022-02-02 12:36:03 -05:00
Natasha Sarkar
01d7fae382
Merge pull request #4443 from natasha41575/updateProwExamplesTarget
...
Test examples against latest release
2022-02-01 16:43:20 -08:00
Natasha Sarkar
39349c4fbc
Merge pull request #4442 from natasha41575/unpinEverything
...
Back to development mode; unpin the modules
2022-02-01 16:43:07 -08:00
natasha41575
836a721a47
Test examples against latest release
2022-02-01 16:33:47 -08:00
natasha41575
78e8d4318a
Back to development mode; unpin the modules
2022-02-01 16:32:40 -08:00
Natasha Sarkar
67591762a6
Merge pull request #4441 from natasha41575/pinToApi
...
Pin to api v0.11.0
2022-02-01 16:18:57 -08:00
natasha41575
f38648df34
Pin to api v0.11.0
2022-02-01 16:08:14 -08:00
Natasha Sarkar
d46bb0a453
Merge pull request #4440 from natasha41575/pinToCmdConfig
...
Pin to cmd/config v0.10.3
2022-02-01 15:45:47 -08:00
natasha41575
939545a007
Pin to cmd/config v0.10.3
2022-02-01 15:29:55 -08:00
Natasha Sarkar
fb768687ea
Merge pull request #4439 from KnVerey/update-year
...
Miscellaneous cleanup
2022-02-01 15:10:19 -08:00
Katrina Verey
7bc51153d0
Add missing header
2022-02-01 18:06:27 -05:00
Natasha Sarkar
2b3d9dd67b
Merge pull request #4438 from natasha41575/pinToKyaml
...
Pin to kyaml v0.13.2
2022-02-01 14:51:46 -08:00
Katrina Verey
98fce99f96
Commit missing go.sum updates
2022-02-01 17:42:37 -05:00
Katrina Verey
3c1e695f3f
Update year in all the addlicense targets
2022-02-01 17:41:44 -05:00
natasha41575
91ff4eefb2
Pin to kyaml v0.13.2
2022-02-01 14:41:11 -08:00
Kubernetes Prow Robot
f0c0d931fe
Merge pull request #4437 from natasha41575/fixMake
...
fix test-unit-kustomize-api
2022-02-01 14:25:49 -08:00
natasha41575
f5b2b751eb
fix test-unit-kustomize-api
2022-02-01 14:16:00 -08:00
Kubernetes Prow Robot
cfd9278fd8
Merge pull request #4431 from sdowell/implement-trackable-filters
...
Implement trackable filters
2022-02-01 10:14:10 -08:00
koba1t
b79d77a8a7
add replacements every element match test
2022-01-30 18:52:53 +09:00
John Matthews
91f65b3441
Install arch appropriate build if the 'arch' command is present
2022-01-29 11:17:48 -05:00
Sam Dowell
ba55d95542
feat: implement TrackableFilter for suffix
...
This change updates the suffix filter to implement the TrackableFilter
interface. This provides the functionality for the user to track which
fields were updated by the suffix filter.
2022-01-28 21:25:35 +00:00
Sam Dowell
851b3fc28c
feat: implement TrackableFilter for replicacount
...
This change updates the replicacount filter to implement the
TrackableFilter interface. This provides the functionality for the
user to track which fields were updated by the replicacount filter.
2022-01-28 21:25:34 +00:00
Sam Dowell
90493ec374
feat: implement TrackableFilter for prefix
...
This change updates the prefix filter to implement the TrackableFilter
interface. This provides the functionality for the user to track which
fields were updated by the prefix filter.
2022-01-28 21:25:34 +00:00
Sam Dowell
51b767b06e
feat: implement TrackableFilter for namespace
...
This change updates the namespace filter to implement the TrackableFilter
interface. This provides the functionality for the user to track which
fields were updated by the namespace filter.
2022-01-28 21:25:34 +00:00
Sam Dowell
e3160373f0
test: add testutil for mutation tracker
...
This change provides a common test util for a mutation tracker stub.
This is intended to reduce the duplicated boilerplate as additional
filters implement the TrackableFilter interface.
2022-01-28 21:25:34 +00:00
Kubernetes Prow Robot
a5b61016bb
Merge pull request #4425 from sdowell/fieldspec-sequencenode-fieldpath
...
fix: set FieldPath for SequenceNode elements
2022-01-27 10:22:00 -08:00
Kubernetes Prow Robot
d62cc6d6a2
Merge pull request #4426 from KnVerey/update-maintainers
...
Update owners file
2022-01-26 17:44:51 -08:00
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
Sam Dowell
9abf5fca3c
fix: set FieldPath for SequenceNode elements
...
The FieldPath was not being set for nodes underneath a SequenceNode
during fieldspec's traversal. This is in part because handleSequence
uses VisitElements in contrast to a PathGetter as is done by handleMap.
The accuracy of FieldPath is more relevant now with the recently added
support of mutation trackers in filtersutil. This change fixes the
case where a mutation tracker callback is called on a SequenceNode
element and the node does not have an accurate FieldPath value.
2022-01-26 23:33:25 +00:00
koba1t
26b9af0379
Allow setting every array element in replacements
2022-01-27 06:17:23 +09:00
Kubernetes Prow Robot
c65ef489ca
Merge pull request #4418 from sdowell/imagetag-trackable-filter
...
Imagetag trackable filter
2022-01-25 14:15:41 -08:00
Kubernetes Prow Robot
c754eadabc
Merge pull request #4396 from mengqiy/oabench
...
Add benchmark test for parsing openapi in protobuf format
2022-01-25 12:23:42 -08:00
Mengqi Yu
816e2365bf
Add benchmark test for parsing openapi in protobuf format
2022-01-25 12:10:25 -08:00
Sam Dowell
302cc866ad
implement TrackableFilter interface with imagetag
...
This change updates the imagetag filter to implement the TrackableFilter
interface. This provides the functionality for the user to track which
fields were updated by the imagetag filter.
2022-01-24 22:42:48 +00:00
Sam Dowell
bf97d23a00
refactor: use SetScalar in imagetag filter
...
This change refactors imagetag to reuse the abstraction provided by
filtersutil. This change is intended to make imagetag more consistent
with other filters by using the same layer of abstraction (filtersutil),
and to prepare for upcoming changes which are planned to be implemented
at the filtersutil layer.
2022-01-24 22:02:16 +00:00
sdowell
3687250ca2
Add TrackableFilter interface ( #4410 )
...
* add kio filter interface
This interface is an extension of the Filter interface which can be used
for filters which are capable of tracking which fields they mutate.
* add TrackableSetter struct to filtersutil
This struct provides an abstraction to help Filters implement the
TrackableFilter interface
* implement TrackableFilter with annotations
This updates the annotations filter to implement the TrackableFilter
interface by reusing the TrackableSetter abstraction provided by
filtersutil.
This is done to provide a generic and consistent experience across the
filters
* implement TrackableFilter with labels
This updates the labels filter to implement the TrackableFilter
interface by reusing the TrackableSetter abstraction provided by
filtersutil.
This is done to provide a generic and consistent experience across the
filters
2022-01-24 11:05:32 -08:00
Kubernetes Prow Robot
69e5228264
Merge pull request #4411 from koba1t/fix_run-fns_command_help_message_typo
...
fix deprecated help message to `kustomize fn run --help`
2022-01-21 10:59:20 -08:00
koba1t
7af5ce56bd
fix deprecated command on run-fns help docs
2022-01-21 08:39:59 +09:00
Kubernetes Prow Robot
d711b275f0
Merge pull request #4373 from natasha41575/TransformerAnnotationsFull
...
set transformer annotations when the option is specified
2022-01-19 21:47:51 -08:00
natasha41575
9577d61167
move origin to be an attribute of KustTarget
2022-01-19 17:26:19 -08:00
natasha41575
2c23b960ff
set transformer annotation when the option is specified
2022-01-19 17:17:47 -08:00
Kubernetes Prow Robot
6e5d2674ce
Merge pull request #4377 from natasha41575/managedBy
...
deprecate enable-managedby-label flag in favor of a field
2022-01-19 17:03:51 -08:00
natasha41575
2554d690c8
deprecate enable-managedby-label flag in favor of a field
2022-01-19 16:53:27 -08:00
Katrina Verey
cec9298b2d
Update owners file to reflect active contributors
2022-01-18 22:32:01 -05:00
Thomas Dy
54ae9ba9fc
Update supported URLs in remoteBuild.md
2022-01-18 17:27:30 +09:00
Neo2308
b73dfe7f35
Remove exclude statements
2022-01-14 16:49:02 +05:30
Kubernetes Prow Robot
6e82b210a9
Merge pull request #4385 from kubernetes-sigs/revert-4329-configMapIssue
...
Revert "[fix] configMapGenerator: extra space in end of line gives "\n" instead of line breaks"
2022-01-12 11:52:13 -08:00
Natasha Sarkar
b0636459dd
Revert "[fix] configMapGenerator: extra space in end of line gives "\n" instead of line breaks"
2022-01-12 09:30:41 -08:00
Kubernetes Prow Robot
13e26004fd
Merge pull request #4357 from natasha41575/TransformerAnnotations
...
define methods, types, and unit tests for transformer annotations
2022-01-10 15:32:28 -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
Kubernetes Prow Robot
1c5ce6975f
Merge pull request #4312 from m-Bilal/fix-4240
...
Fixes 4240; added null check on namespace when resource is a RoleBinding
2022-01-10 09:43:13 -08:00
Rollo
fe99674fcd
Fix helm globals
2022-01-10 10:54:20 +00:00
m-Bilal
7674c220b1
Improved error message and test cases for 4240
2022-01-09 19:05:49 +05:30
Kubernetes Prow Robot
469ae33b50
Merge pull request #4369 from sdowell/labels-filter-set-entry
...
feat: add SetEntryCallback to labels filter
2022-01-06 16:06:30 -08:00
Sam Dowell
fbd949a95d
feat: add SetEntryCallback to labels filter
...
Add a configurable callback that is invoked each time a label is applied
by the labels filter. This is useful for scenarios such as tracking
labels as they are applied.
2022-01-06 01:01:09 +00:00
Kubernetes Prow Robot
c996d1fcab
Merge pull request #4367 from natasha41575/KubectlInstructions
...
instructions for how to upgrade kustomize in kubectl
2022-01-04 18:14:33 -08:00
natasha41575
41917ca588
instructions for how to upgrade kustomize in kubectl
2022-01-04 17:47:47 -08:00
Kubernetes Prow Robot
37668d87c4
Merge pull request #4361 from natasha41575/EditAddGenerator
...
add kustomize edit add generator command
2022-01-04 17:24:32 -08:00
natasha41575
92197fda9e
add kustomize edit add generator command
2022-01-04 15:26:46 -08:00
m-Bilal
ff7b2f20d5
Throwing error instead of silently ignoring invalid input
2022-01-01 21:52:37 +05:30
Kubernetes Prow Robot
59c8268245
Merge pull request #4334 from sylr/handle-http-errors
...
Handle HTTP error codes in file loader
2021-12-30 16:18:51 -08:00
natasha41575
4f21d60045
helper methods, types, and unit tests for transformer annotations
2021-12-29 15:27:34 -08:00
Kubernetes Prow Robot
77b1af2d91
Merge pull request #4352 from natasha41575/FilterErrors
...
prevent internal annotations from showing up in the errors thrown by filters
2021-12-29 13:45:22 -08:00
Kubernetes Prow Robot
bb0a520f40
Merge pull request #4355 from natasha41575/OriginTests
...
test coverage for origin annotations for generated resources
2021-12-29 11:41:22 -08:00
natasha41575
987437857f
test coverage for origin annotations for generated resources
2021-12-28 12:41:47 -08:00
Kubernetes Prow Robot
1843b6f25f
Merge pull request #4310 from sylr/upgrade-cobra
...
Upgrade cobra for better zsh support
2021-12-23 13:58:29 -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
Natasha Sarkar
964bb38ba2
add origin annotation for resources generated by generators ( #4341 )
...
* add origin annotation for resources generated by builtin and custom generators
* decouple origin data from generator data and account for inline generators
2021-12-23 10:40:29 -08:00
natasha41575
c659306ee2
don't surface entire node content in error message
2021-12-22 16:56:02 -08:00
Kubernetes Prow Robot
233f1a3c2a
Merge pull request #4344 from natasha41575/ResIdStr
...
improve gvk and resid strings for error messages
2021-12-22 12:27:03 -08:00
Kubernetes Prow Robot
75de98e2ef
Merge pull request #4055 from lstoll/lstoll-unrelated-name-reference
...
ConfigMapGenerator should not update unrelated ClusterRole rule
2021-12-22 12:15:04 -08:00
Julian
3dbc88bf94
Refactor the PrefixSuffixTransformer into separate prefix- and suffix transformers ( #4318 )
...
* Refactor prefix filter into its own filter, decoupled from the prefixsuffix filter
* Refactor prefix transformer into its own transformer, decoupled from the prefixsuffix transformer
* Refactor suffix filter into its own filter, decoupled from the prefixsuffix filter
* Refactor suffix transformer into its own transformer, decoupled from the prefixsuffix transformer
* Add a default nameSuffix field spec in addition to the namePrefix
* Remove the PrefixSuffixTransformer from the list of builtin transformers
* Add a multi-transformer to builtinhelpers.TransformFactories
* Remove the implementation of the prefixsuffixtransformer.PrefixSuffixTransformer
* Resolve style and format related feedback from the pull request
* Add test to test the legacy PrefixSuffixTransformer for BC purposes
2021-12-22 12:01:06 -08:00
Katrina Verey
d701792aa1
Update test demonstrating bug to pass, update comments
2021-12-22 14:53:50 -05:00
Lincoln Stoll
4079056501
ConfigMapGenerator should not update unrelated ClusterRole rule
...
When using the ConfigMap generator, a lease object entry is updated with the
generated configmap name. This should not happen as it's an unrelated object
type.
As a workaround a unique name can be used for the ConfigMap.
Fails on kustomize version 4.2.0 and kubectl version v1.21.2
2021-12-22 14:47:40 -05:00
natasha41575
6dfc238aa2
improve gvk and resid strings for error messages
2021-12-22 11:39:07 -08:00
Kubernetes Prow Robot
3608f335fd
Merge pull request #3924 from monopole/architecture
...
Add ARCHITECTURE.md
2021-12-22 11:35:04 -08:00
Katrina Verey
56efec5abc
Minor updates and clarifications
2021-12-22 14:23:00 -05:00
monopole
2a608bd71c
Add ARCHITECTURE.md
2021-12-22 12:07:27 -05:00
Kubernetes Prow Robot
ee4b7847f0
Merge pull request #4221 from devstein/master
...
docs: Update Plugin Links
2021-12-20 16:37:07 -08:00
Kubernetes Prow Robot
ec38bbeb99
Merge pull request #4342 from natasha41575/moduleSpanDefault
...
Remove module span check
2021-12-15 11:45:51 -08:00
natasha41575
26999664e6
remove multi-module check
2021-12-15 11:06:38 -08:00
Kubernetes Prow Robot
c0b61b9442
Merge pull request #4332 from natasha41575/OriginCollection
...
collect origin data only when the option is set
2021-12-13 13:10:26 -08:00
Kubernetes Prow Robot
274a76fe84
Merge pull request #4267 from natasha41575/TransformerAnnotationsProposal
...
Proposal: Option for transformer annotations
2021-12-13 12:05:58 -08:00
natasha41575
a8f58b4080
collect origin data only when the option is set
2021-12-13 11:38:03 -08:00
natasha41575
542b7c7c4c
proposal for transformer annotations option
2021-12-10 12:31:19 -08:00
Sylvain Rabot
16495c6ed7
Test HTTP Error thrown by the file loader
...
Signed-off-by: Sylvain Rabot <sylvain@abstraction.fr >
2021-12-10 09:28:54 +01:00
Sylvain Rabot
738573b079
Error on HTTP resources are not nescessarly protocol related
...
Signed-off-by: Sylvain Rabot <sylvain@abstraction.fr >
2021-12-10 09:27:37 +01:00
Sylvain Rabot
e65e571ed1
Do not try to load HTTP resources from FS when error occurs
...
It is useless and it clogs the error message.
Signed-off-by: Sylvain Rabot <sylvain@abstraction.fr >
2021-12-08 18:24:29 +01:00
Sylvain Rabot
49b464fd4d
Handle HTTP error codes in file loader
...
GitHub release files like https://github.com/fluxcd/helm-controller/releases/download/v0.14.0/helm-controller.crds.yaml
seems to be hosted on Azure and it seems that there are egress limits that can be reached, e.g.:
```xml
<?xml version="1.0" encoding="utf-8"?><Error><Code>ServerBusy</Code><Message>Egress is over the account limit.
RequestId:f4a46b38-001e-0046-2437-ec16e2000000
Time:2021-12-08T13:28:03.8542138Z</Message></Error>
```
This patch allows to have a clear Error message instead of just `missing Resource metadata`:
```
Error: accumulating resources: accumulation err='accumulating resources from 'https://github.com/fluxcd/source-controller/releases/download/v0.19.0/source-controller.crds.yaml ': URL returned error 503 (Service Unavailable)': evalsymlink failure on '/private/var/folders/hq/ttl6jyh539q55fz6282w0jyc0000gn/T/kustomize-3508224975/releases/download/v0.19.0/source-controller.crds.yaml' : lstat /private/var/folders/hq/ttl6jyh539q55fz6282w0jyc0000gn/T/kustomize-3508224975/releases: no such file or directory
```
Signed-off-by: Sylvain Rabot <sylvain@abstraction.fr >
2021-12-08 14:31:35 +01:00
Kubernetes Prow Robot
9a875add84
Merge pull request #4329 from natasha41575/configMapIssue
...
[fix] configMapGenerator: extra space in end of line gives "\n" instead of line breaks
2021-12-07 18:07:40 -08:00
natasha41575
a3d547ccd3
fix issue with multiline configmap data with extra space
2021-12-03 15:28:22 -08:00
natasha41575
c4a8a99834
add regression tests for multiline configmap with space
2021-12-03 15:12:21 -08:00
Kubernetes Prow Robot
bc3b249489
Merge pull request #4328 from mengqiy/undeprecate
...
Remove the deprecation warning for a few RNode helpers
2021-12-03 14:12:36 -08:00
Mengqi Yu
cd2c6a1ad1
Remove the deprecation warning for a few RNode helpers
...
The Pipe method is not as intuitive as these helpers. These helpers
are convenient and useful. Deprecating them before we have better
alternatives is premature.
2021-12-03 11:47:34 -08:00
Kubernetes Prow Robot
8c6af9440c
Merge pull request #4327 from mengqiy/fixanno
...
use internal.config.kubernetes.io prefix instead of internal.config.k8s.io
2021-12-03 10:02:27 -08:00
Mengqi Yu
6850408f6c
update test for cmd/config
2021-12-02 14:00:45 -08:00
Mengqi Yu
ec445049be
update tests for api
2021-12-02 14:00:32 -08:00
Mengqi Yu
646915cb86
use internal.config.kubernetes.io prefix instead of internal.config.k8s.io
2021-12-02 14:00:18 -08:00
Kubernetes Prow Robot
fe551be87b
Merge pull request #4326 from natasha41575/deprecateStringAndDatePrefixer
...
deprecate StringPrefixer and DatePrefixer
2021-12-02 10:41:44 -08:00
natasha41575
30280f81af
deprecate stringprefixer and dateprefixer
2021-12-02 10:30:56 -08:00
Kubernetes Prow Robot
8cb60f0c5d
Merge pull request #4325 from sdowell/kyaml-fn-sort-results
...
feat: Add Sort method to kyaml fn Results
2021-12-02 10:01:33 -08:00
Sam Dowell
9d29f57789
feat: Add Sort method to kyaml fn Results
...
Issues: GoogleContainerTools/kpt#2195
2021-12-01 20:57:48 +00:00
Kubernetes Prow Robot
a3e1c99915
Merge pull request #4307 from sdowell/annotations-filter-set-entry
...
feat: Add SetEntryCallback to annotations filter
2021-11-29 18:20:56 -08:00
Sam Dowell
0fe1236e20
feat: Add SetEntryCallback to annotations filter
...
Add a configurable callback that is invoked each time an
annotation is applied by the annotations filter. This is useful
for scenarios such as tracking annotations as they are applied.
Issues: GoogleContainerTools/kpt#2448
2021-11-30 01:21:42 +00:00
m-Bilal
b28f1e55b7
fixes 4240; added null check on namespace when resource is a RoleBinding
2021-11-27 19:53:49 +05:30
Kubernetes Prow Robot
25ee506af4
Merge pull request #4300 from yuwenma/refactor-builtin
...
Move api/builtin to internal
2021-11-22 16:04:16 -08:00
Yuwen Ma
a1c5d79d94
Move api/builtin to internal
2021-11-22 15:54:18 -08:00
Kubernetes Prow Robot
de5210b43a
Merge pull request #4299 from yuwenma/nameReference-doc
...
[Doc] Improve `nameReference` docs, examples and builtin references.
2021-11-22 13:25:32 -08:00
Yuwen Ma
d9c4c749e2
improve docs with examples for nameReference
2021-11-22 13:10:13 -08:00
Natasha Sarkar
01420768c8
Merge pull request #4241 from Goodwine/kyaml-result-provider
...
Handle "Result" errors as non-fatal errors in kyaml FilterFuncs
2021-11-22 11:07:18 -08:00
Natasha Sarkar
d11342489a
Merge pull request #4297 from mengqiy/anno
...
kyaml/fn/framework ensures the annotation output format matches the input
2021-11-19 12:37:01 -08:00
Mengqi Yu
bd7bad19a1
add to BuildAnnotations
2021-11-19 12:13:12 -08:00
Mengqi Yu
dfc627068b
update tests for cmd/config module
2021-11-19 07:30:31 -08:00
Mengqi Yu
166c2e766b
update tests for api module
2021-11-19 07:30:31 -08:00
Mengqi Yu
2ee2d3e389
use custom id as key of the mapping and make kio.Pipeline behave the same as framework.Execute
2021-11-19 07:30:31 -08:00
Mengqi Yu
81edfb7ee8
default result.severity to info when formatting string
2021-11-19 07:30:31 -08:00
Mengqi Yu
4e7aebc20c
address comments
2021-11-18 14:58:04 -08:00
Mengqi Yu
5caed5b90a
kyaml/fn/framework ensures the annotation output format matches the input
...
If the input only contains legacy format anntations (path, index, id), the
output will be the same.
2021-11-17 14:09:19 -08:00
Jimmyscene
f4d8ccda10
fix: prevent read file from throwing away OpenAPI config
2021-11-16 22:59:34 -05:00
Goodwine
4cde50ab14
fix typo
...
Co-authored-by: Katrina Verey <kn.verey@gmail.com >
2021-11-11 16:33:17 -08:00
Kubernetes Prow Robot
2f115223cc
Merge pull request #4285 from KnVerey/updateProwExamplesTarget
...
Test examples against latest release
2021-11-11 16:12:28 -08:00
Katrina Verey
92c505a211
Test examples against latest release
2021-11-11 16:00:51 -08:00
Kubernetes Prow Robot
e9ea7657ee
Merge pull request #4284 from KnVerey/unpinEverything
...
Back to development mode; unpin the modules
2021-11-11 15:59:15 -08:00
Katrina Verey
4bcc57de74
Back to development mode; unpin the modules
2021-11-11 15:49:01 -08:00
Kubernetes Prow Robot
b2d65ddc98
Merge pull request #4283 from KnVerey/pinToApi
...
Pin to api v0.10.1
2021-11-11 15:27:14 -08:00
Carlos Ortiz García
894ffec36a
Handle kyaml Filter errors type Result as non-breaking errors and store in ResourceList
...
- Result can only count as error when passed as pointer, this makes easy use of "errors.As"
- Existing Filter() implementations that return Result from the `framework` package won't return an error anymore but modify the ResourceList
2021-11-11 15:26:07 -08:00
Katrina Verey
3db4a94281
Pin to api v0.10.1
2021-11-11 15:18:05 -08:00
Kubernetes Prow Robot
326a57a9cc
Merge pull request #4282 from KnVerey/pinToCmdConfig
...
Pin to cmd/config v0.10.2
2021-11-11 15:03:14 -08:00
Katrina Verey
9dfdebc6c7
Pin to cmd/config v0.10.2
2021-11-11 14:53:17 -08:00
Natasha Sarkar
b896e04c20
Merge pull request #4281 from KnVerey/pinToKyaml
...
Pin to kyaml v0.13.0
2021-11-11 14:39:53 -08:00
Katrina Verey
6ecae1ad50
Also pin patch and patchjson transformers
2021-11-11 14:30:39 -08:00
Katrina Verey
9abb72e4d6
Pin to kyaml v0.13.0
2021-11-11 14:12:13 -08:00
Kubernetes Prow Robot
6365b3d0cf
Merge pull request #4280 from KnVerey/more_releases
...
Add s390x and ppc64le binaries to releases
2021-11-11 13:52:07 -08:00
Katrina Verey
33c2ea01c4
Add s390x and ppc64le binaries to releases
2021-11-11 13:37:50 -08:00
Kubernetes Prow Robot
863ff0ef1b
Merge pull request #4262 from patricknelson/fix-windows-build
...
Fix windows build, add clarity to goreleaser build (due to race conditions).
2021-11-11 13:32:08 -08:00
Patrick Nelson
a5117083ec
Step 2 of 2: Adding windows build back and added ability to reproduce goreleaser builds locally (localbuild.sh) in a way exactly consistent with Cloud Build (cloudbuild.sh) but as a *build* only, without being coupled to Cloud Build or it's dependencies (like Cloud KMS, GitHub, etc).
2021-11-11 12:17:42 -08:00
Patrick Nelson
a143688a1d
Step 1 of 2: Renaming localbuild.sh to cloudbuild-local.sh (preserve commit history) to make way for new localbuild.sh which will actually be entirely local, since this script is still very specific to Cloud Build.
2021-11-10 19:03:22 -08:00
Kubernetes Prow Robot
0676d0bd11
Merge pull request #4266 from Serializator/issue-4111-patchJson6902
...
Fix name suffix not being applied when "patchesJson6902" is used
2021-11-10 15:13:50 -08:00
Julian van den Berkmortel
b6cb6c8ae9
fix build annotations getting lost after applying JSON 6902 patch
2021-11-10 23:02:42 +01:00
Julian van den Berkmortel
b16e4ec566
add test to demonstrate internal annotations getting lost ( #4111 )
2021-11-10 21:33:50 +01:00
Mohd Bilal
cb1cbbe044
Fixes 4108; remove hidden files in kustomize edit command to correctly mimic shell globbing behaviour ( #4170 )
...
* util and util_test corrected
* fixed behaviour of fsondisk with test updated
* glob behaviour fixed in fsnode
* removed commented code
2021-11-10 08:51:26 -08:00
Kubernetes Prow Robot
86fb408b2c
Merge pull request #4276 from natasha41575/fixFunctionSpec
...
fix function spec example
2021-11-09 21:05:26 -08:00
natasha41575
ca5d691199
fix function spec example
2021-11-09 20:56:36 -08:00
Kubernetes Prow Robot
394567079d
Merge pull request #4272 from mengqiy/pointer
...
Make ResourceList follow k8s api conventions
2021-11-09 15:41:26 -08:00
Kubernetes Prow Robot
e0c8ebc41f
Merge pull request #4235 from Goodwine/kyaml-wrap-bug
...
Fix kyaml readwriter inconsistencies when wrapping resources
2021-11-09 12:37:48 -08:00
Kubernetes Prow Robot
8668691ade
Merge pull request #4271 from natasha41575/ReplacementsEdit
...
Fix: replacements entries get source and targets with null value appended
2021-11-09 10:49:47 -08:00
Mengqi Yu
374d790a21
Make ResourceList follow k8s api conventions
...
Make optional fields as pointers.
Add omitempty for optional fields.
2021-11-08 21:35:49 -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
Carlos Ortiz García
20c608989a
Move kio.ByteRW tests from framework_test to byteio_readwriter_test
2021-11-08 11:55:02 -08:00
Carlos Ortiz García
ba4d83f75f
only override wrapping kind if it wasn't set already
2021-11-08 11:29:57 -08:00
Carlos Ortiz García
067559127d
test cases for framework wrapping/unwrapping bug
2021-11-08 10:13:00 -08:00
Kubernetes Prow Robot
37ab5579f0
Merge pull request #4229 from natasha41575/annotationAndLabelSelectionInReplacements
...
Annotation and label selection in replacement targets
2021-11-04 13:08:23 -07:00
natasha41575
ef5f1d347d
support label and annotation selection in replacement targets
2021-11-04 12:25:15 -07:00
Kubernetes Prow Robot
2c4b195516
Merge pull request #4259 from MikaelSmith/fix-patch-example
...
docs: Update example for patching multiple objects
2021-11-01 16:01:54 -07:00
Kubernetes Prow Robot
04396ab4e6
Merge pull request #4203 from timofurrer/config-map-consistency
...
Add consistency to ConfigMap spelling
2021-11-01 15:47:54 -07:00
Kubernetes Prow Robot
4fd77b3a6e
Merge pull request #4248 from natasha41575/resourceListResults
...
[breaking] update results field of ResourceList to implement function spec v1
2021-10-29 14:51:09 -07:00
natasha41575
3ea8b79925
update results field of ResourceList to implement function spec v1
2021-10-29 14:28:50 -07:00
Natasha Sarkar
71b978da1a
Merge pull request #4253 from natasha41575/resourceListSDKHelpers
...
provide utility helpers for preserving internal annotations
2021-10-29 14:25:06 -07:00
Natasha Sarkar
7110298c52
Merge pull request #4249 from natasha41575/resourceListV1
...
bump ResourceList from v1alpha1 to v1
2021-10-29 14:24:10 -07:00
natasha41575
b4a69f08c0
provide utility helpers for preserving internal annotations
2021-10-29 12:30:55 -07:00
Michael Smith
572d5841c6
docs: Update example for patching multiple objects
...
Updates the example for patching multiple objects to match the
implementation in #1355 , which supports name as a regular expression
(not wildcard pattern).
2021-10-26 12:28:42 -07:00
Kubernetes Prow Robot
984a2dab3d
Merge pull request #4242 from natasha41575/configmapissue
...
fix issue with quotations being dropped in configmap generation
2021-10-24 18:54:22 -07:00
natasha41575
c3c02887ec
bump ResourceList from v1alpha1 to v1
2021-10-19 16:15:27 -07:00
natasha41575
ba051c863b
fix issue with quote being dropped in configmap generation
2021-10-14 18:30:28 -07:00
natasha41575
4d59146e48
test for dropped quote in configmap generation
2021-10-14 18:13:49 -07:00
Kubernetes Prow Robot
5765ab4dbc
Merge pull request #4236 from Goodwine/docs-fn
...
Update documents from 'kustomize configuration' to 'kustomize fn'
2021-10-13 18:35:28 -07:00
Kubernetes Prow Robot
4769751943
Merge pull request #4160 from osherdp/fix/github-rate-limiter-output
...
Return a meaningful message if we hit the rate-limiter of GitHub
2021-10-13 18:23:28 -07:00
Kubernetes Prow Robot
e506ce021e
Merge pull request #4230 from yutachaos/feature/update_unified_go_version
...
Update go version 1.16 for CI
2021-10-13 18:09:28 -07:00
Kubernetes Prow Robot
ed763991de
Merge pull request #4227 from natasha41575/MigrateIndexPathIdAnnotations
...
fix bug with migrating kyaml reader path, index, and id annotations
2021-10-12 18:37:48 -07:00
natasha41575
55ac9ca88d
fix bug with migrating annotations
2021-10-12 15:42:54 -07:00
Carlos Ortiz García
548f5ffca9
Update documents from 'configuration' to 'fn'
2021-10-11 12:35:22 -05:00
yutachaos
dd3377b1a0
Update CI go version 1.16
...
Signed-off-by: yutachaos <18604471+yutachaos@users.noreply.github.com >
2021-10-08 14:02:50 +09:00
natasha41575
605239a1e5
test to demonstrate broken annotation selection
2021-10-07 15:40:23 -07:00
Kubernetes Prow Robot
67c58ad4f4
Merge pull request #4210 from natasha41575/openapiFromComponent
...
fix issue with getting openapi schema from components
2021-10-04 19:27:49 -07:00
natasha41575
11e19a3d0f
separate custom openapi test from the others
2021-10-04 18:48:54 -07:00
Kubernetes Prow Robot
6fffcb9203
Merge pull request #4202 from cedarkuo/update-helloworld-example-readme
...
Updated README to use 'resources' instead of 'bases' in overlays example.
2021-10-04 14:26:41 -07:00
Devin Stein
3479b6691e
docs: Update plugin links
2021-10-04 12:58:16 -07:00
Kubernetes Prow Robot
68790e00a9
Merge pull request #4216 from mengqiy/updatedockerfilegen
...
update the dockerfile gen command
2021-09-29 13:51:22 -07:00
Mengqi Yu
6cf06fac12
update the dockerfile gen command
2021-09-29 13:34:11 -07:00
natasha41575
0d8c107362
fix issue with openapi schema from components
2021-09-27 17:00:14 -07:00
natasha41575
f30e45c549
test to demonstrate issue with openapi from components ( #4179 )
2021-09-27 16:29:08 -07:00
Kubernetes Prow Robot
250ea13767
Merge pull request #4208 from KnVerey/release_instructions
...
Small improvements to release instructions
2021-09-27 11:41:45 -07:00
Katrina Verey
608128738d
Small improvements to release instructions
2021-09-27 10:44:02 -07:00
Kubernetes Prow Robot
7153f33466
Merge pull request #4207 from KnVerey/updateProwExamplesTarget
...
Test examples against latest release
2021-09-27 10:11:36 -07:00
Kubernetes Prow Robot
274b12318d
Merge pull request #4205 from natasha41575/releasing
...
add link to k8s-staging-kustomize project to releasing instructions
2021-09-27 10:01:37 -07:00
Katrina Verey
94c82f61a3
Test examples against latest release
2021-09-27 09:51:01 -07:00
Kubernetes Prow Robot
d260f50573
Merge pull request #4206 from KnVerey/unpinEverything
...
Back to development mode; unpin the modules
2021-09-27 09:47:37 -07:00
Katrina Verey
40c014a991
Back to development mode; unpin the modules
2021-09-27 09:37:38 -07:00
natasha41575
75c8aec29d
add link to k8s-staging-kustomize project to releasing instructions
2021-09-27 09:35:40 -07:00
Kubernetes Prow Robot
fcb9c0065e
Merge pull request #4200 from KnVerey/go1.17_build_tags
...
Add go 1.17 build tags, which go fmt auto-synchronizes
2021-09-27 09:27:36 -07:00
Katrina Verey
63ec6bdb3d
Merge pull request #4199 from KnVerey/pinToApi
...
Pin to api v0.10.0
2021-09-27 09:13:36 -07:00
Kubernetes Prow Robot
25bfe6f306
Merge pull request #4204 from KnVerey/release_updates
...
Use keyring from kustomize GCP project with new token
2021-09-27 09:01:35 -07:00
Timo Furrer
635c4fd43b
Merge branch 'master' into config-map-consistency
2021-09-27 09:16:42 +02:00
Timo Furrer
c455215f55
Add consistency to ConfigMap spelling
2021-09-27 09:11:56 +02:00
cedarkuo
8f56f51307
Updated README to use 'resources' instead of 'bases' in overlays example.
...
Kubernetes v1.21 upgrade kustomize-in-kubectl to v4.0.5. https://github.com/kubernetes/kubernetes/pull/98946
So I think this example could update back to use resources instead of bases?
2021-09-27 12:40:36 +08:00
Katrina Verey
70a8ed6ed3
Add go 1.17 build tags, which go fmt auto-synchronizes
2021-09-24 17:28:21 -07:00
Katrina Verey
febfaf16dc
Use keyring from kustomize GCP project with new token
2021-09-24 20:24:10 -04:00
Katrina Verey
8268b17700
Pin to api v0.10.0
2021-09-24 16:58:20 -07:00
Kubernetes Prow Robot
0889995a61
Merge pull request #4198 from KnVerey/pinToCmdConfig
...
Pin to cmd/config v0.10.1
2021-09-24 16:34:21 -07:00
Katrina Verey
4e476ae574
Pin to cmd/config v0.10.1
2021-09-24 16:07:21 -07:00
Kubernetes Prow Robot
7efd7d23fe
Merge pull request #4197 from KnVerey/pinToKyaml
...
Pin to kyaml v0.12.0
2021-09-24 14:07:50 -07:00
Katrina Verey
6fb944815b
Pin to kyaml v0.12.0
2021-09-24 12:23:09 -07:00
Kubernetes Prow Robot
5e3432fbbe
Merge pull request #4196 from natasha41575/test
...
fix tests for reader annotations
2021-09-24 08:31:24 -07:00
natasha41575
f0c6bd7773
fix tests for reader annotations
2021-09-24 08:20:44 -07:00
Jeff Regan
dd579c905d
Merge pull request #4180 from yuwenma/fix-4124
...
[Fix 4124] Skip local resource until all transformations have completed.
2021-09-24 08:05:19 -07:00
Jeff Regan
22b735885a
Merge pull request #4190 from natasha41575/MigrateIndexPathIdAnnotations
...
Migrate index path id annotations
2021-09-24 08:00:15 -07:00
Kubernetes Prow Robot
b7c5058e37
Merge pull request #4177 from sylr/helm-v3.6
...
Upgrade Helm v3 to v3.6.3
2021-09-24 07:45:24 -07:00
Kubernetes Prow Robot
baff5f4359
Merge pull request #4187 from monopole/deanchorCall
...
Do YAML anchor expansion shortly after reading YAML.
2021-09-22 13:14:33 -07:00
monopole
dce4ea5846
Add AnchorsAweigh option to ByteReader to toggle YAML alias/anchor expansion
2021-09-22 12:44:08 -07:00
Kubernetes Prow Robot
c47fc48607
Merge pull request #4193 from phanimarupaka/AddressBareSeqNodeComments
...
Clean up bare sequence node wrapping
2021-09-20 15:46:23 -07:00
Phani Teja Marupaka
1d9b6cbe57
Clean up bare sequence node wrapping
2021-09-20 15:35:40 -07:00
Kubernetes Prow Robot
1cb93123fc
Merge pull request #4189 from phanimarupaka/SkipNonKRMResources
...
Handle parsing of bare sequence yaml nodes
2021-09-20 11:40:24 -07:00
Kubernetes Prow Robot
c6cb42ec27
Merge pull request #4185 from KnVerey/standardize_owners_files
...
Use standard Kubernetes project roles for ownership
2021-09-20 10:44:10 -07:00
Natasha Sarkar
67a5f6d68f
support krm spec v1 and legacy path, index, and id annotations
2021-09-17 17:10:10 -07:00
Phani Teja Marupaka
e997cc5486
Handle parsing of bare sequence yaml nodes
2021-09-17 14:19:27 -07:00
Kubernetes Prow Robot
53577a5190
Merge pull request #4176 from m-Bilal/fix-4123
...
Fixes 4123; Length check on originalFields of kustomizationFile to prevent panic
2021-09-16 13:15:27 -07:00
Kubernetes Prow Robot
c1ae234a64
Merge pull request #4163 from natasha41575/multipleGvksInOpenApi
...
support multiple gvks in custom openapi schema
2021-09-16 12:59:26 -07:00
Natasha Sarkar
02cb395ec2
support multiple gvks in custom openapi schema
2021-09-16 12:43:18 -07:00
Kubernetes Prow Robot
65e7529ca0
Merge pull request #4097 from natasha41575/deprecateFn
...
deprecate fn wrap, xargs, sink, source commands
2021-09-16 12:25:27 -07:00
Natasha Sarkar
f70743b267
deprecate some fn commands
2021-09-16 11:48:02 -07:00
Yuwen Ma
f4382738ab
[fix 4124] Skip local resource until all transformations have completed.
...
Resources annotated as "local-config" are expected to be ignored. This skip local resource happens in "accumulateResources" which happens before any transformation operations.
However, the local resource may be needed in transformations.
Thus, this change removes the "drop local resource" logic from accumulateResources and removes these local resource after all transformation operations and var operations are done.
Note:
None of the existing ResMap functions can drop the resource slice easily: "Clear" will ruin the resource order, "AppendAll" only adds non-existing resource, "AbsorbAll" only add or modify but not delete.
Thus, we introduce a new func "Intersection" for resourceAccumulator that specificaly removes the resource by ID and keep the original order.
2021-09-16 11:15:05 -07:00
Yuwen Ma
a100dca303
[Fix 4124] Add unittest with the given example.
2021-09-16 11:14:07 -07:00
Jeff Regan
50414208d1
Merge pull request #4186 from monopole/cleanupTest
...
Clean up factor_test before adding DeAnchor call
2021-09-15 17:47:19 -07:00
monopole
e17a007719
Clean up factor_test before adding DeAnchor call
2021-09-15 17:26:50 -07:00
Katrina Verey
dd3c5f5c0a
Use standard Kubernetes project roles for ownership
2021-09-15 16:04:58 -07:00
Sylvain Rabot
fb3f560e0c
Upgrade Helm v3 to v3.6.3
...
Helm has started to build darwin/arm64 from v3.6.0.
Signed-off-by: Sylvain Rabot <sylvain@abstraction.fr >
2021-09-12 18:18:41 +02: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
John Howard
402f6ca72b
Precompute IsNamespaceScoped to avoid expensive schema reads ( #4152 )
...
* Precompute IsNamespaceScoped to avoid expensive schema reads
See https://github.com/GoogleContainerTools/kpt/issues/2469
For the `gcr.io/kpt-fn/set-namespace:v0.1` function, over 50% of CPU
time is spent on IsNamespaceScoped. Instead of unmarshalling 100k lines
of JSON to determine this, instead just precompute it. We can ensure
this never is inaccurate as the test verifies the precomputed result is
up to date.
In real world kpt pipelines this cuts execution of set-namespace (and
similar functions, just an example of a trivial function) from 2.0s to
1.0s. Because these functions are run in long pipelines over many
resources, this adds up a lot.
* Add documentation
2021-09-09 10:08:11 -07:00
Kubernetes Prow Robot
2b8a39373e
Merge pull request #4172 from phanimarupaka/CopyReferenceNodesBeforeComparing
...
Copy reference nodes before copying comments and syncing order
2021-09-08 11:29:56 -07:00
Phani Teja Marupaka
17f18604e4
Copy reference nodes before copying comments and syncing order
2021-09-07 16:58:06 -07:00
Kubernetes Prow Robot
99e404cb61
Merge pull request #4169 from invidian/fix-typo
...
api/krusty: fix typo fileystem -> filesystem
2021-09-07 11:41:17 -07:00
Kubernetes Prow Robot
d4e3b4f832
Merge pull request #4171 from justinsb/cache_orgid
...
Cache the OrgId for nameReferenceTransformer
2021-09-07 11:17:16 -07:00
Justin SB
6552b90657
Cache the OrgId for nameReferenceTransformer
...
Because this is in an inner loop and is fairly memory-allocation
expensive even on a single allocation, it comes up top-of-the-list in
memory allocation pprof profiles, for example with the coredns
ClusterAddon.
Add simple caching.
2021-09-07 14:06:38 -04:00
Mateusz Gozdek
bf57d698b1
api/krusty: fix typo fileystem -> filesystem
...
Part of https://github.com/kubernetes/kubernetes/pull/104747 .
Signed-off-by: Mateusz Gozdek <mgozdekof@gmail.com >
2021-09-05 11:33:10 +02:00
Kubernetes Prow Robot
4d002af735
Merge pull request #4165 from natasha41575/nameRefAfterKindChange
...
update name references after kind change
2021-09-03 12:56:52 -07:00
Natasha Sarkar
2bfc7cc1b0
throw error instead of panic when replacements source.fieldPath doesn't exist ( #4166 )
...
* test for missing source.fieldPath in replacements
* throw error instead of panic when replacements source.fieldPath doesn't exist
2021-09-03 11:10:53 -07:00
Natasha Sarkar
0244f0919e
update name references after kind change
2021-09-02 12:10:01 -07:00
Natasha Sarkar
f122fb12f3
Merge pull request #4158 from kubernetes-sigs/revert-4157-fix/github-rate-limiter-output
...
Revert "Return a meaningful message if we hit the rate-limiter of GitHub"
2021-08-31 13:29:11 -07:00
Osher De Paz
f7cd553044
return a meaningful message if we hit the rate-limiter of GitHub
2021-08-31 23:26:49 +03:00
Natasha Sarkar
7d0b7e2113
Revert "Return a meaningful message if we hit the rate-limiter of GitHub"
2021-08-31 13:13:36 -07:00
Kubernetes Prow Robot
c3a67cfdca
Merge pull request #4157 from osherdp/fix/github-rate-limiter-output
...
Return a meaningful message if we hit the rate-limiter of GitHub
2021-08-31 12:42:22 -07:00
Osher De Paz
4315e982be
return a meaningful message if we hit the rate-limiter of GitHub
2021-08-31 16:19:39 +03:00
Kubernetes Prow Robot
634464353f
Merge pull request #4128 from KnVerey/mini_proposal_process
...
Introduce in-repo proposal process
2021-08-30 17:22:28 -07:00
Kubernetes Prow Robot
9c36004493
Merge pull request #4143 from KnVerey/release_updates
...
Release updates
2021-08-30 16:08:29 -07:00
Katrina Verey
1b1034442c
Enable real release after dry run without manual cleanup
2021-08-30 15:09:40 -07:00
Katrina Verey
a89863c84c
Update release instructions
2021-08-30 15:09:40 -07:00
Katrina Verey
f7340e0615
Proposal template feedback
2021-08-30 12:10:02 -07:00
Kubernetes Prow Robot
bf6b207cc9
Merge pull request #4141 from KnVerey/unpinEverything
...
Back to development mode; unpin the modules
2021-08-24 12:46:58 -07:00
Katrina Verey
f93b4877f7
Back to development mode; unpin the modules
2021-08-24 12:35:26 -07:00
Kubernetes Prow Robot
cd17338759
Merge pull request #4139 from KnVerey/pinToApi
...
Pin to api v0.9.0
2021-08-24 12:04:58 -07:00
Katrina Verey
c46867c3a7
Pin to api v0.9.0
2021-08-24 11:54:43 -07:00
Kubernetes Prow Robot
3c321ef79c
Merge pull request #4138 from KnVerey/pinToCmdConfig
...
Pin to cmd/config v0.10.0
2021-08-24 11:38:58 -07:00
Katrina Verey
7938fdb596
Pin to cmd/config v0.10.0
2021-08-24 11:27:56 -07:00
Kubernetes Prow Robot
a2111869e6
Merge pull request #4137 from KnVerey/pinToKyaml
...
Pin to kyaml v0.11.1
2021-08-24 11:10:59 -07:00
Katrina Verey
f8288e2f02
Pin to kyaml v0.11.1
2021-08-24 10:59:16 -07:00
Jeff Regan
f2f90d1185
Merge pull request #4114 from monopole/anchorsAweigh
...
Add YAML anchor/alias expansion.
2021-08-24 09:51:49 -07:00
Kubernetes Prow Robot
459e800ecf
Merge pull request #4134 from phanimarupaka/FieldOrderingForNullFields
...
Preserve field order: Add test for null value
2021-08-23 16:44:14 -07:00
Phani Teja Marupaka
8f00d3fd53
Add test for null value
2021-08-21 15:58:49 -07:00
Kubernetes Prow Robot
cd94cb13c6
Merge pull request #4132 from natasha41575/moveWorkDirCheck
...
move check for working dir for exec functions
2021-08-20 11:11:31 -07:00
Natasha Sarkar
e100be620e
move check for working dir for exec functions
2021-08-20 10:59:29 -07:00
Natasha Sarkar
1e1b9b484a
exec function working dir is the kustomization that referenced it ( #4125 )
...
* exec function working dir is the kustomization that referenced it
* suggested changes
* more code review
* use a field instead of an annotation
* more code review
2021-08-19 20:15:24 -07:00
Katrina Verey
3e7246690f
Introduce in-repo proposal process
2021-08-19 17:00:20 -07:00
monopole
360585dfaf
Add YAML anchor/alias expansion.
2021-08-19 11:55:09 -07:00
Kubernetes Prow Robot
f604619dd5
Merge pull request #4086 from campoy/pkgio-writer-filesys
...
Add FileSystem interface to LocalPackageWriter
2021-08-19 11:51:25 -07:00
Francesc Campoy
0fa056327a
Skip in-memory tests for Windows and generate temporary directories correctly for Windows tests.
2021-08-19 10:27:39 -07:00
Francesc Campoy
6db2bf69f3
Add FileSystem interface to LocalPackageReadWriter and hook to LocalPackageWriter
2021-08-19 10:27:38 -07:00
Francesc Campoy
20fb9578c0
Adapt tests to new FileSystem field
2021-08-19 10:27:38 -07:00
Francesc Campoy
4eb8232495
Added FileSystem field to kio.LocalPackageWriter
2021-08-19 10:27:38 -07:00
Jeff Regan
6c4e8019f8
Merge pull request #4094 from brianpursley/merge3-test
...
Add unit tests to cover existing behavior of three way merge and strategic merge patch
2021-08-19 07:41:18 -07:00
Jeff Regan
28707bf5df
Merge pull request #4065 from natasha41575/originDataAsAnnotation
...
option for origin data as annotation
2021-08-18 19:08:54 -07:00
Mike Borozdin
023a580f00
support for darwin and linux ( #4122 )
...
* support for darwin and linux
* updated to use go for env variables
2021-08-17 15:58:08 -07:00
Kubernetes Prow Robot
a2eaae5555
Merge pull request #4113 from KnVerey/kyaml_container_patch_kinds
...
Enable fn framework container patches to work with more kinds
2021-08-17 11:31:13 -07:00
Katrina Verey
75df1a5422
kyaml presubmit formatting
2021-08-17 11:13:54 -07:00
Katrina Verey
f0b4cc4581
ContainerPatch supports all common workload paths
2021-08-17 11:13:52 -07:00
Katrina Verey
7a41e479c9
Filter helper for fallback field lookup
2021-08-17 11:13:10 -07:00
Natasha Sarkar
3350c7213c
option for origin data as annotation
2021-08-12 20:09:41 -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
Kubernetes Prow Robot
06661ea310
Merge pull request #4112 from natasha41575/updateOpenAPI
...
update openapi to v1.21.2
2021-08-10 10:44:40 -07:00
Natasha Sarkar
38b2b33503
update openapi to v1.21.2
2021-08-10 10:30:12 -07:00
Natasha Sarkar
f735d6fb3a
Merge pull request #4110 from KnVerey/update-openapi-scripts
...
Update openapi updater scripts
2021-08-10 09:38:11 -07:00
Katrina Verey
5cb5e07ac0
Update openapi updater scripts
2021-08-09 11:44:27 -07:00
Kubernetes Prow Robot
54778504ed
Merge pull request #4087 from campoy/fsnode-alias-fix
...
Avoid aliasing in fsnode by forcing copies for file contents
2021-08-04 20:32:56 -07:00
Kubernetes Prow Robot
1bfe0d08dc
Merge pull request #4102 from monopole/anchorsNotHonored
...
Kyaml anchor failure test.
2021-08-04 19:40:55 -07:00
monopole
56da9a58fc
Kyaml anchor failure test.
2021-08-04 17:10:04 -07:00
Kubernetes Prow Robot
54383bca25
Merge pull request #4085 from campoy/pkgio-reader-filesys
...
Add a filesys.FileSystem interface to kio.LocalPackageReader
2021-08-03 15:33:04 -07:00
Kubernetes Prow Robot
88461b4fed
Merge pull request #4088 from natasha41575/noMoreGenArgs
...
replace genargs with two separate annotations
2021-08-03 14:07:03 -07:00
brianpursley
aabbea3e78
Add unit tests for current behavior of strategic merge patch
2021-08-02 20:36:55 -04:00
brianpursley
adedca09f2
Add unit tests for current behavior of three way merge
2021-08-02 20:36:28 -04:00
Natasha Sarkar
9a27a9f19f
replace genargs with two separate annotations
2021-07-29 15:46:09 -07:00
Kubernetes Prow Robot
3ebdb3fcef
Merge pull request #4091 from natasha41575/RemovePathAnno
...
remove annotations added by the kyaml reader
2021-07-28 11:28:48 -07:00
Natasha Sarkar
97e7cb1512
remove annotations added by the kyaml reader
2021-07-27 17:56:58 -07:00
Francesc Campoy
262a2d9288
Avoid testing in memory for Windows tests
2021-07-26 16:14:46 -07:00
Kubernetes Prow Robot
91b862b556
Merge pull request #4084 from kubernetes-sigs/kustomize-in-kubectl-1.22
...
Update kustomize-in-kubectl chart for 1.22
2021-07-26 13:42:34 -07:00
Katrina Verey
b8ffc725c7
Update kustomize-in-kubectl chart for 1.22
2021-07-26 13:23:45 -07:00
Jeff Regan
76f1411922
Merge pull request #4082 from monopole/autoChanges
...
Automated go.sum and fmt changes under go 1.16.6
2021-07-24 09:42:29 -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
Kubernetes Prow Robot
94c5096a95
Merge pull request #4048 from natasha41575/DeprecateCfgCmds
...
Deprecate some cfg commands
2021-07-21 18:15:51 -07:00
Kubernetes Prow Robot
f35aeb6a8e
Merge pull request #4077 from abutcher/cdpath
...
Unset CDPATH in hack/install_kustomize.sh
2021-07-21 10:14:07 -07:00
Kubernetes Prow Robot
d6ce846047
Merge pull request #4076 from KnVerey/kyaml_fixture_fix
...
Make UpdateExpectedFromActual work with hierarchical testdata directories
2021-07-21 08:52:08 -07:00
Andrew Butcher
ec069e4f19
Unset CDPATH to restore default cd behavior.
2021-07-21 11:38:44 -04:00
Katrina Verey
c5adafd9ce
Make UpdateExpectedFromActual work with hierarchical testdata directories
2021-07-20 18:13:04 -07:00
Natasha Sarkar
16dcc98cff
deprecate some cfg commands
2021-07-19 14:31:20 -07:00
Kubernetes Prow Robot
59c410a70a
Merge pull request #4063 from dosmanak/mdrip_MYGOBIN
...
fix: Allow custom MYGOBIN in mdrip invocations
2021-07-19 10:30:52 -07:00
Francesc Campoy
9b586162d0
Add FileSystem interface to LocalPackageReadWriter and hook to LocalPackageReader
2021-07-16 14:48:22 -07:00
Francesc Campoy
803885049b
Avoid aliasing in fsnode by forcing copies for file contents and add a test
2021-07-16 13:56:08 -07:00
Francesc Campoy
be4fe7540e
Simplified tests with helper func
2021-07-16 11:06:32 -07:00
Francesc Campoy
927568eea2
Replace os.Stat call with FileSystem.Exists
2021-07-16 09:27:20 -07:00
Francesc Campoy
436d5e717c
All LocalPackageReader tests adapted, one fails
2021-07-16 09:12:42 -07:00
Francesc Campoy
d37fa66ebc
Adapt more LocalPackageReader tests
2021-07-15 18:21:42 -07:00
Francesc Campoy
e8a4bf6edc
Add FileSystem field to LocalPackageReader and one of its tests
2021-07-15 18:06:30 -07:00
Kubernetes Prow Robot
35d1c3f9b4
Merge pull request #4072 from natasha41575/Revert
...
revert 'fix kyaml issue with multiline scalars'
2021-07-15 14:37:02 -07:00
Natasha Sarkar
e17785af21
revert 'fix kyaml issue with multiline scalars'
2021-07-15 14:24:39 -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
Kubernetes Prow Robot
339e33d2f3
Merge pull request #4071 from KnVerey/update-yaml-script
...
Update fork updater script
2021-07-15 10:06:45 -07:00
Natasha Sarkar
f082ac02cf
fix multiline scalar value issue
2021-07-15 08:41:03 -07:00
Katrina Verey
9538ae1258
Update fork updater script
2021-07-15 08:31:32 -07:00
Kubernetes Prow Robot
34981b664f
Merge pull request #4069 from natasha41575/LineBreakIssue
...
fix kyaml issue with multiline scalars
2021-07-14 16:20:47 -07:00
Natasha Sarkar
477d8930e0
fix kyaml issue with multiline scalars
2021-07-14 15:19:21 -07:00
Kubernetes Prow Robot
b5091a566a
Merge pull request #4067 from natasha41575/demonstrateLineBreakIssue
...
demonstrate line break preservation issue in kyaml
2021-07-14 11:52:18 -07:00
Natasha Sarkar
9981c45554
demonstrate line break preservation issue in kyaml
2021-07-14 11:39:14 -07:00
phani
0f736ec7fd
Handle comments for seq indent derivation ( #4064 )
...
* Handle comments for seq indent derivation
* Suggested changes
2021-07-13 17:46:26 -07:00
Kubernetes Prow Robot
7826ad1e06
Merge pull request #4031 from rjferguson21/prefix-overlay-fail
...
Add failing test for replacements when using an overlay with a namePrefix
2021-07-13 14:42:01 -07:00
Frank Farzan
f4e6816338
Expand documentation of annotations used in manifests and KRM functions API ( #3995 )
...
* Expand documentation of annotations used in manifests and KRM function wire format.
- Reserve `internal.config.kubernetes.io` for control annotations
- Document `local-config` annotation in a seperate document (It's
orthogonal to KRM functions).
- There is a internal annotation that uses `config.k8s.io` instead of
`config.kubernetes.io` used by other annotations. See [1] and [2]. We
should avoid using two seperate annotation prefixes and audit the
codebase for any other annotation. Given the `id` control annotation is used
for comment preservation (no existing function should be modifying
it), I suggest moving this over to use
`fn-ctrl.config.kubernets.io/id`.
[1]: 7e8ba62e9f/kyaml/fn/runtime/runtimeutil/runtimeutil.go (L195)
[2]: https://github.com/kubernetes-sigs/kustomize/pull/2465
* Move path/index annotation to use internal prefix
* Clarify MUST NOT vs SHOULD NOT for internal annotations
* Update cmd/config/docs/api-conventions/functions-spec.md
Co-authored-by: Katrina Verey <kn.verey@gmail.com >
* Update cmd/config/docs/api-conventions/functions-spec.md
Co-authored-by: Katrina Verey <kn.verey@gmail.com >
* Update cmd/config/docs/api-conventions/manifest-annotations.md
Co-authored-by: Katrina Verey <kn.verey@gmail.com >
* Remove kusotmization as example
Co-authored-by: Katrina Verey <kn.verey@gmail.com >
2021-07-13 11:58:00 -07:00
Kubernetes Prow Robot
4a13725678
Merge pull request #4043 from phanimarupaka/PreserveIndentation
...
Make seq indent configurable and add retain seq indent functionality
2021-07-13 10:24:30 -07:00
Petr Studeny
ab9b010856
fix: Allow custom MYGOBIN in mdrip invokations
2021-07-13 14:34:50 +02:00
Phani Teja Marupaka
29be7fabe4
Suggested changes
2021-07-12 23:34:03 -07:00
Phani Teja Marupaka
74e867833a
First sequence indent wins
2021-07-09 14:10:30 -07:00
Rob Ferguson
91dc6d2a0f
add additional replacement transformer test with todos for failures
2021-07-09 12:45:47 -05:00
Rob Ferguson
3c1fd0e9cf
add replacement test failures
2021-07-09 10:39:38 -05:00
Rob Ferguson
4deeb7d59b
make replacement transformer test pass and add todo
2021-07-09 09:49:08 -05:00
Phani Teja Marupaka
89b12cfc62
Change annotation name, error if conflicting options
2021-07-09 01:32:48 -07:00
Phani Teja Marupaka
c07ffa5c1e
Update comments, tests, not expose indent option
2021-07-09 00:17:09 -07:00
Kubernetes Prow Robot
259fcfcef8
Merge pull request #4002 from natasha41575/resref
...
replace Resource.refBy with annotations
2021-07-08 17:26:54 -07:00
Phani Teja Marupaka
f81201b74d
Add options, keep seqindent annotation equivalent to index annotation
2021-07-08 14:54:23 -07:00
Phani Teja Marupaka
6dbc74b32e
Suggested changes
2021-07-07 23:22:15 -07:00
Phani Teja Marupaka
ed38b5fe2b
Make seq indent configurable and add retain seq indent functionality
2021-07-07 16:53:40 -07:00
Natasha Sarkar
a84badb834
replace Resource.refBy with annotations
2021-07-07 15:22:36 -07:00
phani
e1804cbc76
Retain field order after running any arbitrary functions on resources ( #4021 )
...
* Reorder resource fields
* Fix comment conflict
* Update e2e test ordering
* Suggested changes
2021-07-07 10:12:44 -07:00
Kubernetes Prow Robot
d13eef7951
Merge pull request #4040 from zhouhaibing089/fix-iampolicy-mod
...
iampolicygenerator: update module name
2021-07-07 09:46:44 -07:00
Kubernetes Prow Robot
0b4c6baf44
Merge pull request #4039 from zhouhaibing089/handle-dot-git-suffix
...
api/internal/git: handle .git suffix in repospec
2021-07-07 09:24:43 -07:00
Haibing Zhou
b3af54340c
iampolicygenerator: update module name
...
The previous module name is incorrect and seems to be copied from
another builtin plugin. This change fixes the name.
2021-07-05 14:11:32 -07:00
Haibing Zhou
8c14b9d1af
api/internal/git: handle .git suffix in repospec
...
This change adds a new test case for parsing url with `.git` suffix. In
that case, we should have the full url as clone spec with an empty
abspath.
2021-07-05 13:10:35 -07:00
Natasha Sarkar
d818ccae92
Merge pull request #4037 from natasha41575/pin
...
Unpin modules
2021-07-02 14:25:03 -07:00
Natasha Sarkar
4cea8b9785
Unpin modules
2021-07-02 14:10:05 -07:00
Kubernetes Prow Robot
84a36801e0
Merge pull request #4036 from joebowbeer/patch-1
...
Fix broken KEP link in README
2021-07-02 13:58:10 -07:00
Joe Bowbeer
6eb7b3508d
Fix broken KEP link in README
2021-07-02 13:12:22 -07:00
Rob Ferguson
2a5f4ac7d7
add failing test for replacements
2021-07-02 08:54:52 -05:00
Kubernetes Prow Robot
518a16d3ac
Merge pull request #4014 from brianpursley/doc-separator
...
Updated ByteReader to allow white space and comments content after --- when splitting YAML documents
2021-07-01 14:25:51 -07:00
Jeff Regan
d53a2ad45d
Merge pull request #4027 from monopole/deleteWindowsBuild
...
Temporarily remove windows build.
2021-06-30 15:37:56 -07:00
monopole
bb02a7645b
Temporarily remove windows build.
2021-06-30 15:36:57 -07:00
Jeff Regan
5a9d90c872
Merge pull request #4026 from monopole/upgradeGoReleaser
...
release process: upgrade to goreleaser v0.172.1 calling go1.16.5
2021-06-30 14:04:18 -07:00
monopole
4fd7269643
release process: upgrade to goreleaser v0.172.1 calling go go1.16.5
2021-06-30 14:02:55 -07:00
Kubernetes Prow Robot
1eb3c1a075
Merge pull request #4025 from KnVerey/pinToApi
...
Pin to api v0.8.11
2021-06-30 12:53:03 -07:00
Katrina Verey
a1746f2f8c
Pin to api v0.8.11
2021-06-30 12:42:04 -07:00
Kubernetes Prow Robot
b727febd08
Merge pull request #4023 from mengqiy/jsontag
...
add missing json tags
2021-06-30 12:37:03 -07:00
Natasha Sarkar
c819d69ae4
Merge pull request #4022 from KnVerey/pinToCmdConfig
...
Pin to cmd/config v0.9.13
2021-06-30 12:26:40 -07:00
Katrina Verey
bb6f83fb96
Pin to cmd/config v0.9.13
2021-06-30 12:16:04 -07:00
Mengqi Yu
02d14d724a
add missing json tags
2021-06-30 12:15:50 -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
5427ab7cc3
Merge pull request #4013 from KnVerey/go-yaml-fork
...
Internal go-yaml/yaml fork
2021-06-30 10:41:27 -07:00
Katrina Verey
e583f199b8
Comment out part of script that is likely only needed on first run
2021-06-30 10:18:11 -07:00
Katrina Verey
b465c20f65
Remove pinning to external fork
2021-06-30 10:15:02 -07:00
Natasha Sarkar
5c2c617ff0
fix affected cmd/config tests
2021-06-30 10:14:45 -07:00
Natasha Sarkar
3ab0665c19
fix affected kyaml tests
2021-06-30 10:14:45 -07:00
Natasha Sarkar
4b66043735
compact sequence indent
2021-06-30 10:14:45 -07:00
Natasha Sarkar
979f03e76c
remove serialization hack after bump
2021-06-30 10:14:44 -07:00
Natasha Sarkar
c8b049f57f
point to natasha's fork
2021-06-30 10:14:33 -07:00
Katrina Verey
f3d8883046
Internalize forked code
2021-06-30 10:13:33 -07:00
Natasha Sarkar
e308f321d3
fix leading newline issue
2021-06-30 10:13:33 -07:00
Natasha Sarkar
beea785ead
tests for compactSeqIndent
2021-06-30 10:13:33 -07:00
Natasha Sarkar
95c5b686be
add defaultSeqIndent method
2021-06-30 10:13:32 -07:00
Natasha Sarkar
0ddf68cc8a
compact sequence indentation option
2021-06-30 10:13:32 -07:00
Katrina Verey
4cadad5cfe
Internal copy of go-yaml at 496545a6307b2a7d7a710fd516e5e16e8ab62dbc
2021-06-30 10:13:30 -07:00
Katrina Verey
9e4a6397d6
Instructions and script for go-yaml fork
2021-06-28 17:04:04 -07:00
Katrina Verey
2e8a3b7c45
Use the forked go-yaml module
2021-06-28 15:29:32 -07:00
Kubernetes Prow Robot
276d0430bf
Merge pull request #4018 from phanimarupaka/DontAddFormatTags
...
Handle null values while formatting
2021-06-27 17:05:24 -07:00
Phani Teja Marupaka
1aa7a1e709
Handle null values while formatting
2021-06-27 16:55:16 -07:00
brianpursley
78737f5a38
Updated ByteReader to allow white space and comments on the same line after --- and throw an error if anything else is detected
2021-06-24 21:32:39 -04:00
Kubernetes Prow Robot
dac84d867e
Merge pull request #4010 from natasha41575/openapicommanddocs
...
fix openapi command help page
2021-06-23 08:54:10 -07:00
Natasha Sarkar
217e5c7268
fix openapi command help page
2021-06-22 18:46:34 -07:00
Jeff Regan
936ac37a2e
Update repospec_test.go
2021-06-21 14:30:11 -07:00
Kubernetes Prow Robot
cb4f5c3983
Merge pull request #4006 from runewake2/validate-data-map
...
Introduce Validate Data Map Function
2021-06-18 12:34:06 -07:00
Sam Wronski
1801d33287
Add error when datamap is nil
2021-06-18 10:14:17 -07:00
Sam Wronski
b01da61d83
Update argument name
2021-06-17 16:12:09 -07:00
Natasha Sarkar
23e28bb18a
change marshal indent to 2 ( #4005 )
2021-06-17 13:34:04 -07:00
Sam Wronski
a1f1c2d32f
Add documentation
2021-06-17 11:47:56 -07:00
Sam Wronski
10331d9560
Add GetValidatedDataMap to rnode
2021-06-17 01:46:35 -07:00
Francesc Campoy
60038d44f9
Add filesys.FileSystem to ignoreFileMatcher ( #3994 )
2021-06-16 17:16:20 -07:00
Kubernetes Prow Robot
24d06f83ca
Merge pull request #3998 from yhrn/star-fix
...
Remove debug fmt.Println breaking kpt Starlark output
2021-06-16 15:53:59 -07:00
Kubernetes Prow Robot
e76638f98d
Merge pull request #4000 from KnVerey/readme_update
...
Update kubectl kustomize section of readme
2021-06-16 14:47:59 -07:00
Kubernetes Prow Robot
ef1b9d4854
Merge pull request #3999 from campoy/patch-1
...
Test api in workflows
2021-06-16 14:29:59 -07:00
Katrina Verey
3c0f805674
Update kubectl kustomize section of readme
2021-06-16 14:26:40 -07:00
Francesc Campoy
324581594c
Test api for all platforms and skip those breaking on Windows
2021-06-16 14:18:48 -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
Mattias Öhrn
0af3a75708
Remove debug fmt.Println breaking kpt Starlark output
2021-06-16 12:27:17 +02: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
Kubernetes Prow Robot
69a6708f9b
Merge pull request #3996 from khrisrichardson/kustomize-build-as-current-user
...
expose --as-current-user flag to kustomize build command
2021-06-15 12:53:43 -07:00
Khris Richardson
c19a972739
expose --as-current-user via AddFunctionBasicsFlags
2021-06-15 12:30:37 -07:00
Khris Richardson
2e674337b3
expose --as-current-user via GetRunFnRunner
2021-06-15 12:30:17 -07:00
Khris Richardson
727e24f365
append AsCurrentUser to FnPluginLoadingOptions
2021-06-15 12:29:59 -07:00
Natasha Sarkar
7e8ba62e9f
Merge pull request #3986 from campoy/filesys-default
...
Filesys default
2021-06-14 12:55:35 -07:00
Kubernetes Prow Robot
fe60d0c403
Merge pull request #3992 from mortent/AllowErrorForResourceHandler
...
Allow the Handle function of the ResourceHandler interface to return an error
2021-06-14 09:55:04 -07:00
Morten Torkildsen
2e0556b544
Allow the Handle function of the ResourceHandler interface to return an error
2021-06-13 15:06:08 -07:00
Kubernetes Prow Robot
479acac581
Merge pull request #3987 from mortent/AddResourceHandlerForMerge3
...
Allow users to customize handling of deleted resources for merge3
2021-06-11 18:19:00 -07:00
Natasha Sarkar
3b37fed24b
convert vars to replacements: mapping value with dot
2021-06-11 13:45:04 -07:00
Kubernetes Prow Robot
8fdb3f1703
Merge pull request #3926 from natasha41575/ConvertVarsToReplacements
...
convert vars to replacements
2021-06-11 13:01:00 -07:00
Morten Torkildsen
95e242353b
Allow users to customize handling of deleted resources for merge3
2021-06-11 11:37:24 -07:00
Francesc Campoy
199802a176
Ensure 'not exist' errors wrap os.ErrNotExist ( #3982 )
...
* Ensure 'not exist' errors wrap os.ErrNotExist
* Update go.sum
* Use an error type to avoid changing the error's string
2021-06-11 09:44:59 -07:00
Kubernetes Prow Robot
065432e074
Merge pull request #3984 from natasha41575/replacementWithDot
...
Replacement with dot
2021-06-10 18:12:13 -07:00
Francesc Campoy
62fd36facb
Updating go.sum
2021-06-10 16:56:50 -07:00
Natasha Sarkar
f121e74744
convert vars to replacements
2021-06-10 15:29:28 -07:00
Jeff Regan
5aa2f534be
Merge pull request #3985 from monopole/stringslice
...
Gather some string slice utils.
2021-06-10 14:30:15 -07:00
monopole
86dd74fd62
Gather some string slice utils.
2021-06-10 13:34:20 -07:00
Natasha Sarkar
218da9858f
support mapping values with '.' in replacements fieldpaths
2021-06-10 11:33:05 -07:00
Natasha Sarkar
cebda58437
test for '.' in replacement mapping value
2021-06-10 11:15:05 -07:00
Francesc Campoy
6a82437bc9
Renaming to better name
2021-06-10 09:53:49 -07:00
Francesc Campoy
6b9e8eb891
Add a new type that defaults to FsOnDisk for convenience
2021-06-09 18:00:30 -07:00
Jeff Regan
615984bf2d
Merge pull request #3977 from KnVerey/roadmap
...
Commit roadmap presented to SIG-CLI
2021-06-09 14:43:01 -07:00
Katrina Verey
bc6ac8a68a
Commit roadmap presented to SIG-CLI
2021-06-09 14:37:54 -07:00
Kubernetes Prow Robot
39f24ef8d2
Merge pull request #3956 from natasha41575/ReplacementPreviousIds
...
replacements should be able to use previous IDs
2021-06-09 10:45:26 -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
Jeff Regan
234fcbfc02
Update OWNERS_ALIASES
2021-06-08 16:59:45 -07:00
Jeff Regan
b54093ebca
Merge pull request #3972 from KnVerey/contributor_ladder
...
Document contributor roles
2021-06-08 16:43:18 -07:00
Katrina Verey
db307a7084
Document contributor roles
2021-06-08 16:39:37 -07:00
Jeff Regan
a0c7997b66
Merge pull request #3963 from natasha41575/KustomizeEditFix
...
small `api` changes for kustomize fix
2021-06-08 13:52:06 -07:00
Natasha Sarkar
7458a53a73
copy method for selector
2021-06-08 11:18:38 -07:00
Natasha Sarkar
cf6e6ca4db
omitempty for replacement type
2021-06-08 11:18:27 -07:00
Natasha Sarkar
e847ec7474
ReadDir method for filesys
2021-06-08 11:18:11 -07:00
Jeff Regan
440026b9b3
Merge pull request #3965 from mengqiy/listcomments
...
handle comments in list correctly
2021-06-07 17:32:53 -07:00
Kubernetes Prow Robot
64331ad845
Merge pull request #3964 from ash2k/ash2k/handle-errors2
...
Handle errors
2021-06-07 16:26:03 -07:00
Mengqi Yu
294070b3ab
address comments
2021-06-07 15:06:57 -07:00
Mengqi Yu
cabbea0d97
handle comments in list correctly
2021-06-07 14:57:49 -07:00
Jeff Regan
732a8522df
Merge pull request #3968 from monopole/fixFailingHelmTest
...
Don't run helm inflator test against released version.
2021-06-07 13:19:02 -07:00
monopole
8f82c4c748
Don't run helm inflator test against released version.
2021-06-07 12:26:12 -07:00
Jeff Regan
d0bc25f339
Update byteio_writer.go
2021-06-07 12:25:04 -07:00
Jeff Regan
ed3200e4f5
Remove bad TODO
2021-06-04 17:56:42 -07:00
Mikhail Mazurskiy
a3ed120efb
Handle errors
2021-06-05 09:43:13 +10:00
Jeff Regan
f1b191c02f
Update README.md
2021-06-04 16:22:59 -07:00
Jeff Regan
1493b24b46
Update README.md
2021-06-04 16:21:25 -07:00
Kubernetes Prow Robot
5993eae1aa
Merge pull request #3934 from yhrn/fix-json-sink
...
Sink: Force JSON encoding for .json files
2021-06-04 11:38:38 -07:00
Mattias Öhrn
3e506eae02
PR feedback - more tests and some cleanup
2021-06-04 11:06:22 +02:00
Kubernetes Prow Robot
0305860078
Merge pull request #3962 from natasha41575/resourceRef
...
remove metadata field from resourceRef schema
2021-06-03 15:57:02 -07:00
Natasha Sarkar
0205090e0d
remove metadata field from resourceRef schema
2021-06-03 12:46:51 -07:00
Natasha Sarkar
6adefe4562
replacements should be able to use previous IDs
2021-06-03 12:14:27 -07:00
Jeff Regan
da1bd901b4
Merge pull request #3939 from KnVerey/framework_test_helpers
...
[kyaml] Improvements to frameworktestutil
2021-06-03 11:14:54 -07:00
Jeff Regan
636b9c7aeb
Merge pull request #3931 from natasha41575/ReplacementOverwritesSource
...
Fix issues with replacements
2021-06-03 10:57:01 -07:00
Mattias Öhrn
942f112ef5
Fix kyaml tests
2021-06-03 08:31:03 +02:00
Mattias Öhrn
03bbb076bf
plugin/builtin/iampolicygenerator/go.sum tidy
2021-06-03 08:30:38 +02:00
Mattias Öhrn
e468d6b4d2
Fixing cmd/config/internal/commands/e2e/e2e_test.go
2021-06-03 08:29:53 +02:00
Kubernetes Prow Robot
57206a628d
Merge pull request #3955 from mengqiy/betterresults
...
Check for empty GKNN when formatting results
2021-06-02 18:05:38 -07:00
Mengqi Yu
f061bb887b
Check for empty GKNN when formatting results
2021-06-02 16:32:18 -07:00
Kubernetes Prow Robot
75fd9a43a3
Merge pull request #3925 from frankfarzan/krm-functions-spec
...
Fully specify KRM Functions Spec and graduate it to v1.
2021-06-02 12:10:42 -07:00
Frank Farzan
58165dfc89
comments
2021-06-02 10:53:49 -07:00
Frank Farzan
0e8257c387
comments
2021-06-02 10:50:39 -07:00
Kubernetes Prow Robot
62e78f8349
Merge pull request #3940 from Shell32-Natsu/resource-factory
...
add an option to include local configs
2021-06-01 17:20:12 -07:00
Natasha Sarkar
84724a3ebf
smarter path splitter for replacements
2021-06-01 17:15:54 -07:00
Donny Xia
23544e0431
code review
2021-06-01 16:25:41 -07:00
Donny Xia
b1fda3d62e
add an option to include local configs
2021-06-01 13:38:36 -07:00
Natasha Sarkar
b8ae69b748
copy target rnode in replacements
2021-06-01 13:24:51 -07:00
Natasha Sarkar
4014440d06
test to demonstrate '.' in list element path issue
2021-06-01 13:24:51 -07:00
Natasha Sarkar
74b0b3adc6
test to demonstrate multiple fieldpaths issue in replacements
2021-06-01 13:24:51 -07:00
Katrina Verey
382f09a126
Make frameworktestutil assertions configurable
...
Also refactor to share common code between results checkers
2021-06-01 12:20:23 -07:00
Katrina Verey
f9afdc5c95
Improve frameworktestutil usability with complex error messages
2021-06-01 12:20:17 -07:00
Mattias Öhrn
5e4fb4796e
Only encoding non-wrapped single .json items as JSON
2021-06-01 20:44:21 +02:00
Katrina Verey
76f8988865
Mark updated tests as skipped instead of passed
2021-05-31 10:56:32 -07:00
Mattias Öhrn
fa3e829eb6
Sink: Force JSON encoding for .json files
2021-05-31 08:00:54 +02:00
Jeff Regan
d9435bd1b1
Merge pull request #3898 from dmizelle/add-helm-include-crds
...
Add includeCRDs Field to HelmChart
2021-05-27 16:04:07 -07:00
Kubernetes Prow Robot
af96bb4bda
Merge pull request #3914 from natasha41575/GkeServiceAccountGenerator
...
Gke service account generator
2021-05-27 15:36:23 -07:00
Kubernetes Prow Robot
8607e0adec
Merge pull request #3930 from monopole/demo3929
...
Demonstrate issue 3929
2021-05-26 17:04:06 -07:00
Natasha Sarkar
5a2a7709a4
add IAMPolicyGenerator
2021-05-26 16:54:38 -07:00
monopole
437e8f90f6
Demonstrate issue 3929
2021-05-26 16:29:55 -07:00
Jeff Regan
06ac670951
Merge pull request #3911 from ash2k/ash2k/handle-errors
...
Handle errors
2021-05-25 21:05:26 -07:00
Frank Farzan
3ee1579688
Fully specify KRM Functions Spec and graduate it to v1.
...
- Define the OpenAPI schema for ResourceList
- Graduate `ResourceList` to apiVersion `v1`. Many functions have been implemented
and we are effectively treating the spec as backwards compatible.
- Add `results` field to the spec. This has been implemented in the
orchestrator and couple of functions libraries for a while, but hasn't been
yet standardized leading to minor discrepencies. Concurrent to this PR,
we need to udpate the fn framework (kyaml) to be compatible with
the standard and update the orchestrator to be backwards compatible.
- Include per-resource annotations (previously a seperate doc)
- Remove support for non-ResourceList wire formats. In practice, this is
not widely used and complicates the standard. The orchestrators can
easily covert a List to a ResourceList.
2021-05-25 16:09:32 -07:00
Jeff Regan
5954314b98
Merge pull request #3917 from zhouhao3/clean-tempfile
...
Cleanup tempfiles
2021-05-24 20:01:33 -07:00
Jeff Regan
c0324456a7
Merge pull request #3921 from monopole/deleteScriptsDir
...
Consolidate scripts into k8s-traditional hack dir.
2021-05-24 17:25:01 -07:00
monopole
172adc404f
Consolidate scripts into k8s-traditional hack dir.
2021-05-24 17:09:11 -07:00
Jeff Regan
501748192b
Merge pull request #3920 from monopole/unpinEverything
...
Back to development mode; unpin the modules
2021-05-24 09:42:57 -07:00
monopole
f6e6ac0320
Back to development mode; unpin the modules
2021-05-24 09:30:04 -07:00
Zhou Hao
a10ce1d787
cleanup tempfiles for runfn_test
...
Signed-off-by: Zhou Hao <zhouhao@fujitsu.com >
2021-05-24 17:01:44 +08:00
Zhou Hao
839cc2467c
cleanup tempfiles for fmtr_test
...
Signed-off-by: Zhou Hao <zhouhao@fujitsu.com >
2021-05-24 15:52:28 +08:00
Mikhail Mazurskiy
dbc11ed29f
Handle errors
2021-05-21 16:53:14 +10:00
Jeff Regan
0f614e92f7
Merge pull request #3909 from monopole/pinToApi
...
Pin to api v0.8.10
2021-05-20 13:44:39 -07:00
monopole
afaf7c62bc
Pin to api v0.8.10
2021-05-20 13:34:27 -07:00
Jeff Regan
78d22069d7
Merge pull request #3910 from monopole/noMorePluginPin
...
No more plugin pinning.
2021-05-20 13:32:25 -07:00
monopole
22720a8b7a
No more plugin pinning.
2021-05-20 13:31:50 -07:00
Jeff Regan
38c66d213a
Update README.md
2021-05-20 13:14:28 -07:00
Jeff Regan
871de80544
Merge pull request #3908 from monopole/pinToCmdConfig
...
Pin to cmd/config v0.9.12
2021-05-20 13:05:20 -07:00
monopole
c24daec480
Pin to cmd/config v0.9.12
2021-05-20 12:54:56 -07:00
Jeff Regan
0849d12572
Update README.md
2021-05-20 12:54:06 -07:00
Jeff Regan
23bd8ff749
Merge pull request #3907 from monopole/fixFormatting
...
Fix go.mod in plugins.
2021-05-20 12:53:00 -07:00
monopole
b5759305af
Fix go.mod in plugins.
2021-05-20 12:52:34 -07:00
Jeff Regan
da518668b5
Merge pull request #3906 from monopole/pinToKyaml
...
Pin to kyaml v0.10.20
2021-05-20 12:46:05 -07:00
monopole
51605beb3b
Pin to kyaml v0.10.20
2021-05-20 12:35:01 -07:00
Jeff Regan
2646861a4c
Update README.md
2021-05-20 12:29:15 -07:00
Jeff Regan
f8c910bd3b
Update go.mod
2021-05-20 12:27:03 -07:00
Jeff Regan
cb82dced8a
Merge pull request #3905 from monopole/fixMakefile
...
Fix makefile install-tools for Go 1.16
2021-05-20 11:12:12 -07:00
monopole
f618f9ce96
Fix makefile install-tools for Go 1.16
2021-05-20 10:54:13 -07:00
Jeff Regan
020dc9c216
Merge pull request #3903 from monopole/fixRepoSpecTest
...
Fix repospec test
2021-05-20 09:54:12 -07:00
monopole
a6b9445702
Fix repospec test
2021-05-20 09:52:59 -07:00
Jeff Regan
36408a120c
Update HelmChartInflationGenerator.go
2021-05-19 17:34:44 -07:00
Jeff Regan
c1bca9cd62
Merge pull request #3900 from joshdk/master
...
URL based configuration for git exec timeouts and git submodule cloning
2021-05-19 16:10:35 -07:00
Jeff Regan
701973b73e
Merge pull request #3899 from KnVerey/embedfs
...
[kyaml fn framework] Swap pkger for embed.FS compatibility
2021-05-19 09:29:23 -07:00
Josh Komoroske
24a64bdee3
URL based configuration for git exec timeouts and git submodule cloning
...
Adds a number of user-accessable options for configuring internal git resource
cloning behavior.
- Git commands are executed with a configurable timeout by including a parameter
like "?timeout=2m30s" in the resource URL. This can improve cloning a large
repository, or over a slow network.
- Git submodule cloning can be disabled by including a parameter like
"?submodules=false" in the resource URL.
- Switch the overall query parsing to use url.Parse() and be more extensible.
2021-05-19 00:07:02 -07:00
Katrina Verey
3f3d3b17a4
Replace pkger with embed.FS compatibility
2021-05-18 12:07:42 -07:00
Katrina Verey
53c87a32e9
Reset openapi in Filter and show use of pkger with filepath
2021-05-18 11:20:42 -07:00
Katrina Verey
0fdf0f825f
TemplateProcessor can add custom resource schemas to openapi
2021-05-18 11:20:42 -07:00
Devon Mizelle
73da51d0ac
Apply suggestions from code review
...
Co-authored-by: Steven E. Harris <seh@panix.com >
2021-05-17 12:18:33 -04:00
Devon Mizelle
df10d5a17d
Add includeCRDs Field to HelmChart
...
This commit adds functionality for a user to specify that `helm` should
include CRDs when inflating a Helm Chart.
As of Helm v3, the `install-crd` hook is no more, with
`CustomResourceDefinitions` existing in the root of the chart, under the
`crds` directory.
When calling `helm template`, `helm` does not output these CRDs unless
the user passes the `--include-crds` flag to the command.
With this commit, users can set `includeCRDs: true` as part of their helm
chart definition in `kustomize.yaml` to have these included as part of
the output.
Signed-off-by: Devon Mizelle <devon.mizelle@onepeloton.com >
2021-05-14 16:46:30 -04:00
Jeff Regan
9557888b32
Merge pull request #3889 from sylr/fix-tests-macos
...
Fix api tests on MacOS
2021-05-13 15:22:18 -07:00
Jeff Regan
3e14a31312
Merge pull request #3893 from natasha41575/fixTests
...
use assert statements for kustomize edit tests
2021-05-12 16:33:27 -07:00
Natasha Sarkar
dca13a4770
use assert statements for kustomize edit tests
2021-05-12 16:20:12 -07:00
Kubernetes Prow Robot
017a094438
Merge pull request #3888 from monopole/popRNodeUp
...
Remove delegation to RNode in Resource
2021-05-11 13:35:14 -07:00
Kubernetes Prow Robot
b8e7cf04b6
Merge pull request #3832 from cehoffman/helm-chart-namespace
...
Add ability to set target namespace for helm chart template
2021-05-11 13:09:13 -07:00
Sylvain Rabot
a8dacdaffc
Fix api tests on MacOS
...
On MacOS /var is a symlink for /private/var and we can end up having the
loader having a /private/var path while the TMPDIR has a /var path which
triggers a panic.
Signed-off-by: Sylvain Rabot <sylvain@abstraction.fr >
2021-05-11 20:02:56 +02:00
monopole
5c4e363f11
Remove delegation to RNode in Resource.
2021-05-11 10:49:17 -07:00
Kubernetes Prow Robot
1e3ce57077
Merge pull request #3886 from monopole/applyFilter
...
Introduce resmap.ApplyFilter.
2021-05-11 08:31:36 -07:00
monopole
01ddeb476d
Introduce resmap.ApplyFilter.
2021-05-10 20:47:57 -07:00
Jeff Regan
714af0cd66
Merge pull request #3884 from monopole/nitterFix
...
Simplify kind and name change code.
2021-05-09 16:21:52 -07:00
monopole
82abd7e9ea
Simplify kind and name change code.
2021-05-09 16:20:39 -07:00
Jeff Regan
823ff2d048
Update go.mod
2021-05-08 08:02:28 -07:00
Kubernetes Prow Robot
fcfdf6be51
Merge pull request #3880 from Shell32-Natsu/func-filter-result
...
Make result in function filter public
2021-05-06 15:43:02 -07:00
Donny Xia
627118c438
skip tests instead of comment out
2021-05-06 12:33:17 -07:00
Donny Xia
5bb7364967
Fix linter error
2021-05-06 09:54:35 -07:00
Donny Xia
a46926c1eb
Disable tests that use non-exist image
2021-05-06 09:54:26 -07:00
Donny Xia
4f760a0850
make result public in function filter
2021-05-06 09:45:11 -07:00
Jeff Regan
e905411207
Update go.mod
2021-05-05 13:02:57 -07:00
Jeff Regan
1eb77a6cab
Update README.md
2021-05-05 08:27:58 -07:00
Jeff Regan
8b1704bcf3
Merge pull request #3874 from monopole/depprobcheck
...
Add a dependency debugging directory.
2021-05-04 22:21:33 -07:00
monopole
a0edb2d966
Add a dependency debugging directory.
2021-05-04 22:11:52 -07:00
Kubernetes Prow Robot
02dff45d7d
Merge pull request #3870 from Shell32-Natsu/fix-image-helm
...
add helm fields to ordered fields
2021-05-04 06:25:13 -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
Kubernetes Prow Robot
c3e8f6008e
Merge pull request #3838 from monopole/helmNamespace
...
A last-mile helm example, with namespace and prefix
2021-05-03 11:02:08 -07:00
monopole
660847225d
Simplify gvk, speed up cluster-scoped checks.
2021-05-02 13:17:33 -07:00
Jeff Regan
48d16f877b
Merge pull request #3864 from monopole/runMoreTests
...
Run e2e tests against 4.1.2
2021-05-02 13:17:04 -07:00
monopole
a4f4945455
Run e2e tests against 4.1.2
2021-05-02 13:01:24 -07:00
Jeff Regan
bd7229ea17
Merge pull request #3862 from monopole/updateGoSums
...
Update plugin go.mod, go.sum w/r to kyaml.
2021-05-02 10:38:22 -07:00
monopole
72441ce3ef
Update plugin go.mod, go.sum w/r to kyaml.
2021-05-02 10:22:22 -07:00
Jeff Regan
fe5b7a3b41
Merge pull request #3861 from monopole/backToDevMode
...
Require kyaml v0.10.19, and unpin everything.
2021-04-30 23:01:18 -07:00
monopole
a4db686b6c
Unpin everything.
2021-04-30 22:49:38 -07:00
Jeff Regan
10026758d3
Merge pull request #3860 from monopole/moveResidFromApiToKyamlModule
...
Move resid from api to kyaml module
2021-04-30 22:14:24 -07:00
monopole
c8dddac5b9
Move resid package from api to kyaml
2021-04-30 20:39:32 -07:00
monopole
5a8a4d47a5
More pinning.
2021-04-30 20:21:36 -07:00
monopole
6c35c06f3e
Pin the plugins.
2021-04-30 20:11:14 -07:00
monopole
1235047742
Establish pin state.
2021-04-30 19:32:43 -07:00
Jeff Regan
6c041c3a79
Merge pull request #3859 from monopole/pinToCmdConfig
...
Pin to cmd/config v0.9.11
2021-04-30 18:57:12 -07:00
monopole
1e7260b69a
Pin to cmd/config v0.9.11
2021-04-30 18:46:59 -07:00
Jeff Regan
1de5fe608f
Merge pull request #3858 from monopole/gorepoModAdjustments
...
In module lists, handle allowed replacements.
2021-04-30 18:36:25 -07:00
monopole
6c9bf58e7f
In module lists, handle allowed replacements.
2021-04-30 18:35:59 -07:00
Jeff Regan
accd71a105
Update README.md
2021-04-30 18:15:54 -07:00
Jeff Regan
e3fd691459
Merge pull request #3857 from monopole/pinToKyaml_v0.10.18
...
Pin to kyaml/v0.10.18
2021-04-30 18:10:06 -07:00
monopole
3a508da641
Pin to kyaml/v0.10.18
2021-04-30 17:39:24 -07:00
Jeff Regan
a64a1022e6
Merge pull request #3855 from monopole/allowReplacements
...
When releasing, allow certain replacements.
2021-04-30 17:08:52 -07:00
monopole
b6fba0ad5c
When releasing, allow certain replacements.
2021-04-30 17:08:16 -07:00
Natasha Sarkar
45fc67062e
update openapi fetch command
2021-04-30 16:00:19 -07:00
Kubernetes Prow Robot
32cef014bb
Merge pull request #3844 from MaXinjian/0428
...
Fix small golint warning
2021-04-30 14:13:58 -07:00
Ma Xinjian
677ec868e0
Fix golint warning
...
golint warning: if block ends with a return statement, so drop this else and outdent its block
Signed-off-by: Ma Xinjian <maxj.fnst@fujitsu.com >
2021-04-30 09:22:57 +08:00
Kubernetes Prow Robot
7716b1bd3d
Merge pull request #3821 from phanimarupaka/OverrideIsSameResourceImpl
...
Support multiple implementations for IsSameResource
2021-04-28 08:42:50 -07:00
Phani Teja Marupaka
8a529ca399
Update merge3 with deafult GVKNN matcher
2021-04-27 23:53:54 -07:00
Phani Teja Marupaka
914a82bfa4
Support multiple implementations for IsSameResource
2021-04-27 23:53:43 -07:00
Jeff Regan
197c95f6ef
Merge pull request #3843 from monopole/upgradeReplace
...
Update go.sum in replacements.
2021-04-27 16:32:01 -07:00
monopole
323672bc38
Update go.sum in replacements.
2021-04-27 16:14:32 -07:00
Kubernetes Prow Robot
66ce6f8801
Merge pull request #3827 from gautierdelorme/rm-go-openapi-spec-validate-strfmt
...
remove go-openapi/spec,validate,strfmt
2021-04-26 12:33:16 -07:00
Gautier Delorme
6bc9d7358c
remove go-openapi/spec,validate,strfmt from plugins
...
Signed-off-by: Gautier Delorme <gautier.delorme@gmail.com >
2021-04-25 16:57:39 +02:00
Gautier Delorme
bcbfa069ae
remove go-openapi/spec,validate,strfmt from kustomize/
...
Signed-off-by: Gautier Delorme <gautier.delorme@gmail.com >
2021-04-25 16:57:39 +02:00
Gautier Delorme
7e622e1382
remove go-openapi/spec,validate,strfmt from cmd/config/
...
Signed-off-by: Gautier Delorme <gautier.delorme@gmail.com >
2021-04-25 16:57:39 +02:00
Gautier Delorme
a2871181fe
remove go-openapi/spec,validate,strfmt from kyaml/
...
Signed-off-by: Gautier Delorme <gautier.delorme@gmail.com >
2021-04-25 16:57:39 +02:00
Gautier Delorme
86c3863bc9
remove go-openapi/spec,validate,strfmt from api/
...
Signed-off-by: Gautier Delorme <gautier.delorme@gmail.com >
2021-04-25 16:57:34 +02:00
Jeff Regan
14d2f4bb15
Merge pull request #3841 from monopole/deleteCrawl
...
Delete internal/crawl.
2021-04-23 19:43:01 -07:00
monopole
c6f575ce37
Delete internal/crawl.
2021-04-23 19:24:15 -07:00
Jeff Regan
e86fd7f009
Merge pull request #3822 from benjamintanweihao/patch-1
...
Fix typo
2021-04-23 12:46:30 -07:00
monopole
d03a5ab95f
Add another last mile helm example.
2021-04-23 11:10:45 -07:00
Jeff Regan
8ef9f75de7
Merge pull request #3839 from monopole/harnessMkDir
...
Add testharness mkdir function.
2021-04-23 11:10:22 -07:00
monopole
cf3a125940
Add testharness mkdir function.
2021-04-23 11:09:34 -07:00
Kubernetes Prow Robot
8049f7b1af
Merge pull request #3836 from monopole/ownerAliasChange
...
Update OWNER_ALIASES
2021-04-23 10:45:39 -07:00
Kubernetes Prow Robot
985fe4821d
Merge pull request #3835 from monopole/useResIdInReplacements
...
Use resid.ResId in replacements.
2021-04-23 10:25:41 -07:00
monopole
c828b1e49a
Use resid.ResId in replacements.
2021-04-23 09:30:05 -07:00
Jeff Regan
d5d44ce3fe
Merge pull request #3837 from navist2020/modify/Error_log_info
...
modify Error log info
2021-04-23 08:01:19 -07:00
navist2020
5d3dac04fa
modify Error log info
2021-04-23 14:40:05 +08:00
monopole
d2f5fe13aa
Update OWNER_ALIASES
2021-04-22 21:20:16 -07:00
Jeff Regan
705c6ad5ce
Merge pull request #3834 from monopole/pinPluginsToV0.0.0
...
Pin plugins to v0.0.0
2021-04-22 17:20:18 -07:00
monopole
94f8d4ec63
Pin plugins to v0.0.0
2021-04-22 17:06:33 -07:00
Francesc Campoy
225bae8491
Make fsNode handle correctly consecutive reads and writes ( #3820 )
...
* Make fsNode handle correctly consecutive reads and writes
* Check for directories in ReadFile and add some error checks
* Update comment
* Improved docs and added better test
* Move test into its own file protected by built constraint
* Use manual test since iotest.TestReader is only available in Go 1.16
2021-04-22 16:50:01 -07:00
Chris Hoffman
53f78260a9
Add ability to set target namespace for helm chart template
2021-04-22 18:31:26 -05:00
Jeff Regan
06add3ab35
Merge pull request #3737 from natasha41575/ReplacementTransformer
...
replacement transformer that uses the new replacement filter
2021-04-22 11:22:51 -07:00
Benjamin Tan Wei Hao
a59ec8fe23
Fix typo
2021-04-21 16:53:21 +08:00
Jeff Regan
f93cee9440
Merge pull request #3813 from monopole/unpinEverything
...
Back to dev mode; unpin the modules.
2021-04-16 03:12:33 -07:00
Kubernetes Prow Robot
21e65990c1
Merge pull request #3795 from jlandowner/master
...
Support immutable attribute on generators
2021-04-15 22:36:22 -07:00
monopole
38e9c34f08
Back to dev mode; unpin the modules.
2021-04-15 22:15:57 -07:00
Natasha Sarkar
038bc7713b
add replacement transformer
2021-04-15 14:12:33 -07:00
Jeff Regan
a5914abad8
Merge pull request #3811 from monopole/pinToApi
...
Pin to api v0.8.8
2021-04-15 13:32:54 -07:00
monopole
3f2b98ff01
Pin to api v0.8.8
2021-04-15 13:21:06 -07:00
Jeff Regan
aa1dd9ddc2
Merge pull request #3810 from monopole/mergo_0.3.5
...
Back to mergo v0.3.5
2021-04-15 13:11:16 -07:00
monopole
5ba45f1ef8
Back to mergo v0.3.5
2021-04-15 12:48:20 -07:00
Jeff Regan
f3752dc75c
Update args.go
2021-04-15 12:31:29 -07:00
Jeff Regan
d5f4da1261
Merge pull request #3809 from monopole/unpinEverything
...
Back to development mode; unpin the modules
2021-04-15 09:13:28 -07:00
Kubernetes Prow Robot
7680392d96
Merge pull request #3808 from fenggw-fnst/work
...
Fix typo
2021-04-14 20:21:49 -07:00
monopole
d8015d3c93
Back to development mode; unpin the modules
2021-04-14 20:08:13 -07:00
Jeff Regan
7487e2f9cb
Merge pull request #3807 from monopole/pinToApi
...
Pin to api v0.8.7
2021-04-14 20:03:46 -07:00
Guangwen Feng
4b8bc7d6ba
Fix typo
...
Signed-off-by: Guangwen Feng <fenggw-fnst@cn.fujitsu.com >
2021-04-15 10:55:28 +08:00
monopole
59af49522e
Pin to api v0.8.7
2021-04-14 19:47:59 -07:00
jlandowner
82ff64c374
Support immutable attribute on generators
2021-04-13 01:02:58 +00:00