1
0
Fork 0
mirror of https://github.com/kyverno/kyverno.git synced 2025-03-06 16:06:56 +00:00
Commit graph

2828 commits

Author SHA1 Message Date
Jim Bugwadia
251129d09b fix wildcard match 2020-11-29 00:35:33 -08:00
Jim Bugwadia
27f9516eb2 allow wildcards in condition values 2020-11-28 23:38:44 -08:00
Jim Bugwadia
e67779eeb5 allow wildcards in condition values 2020-11-28 23:29:15 -08:00
Jim Bugwadia
ec95724e97
update webhook registration and monitor (#1318)
* update webhook registration and monitor

* update log

* fix test

* improve logs

* improve logs

* format changes

* decrease interval for webhook config checks
2020-11-26 16:07:06 -08:00
Jim Bugwadia
d61e5bf318
Merge pull request #1316 from NoSkillGirl/improve_cli_message
added log level for skipped policy
2020-11-25 23:22:39 -08:00
Jim Bugwadia
ba4258598b
Merge pull request #1315 from realshuting/update_github_action
Update github workflow - disable krew release on rc release
2020-11-25 23:22:21 -08:00
NoSkillGirl
48118de5bb small fix 2020-11-26 10:54:02 +05:30
NoSkillGirl
3a29f3af48 added log level 2020-11-26 10:34:22 +05:30
Shuting Zhao
5f3c0cef4a update github workflow - disable krew release on rc release 2020-11-25 15:50:56 -08:00
Jim Bugwadia
bfab77ac5a
Merge pull request #1303 from kyverno/1298_fix_variable_validation
1298 fix variable validation
2020-11-25 14:33:21 -08:00
Chip Zoller
76a74b276b
update helm repo link (#1313) 2020-11-25 14:32:40 -08:00
Jim Bugwadia
52d8977aab handle complex types for variable substitution 2020-11-25 14:21:01 -08:00
Jim Bugwadia
f304be6feb fix typo 2020-11-25 14:20:23 -08:00
Jim Bugwadia
9ce20e826b
Merge pull request #1309 from kyverno/bugfix/1306_handle_nil_schema_defaults
add nil checks and refactor schema lookups
2020-11-25 12:27:43 -08:00
Jim Bugwadia
dcc7fff6ef Merge branch 'main' into 1298_fix_variable_validation 2020-11-25 12:27:01 -08:00
Jim Bugwadia
f6c228339e add nil checks and refactor schema lookups 2020-11-25 12:08:28 -08:00
Chip Zoller
f5d48721e6
new samples around image practices (#1302) 2020-11-25 11:48:21 -08:00
Jim Bugwadia
d8062eb98b
Merge pull request #1305 from NoSkillGirl/bug/validation_error_empty_set
added annotations check in validation
2020-11-25 10:15:28 -08:00
Jim Bugwadia
4c47d40a3c fix check for background mode 2020-11-25 10:11:59 -08:00
Jim Bugwadia
3dfe3169dc add logger 2020-11-25 10:11:08 -08:00
Jim Bugwadia
125faaf4e3 fix variable substitution 2020-11-25 00:21:51 -08:00
NoSkillGirl
40b40fb601 fixed attotaions for empty set 2020-11-25 11:50:53 +05:30
Jim Bugwadia
75bd8e28f5 also trim in context query 2020-11-24 17:53:19 -08:00
Jim Bugwadia
54f816c246 trim variable for context lookups 2020-11-24 17:48:54 -08:00
Shuting Zhao
9399adeb0f remove --unshallow 2020-11-24 15:24:35 -08:00
Shuting Zhao
276e863fa7 combine helm release with gh release 2020-11-24 15:00:18 -08:00
Shuting Zhao
971a7523ca migrate to chart-releaser 2020-11-24 14:52:40 -08:00
Shuting Zhao
023f5aa46a update GitHub Action release process 2020-11-24 14:44:11 -08:00
Shuting Zhao
ff8111bc47 split release steps 2020-11-24 14:26:19 -08:00
Shuting Zhao
3404799a42 change to use GITHUB_TOKEN 2020-11-24 13:38:43 -08:00
Shuting Zhao
1612daf111 update releaser.yaml 2020-11-24 12:56:35 -08:00
Shuting Zhao
8b60251c18 tag v1.3.0-rc5 2020-11-24 12:51:08 -08:00
Shuting Zhao
ac1c56d946 update Personal Access Token 2020-11-24 12:24:14 -08:00
shuting
7ad6b3b5cd
Migrate registry (#1300)
* migrate image to GitHub registry

* remove registry login

* add back registry login
2020-11-24 12:00:33 -08:00
shuting
f73c40ab4e
Migrate image to GitHub registry (#1299)
* migrate image to GitHub registry

* remove registry login
2020-11-24 11:49:08 -08:00
shuting
e868dbfeb9
Fix 1287 - failed to update annotation through mutate policy (#1289)
* fix 1287

* update mutate log
2020-11-24 10:11:05 -08:00
Chip Zoller
7ee346b0de
column misspelling (#1290)
* column misspelling

* edit description with tip about conditional adds

* Enhance bug report template
2020-11-23 14:05:46 -08:00
Pooja Singh
b7b2eca363
Merge pull request #1279 from NoSkillGirl/cleanup/policyreport_cli
Cleanup/policyreport cli
2020-11-21 19:50:52 +05:30
Jim Bugwadia
63c6e52186
Merge pull request #1288 from realshuting/bug_fixes
Restrict report name size, fix errors in generate
2020-11-20 14:59:59 -08:00
Shuting Zhao
6a062523a4 properly handle errors in generate controller 2020-11-20 14:14:59 -08:00
Shuting Zhao
f3e6e597cd set policy report no more than 63 charactors 2020-11-20 13:32:16 -08:00
NoSkillGirl
58bc3c7ec3 small fix 2020-11-20 12:40:45 +05:30
NoSkillGirl
98fd08e6ad added rule for skipped policy in policy report 2020-11-20 12:27:02 +05:30
Shuting Zhao
e001fbb7ed tag v1.3.0-rc4 2020-11-19 15:05:47 -08:00
Jim Bugwadia
23d277e007
Merge pull request #1283 from realshuting/bug_fixes
Update RBAC permissions
2020-11-19 15:01:23 -08:00
Shuting Zhao
1d512d7068 remove clusterrole/binding kyverno:policyviolations 2020-11-19 14:51:42 -08:00
Shuting Zhao
a9234d9c8b Merge commit 'b73315d8063996b80eb147fa4a8bec9ace40f52b' into bug_fixes 2020-11-19 14:30:07 -08:00
Shuting Zhao
9474761026 update rabc in Helm charts 2020-11-19 14:29:37 -08:00
Shuting Zhao
a542c937ab remove duplicate clusterroles 2020-11-19 14:22:54 -08:00
Jim Bugwadia
b73315d806
Merge pull request #1282 from kyverno/revert-1281-bug_fixes
Revert "Migrate image to GitHub registry"
2020-11-19 14:20:03 -08:00