mirror of
https://github.com/kyverno/kyverno.git
synced 2025-01-20 18:52:16 +00:00
Publish kyverno-3.1.0-rc.8.tgz
This commit is contained in:
parent
6e6f0dbad8
commit
c97010f430
2 changed files with 92 additions and 1 deletions
93
index.yaml
93
index.yaml
|
@ -1,6 +1,97 @@
|
||||||
apiVersion: v1
|
apiVersion: v1
|
||||||
entries:
|
entries:
|
||||||
kyverno:
|
kyverno:
|
||||||
|
- annotations:
|
||||||
|
artifacthub.io/changes: |
|
||||||
|
- kind: added
|
||||||
|
description: support for GrafanaDashboard custom resource
|
||||||
|
- kind: changed
|
||||||
|
description: only create ServiceMonitor if cluster supports it
|
||||||
|
- kind: fixed
|
||||||
|
description: rbac templating issues
|
||||||
|
- kind: added
|
||||||
|
description: make sigstore volume configurable
|
||||||
|
- kind: changed
|
||||||
|
description: no deployments can run with 0 replicas
|
||||||
|
- kind: changed
|
||||||
|
description: change dashboard title of kyverno grafana dashboard
|
||||||
|
- kind: added
|
||||||
|
description: view aggregated cluster role support
|
||||||
|
- kind: added
|
||||||
|
description: support for webhook annotations in config map
|
||||||
|
- kind: added
|
||||||
|
description: allow overriding PDB api version
|
||||||
|
- kind: fixed
|
||||||
|
description: missing image pull secrets in helm hooks
|
||||||
|
- kind: added
|
||||||
|
description: support `excludeRoles` and `excludeClusterRoles` in config
|
||||||
|
- kind: added
|
||||||
|
description: define resources for cleanupJobs
|
||||||
|
- kind: changed
|
||||||
|
description: change to enable webhook cleanup hook by default
|
||||||
|
- kind: added
|
||||||
|
description: allow pod labels for cleanup jobs
|
||||||
|
- kind: added
|
||||||
|
description: allow nodeSelector for cleanup jobs
|
||||||
|
- kind: added
|
||||||
|
description: allow nodeSelector, tolerations and affinity settings for webhooksCleanup
|
||||||
|
- kind: added
|
||||||
|
description: allow affinity settings for cleanup jobs
|
||||||
|
- kind: added
|
||||||
|
description: Add helper to handle the labels for cleanup jobs, add component label
|
||||||
|
- kind: added
|
||||||
|
description: allow podSecurityContext and securityContext for webhooksCleanup
|
||||||
|
- kind: added
|
||||||
|
description: match conditions support in webhooks
|
||||||
|
- kind: fixed
|
||||||
|
description: missing image pull policy missing in a couple of deployments
|
||||||
|
- kind: added
|
||||||
|
description: added TUF flags for custom sigstore deployments
|
||||||
|
artifacthub.io/links: |
|
||||||
|
- name: Documentation
|
||||||
|
url: https://kyverno.io/docs
|
||||||
|
artifacthub.io/operator: "false"
|
||||||
|
artifacthub.io/prerelease: "false"
|
||||||
|
apiVersion: v2
|
||||||
|
appVersion: v1.11.0-rc.8
|
||||||
|
created: "2023-11-09T16:02:28.847639855Z"
|
||||||
|
dependencies:
|
||||||
|
- condition: grafana.enabled
|
||||||
|
name: grafana
|
||||||
|
repository: ""
|
||||||
|
version: 0.0.0
|
||||||
|
- condition: crds.install
|
||||||
|
name: crds
|
||||||
|
repository: ""
|
||||||
|
version: 3.1.0-rc.8
|
||||||
|
description: Kubernetes Native Policy Management
|
||||||
|
digest: 78aec2fa5cabd1ea7d9c96b06f33be1af4a2e8b9ec67bc378cafd05f565ec3e0
|
||||||
|
home: https://kyverno.io/
|
||||||
|
icon: https://github.com/kyverno/kyverno/raw/main/img/logo.png
|
||||||
|
keywords:
|
||||||
|
- kubernetes
|
||||||
|
- nirmata
|
||||||
|
- policy agent
|
||||||
|
- policy
|
||||||
|
- validating webhook
|
||||||
|
- admission controller
|
||||||
|
- mutation
|
||||||
|
- mutate
|
||||||
|
- validate
|
||||||
|
- generate
|
||||||
|
- supply chain
|
||||||
|
- security
|
||||||
|
kubeVersion: '>=1.25.0-0'
|
||||||
|
maintainers:
|
||||||
|
- name: Nirmata
|
||||||
|
url: https://kyverno.io/
|
||||||
|
name: kyverno
|
||||||
|
sources:
|
||||||
|
- https://github.com/kyverno/kyverno
|
||||||
|
type: application
|
||||||
|
urls:
|
||||||
|
- https://kyverno.github.io/kyverno/kyverno-3.1.0-rc.8.tgz
|
||||||
|
version: 3.1.0-rc.8
|
||||||
- annotations:
|
- annotations:
|
||||||
artifacthub.io/changes: |
|
artifacthub.io/changes: |
|
||||||
- kind: added
|
- kind: added
|
||||||
|
@ -8871,4 +8962,4 @@ entries:
|
||||||
urls:
|
urls:
|
||||||
- https://kyverno.github.io/kyverno/kyverno-policies-v2.1.0.tgz
|
- https://kyverno.github.io/kyverno/kyverno-policies-v2.1.0.tgz
|
||||||
version: v2.1.0
|
version: v2.1.0
|
||||||
generated: "2023-11-06T15:23:35.33454026Z"
|
generated: "2023-11-09T16:02:28.834185716Z"
|
||||||
|
|
BIN
kyverno-3.1.0-rc.8.tgz
Normal file
BIN
kyverno-3.1.0-rc.8.tgz
Normal file
Binary file not shown.
Loading…
Add table
Reference in a new issue