Skip to content

Commit

Permalink
Bump version 9.4.1 → 10.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
bakdata-bot committed Feb 27, 2025
1 parent fd693b6 commit b6efa68
Show file tree
Hide file tree
Showing 5 changed files with 18 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .bumpversion.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 9.4.1
current_version = 10.0.0
parse = (?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)(\-(?P<release>dev)(?P<timestamp>\d+)?)?
serialize =
{major}.{minor}.{patch}-{release}{timestamp}
Expand Down
14 changes: 14 additions & 0 deletions docs/docs/user/changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,25 @@

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

## [10.0.0](https://github.com/bakdata/kpops/tree/10.0.0) - 2025-02-27
### What's changed

* refactor(helm-diff)!: define ignore keypath as array by @disrupted in [#600](https://github.com/bakdata/kpops/pull/600)

* refactor(helm-diff)!: configure on HelmApp component level by @disrupted in [#601](https://github.com/bakdata/kpops/pull/601)

* docs: create migration guide for v10 by @disrupted in [#603](https://github.com/bakdata/kpops/pull/603)


**Full Changelog**: https://github.com/bakdata/kpops/compare/9.4.1...10.0.0

## [9.4.1](https://github.com/bakdata/kpops/tree/9.4.1) - 2025-02-26
### What's changed

* refactor(streams-bootstrap): update JMX remote specification by @philipp94831 in [#599](https://github.com/bakdata/kpops/pull/599)

* Bump version 9.4.0 → 9.4.1 by @bakdata-bot


**Full Changelog**: https://github.com/bakdata/kpops/compare/9.4.0...9.4.1

Expand Down
2 changes: 1 addition & 1 deletion kpops/const/__init__.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
__version__ = "9.4.1"
__version__ = "10.0.0"
KPOPS = "KPOps"
KPOPS_MODULE = "kpops."
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "kpops"
version = "9.4.1"
version = "10.0.0"
description = "KPOps is a tool to deploy Kafka pipelines to Kubernetes"
authors = [
{ name = "bakdata", email = "opensource@bakdata.com" },
Expand Down
2 changes: 1 addition & 1 deletion uv.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit b6efa68

Please sign in to comment.