Skip to content

Commit ac62faf

Browse files
committed
Bump version 10.6.0 → 10.6.1
1 parent 5360549 commit ac62faf

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.6.0
2+
current_version = 10.6.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,11 +2,21 @@
22

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

5+
## [10.6.1](https://github.com/bakdata/kpops/tree/10.6.1) - 2025-10-08
6+
### What's changed
7+
8+
* fix(streams-bootstrap): set correct type for secretFilesRefs by @disrupted in [#640](https://github.com/bakdata/kpops/pull/640)
9+
10+
11+
**Full Changelog**: https://github.com/bakdata/kpops/compare/10.6.0...10.6.1
12+
513
## [10.6.0](https://github.com/bakdata/kpops/tree/10.6.0) - 2025-09-29
614
### What's changed
715

816
* refactor(schema): automatically assign field description from model `__doc__` by @disrupted in [#638](https://github.com/bakdata/kpops/pull/638)
917

18+
* Bump version 10.5.0 → 10.6.0 by @bakdata-bot
19+
1020

1121
**Full Changelog**: https://github.com/bakdata/kpops/compare/10.5.0...10.6.0
1222

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