Skip to content

Commit

Permalink
[new-product] Kyverno (#5383)
Browse files Browse the repository at this point in the history
Signed-off-by: Dentrax <[email protected]>
  • Loading branch information
Dentrax committed Jul 4, 2024
1 parent 16ad2d5 commit e241225
Showing 1 changed file with 72 additions and 0 deletions.
72 changes: 72 additions & 0 deletions products/kyverno.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,72 @@
---
title: Kyverno
category: server-app
tags: cncf kubernetes
permalink: /kyverno
versionCommand: kyverno version
releasePolicyLink: https://kyverno.io/docs/installation/#compatibility-matrix
changelogTemplate: https://github.com/kyverno/kyverno/releases/tag/v__LATEST__
releaseDateColumn: true
eolColumn: Support
customColumns:
- property: supportedK8sVersions
position: after-release-column
label: Kubernetes Version
description: Supported Kubernetes versions
link: https://kyverno.io/docs/installation/#compatibility-matrix
auto:
methods:
- git: https://github.com/kyverno/kyverno.git

identifiers:
- purl: pkg:github/kyverno/kyverno
- purl: pkg:docker/nirmata/kyverno
- repology: kyverno
- purl: pkg:docker/chainguard/kyverno
- purl: pkg:oci/kyverno?repository_url=cgr.dev/chainguard

# eol(X) = releaseDate(X+3)
releases:
- releaseCycle: "1.12"
releaseDate: 2024-04-26
eol: false
latest: "1.12.4"
latestReleaseDate: 2024-06-17
supportedK8sVersions: 1.26 - 1.29

- releaseCycle: "1.11"
releaseDate: 2023-11-10
eol: false
latest: "1.11.5"
latestReleaseDate: 2024-05-09
supportedK8sVersions: 1.25 - 1.28

- releaseCycle: "1.10"
releaseDate: 2023-05-30
eol: false
latest: "1.10.7"
latestReleaseDate: 2023-12-20
supportedK8sVersions: 1.24 - 1.26

- releaseCycle: "1.9"
releaseDate: 2022-02-01
eol: 2024-04-26
latest: "1.9.2"
latestReleaseDate: 2023-03-22
supportedK8sVersions: 1.24 - 1.26

- releaseCycle: "1.8"
releaseDate: 2022-10-10
eol: 2023-11-10
latest: "1.8.5"
latestReleaseDate: 2022-12-20
supportedK8sVersions: 1.23.3 - 1.25

---

> Kyverno is a policy engine designed for Kubernetes. Kyverno allows cluster administrators to manage environment
> specific configurations independently of workload configurations and enforce configuration best
> practices for their clusters.
Kyverno uses the [Semantic Versioning](https://semver.org/) scheme. It follows the same support policy as Kubernetes - the
3 most recent minor versions receive security and bug fixes.

0 comments on commit e241225

Please sign in to comment.