Skip to content

Commit 4e03423

Browse files
committed
Bump version 10.7.0 → 10.7.1
1 parent 1b932c9 commit 4e03423

5 files changed

Lines changed: 14 additions & 4 deletions

File tree

.bumpversion.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 10.7.0
2+
current_version = 10.7.1
33
parse = (?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)(\-(?P<release>dev)(?P<timestamp>\d+)?)?
44
serialize =
55
{major}.{minor}.{patch}-{release}{timestamp}

docs/docs/user/changelog.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,23 @@
22

33
All notable changes to this project will be documented in this file.
44

5+
## [10.7.1](https://github.com/bakdata/kpops/tree/10.7.1) - 2026-02-04
6+
### What's changed
7+
8+
* fix(pipeline): avoid spawning unguarded coroutines by @disrupted in [#643](https://github.com/bakdata/kpops/pull/643)
9+
10+
11+
**Full Changelog**: https://github.com/bakdata/kpops/compare/10.7.0...10.7.1
12+
513
## [10.7.0](https://github.com/bakdata/kpops/tree/10.7.0) - 2026-01-29
614
### What's changed
715

816
* chore: bump `helm` support to `4.x` by @daconstenla in [#642](https://github.com/bakdata/kpops/pull/642)
917

1018
* feat: support disabling components from pipelines by @daconstenla in [#641](https://github.com/bakdata/kpops/pull/641)
1119

20+
* Bump version 10.6.1 → 10.7.0 by @bakdata-bot
21+
1222

1323
**Full Changelog**: https://github.com/bakdata/kpops/compare/10.6.1...10.7.0
1424

kpops/const/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
__version__ = "10.7.0"
1+
__version__ = "10.7.1"
22
KPOPS = "KPOps"
33
KPOPS_MODULE = "kpops."

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "kpops"
3-
version = "10.7.0"
3+
version = "10.7.1"
44
description = "KPOps is a tool to deploy Kafka pipelines to Kubernetes"
55
authors = [
66
{ name = "bakdata", email = "opensource@bakdata.com" },

uv.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)