Skip to content

Commit

Permalink
use new renaming scheme
Browse files Browse the repository at this point in the history
  • Loading branch information
deusebio committed Dec 17, 2024
1 parent 9cdce97 commit 85c249f
Showing 1 changed file with 16 additions and 15 deletions.
31 changes: 16 additions & 15 deletions docs/reference/r-releases/r-rev195_149.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@ The new release comes with a number of new features from the charms, from Juju s

Please reach out should you have any question, comment, feedback or information. You can find us here in [Matrix](https://matrix.to/#/#charmhub-data-platform:ubuntu.com) or also on [Discourse](https://discourse.charmhub.io/).

## Kafka
## Charmed Apache Kafka

New features and bug fixes in the Charmed Apache Kafka operator:
New features and bug fixes in the Charmed Apache Kafka:

### Features

Expand All @@ -36,6 +36,7 @@ New features and bug fixes in the Charmed Apache Kafka operator:
* [DPE-3932] Fix illegal character on matrix channel (#187)
* [DPE-4133] Do not change permissions on existing folders when reusing storage (#195)
* [DPE-4362] fix: alive, restart and alive handling (#202)
* [DPE-5757] fix: ensure certs are refreshed on SANs DNS changes (#276)

### Other changes

Expand All @@ -48,9 +49,9 @@ New features and bug fixes in the Charmed Apache Kafka operator:
* [discourse-gatekeeper] Migrate charm docs (#210, #203, #198, #194, #192)
* [DPE-3932] Update information in metadata.yaml

## ZooKeeper
## Charmed Apache ZooKeeper

New features and bug fixes in the Charmed Apache ZooKeeper operator:
New features and bug fixes in the Charmed Apache ZooKeeper:

### Features

Expand Down Expand Up @@ -84,22 +85,22 @@ and [GitHub](https://github.com/canonical/kafka-operator/issues) platforms.

## Inside the charms

Contents of the Kafka and ZooKeeper charms include:
Contents of the Charmed Apache Kafka and Charmed Apache ZooKeeper include:

* Charmed ZooKeeper charm is based on the [charmed-zookeeper snap](https://snapcraft.io/charmed-zookeeper) of the `3/stable` channel (Ubuntu LTS “22.04” - core22-based) that ships the ZooKeeper [3.8.4-ubuntu0](https://launchpad.net/zookeeper-releases/3.x/3.8.4-ubuntu0), built and supported by Canonical
* Charmed Kafka charm is based on the [charmed-kafka snap](https://snapcraft.io/charmed-kafka) of the `3/stable` channel (Ubuntu LTS “22.04” - core22-based) that ships the Kafka [3.6.1-ubuntu0](https://launchpad.net/kafka-releases/3.x/3.6.1-ubuntu0), built and supported by Canonical
* Charmed Apache ZooKeeper is based on the [charmed-zookeeper snap](https://snapcraft.io/charmed-zookeeper) of the `3/stable` channel (Ubuntu LTS “22.04” - core22-based) that ships the ZooKeeper [3.8.4-ubuntu0](https://launchpad.net/zookeeper-releases/3.x/3.8.4-ubuntu0), built and supported by Canonical
* Charmed Apache Kafka is based on the [charmed-kafka snap](https://snapcraft.io/charmed-kafka) of the `3/stable` channel (Ubuntu LTS “22.04” - core22-based) that ships the Kafka [3.6.1-ubuntu0](https://launchpad.net/kafka-releases/3.x/3.6.1-ubuntu0), built and supported by Canonical
* Principal charms support the latest LTS series “22.04” only.

More information about the artifacts are provided by the following table:

| Artifact | Track/Series | Version/Revision | Code |
|------------------------|--------------|------------------|---------------------------------------------------------------------------------------------------------------------|
| ZooKeeper distribution | 3.x | 3.8.4-ubuntu0 | [78499c](https://git.launchpad.net/zookeeper-releases/tree/?h=lp-3.8.4&id=78499c9f4d4610f9fb963afdad1ffd1aab2a96b8) |
| Kafka distribution | 3.x | 3.6.1-ubuntu0 | [db44db](https://git.launchpad.net/kafka-releases/tree/?h=lp-3.6.1&id=db44db1ebf870854dddfc3be0187a976b997d4dc) |
| Charmed ZooKeeper snap | 3/stable | 34 | [13f3c6](https://github.com/canonical/charmed-zookeeper-snap/tree/13f3c620658fdc55b7d6745b81c7b5a00e042e10) |
| ZooKeeper operator | 3/stable | 149 | [40576c](https://github.com/canonical/zookeeper-operator/commit/40576c1c87badd1e2352afc013ed0754808ef44c) |
| Charmed Kafka snap | 3/stable | 37 | [c266f9](https://github.com/canonical/charmed-kafka-snap/tree/c266f9cd283408d2106d4682b67661205a12ea7f) |
| Kafka operator | 3/stable | 195 | [7948df](https://github.com/canonical/kafka-operator/pull/241/commits/7948dfbbfaaa53fccc88beaa90f80de1e70beaa9) |
| Artifact | Track/Series | Version/Revision | Code |
|-----------------------------------|--------------|------------------|---------------------------------------------------------------------------------------------------------------------|
| Apache ZooKeeper distribution | 3.x | 3.8.4-ubuntu0 | [78499c](https://git.launchpad.net/zookeeper-releases/tree/?h=lp-3.8.4&id=78499c9f4d4610f9fb963afdad1ffd1aab2a96b8) |
| Apache Kafka distribution | 3.x | 3.6.1-ubuntu0 | [db44db](https://git.launchpad.net/kafka-releases/tree/?h=lp-3.6.1&id=db44db1ebf870854dddfc3be0187a976b997d4dc) |
| Charmed Apache ZooKeeper snap | 3/stable | 34 | [13f3c6](https://github.com/canonical/charmed-zookeeper-snap/tree/13f3c620658fdc55b7d6745b81c7b5a00e042e10) |
| Charmed Apache ZooKeeper operator | 3/stable | 149 | [40576c](https://github.com/canonical/zookeeper-operator/commit/40576c1c87badd1e2352afc013ed0754808ef44c) |
| Charmed Apache Kafka snap | 3/stable | 37 | [c266f9](https://github.com/canonical/charmed-kafka-snap/tree/c266f9cd283408d2106d4682b67661205a12ea7f) |
| Charmed Apache Kafka operator | 3/stable | 195 | [7948df](https://github.com/canonical/kafka-operator/pull/241/commits/7948dfbbfaaa53fccc88beaa90f80de1e70beaa9) |


## Technical notes
Expand Down

0 comments on commit 85c249f

Please sign in to comment.