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

3046 commits

Author SHA1 Message Date
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
shuting
bc2e7fcbb3
Revert "Migrate image to GitHub registry" 2020-11-19 13:59:26 -08:00
Jim Bugwadia
8997ac80e6
Merge pull request #1281 from realshuting/bug_fixes
Migrate image to GitHub registry
2020-11-19 12:48:11 -08:00
Shuting Zhao
44f356d1f4 Merge commit 'cb6de3da359663b973a425689238d90fd9d27e35' into bug_fixes
# Conflicts:
#	definitions/install.yaml
#	definitions/kustomization.yaml
#	definitions/release/install.yaml
2020-11-19 12:33:13 -08:00
Shuting Zhao
4d2d4b9985 Update install.yaml 2020-11-19 12:31:08 -08:00
Shuting Zhao
361d63cc4b migrate image to github registry 2020-11-19 12:19:30 -08:00
NoSkillGirl
59f9709189 added log 2020-11-19 15:56:14 +05:30
NoSkillGirl
b918e95149 test case fix 2020-11-19 15:05:22 +05:30
NoSkillGirl
3571260a9e added skipped policy in policy report 2020-11-19 15:03:15 +05:30
NoSkillGirl
5ae1a7aed2 fixed skipping resources 2020-11-19 11:52:31 +05:30
Jim Bugwadia
cb6de3da35
Merge pull request #1276 from realshuting/bug_fixes
Update CRDs
2020-11-18 17:48:41 -08:00
Shuting Zhao
31732713f4 update release.yaml 2020-11-18 17:43:06 -08:00
Shuting Zhao
4be7528604 - reverse tag removal changes; - remove defaults 2020-11-18 17:36:06 -08:00
Shuting Zhao
c23c318052 remove tags 2020-11-18 17:16:47 -08:00
Shuting Zhao
8acc302336 remove default tag 2020-11-18 17:00:26 -08:00
Shuting Zhao
010c97f3ab remove background default tag 2020-11-18 16:46:08 -08:00
Shuting Zhao
e4943bffba tag v1.3.0-rc3 2020-11-18 15:53:17 -08:00
Jim Bugwadia
ed37395fbd
Merge pull request #1275 from realshuting/bug_fixes
Bug fix - failed to generate reportChangeRequest due to exceeding the label size limit
2020-11-18 15:30:28 -08:00
Shuting Zhao
168bb21093 add optional tag to gr.status 2020-11-18 15:07:12 -08:00
Chip Zoller
2c86496728
Add new sample policies (#1272)
* new samples; updates

* typos

* add policy to restrict LoadBalancer

* correct sample numbering

* fix typos

* add EnsurePodProbesDifferent

* add DisallowSecrets policy

* add AddDefaultLabels policy

* typo
2020-11-18 14:58:32 -08:00
Shuting Zhao
2d8092d97c fixes https://github.com/kyverno/kyverno/issues/1238 2020-11-18 14:31:43 -08:00
Shuting Zhao
50c72e871f - add status to gr; - add printer column to gr 2020-11-18 12:07:25 -08:00
Pooja Singh
c791c2047a
Merge pull request #1235 from NoSkillGirl/policyreport_cli
Policyreport CLI
2020-11-18 23:44:54 +05:30
NoSkillGirl
90a2a4c86d removed histogram error log 2020-11-18 16:07:32 +05:30
NoSkillGirl
9a9cd55b7b SanitizedError fix 2020-11-18 15:02:14 +05:30
NoSkillGirl
5794889752 Merge branch 'main' into policyreport_cli 2020-11-18 14:43:30 +05:30
NoSkillGirl
efe4f6abe1 fixed no matching resources message 2020-11-18 11:34:56 +05:30
NoSkillGirl
85d47e16e7 fixed skipping resources 2020-11-18 11:08:24 +05:30
Jim Bugwadia
80b05aee89
Merge pull request #1269 from realshuting/linter_fixes
Linter fixes
2020-11-17 14:33:53 -08:00
Shuting Zhao
b9fb926ddb fixes for golint ./... 2020-11-17 13:07:30 -08:00
Shuting Zhao
e985ee4031 correct misspelled words 2020-11-17 12:01:01 -08:00
Chip Zoller
c52f07b615
new samples; updates (#1259)
* new samples; updates

* typos

* add policy to restrict LoadBalancer

* correct sample numbering

* fix typos
2020-11-16 13:39:59 -08:00
Shuting Zhao
70243625f4 tag v1.3.0-rc2 2020-11-16 13:33:31 -08:00