1
0
Fork 0
mirror of https://github.com/kyverno/kyverno.git synced 2024-12-15 17:51:20 +00:00
kyverno/test/conformance/chainsaw
shuting 481798c836
refactor: update updaterequest to be created for each policy (#10793)
* chore: remove v1beta1 updaterequest definitions

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

* feat: update UR to map a policy instead a rule; adapt UR mapping changes for admission review

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

* feat: update code-gen

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

* fix: linter

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

* fix: remove unused function

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

* fix: add missing files

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

* fix: add missing files

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

* chore: update ur in policy controller

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

* feat: update crds

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

* feat: adapt ur changes in the background controller

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

* fix: linter

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

* fix: more linter

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

* feat: modify mapping relationship for deletion events

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

* feat: remedy missing target for policy application

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

* fix: fetching logic for triggers

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

* fix: clean up targets upon policy deletion

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

* chore: update crds

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

* merge main

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

* merge main

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

* fix: adds delay before assertion

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

* chore: update docs

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

* fix: wrong yaml format

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

* feat: update error handling logic

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

* fix(attempt): enable more debug info

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

* fix(attempt): enable debug log

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

* fix(attempt): enable debug log

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

* fix(attempt): enable debug log

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

* fix: makefile to update ur crds

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

* fix: generate existing

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

* fix: skip empty ur generation

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

* fix: update install.yaml

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

---------

Signed-off-by: ShutingZhao <shuting@nirmata.com>
2024-08-13 17:14:06 +00:00
..
_step-templates chore: bump chainsaw (#10687) 2024-07-31 15:50:20 +00:00
assert/old-object-exists feat: add kyverno json support to validation rule (#10763) 2024-08-02 08:24:30 +00:00
autogen fix: return policies with either audit or enforce rules from the cache (#10667) 2024-08-06 18:24:28 +00:00
background-only fix: return policies with either audit or enforce rules from the cache (#10667) 2024-08-06 18:24:28 +00:00
cleanup test: add cleanup v2 chainsaw tests (#10476) 2024-06-14 13:19:48 +00:00
cli/apply fix: return policies with either audit or enforce rules from the cache (#10667) 2024-08-06 18:24:28 +00:00
custom-sigstore/standard fix: return policies with either audit or enforce rules from the cache (#10667) 2024-08-06 18:24:28 +00:00
deferred fix: return policies with either audit or enforce rules from the cache (#10667) 2024-08-06 18:24:28 +00:00
events fix: return policies with either audit or enforce rules from the cache (#10667) 2024-08-06 18:24:28 +00:00
exceptions fix: return policies with either audit or enforce rules from the cache (#10667) 2024-08-06 18:24:28 +00:00
filter fix: return policies with either audit or enforce rules from the cache (#10667) 2024-08-06 18:24:28 +00:00
flags/standard/emit-events fix: return policies with either audit or enforce rules from the cache (#10667) 2024-08-06 18:24:28 +00:00
force-failure-policy-ignore/cluster-policy fix: return policies with either audit or enforce rules from the cache (#10667) 2024-08-06 18:24:28 +00:00
generate refactor: update updaterequest to be created for each policy (#10793) 2024-08-13 17:14:06 +00:00
generate-validating-admission-policy/clusterpolicy/standard feat: generate VAPs from exceptions (#10771) 2024-08-13 11:55:22 +00:00
globalcontext fix: return policies with either audit or enforce rules from the cache (#10667) 2024-08-06 18:24:28 +00:00
lease chore: add chainsaw test for controllers leader election (#10416) 2024-06-10 15:57:29 +00:00
mutate feat: add tests for different values of mutateExistingOnPolicyUpdate (#10797) 2024-08-07 15:06:01 +00:00
policy-validation fix: return policies with either audit or enforce rules from the cache (#10667) 2024-08-06 18:24:28 +00:00
rangeoperators/standard fix: return policies with either audit or enforce rules from the cache (#10667) 2024-08-06 18:24:28 +00:00
rbac feat: add tests checking policy creation (#10816) 2024-08-08 14:18:17 +00:00
reports fix: return policies with either audit or enforce rules from the cache (#10667) 2024-08-06 18:24:28 +00:00
ttl chore: bump chainsaw (#9114) 2023-12-08 01:14:23 +02:00
validate fix: return policies with either audit or enforce rules from the cache (#10667) 2024-08-06 18:24:28 +00:00
validating-admission-policy-reports feat: support vap bindings in reports (#9506) 2024-01-29 12:49:17 +01:00
verify-manifests fix: return policies with either audit or enforce rules from the cache (#10667) 2024-08-06 18:24:28 +00:00
verifyImages/clusterpolicy feat(mutate): don't eagerly process img-ver (#10703) 2024-08-12 14:59:27 +00:00
webhook-configurations fix: return policies with either audit or enforce rules from the cache (#10667) 2024-08-06 18:24:28 +00:00
webhooks fix: return policies with either audit or enforce rules from the cache (#10667) 2024-08-06 18:24:28 +00:00