Skip to content

Commit 035d881

Browse files
committed
Bump version 10.4.2 → 10.5.0
1 parent d2f7ce1 commit 035d881

5 files changed

Lines changed: 18 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.4.2
2+
current_version = 10.5.0
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: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,18 @@
22

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

5+
## [10.5.0](https://github.com/bakdata/kpops/tree/10.5.0) - 2025-08-11
6+
### What's changed
7+
8+
* ci: remove git cliff binary by @disrupted in [#639](https://github.com/bakdata/kpops/pull/639)
9+
10+
* docs: update examples for streams-bootstrap v3 by @disrupted in [#636](https://github.com/bakdata/kpops/pull/636)
11+
12+
* feat(streams-bootstrap): set default Kafka brokers from config by @disrupted in [#637](https://github.com/bakdata/kpops/pull/637)
13+
14+
15+
**Full Changelog**: https://github.com/bakdata/kpops/compare/10.4.2...10.5.0
16+
517
## [10.4.2](https://github.com/bakdata/kpops/tree/10.4.2) - 2025-07-24
618
### What's changed
719

@@ -19,6 +31,8 @@ All notable changes to this project will be documented in this file.
1931

2032
* ci: update release workflow by @disrupted in [#635](https://github.com/bakdata/kpops/pull/635)
2133

34+
* Bump version 10.4.1 → 10.4.2 by @bakdata-bot
35+
2236

2337
**Full Changelog**: https://github.com/bakdata/kpops/compare/10.4.1...10.4.2
2438

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.4.2"
1+
__version__ = "10.5.0"
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.4.2"
3+
version = "10.5.0"
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)