natasha41575
91ff4eefb2
Pin to kyaml v0.13.2
2022-02-01 14:41:11 -08:00
koba1t
7af5ce56bd
fix deprecated command on run-fns help docs
2022-01-21 08:39:59 +09: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
natasha41575
26999664e6
remove multi-module check
2021-12-15 11:06:38 -08:00
Mengqi Yu
6850408f6c
update test for cmd/config
2021-12-02 14:00:45 -08:00
Yuwen Ma
a1c5d79d94
Move api/builtin to internal
2021-11-22 15:54:18 -08:00
Mengqi Yu
dfc627068b
update tests for cmd/config module
2021-11-19 07:30:31 -08:00
Katrina Verey
4bcc57de74
Back to development mode; unpin the modules
2021-11-11 15:49:01 -08:00
Katrina Verey
3db4a94281
Pin to api v0.10.1
2021-11-11 15:18:05 -08:00
Katrina Verey
9abb72e4d6
Pin to kyaml v0.13.0
2021-11-11 14:12:13 -08:00
natasha41575
ca5d691199
fix function spec example
2021-11-09 20:56:36 -08: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
natasha41575
b4a69f08c0
provide utility helpers for preserving internal annotations
2021-10-29 12:30:55 -07:00
natasha41575
c3c02887ec
bump ResourceList from v1alpha1 to v1
2021-10-19 16:15:27 -07:00
Carlos Ortiz García
548f5ffca9
Update documents from 'configuration' to 'fn'
2021-10-11 12:35:22 -05:00
Katrina Verey
40c014a991
Back to development mode; unpin the modules
2021-09-27 09:37:38 -07:00
Katrina Verey
8268b17700
Pin to api v0.10.0
2021-09-24 16:58:20 -07:00
Katrina Verey
6fb944815b
Pin to kyaml v0.12.0
2021-09-24 12:23:09 -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
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
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
Katrina Verey
dd3c5f5c0a
Use standard Kubernetes project roles for ownership
2021-09-15 16:04:58 -07:00
Katrina Verey
1b1034442c
Enable real release after dry run without manual cleanup
2021-08-30 15:09:40 -07:00
Katrina Verey
f93b4877f7
Back to development mode; unpin the modules
2021-08-24 12:35:26 -07:00
Katrina Verey
c46867c3a7
Pin to api v0.9.0
2021-08-24 11:54:43 -07:00
Katrina Verey
f8288e2f02
Pin to kyaml v0.11.1
2021-08-24 10:59:16 -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
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
Natasha Sarkar
16dcc98cff
deprecate some cfg commands
2021-07-19 14:31:20 -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
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
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
Natasha Sarkar
4cea8b9785
Unpin modules
2021-07-02 14:10:05 -07:00
Katrina Verey
a1746f2f8c
Pin to api v0.8.11
2021-06-30 12:42:04 -07:00
Katrina Verey
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
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
c8b049f57f
point to natasha's fork
2021-06-30 10:14:33 -07:00
Kubernetes Prow Robot
d39d7db9ed
Merge pull request #3966 from pacoxu/json-patch-v4.11.0
...
json-patch upgrade to v4.11.0
2021-06-15 15:25:43 -07:00
Khris Richardson
2e674337b3
expose --as-current-user via GetRunFnRunner
2021-06-15 12:30:17 -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
Kubernetes Prow Robot
64331ad845
Merge pull request #3964 from ash2k/ash2k/handle-errors2
...
Handle errors
2021-06-07 16:26:03 -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