From 8452d57dcbbb5759d86b674e23566b22877a1a6a Mon Sep 17 00:00:00 2001 From: subhtk Date: Mon, 8 Jul 2024 20:44:19 +0530 Subject: [PATCH] Added configuring certificates to secure routes in your cluster in release notes. --- .../cert-manager-operator-release-notes.adoc | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/security/cert_manager_operator/cert-manager-operator-release-notes.adoc b/security/cert_manager_operator/cert-manager-operator-release-notes.adoc index 90908415e1..514114390b 100644 --- a/security/cert_manager_operator/cert-manager-operator-release-notes.adoc +++ b/security/cert_manager_operator/cert-manager-operator-release-notes.adoc @@ -30,6 +30,10 @@ Version `1.14.0` of the {cert-manager-operator} is based on the upstream cert-ma With this release, FIPS mode is now automatically enabled for {cert-manager-operator}. When installed on an {product-title} cluster in FIPS mode, {cert-manager-operator} ensures compatibility without affecting the cluster's FIPS support status. +*Securing routes with cert-manager managed certificates (Technology Preview)* + +With this release, you can manage certificates referenced in `Route` resources by using the {cert-manager-operator}. For more information, see xref:../../security/cert_manager_operator/cert-manager-securing-routes.adoc#cert-manager-securing-routes[Securing routes with the {cert-manager-operator}]. + *NCM issuer* The {cert-manager-operator} now supports the Nokia NetGuard Certificate Manager (NCM) issuer. The `ncm-issuer` is a cert-manager external issuer that integrates with the NCM PKI system using a Kubernetes controller to sign certificate requests. This integration streamlines the process of obtaining non-self-signed certificates for applications, ensuring their validity and keeping them updated.