Jim Bugwadia
c962971372
Update mutate overlay to handle keys with slashes for labels (like annotations). Added debug V4 logs for mutate flows. ( #972 )
2020-07-04 19:32:11 -07:00
Jim Bugwadia
c6a52de604
Merge pull request #971 from nirmata/bugfix/fix_cli_npe
...
handle nil error
2020-07-03 19:02:42 -07:00
Jim Bugwadia
acff2f1237
handle nil error
2020-07-03 17:42:08 -07:00
shuting
ed52bd3d9f
Add policy cache based on policyType ( #960 )
...
* add policy cache based on policyType
* fetch policy from cache in webhook
* add unit test for policy cache
* update log for exclude resources filter
* skip webhook mutation on DELETE operation
* remove duplicate k8s version check
* add description
2020-07-02 12:49:10 -07:00
Jim Bugwadia
8997dc6627
Merge pull request #963 from NoSkillGirl/docs/updated_readme
...
Updated namespace related readme
2020-07-02 11:58:35 -07:00
NoSkillGirl
51b1df71f4
updated readme
2020-07-02 14:11:02 +05:30
NoSkillGirl
0487bfb04b
updated kyverno namespace readme
2020-07-02 13:34:18 +05:30
Shuting Zhao
5e9cc1d669
update helm chart version
2020-07-01 18:16:07 -07:00
Shuting Zhao
2c4106e0b9
tag v1.1.7-rc1
2020-07-01 17:45:41 -07:00
Pooja Singh
ac5d69895a
removing hardcoded namespace from the code ( #955 )
...
* removing hardcoded namespace from the code
* Added to helm chart
* removing hard-coded namespace and deployment name from config, generate, checker
* added namespace to configMap, service, serviceAccount
* updated installation documentation
passing `KYVERNO_NAMESPACE` while running in debug mode.
* Update installation.md
removing `kyverno` only namespace note
2020-07-01 14:50:49 -07:00
Jim Bugwadia
05250c2870
replace deletion timestamp check ( #961 )
2020-06-30 23:30:31 -07:00
Jim Bugwadia
65193feccb
update logging, naming, and event retry ( #959 )
...
* update logging and naming
* check per policy patch count
2020-06-30 11:53:27 -07:00
Jim Bugwadia
87cdf80e09
fixes #928 ( #957 )
2020-06-26 18:28:52 -07:00
Jim Bugwadia
ec7969df31
Merge pull request #947 from NoSkillGirl/feature/new_operators
...
Feature/new operators
2020-06-26 17:26:24 -07:00
Jim Bugwadia
81dc7defed
Merge pull request #951 from realshuting/update_doc
...
Update auto-gen doc
2020-06-26 17:25:40 -07:00
NoSkillGirl
8bbc722e7b
small fixes
2020-06-26 12:48:45 +05:30
NoSkillGirl
356d749103
updated readme
2020-06-26 12:48:45 +05:30
NoSkillGirl
b589169b5e
Added in-notin operator
2020-06-26 12:48:45 +05:30
NoSkillGirl
e8c4050d49
Added In and NotIn Operators
2020-06-26 12:48:12 +05:30
shuting
abb51348cf
skip inserting auto-gen annotation to podController on UPDATE admission request ( #953 )
2020-06-25 17:24:10 -07:00
Shuting Zhao
c1c27dd0a3
resolve pr comment
2020-06-25 17:04:36 -07:00
Jim Bugwadia
1ccd5e6e0f
Merge pull request #950 from evalsocket/fix-942
...
temp patch in client-go
2020-06-25 16:56:46 -07:00
Yuvraj
c0326ce3f1
conflict resolve
2020-06-25 12:05:42 -07:00
Yuvraj
ab328b59d3
go mod updated
2020-06-25 12:00:35 -07:00
shuting
7ffeb6efca
skip generate violation on pre-exist pod ( #952 )
2020-06-25 09:52:54 -07:00
shuting
06a2b246dd
Background mode only apply to running pods ( #949 )
...
* background mode process Running pod only
* update debug doc
2020-06-25 09:52:27 -07:00
Shuting Zhao
c2e3d5e232
update auto-gen doc
2020-06-24 15:25:43 -07:00
Yuvraj
fac31e1c51
temp patch in client-go
2020-06-24 12:57:24 -07:00
shuting
da943325fe
Ignore auto-gen annotation on Pod when processing DENY rule ( #944 )
...
* ignore auto-gen annotation on Pod when processing DENY rule
* remove unused code
2020-06-24 10:26:04 -07:00
Yuvraj
01724d63cf
Synchronize data for generated resources ( #933 )
...
* Generate request added fro update resource
* synchronize flag added
* documentation added for keeping resource synchronized
Signed-off-by: Yuvraj <yuvraj.yad001@gmail.com>
2020-06-23 07:19:43 +05:30
Jim Bugwadia
7cb49b6b34
Merge pull request #935 from NoSkillGirl/feature/cli_error_messages
...
updated sanitized error
2020-06-20 23:30:20 -07:00
NoSkillGirl
6cfd4d345b
Updated error messages as per the convention (lowercase)
2020-06-21 11:52:50 +05:30
NoSkillGirl
7e2dbd87fe
Modified error messages
2020-06-21 11:48:57 +05:30
Jim Bugwadia
5005021365
Merge pull request #937 from evalsocket/hotfix/prerelease
...
Trigger github action when we push tag
2020-06-18 08:59:16 -07:00
Yuvraj
5faf8b79ec
Added trigger for all type of tags
2020-06-18 08:13:11 -07:00
Yuvraj
fd872dc7a3
added tag for prerelease github action
2020-06-18 15:03:27 +00:00
Yuvraj
2ed9507b94
Merge branch 'master' of https://github.com/nirmata/kyverno into hotfix/remove-arm
2020-06-18 15:00:20 +00:00
NoSkillGirl
c482459e0e
updated sanitized error
2020-06-18 13:57:32 +05:30
Pooja Singh
9806339f1d
Merge pull request #932 from nirmata/bugfix/log_npe_and_cli_error
...
fix panic in log and improve CLI error reporting
2020-06-18 10:39:52 +05:30
Jim Bugwadia
912bc3ccc4
- fix panic in log and improve CLI error reporting
2020-06-12 18:23:59 -07:00
Jim Bugwadia
e889918d62
Merge pull request #930 from NoSkillGirl/bug/cli_exit_code
...
CLI error handling using different exit codes.
2020-06-11 22:08:22 -07:00
NoSkillGirl
ee0bf321fa
samll change in readme
2020-06-12 09:47:21 +05:30
NoSkillGirl
054a119063
simplified exit code
2020-06-09 12:55:42 +05:30
Yuvraj
a514daf32e
helm release when new tag will be publish ( #929 )
2020-06-08 22:22:26 -07:00
NoSkillGirl
e267757d30
Added more exit codes and update Readme
2020-06-08 17:01:56 +05:30
NoSkillGirl
2d74937bd6
Added different exit code(3) on invalid policy
2020-06-08 11:50:56 +05:30
Jim Bugwadia
c605f316cb
Merge pull request #926 from nirmata/docs_quick_start
...
Add a quick start
2020-06-06 22:45:28 -07:00
Jim Bugwadia
317f7bc055
Merge pull request #927 from nirmata/docs/add_cli_install_from_releases
...
Add install releases
2020-06-06 22:45:08 -07:00
Jim Bugwadia
42b54796cb
Add install releases
2020-06-06 19:25:20 -07:00
Jim Bugwadia
14e2d68ea2
Add a quick start
2020-06-06 19:20:42 -07:00