Skip to content

Commit a3a7a26

Browse files
api changes
1 parent 32e1554 commit a3a7a26

File tree

1 file changed

+21
-3
lines changed

1 file changed

+21
-3
lines changed

content/operate/kubernetes/release-notes/8-0-6-releases/8-0-6-6-december2025.md

Lines changed: 21 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,12 +23,15 @@ Redis Enterprise for Kuberntes 8.0.6-6 is a feature release that supports Redis
2323

2424
API support has been added for the following features:
2525

26-
- Database connection auditing <!--RED-166368-->
27-
- REAADB alerts (`alertSettings`) <!--RED-170896-->
28-
- External module repositories (custom modules) <!--RED-168227-->
26+
- Database connection auditing<!--RED-166368-->
27+
- REAADB alerts<!--RED-170896-->
28+
- User-defined modules <!--RED-168227-->
2929
- Redis Software 8.0.6-50 <!--RED-172935-->
3030
- User-defined certificates for [internode encryption]({{< relref "/operate/kubernetes/security/internode-encryption" >}}) <!--RED-173229-->
3131
- SAML 2.0 single sign-on (SSO) authentication <!--RED-176765-->
32+
- Redis Flex
33+
34+
See [API changes](#api-changes) for details.
3235

3336
## Resolved issues
3437

@@ -38,6 +41,21 @@ API support has been added for the following features:
3841

3942
## API changes
4043

44+
| **CRD** | **Field** | **Change** | **Description** |
45+
|---|---|---|---|
46+
| REAADB | `spec.globalConfigurations.auditing` | Added | Enable database connection auditing. |
47+
| REAADB | `spec.globalConfigurations.alertSettings` | Added | Configure alert settings for the active-active database. |
48+
| REAADB | `spec.globalConfigurations.rofRamRatio` | Added | RAM allocation ratio for Redis Flex (v2) databases as a percentage of total data size. Valid range: 0-100. Default: 50% when omitted. Controls how much RAM is allocated per unit of data (for example, 30% means 3MB RAM per 10MB data). RAM grows proportionally with data until `rofRamSize` limit is reached (if specified). Only applicable when `isRof=true` and Redis version 8.0 or later (BigStore v2 - Redis Flex). |
49+
| REC | `spec.auditing` | Added | Cluster-level configuration for auditing database connection and authentication events. Includes both the audit listener connection parameters and the default policy for new databases. |
50+
| REC | `spec.sso` | Added | Cluster-level SSO configuration for authentication to the cluster manager UI. |
51+
| REC | `spec.userDefinedModules` | Added | List of user-defined modules to be downloaded and installed during cluster bootstrap. The modules on the list will be downloaded on cluster creation, upgrade, scale-out, and recovery and installed on all nodes. Changing this field for a running cluster will trigger a rolling update. |
52+
| REC | `spec.certificates.ssoServiceCertificateSecretName` | Added | Secret name for the cluster's SSO service certificate. Used for SAML-based SSO authentication to the cluster manager. The secret must contain `name`, `certificate`, and `key` fields (same format as other cluster certificates). If left blank, SSO will not be configured. |
53+
| REC | `spec.certificates.ssoIssuerCertificateSecretName` | Added | Secret name for the SSO Identity Provider (IdP) certificate. This is the public certificate from your SAML Identity Provider used to verify SAML assertions. The secret must contain `name` and `certificate` fields (no `key` field needed for IdP certificate). This is optional - if using IdP metadata XML, the IdP certificate is included in the metadata. |
54+
| REDB | `spec.auditing` | Added | Database-level auditing configuration. |
55+
| REDB | `spec.rofRamRatio` | Added | RAM allocation ratio for Redis Flex (v2) databases as a percentage of total data size. Valid range: 0-100. Default: 50% when omitted. Controls how much RAM is allocated per unit of data (for example, 30% means 3MB RAM per 10MB data). RAM grows proportionally with data until `rofRamSize` limit is reached (if specified). Only applicable when `isRof=true` and Redis version 8.0 or later (BigStore v2 - Redis Flex). |
56+
| REDB | `status.bigstoreVersion` | Added | BigStore version for Redis on Flash databases (1 for Auto Tiering, 2 for Redis Flex). Read-only field populated from Redis Software. |
57+
58+
4159
## Supported distributions
4260

4361
## Downloads

0 commit comments

Comments
 (0)