From 85c249f2516776a26b98ee81247f69c340c06c9c Mon Sep 17 00:00:00 2001 From: Enrico Deusebio Date: Tue, 17 Dec 2024 23:44:26 +0100 Subject: [PATCH] use new renaming scheme --- docs/reference/r-releases/r-rev195_149.md | 31 ++++++++++++----------- 1 file changed, 16 insertions(+), 15 deletions(-) diff --git a/docs/reference/r-releases/r-rev195_149.md b/docs/reference/r-releases/r-rev195_149.md index 69c84c98..60f70d93 100644 --- a/docs/reference/r-releases/r-rev195_149.md +++ b/docs/reference/r-releases/r-rev195_149.md @@ -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 @@ -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 @@ -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 @@ -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