From a1e8cddd02189137fac1dba86d09e8d47be96127 Mon Sep 17 00:00:00 2001 From: bakdata-bots Date: Thu, 10 Aug 2023 08:32:41 +0000 Subject: [PATCH] =?UTF-8?q?Bump=20version=201.4.0=20=E2=86=92=201.5.0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGELOG.md | 25 +++++++++++++++++++++++++ kpops/__init__.py | 2 +- pyproject.toml | 2 +- 3 files changed, 27 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8088bcb4c..a6e54a601 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,29 @@ # Changelog +## [1.5.0](https://github.com/bakdata/kpops/releases/tag/1.5.0) - Release Date: [2023-08-10] + +### 🚀 Features + +- Refactor Helm wrapper and add `--set-file` flag - [#311](https://github.com/bakdata/kpops/pull/311) + + +### 🏭 Refactor + +- Refactor Helm wrapper and add `--set-file` flag - [#311](https://github.com/bakdata/kpops/pull/311) + +- Set default for ToSection topics - [#313](https://github.com/bakdata/kpops/pull/313) + +- Annotate types for ToSection models mapping - [#315](https://github.com/bakdata/kpops/pull/315) + + +### 🌀 Miscellaneous + +- Check Poetry lock file consistency - [#316](https://github.com/bakdata/kpops/pull/316) + + + + + + ## [1.4.0](https://github.com/bakdata/kpops/releases/tag/1.4.0) - Release Date: [2023-08-02] ### 🐛 Fixes diff --git a/kpops/__init__.py b/kpops/__init__.py index 735d1e5bb..dccf90bef 100644 --- a/kpops/__init__.py +++ b/kpops/__init__.py @@ -1,4 +1,4 @@ -__version__ = "1.4.0" +__version__ = "1.5.0" # export public API functions from kpops.cli.main import clean, deploy, destroy, generate, reset diff --git a/pyproject.toml b/pyproject.toml index 534081f1e..13ae8b8ef 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "kpops" -version = "1.4.0" +version = "1.5.0" description = "KPOps is a tool to deploy Kafka pipelines to Kubernetes" authors = ["bakdata "] license = "MIT"