From 31a11425709bfa8ff1499789a1b7aa17ce018cb3 Mon Sep 17 00:00:00 2001 From: bakdata-bots Date: Mon, 26 Feb 2024 10:26:36 +0000 Subject: [PATCH] =?UTF-8?q?Bump=20version=203.2.3=20=E2=86=92=203.2.4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docs/docs/user/changelog.md | 27 +++++++++++++++++++++++++++ kpops/__init__.py | 2 +- pyproject.toml | 2 +- 3 files changed, 29 insertions(+), 2 deletions(-) diff --git a/docs/docs/user/changelog.md b/docs/docs/user/changelog.md index 5e227d133..c410a2cf7 100644 --- a/docs/docs/user/changelog.md +++ b/docs/docs/user/changelog.md @@ -1,4 +1,31 @@ # Changelog +## [3.2.4](https://github.com/bakdata/kpops/releases/tag/3.2.4) - Release Date: [2024-02-26] + +### 🐛 Fixes + +- Fix docs CI to include the latest changes to a tagged version in the changelog - [#459](https://github.com/bakdata/kpops/pull/459) + +- Fix tempfile creation - [#461](https://github.com/bakdata/kpops/pull/461) + +- Fix symbolic link to CONTRIBUTING.md and parallel option in action.yaml - [#462](https://github.com/bakdata/kpops/pull/462) + + +### 🏭 Refactor + +- Refactor Kafka topics - [#447](https://github.com/bakdata/kpops/pull/447) + +- Refactor PipelineGenerator to use component ids - [#460](https://github.com/bakdata/kpops/pull/460) + + +### 📝 Documentation + +- Fix docs CI to include the latest changes to a tagged version in the changelog - [#459](https://github.com/bakdata/kpops/pull/459) + + + + + + ## [3.2.3](https://github.com/bakdata/kpops/releases/tag/3.2.3) - Release Date: [2024-02-19] ### 🐛 Fixes diff --git a/kpops/__init__.py b/kpops/__init__.py index 0c52fd58e..aa273be52 100644 --- a/kpops/__init__.py +++ b/kpops/__init__.py @@ -1,4 +1,4 @@ -__version__ = "3.2.3" +__version__ = "3.2.4" # export public API functions from kpops.cli.main import clean, deploy, destroy, generate, manifest, reset diff --git a/pyproject.toml b/pyproject.toml index 895a2489e..98e3bf674 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "kpops" -version = "3.2.3" +version = "3.2.4" description = "KPOps is a tool to deploy Kafka pipelines to Kubernetes" authors = ["bakdata "] license = "MIT"