Skip to content

Commit

Permalink
Add kubedb v2025-02-19 release blog
Browse files Browse the repository at this point in the history
Signed-off-by: souravbiswassanto <[email protected]>
  • Loading branch information
souravbiswassanto committed Feb 20, 2025
1 parent 2160ac2 commit f6bde0f
Showing 1 changed file with 15 additions and 48 deletions.
63 changes: 15 additions & 48 deletions content/post/kubedb-v2025.02.19/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,23 +5,13 @@ weight: 16
authors:
- Saurov Chandra Biswas
tags:
- alert
- cassandra
- clickhouse
- cloud-native
- dashboard
- database
- druid
- grafana
- kafka
- kubedb
- kubernetes
- kubestash
- memcached
- mongodb
- mssqlserver
- network
- networkpolicy
- pgbouncer
- pgpool
- postgres
Expand All @@ -40,31 +30,18 @@ tags:
- zookeeper
---

KubeDB **v2025.02.19** is now available! This latest release brings significant performance enhancements, improved reliability, and new features to database management experience on Kubernetes. Here are some of the key features to mention -
- **OpsRequest Support**: New `OpsRequest` features have been added for `Postgres`, offering greater flexibility for managing database administrative tasks.
KubeDB **v2025.02.19** is now available! This latest release brings significant performance enhancements, improved reliability, and new features to database management experience on Kubernetes.
- **OpsRequest Support**: New `OpsRequest` support have been added for `Pgbouncer`, `Pgpool` and `Postgres`, offering greater flexibility for managing database administrative tasks.
- **New Version Support**: New versions have been added for `Pgbouncer`, `PerconaXtraDB`.

## Druid
## MongoDB

In this release we fixed the permission issue of Point in Time Recovery with MongoDBArchiver for Shard cluster.

## Elasticsearch
## PerconaXtraDB

## Opensearch

## Kafka

### Kafka ConnectCluster

## FerretDB

## MariaDB

## Memcached


## Microsoft SQL Server


## MySQL
### New Version
In this release new version 8.0.40 and 8.4.3 added.

## Pgbouncer

Expand Down Expand Up @@ -181,6 +158,7 @@ Or, if you have a pgbouncer instance running, you can use Update-Version ops-req
## Pgpool
In this Release we have added a **PgpoolOpsRequest**
### Rotate-Auth
To update the pcp user in pgpool you can use Rotate-Auth. This Ops-request will update the pcp user name or password.
Expand All @@ -199,13 +177,11 @@ spec:
name: new-authsecret
```
bug fix and improvements:
Reconfiguration:
Fixes RemoveCustomConfig and configuration merging order.
### bug-fix
- Fixes RemoveCustomConfig and configuration merging order.
Reload instead of restart:
Introduced PGBouncer reload instead of pod restart while performing reconfiguration.
### Feature Improvements
- Introduced Pgpool reload instead of pod restart while performing reconfiguration.
## Postgres
Expand Down Expand Up @@ -288,19 +264,11 @@ spec:
```

## Bug fix
WAL accumulating on the standby instance has been fixed.
- WAL accumulating on the standby instance has been fixed.
## Improvements
Don’t allow failover if previous primary is running


## RabbitMQ
- Don’t allow failover if previous primary is already running


## Redis


## Singlestore

## Solr

Internal zookeeper has been configured for solr. Now, we don’t need to mention zookeeper reference to deploy solr.
Expand Down Expand Up @@ -344,7 +312,6 @@ spec:
storageClassName: standard
```
## Support
To speak with us, please leave a message on [our website](https://appscode.com/contact/).
Expand Down

0 comments on commit f6bde0f

Please sign in to comment.