From 1da0beff8c784c0e16c4f14e6e78f42af3f6f858 Mon Sep 17 00:00:00 2001 From: bakdata-bots Date: Mon, 9 Dec 2024 14:33:22 +0000 Subject: [PATCH] =?UTF-8?q?Bump=20version=208.1.3=20=E2=86=92=208.1.4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docs/docs/user/changelog.md | 16 ++++++++++++++++ kpops/const/__init__.py | 2 +- pyproject.toml | 2 +- 3 files changed, 18 insertions(+), 2 deletions(-) diff --git a/docs/docs/user/changelog.md b/docs/docs/user/changelog.md index 9f9ab8416..059d1623d 100644 --- a/docs/docs/user/changelog.md +++ b/docs/docs/user/changelog.md @@ -1,4 +1,20 @@ # Changelog +## [8.1.4](https://github.com/bakdata/kpops/releases/tag/8.1.4) - Release Date: [2024-12-09] + +### 🐛 Fixes + +- Fix `kpops --version` - [#551](https://github.com/bakdata/kpops/pull/551) + + +### 🌀 Miscellaneous + +- Trim Helm name override for Producer CronJob to 52 characters - [#550](https://github.com/bakdata/kpops/pull/550) + + + + + + ## [8.1.3](https://github.com/bakdata/kpops/releases/tag/8.1.3) - Release Date: [2024-12-05] ### 🌀 Miscellaneous diff --git a/kpops/const/__init__.py b/kpops/const/__init__.py index cf92f9168..5ccc3882a 100644 --- a/kpops/const/__init__.py +++ b/kpops/const/__init__.py @@ -1,3 +1,3 @@ -__version__ = "8.1.3" +__version__ = "8.1.4" KPOPS = "KPOps" KPOPS_MODULE = "kpops." diff --git a/pyproject.toml b/pyproject.toml index 1d90bad1e..96e6897d8 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "kpops" -version = "8.1.3" +version = "8.1.4" description = "KPOps is a tool to deploy Kafka pipelines to Kubernetes" authors = ["bakdata "] license = "MIT"