1
0
Fork 0
mirror of https://github.com/kyverno/kyverno.git synced 2024-12-14 11:57:48 +00:00
kyverno/pkg/engine
shuting 5260b4f7bc
chore: bump k8s libs to 0.30 (#10285)
* chore: bump k8s libs to 0.30

Signed-off-by: ShutingZhao <shuting@nirmata.com>

* chore: update crds

Signed-off-by: ShutingZhao <shuting@nirmata.com>

* chore: bump kubectl-validate

Signed-off-by: ShutingZhao <shuting@nirmata.com>

* chore: fix tests

Signed-off-by: ShutingZhao <shuting@nirmata.com>

* chore: fix panic

Signed-off-by: ShutingZhao <shuting@nirmata.com>

* chore: fix linter

Signed-off-by: ShutingZhao <shuting@nirmata.com>

* chore: bump k8s

Signed-off-by: ShutingZhao <shuting@nirmata.com>

* fix sum

Signed-off-by: Charles-Edouard Brétéché <charles.edouard@nirmata.com>

* codegen

Signed-off-by: Charles-Edouard Brétéché <charles.edouard@nirmata.com>

* fix: indent

Signed-off-by: ShutingZhao <shuting@nirmata.com>

* chore: bump deps

Signed-off-by: ShutingZhao <shuting@nirmata.com>

---------

Signed-off-by: ShutingZhao <shuting@nirmata.com>
Signed-off-by: Charles-Edouard Brétéché <charles.edouard@nirmata.com>
Co-authored-by: Charles-Edouard Brétéché <charles.edouard@nirmata.com>
2024-06-04 15:09:44 +08:00
..
adapters feat(perf): add new linter prealloc to enforce slice declarations best practice (#10250) 2024-05-20 14:46:35 +05:30
anchor fix: validate pattern premature skip (#9155) 2024-01-29 13:06:39 +00:00
api fix: add a copy method to the policy context (#10236) 2024-05-21 15:29:09 +00:00
apicall chore(apicall): remove duplicate code (#9880) 2024-03-11 15:30:29 +08:00
context fix: add error check in jmespath type conversion in context variables (#10152) 2024-05-01 04:30:34 +00:00
factories feat: add globalcontext loader and interface (#9602) 2024-02-05 11:24:37 +00:00
handlers chore: bump k8s libs to 0.30 (#10285) 2024-06-04 15:09:44 +08:00
internal fix: remove unused parameters (#10330) 2024-05-29 23:29:24 +00:00
jmespath feat(perf): add new linter prealloc to enforce slice declarations best practice (#10250) 2024-05-20 14:46:35 +05:30
jsonutils optimize JSON context processing using in-memory maps (#8322) 2023-12-04 07:35:36 +00:00
mutate fix(autogen): only generate rule for request kind (#9984) 2024-04-04 08:09:30 +00:00
operator fix: change inrange operator regexs (#5962) 2023-01-16 16:23:36 +01:00
pattern chore: move utils/wildcard in ext (#8772) 2023-10-29 23:59:53 +00:00
policycontext fix: add a copy method to the policy context (#10236) 2024-05-21 15:29:09 +00:00
resources refactor: introduce engine handler (#6680) 2023-03-24 16:24:00 +00:00
utils fix: deepcopy patched resource in foreach mutate (#10252) 2024-05-20 14:45:21 +08:00
validate fix(anchor): skip anchors don't have priority (#10206) 2024-05-22 09:04:14 +00:00
variables [Bug] Enabling many-to-one comparisons for AnyNotIn operator (#9462) 2024-04-22 12:12:08 +00:00
wildcards chore: move utils/wildcard in ext (#8772) 2023-10-29 23:59:53 +00:00
attestation_test.go Conditions message (#7113) 2023-05-08 15:34:23 +08:00
background.go fix: remove unused parameters (#10330) 2024-05-29 23:29:24 +00:00
engine.go fix: remove unused parameters (#10330) 2024-05-29 23:29:24 +00:00
exceptions.go fix: polex mem footprint (#9954) 2024-03-28 09:31:40 +00:00
forceMutate.go fix: remove unused parameters (#10330) 2024-05-29 23:29:24 +00:00
forceMutate_test.go refactor: introduce jmespath interface (#6882) 2023-04-13 11:29:40 +00:00
fuzz_test.go fix: remove unused parameters (#10330) 2024-05-29 23:29:24 +00:00
generation.go fix: remove unused parameters (#10330) 2024-05-29 23:29:24 +00:00
image_verify.go fix(autogen): only generate rule for request kind (#9984) 2024-04-04 08:09:30 +00:00
image_verify_test.go fix: remove unused parameters (#10330) 2024-05-29 23:29:24 +00:00
metrics.go fix: change generic policy to not return any (#9463) 2024-01-20 19:20:22 +02:00
mutation.go fix(autogen): only generate rule for request kind (#9984) 2024-04-04 08:09:30 +00:00
mutation_test.go fix: remove unused parameters (#10330) 2024-05-29 23:29:24 +00:00
policy_context.go refactor: hide json context from caller (#7139) 2023-05-12 14:14:48 +00:00
validation.go fix(autogen): only generate rule for request kind (#9984) 2024-04-04 08:09:30 +00:00
validation_test.go fix: remove deprecated imageSignatureRepository flag (#9698) 2024-02-08 12:10:29 +00:00