Skip to content

Commit

Permalink
Update kafka/connector versions
Browse files Browse the repository at this point in the history
Signed-off-by: obaydullahmhs <obaydullah@appscode.com>
  • Loading branch information
obaydullahmhs committed Dec 19, 2024
1 parent 09ea080 commit f95067a
Showing 1 changed file with 37 additions and 3 deletions.
40 changes: 37 additions & 3 deletions content/post/kubedb-v2024.12.19/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -457,8 +457,12 @@ spec:

## Kafka

### New Versions
We have added support for `Kafka` versions `3.7.2`, `3.8.1`and `3.9.0`.
We have deprecated some versions of `Kafka` and added new versions in this release.

**Deprecated Versions**: `3.3.2`,`3.4.1`,`3.5.1` and `3.6.0`.

**Added Versions**: `3.7.2`, `3.8.1` and `3.9.0`.

Here is the sample YAML for `Kafka` version `3.9.0`

```yaml
Expand All @@ -481,6 +485,36 @@ spec:
version: 3.9.0
```

### Kafka ConnectCluster

We have deprecated some connector versions of `postgres`, `mysql`, `mongodb` and added new versions in this release.

**Deprecated Versions**: `mongodb-1.11.0`, `mysql-2.4.2.final` and `postgres-2.4.2.final`.

**Added Versions**: `mongodb-1.13.1`, `mongodb-1.14.1`, `postgres-2.7.4.final`, `postgres-3.0.5.final`, `mysql-2.7.4.final`, `mysql-3.0.5.final`, `jdbc-2.7.4.final` and `jdbc-3.0.5.final`.

Here is the sample YAML for `Kafka ConnectCluster` with some new versions of connectors.

```yaml
apiVersion: kafka.kubedb.com/v1alpha1
kind: ConnectCluster
metadata:
name: connect-cluster
namespace: demo
spec:
version: 3.9.0
replicas: 2
connectorPlugins:
- mongodb-1.14.1
- mysql-3.0.5.final
- postgres-3.0.5.final
- jdbc-3.0.5.final
kafkaRef:
name: kafka-prod
namespace: demo
deletionPolicy: WipeOut
```

## Redis

### New Versions
Expand Down Expand Up @@ -593,4 +627,4 @@ spec:

## Recommendation Engine

In this Release, we are introducing `Recommendation` support for KubeDB managed Kafka instances. KubeDB ops-manager generates three types of recommendations for Kafka - Version Update Recommendation, TLS Certificates Rotation Recommendation,n and Authentication Secret Rotation Recommendation.
In this Release, we are introducing `Recommendation` support for KubeDB managed Kafka instances. KubeDB ops-manager generates three types of recommendations for Kafka - Version Update Recommendation, TLS Certificates Rotation Recommendation and Authentication Secret Rotation Recommendation.

0 comments on commit f95067a

Please sign in to comment.