mirror of
https://github.com/kyverno/kyverno.git
synced 2025-01-20 18:52:16 +00:00
871d8ed3ca
Fixes #4317 #8568 Signed-off-by: Trey Dockendorf <tdockendorf@osc.edu> Co-authored-by: shuting <shuting@nirmata.com>
35 lines
1.2 KiB
YAML
35 lines
1.2 KiB
YAML
apiVersion: v2
|
|
type: application
|
|
name: kyverno-policies
|
|
version: v2.5.5
|
|
appVersion: v1.7.3
|
|
icon: https://github.com/kyverno/kyverno/raw/main/img/logo.png
|
|
description: Kubernetes Pod Security Standards implemented as Kyverno policies
|
|
keywords:
|
|
- kubernetes
|
|
- nirmata
|
|
- policy agent
|
|
- validating webhook
|
|
- admissions controller
|
|
home: https://kyverno.io/policies/
|
|
sources:
|
|
- https://github.com/kyverno/policies
|
|
maintainers:
|
|
- name: kyverno-maintainers
|
|
email: cncf-kyverno-maintainers@lists.cncf.io
|
|
kubeVersion: ">=1.16.0-0"
|
|
annotations:
|
|
artifacthub.io/operator: "false"
|
|
artifacthub.io/prerelease: "false"
|
|
# valid kinds are: added, changed, deprecated, removed, fixed and security
|
|
artifacthub.io/changes: |
|
|
- kind: added
|
|
description: Add ability to configure autogen behavior
|
|
- kind: fixed
|
|
description: Support for customLabels, they were ignored up to now
|
|
- kind: removed
|
|
description: "Walk back change in PSS policy to send to to_upper"
|
|
- kind: fixed
|
|
description: Skip DELETE requests on policies using deny statements
|
|
- kind: added
|
|
description: Add policyKind to allow changing ClusterPolicy to Policy for all policies
|