1
0
Fork 0
mirror of https://github.com/kyverno/kyverno.git synced 2025-04-15 08:46:36 +00:00
kyverno/pkg
Tathagata Paul b91ff5a7f2
Bug fix: negation of string kernel version caused Cluster Policy to fail (#3229)
* fixed bug where negation of kernel version caused cpolr to fail

Signed-off-by: Tathagata Paul <tathagatapaul7@gmail.com>

* small fix in function validateString

Signed-off-by: Tathagata Paul <tathagatapaul7@gmail.com>

* Added necessary tests

Signed-off-by: Tathagata Paul <tathagatapaul7@gmail.com>

Added one more test

Signed-off-by: Tathagata Paul <tathagatapaul7@gmail.com>

* Add more tests and added a policy to the test folder

Signed-off-by: Tathagata Paul <tathagatapaul7@gmail.com>

* added policy for test cli

Signed-off-by: Tathagata Paul <tathagatapaul7@gmail.com>

Co-authored-by: Jim Bugwadia <jim@nirmata.com>
2022-02-17 09:33:30 +05:30
..
auth Fix Kyverno crash when CRD is not installed (#1353) 2020-12-03 19:19:36 -08:00
client Restructure project to follow standards (#2632) 2021-10-29 18:13:20 +02:00
common Do not log error when resource is not namespaced (#2730) 2021-11-17 15:09:00 +01:00
compatibility updates for foreach and mutate (#2891) 2022-01-05 09:36:33 +08:00
config Support namespaceSelector with dynamic webhook enabled (#2953) 2022-01-19 07:59:08 +00:00
cosign Fix keyless attest (#3219) 2022-02-13 20:35:11 -08:00
dclient Trivy now scans local images (#2744) 2021-11-22 20:57:51 +08:00
engine Bug fix: negation of string kernel version caused Cluster Policy to fail (#3229) 2022-02-17 09:33:30 +05:30
event Reduce throttling requests for Kyverno managed resources (#3016) 2022-01-21 18:36:05 +08:00
generate fix(generate): use JSON patch for GenerateRequests status updates (#3000) 2022-01-18 14:53:48 +00:00
kyverno Fix keyless attest (#3219) 2022-02-13 20:35:11 -08:00
leaderelection Remove unused function (#2517) 2021-10-11 12:46:28 -07:00
metrics Fix: RuleResult label to be correctly populated while registering respective metrics 2021-10-30 02:56:04 +05:30
openapi handle CRDs with no props (#2975) 2022-01-14 21:08:04 +01:00
policy Fix panic for provides a set to the key of a precondition and deny condition (#3162) 2022-02-03 14:46:58 +00:00
policycache Namespace Specific ValidationFailureAction (#2794) 2022-01-21 12:36:44 +00:00
policymutation Disable autogen for policies without Pod (#2737) 2022-01-19 17:42:31 +00:00
policyreport Reduce throttling requests for Kyverno resources (#3042) 2022-01-22 05:36:42 +00:00
registryclient Add cloud provider keychains to DefaultKeychain (#3116) 2022-01-28 11:33:27 -08:00
resourcecache SharedInformers for WebhookConfigurations (#3007) 2022-01-19 15:57:32 +00:00
signal Dynamic webhooks (#2425) 2021-10-05 00:15:09 -07:00
testrunner updates for foreach and mutate (#2891) 2022-01-05 09:36:33 +08:00
tls fix deployment replica type conversion and refactor webhook logs (#3022) 2022-01-19 17:14:33 +00:00
userinfo fixes for golint ./... 2020-11-17 13:07:30 -08:00
utils Added validation for Condition Operators (#2864) 2021-12-28 15:12:31 +00:00
version Revert "754 merge conflicts" 2020-03-28 16:36:19 +05:30
webhookconfig Skip updating webhook configs if namespaceSelector is nil (#3237) 2022-02-16 17:07:09 +05:30
webhooks bumps k8s libraries for k8s v1.23 upgrade for kyverno (#3043) 2022-01-22 20:26:53 +08:00