Skip to content

Commit 14180e4

Browse files
committed
Bump version 10.4.0 → 10.4.1
1 parent 37e8dfe commit 14180e4

5 files changed

Lines changed: 16 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.0
2+
current_version = 10.4.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: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,23 @@
22

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

5+
## [10.4.1](https://github.com/bakdata/kpops/tree/10.4.1) - 2025-05-07
6+
### What's changed
7+
8+
* ci: upstream Python uv release workflow by @disrupted in [#627](https://github.com/bakdata/kpops/pull/627)
9+
10+
* fix(pipeline-generator): clear env on load YAML by @disrupted in [#628](https://github.com/bakdata/kpops/pull/628)
11+
12+
13+
**Full Changelog**: https://github.com/bakdata/kpops/compare/10.4.0...10.4.1
14+
515
## [10.4.0](https://github.com/bakdata/kpops/tree/10.4.0) - 2025-04-08
616
### What's changed
717

818
* feat(helm-app): set fullnameOverride by @philipp94831 in [#626](https://github.com/bakdata/kpops/pull/626)
919

20+
* Bump version 10.3.0 → 10.4.0 by @bakdata-bot
21+
1022

1123
**Full Changelog**: https://github.com/bakdata/kpops/compare/10.3.0...10.4.0
1224

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.0"
1+
__version__ = "10.4.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.4.0"
3+
version = "10.4.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)