1
0
Fork 0
mirror of https://github.com/kyverno/kyverno.git synced 2025-03-13 19:28:55 +00:00

release 1.11.3 (#9346)

Signed-off-by: ShutingZhao <shuting@nirmata.com>
This commit is contained in:
shuting 2024-01-05 17:58:56 +08:00 committed by GitHub
parent 8a13ec1bba
commit 1612b21e6a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
7 changed files with 34 additions and 98 deletions

View file

@ -1,8 +1,8 @@
apiVersion: v2
type: application
name: kyverno-policies
version: 3.1.2
appVersion: v1.11.2
version: 3.1.3
appVersion: v1.11.3
icon: https://github.com/kyverno/kyverno/raw/main/img/logo.png
description: Kubernetes Pod Security Standards implemented as Kyverno policies
keywords:
@ -21,15 +21,3 @@ 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

View file

@ -2,7 +2,7 @@
Kubernetes Pod Security Standards implemented as Kyverno policies
![Version: 3.1.2](https://img.shields.io/badge/Version-3.1.2-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: v1.11.2](https://img.shields.io/badge/AppVersion-v1.11.2-informational?style=flat-square)
![Version: 3.1.3](https://img.shields.io/badge/Version-3.1.3-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: v1.11.3](https://img.shields.io/badge/AppVersion-v1.11.3-informational?style=flat-square)
## About

View file

@ -1,8 +1,8 @@
apiVersion: v2
type: application
name: kyverno
version: 3.1.2
appVersion: v1.11.2
version: 3.1.3
appVersion: v1.11.3
icon: https://github.com/kyverno/kyverno/raw/main/img/logo.png
description: Kubernetes Native Policy Management
keywords:
@ -31,62 +31,10 @@ annotations:
artifacthub.io/links: |
- name: Documentation
url: https://kyverno.io/docs
# valid kinds are: added, changed, deprecated, removed, fixed and security
artifacthub.io/changes: |
- kind: added
description: support for GrafanaDashboard custom resource
- 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
- kind: fixed
description: Fix Helm chart to not error when replicas defined
- kind: added
description: allow tolerations and affinity settings for reportsCleanup
- kind: added
description: Add imagePullSecrets to post-upgrade job
- kind: added
description: allow nodeSelector settings for policyReportsCleanup
dependencies:
- name: grafana
version: "0.0.0"
condition: grafana.enabled
- name: crds
version: "3.1.2"
version: "3.1.3"
condition: crds.install

View file

@ -2,7 +2,7 @@
Kubernetes Native Policy Management
![Version: 3.1.2](https://img.shields.io/badge/Version-3.1.2-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: v1.11.2](https://img.shields.io/badge/AppVersion-v1.11.2-informational?style=flat-square)
![Version: 3.1.3](https://img.shields.io/badge/Version-3.1.3-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: v1.11.3](https://img.shields.io/badge/AppVersion-v1.11.3-informational?style=flat-square)
## About
@ -784,7 +784,7 @@ Kubernetes: `>=1.25.0-0`
| Repository | Name | Version |
|------------|------|---------|
| | crds | 3.1.2 |
| | crds | 3.1.3 |
| | grafana | 0.0.0 |
## Maintainers

View file

@ -1,3 +1,3 @@
apiVersion: v2
name: crds
version: 3.1.2
version: 3.1.3

View file

@ -1,6 +1,6 @@
# crds
![Version: 3.1.2](https://img.shields.io/badge/Version-3.1.2-informational?style=flat-square)
![Version: 3.1.3](https://img.shields.io/badge/Version-3.1.3-informational?style=flat-square)
## Values

View file

@ -212,8 +212,8 @@ metadata:
app.kubernetes.io/instance: kyverno
app.kubernetes.io/managed-by: Helm
app.kubernetes.io/part-of: kyverno-crds
app.kubernetes.io/version: 3.1.2
helm.sh/chart: crds-3.1.2
app.kubernetes.io/version: 3.1.3
helm.sh/chart: crds-3.1.3
annotations:
controller-gen.kubebuilder.io/version: v0.12.0
name: admissionreports.kyverno.io
@ -549,8 +549,8 @@ metadata:
app.kubernetes.io/instance: kyverno
app.kubernetes.io/managed-by: Helm
app.kubernetes.io/part-of: kyverno-crds
app.kubernetes.io/version: 3.1.2
helm.sh/chart: crds-3.1.2
app.kubernetes.io/version: 3.1.3
helm.sh/chart: crds-3.1.3
annotations:
controller-gen.kubebuilder.io/version: v0.12.0
name: backgroundscanreports.kyverno.io
@ -853,8 +853,8 @@ metadata:
app.kubernetes.io/instance: kyverno
app.kubernetes.io/managed-by: Helm
app.kubernetes.io/part-of: kyverno-crds
app.kubernetes.io/version: 3.1.2
helm.sh/chart: crds-3.1.2
app.kubernetes.io/version: 3.1.3
helm.sh/chart: crds-3.1.3
annotations:
controller-gen.kubebuilder.io/version: v0.12.0
name: cleanuppolicies.kyverno.io
@ -3363,8 +3363,8 @@ metadata:
app.kubernetes.io/instance: kyverno
app.kubernetes.io/managed-by: Helm
app.kubernetes.io/part-of: kyverno-crds
app.kubernetes.io/version: 3.1.2
helm.sh/chart: crds-3.1.2
app.kubernetes.io/version: 3.1.3
helm.sh/chart: crds-3.1.3
annotations:
controller-gen.kubebuilder.io/version: v0.12.0
name: clusteradmissionreports.kyverno.io
@ -3701,8 +3701,8 @@ metadata:
app.kubernetes.io/instance: kyverno
app.kubernetes.io/managed-by: Helm
app.kubernetes.io/part-of: kyverno-crds
app.kubernetes.io/version: 3.1.2
helm.sh/chart: crds-3.1.2
app.kubernetes.io/version: 3.1.3
helm.sh/chart: crds-3.1.3
annotations:
controller-gen.kubebuilder.io/version: v0.12.0
name: clusterbackgroundscanreports.kyverno.io
@ -4005,8 +4005,8 @@ metadata:
app.kubernetes.io/instance: kyverno
app.kubernetes.io/managed-by: Helm
app.kubernetes.io/part-of: kyverno-crds
app.kubernetes.io/version: 3.1.2
helm.sh/chart: crds-3.1.2
app.kubernetes.io/version: 3.1.3
helm.sh/chart: crds-3.1.3
annotations:
controller-gen.kubebuilder.io/version: v0.12.0
name: clustercleanuppolicies.kyverno.io
@ -6515,8 +6515,8 @@ metadata:
app.kubernetes.io/instance: kyverno
app.kubernetes.io/managed-by: Helm
app.kubernetes.io/part-of: kyverno-crds
app.kubernetes.io/version: 3.1.2
helm.sh/chart: crds-3.1.2
app.kubernetes.io/version: 3.1.3
helm.sh/chart: crds-3.1.3
annotations:
controller-gen.kubebuilder.io/version: v0.12.0
name: clusterpolicies.kyverno.io
@ -24280,8 +24280,8 @@ metadata:
app.kubernetes.io/instance: kyverno
app.kubernetes.io/managed-by: Helm
app.kubernetes.io/part-of: kyverno-crds
app.kubernetes.io/version: 3.1.2
helm.sh/chart: crds-3.1.2
app.kubernetes.io/version: 3.1.3
helm.sh/chart: crds-3.1.3
annotations:
controller-gen.kubebuilder.io/version: v0.12.0
name: policies.kyverno.io
@ -42048,8 +42048,8 @@ metadata:
app.kubernetes.io/instance: kyverno
app.kubernetes.io/managed-by: Helm
app.kubernetes.io/part-of: kyverno-crds
app.kubernetes.io/version: 3.1.2
helm.sh/chart: crds-3.1.2
app.kubernetes.io/version: 3.1.3
helm.sh/chart: crds-3.1.3
annotations:
controller-gen.kubebuilder.io/version: v0.12.0
name: policyexceptions.kyverno.io
@ -43074,8 +43074,8 @@ metadata:
app.kubernetes.io/instance: kyverno
app.kubernetes.io/managed-by: Helm
app.kubernetes.io/part-of: kyverno-crds
app.kubernetes.io/version: 3.1.2
helm.sh/chart: crds-3.1.2
app.kubernetes.io/version: 3.1.3
helm.sh/chart: crds-3.1.3
annotations:
controller-gen.kubebuilder.io/version: v0.12.0
name: updaterequests.kyverno.io
@ -43488,8 +43488,8 @@ metadata:
app.kubernetes.io/instance: kyverno
app.kubernetes.io/managed-by: Helm
app.kubernetes.io/part-of: kyverno-crds
app.kubernetes.io/version: 3.1.2
helm.sh/chart: crds-3.1.2
app.kubernetes.io/version: 3.1.3
helm.sh/chart: crds-3.1.3
annotations:
controller-gen.kubebuilder.io/version: v0.12.0
name: clusterpolicyreports.wgpolicyk8s.io
@ -43855,8 +43855,8 @@ metadata:
app.kubernetes.io/instance: kyverno
app.kubernetes.io/managed-by: Helm
app.kubernetes.io/part-of: kyverno-crds
app.kubernetes.io/version: 3.1.2
helm.sh/chart: crds-3.1.2
app.kubernetes.io/version: 3.1.3
helm.sh/chart: crds-3.1.3
annotations:
controller-gen.kubebuilder.io/version: v0.12.0
name: policyreports.wgpolicyk8s.io