From 264a404b139ee1daf5f282c49cf6e050454e425f Mon Sep 17 00:00:00 2001 From: bakdata-bots Date: Thu, 15 Aug 2024 13:05:48 +0000 Subject: [PATCH] =?UTF-8?q?Bump=20version=207.0.0=20=E2=86=92=207.1.0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docs/docs/user/changelog.md | 25 +++++++++++++++++++++++++ pyproject.toml | 2 +- 2 files changed, 26 insertions(+), 1 deletion(-) diff --git a/docs/docs/user/changelog.md b/docs/docs/user/changelog.md index dbcbbd371..2e822322d 100644 --- a/docs/docs/user/changelog.md +++ b/docs/docs/user/changelog.md @@ -1,4 +1,29 @@ # Changelog +## [7.1.0](https://github.com/bakdata/kpops/releases/tag/7.1.0) - Release Date: [2024-08-15] + +### ๐Ÿงช Dependencies + +- Update pytest - [#527](https://github.com/bakdata/kpops/pull/527) + + +### ๐Ÿญ Refactor + +- Improve incomplete type hints - [#515](https://github.com/bakdata/kpops/pull/515) + +- Fallback to user defined model when the validation of cluster model fails - [#521](https://github.com/bakdata/kpops/pull/521) + +- Replace kubernetes-asyncio with lightkube - [#517](https://github.com/bakdata/kpops/pull/517) + + +### ๐ŸŒ€ Miscellaneous + +- Fix incorrect parameter type annotation - [#523](https://github.com/bakdata/kpops/pull/523) + + + + + + ## [7.0.0](https://github.com/bakdata/kpops/releases/tag/7.0.0) - Release Date: [2024-07-23] ### ๐Ÿ—๏ธ Breaking changes diff --git a/pyproject.toml b/pyproject.toml index c587243c6..4cb14ff2a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "kpops" -version = "7.0.0" +version = "7.1.0" description = "KPOps is a tool to deploy Kafka pipelines to Kubernetes" authors = ["bakdata "] license = "MIT"