---
title: "EOL Releases"
description: "End of Life (EOL) Releases of Nirmata Enterprise for Kyverno"
diataxis: reference
applies_to:
  product: "nirmata-control-hub"
audience: ["platform-engineer"]
last_updated: 2026-03-25
url: https://docs.nirmata.io/docs/release-notes/n4k/eol/
---


## v1.12.6-n4k.nirmata.5

Enterprise Kyverno 1.12 reached End of Support on January 24, 2026.

### CVE Fixes
* Fixed High CVEs (2025-22874 , 2025-26569) 
* Fixed Medium CVEs (2025-0913, 2025-4673)

### Nirmata Enterprise for Kyverno-only Improvements (v1.12.6-n4k.nirmata.1)
* [Feature] Remove cleanup cronjobs for updateRequests and ephemeralReports [#10694](https://github.com/kyverno/kyverno/issues/10694)
* [Feature] Remove wildcard permissions in Kyverno [#10785](https://github.com/kyverno/kyverno/pull/10785)

For a complete list of all the changes, refer to the [GitHub release page](https://github.com/kyverno/kyverno/releases/tag/v1.12.6).

## v1.11.4-n4k.nirmata.6

The major improvements in this version are listed below. For a complete list of all changes made in Kyverno v1.11.0, refer to its [GitHub release page](https://github.com/kyverno/kyverno/releases/tag/v1.11.0).

- Optimization of JSON context using in-memory map ([#79](https://github.com/nirmata/kyverno/pull/79/commits/0517776e52444fb42ac1d5ec86bb5cebcee12458))
- Interpreter once created can be reused across searches ([#79](https://github.com/nirmata/kyverno/pull/79/commits/7d96e3b18d197d34566d03407bb729af47318e52))
- Configured operations in webhooks dynamically based on policy rules
- Allows disabling of automatic webhook generation

## v1.10.7-n4k.nirmata.11

The major improvements in this version are listed below. For a complete list of all changes made in Kyverno v1.10.0, refer to its [GitHub release page](https://github.com/kyverno/kyverno/releases/tag/v1.10.0).

- Skipping of other checks if there is a mismatch in operations ([#23](https://github.com/nirmata/kyverno/pull/23))
- Interpreter added for reuse of JMESPath ([#24](https://github.com/nirmata/kyverno/pull/24))
- Optimization of JSON context using in-memory map ([#25](https://github.com/nirmata/kyverno/pull/25))
- Configured operations in webhooks dynamically based on policy rules
- Admission reports can have labels beyond 63 characters
- Provides the option to selectively install components
- Allows disabling of automatic webhook generation
- SBOM generation is made optional

