Skip to content

Commit 2b93161

Browse files
api changes
1 parent 1461e6c commit 2b93161

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

content/operate/kubernetes/release-notes/7-8-6-releases/7-8-6-1-march2025.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,21 @@ weight: 1
1515
## New in the release
1616
### Enhancements
1717
### Resolved issues
18+
1819
### API changes
20+
1921
| **CRD** | **Field** | **Change** | **Description** |
2022
|---|---|---|---|
23+
| REAADB | `spec.externalReplicationPort` | ADD | The desired replication endpoint's port number for users who utilize LoadBalancers for sync between AA replicas and need to provide the specific port number that the LoadBalancer listens to. |
24+
| REC | `status.shardsUsage` | ADD | Total number of shards (both RAM and flash) currently in use under this license. |
25+
| REC | `status.flashShards` | ADD | Number of flash shards currently in use under this license. |
26+
| REC | `status.flashShardsLimit` | ADD | Number of flash shards allowed under this license. |
27+
| REC | `status.ramShards` | ADD | Number of RAM shards currently in use under this license. |
28+
| REC | `status.ramShardsLimit` | ADD | Number of RAM shards allowed under this license. |
29+
| REC | `spec.podSecurityPolicyName` | REMOVE | Not supported anymore by supported Kubernetes versions. |
30+
| REC | `spec.databaseServicePortPolicy` | ADD | Instructs how to determine the service ports for REDB services. Defaults to DatabasePortForward, if not specified otherwise. DatabasePortForward - The service port will be the same as the database port. RedisDefaultPort - The service port will be the default Redis port (6379).
31+
32+
2133
## Version changes
2234
### Breaking changes
2335
### Deprecations

0 commit comments

Comments
 (0)