Skip to content

Commit 567a158

Browse files
Increase Readability
Signed-off-by: souravbiswassanto <[email protected]>
1 parent 3870fd9 commit 567a158

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

content/post/kubedb-v2025.5.30/index.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ KubeDB **v2025.5.30** is here, bringing enhanced performance, expanded database
5252

5353
## Cassandra
5454

55-
In this release, we have introduced `Restart`,` VerticalScaling` and `UpdateVersion` OpsRequests for KubeDB managed Cassandra. Users can easily manage Cassandra instances by using these opsRequest. Currently a user can only update versions from version 4.1.8 to version 5.0.3 .
55+
In this release, we have introduced `Restart`,` VerticalScaling` and `UpdateVersion` OpsRequests for KubeDB managed Cassandra. Users can easily manage Cassandra instances by using these OpsRequests. Currently, a user can only update versions from version 4.1.8 to version 5.0.3 .
5656

5757
### Restart:
5858

@@ -221,7 +221,7 @@ secret demo/hz-license-key created
221221
```
222222

223223
### Deploy a `Standalone` Hazelcast Instance
224-
Save and apply this yaml.
224+
Save and apply this YAML.
225225

226226
```yaml
227227
apiVersion: kubedb.com/v1alpha2
@@ -258,7 +258,7 @@ apiVersion: kubedb.com/v1alpha2
258258
kind: Hazelcast
259259
metadata:
260260
name: hazelcast-sample
261-
Namespace: demo
261+
namespace: demo
262262
spec:
263263
deletionPolicy: WipeOut
264264
licenseSecret:
@@ -314,12 +314,12 @@ Here’s a preview of the Alert dashboard for Ignite:
314314
## MariaDB
315315

316316
In this release, we are excited to introduce TLS support for MariaDB Replication Topology. This enhancement ensures secure data transmission across the replication topology, providing encrypted communication between nodes to safeguard sensitive data and enhance overall security. By enabling TLS, users can now confidently deploy MariaDB replication in environments requiring stringent data protection, ensuring compliance with security best practices while maintaining the reliability and performance of the replication process.
317-
we have addressed a bug affecting the MariaDB archiver. Previously, the TLS-enabled MinIO S3 bucket was not functioning correctly, particularly with Sidekick, which failed to push the binlog file. This issue has been identified and resolved in the current release.
317+
we have addressed a bug affecting the MariaDB archiver. Previously, the TLS-enabled MinIO S3 bucket was not functioning correctly, particularly with Sidekick, which failed to push the binlog file. We identified and resolved this issue in the current release.
318318

319319

320320
## MySQL
321321

322-
In this release, we have addressed a bug affecting the MySQL archiver. Previously, the TLS-enabled MinIO S3 bucket was not functioning correctly, particularly with Sidekick, which failed to push the binlog file. This issue has been identified and resolved in the current release.
322+
In this release, we have addressed a bug affecting the MySQL archiver. Previously, the TLS-enabled MinIO S3 bucket was not functioning correctly, particularly with Sidekick, which failed to push the binlog file. We identified and resolved this issue in the current release.
323323

324324
## Oracle
325325

@@ -332,7 +332,7 @@ Save and apply this yaml.
332332
apiVersion: kubedb.com/v1alpha2
333333
kind: Oracle
334334
metadata:
335-
name: oracle-sample
335+
name: oracle-standalone
336336
namespace: demo
337337
spec:
338338
version: "oracle-21.3.0"

0 commit comments

Comments
 (0)