Skip to content

Commit

Permalink
Bump version 8.1.4 → 8.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
bakdata-bot committed Dec 12, 2024
1 parent ba1449f commit bf29c88
Show file tree
Hide file tree
Showing 3 changed files with 25 additions and 2 deletions.
23 changes: 23 additions & 0 deletions docs/docs/user/changelog.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,27 @@
# Changelog
## [8.2.0](https://github.com/bakdata/kpops/releases/tag/8.2.0) - Release Date: [2024-12-12]

### 🐛 Fixes

- Update KPOps example snapshots and fix broken link to defaults.yaml - [#560](https://github.com/bakdata/kpops/pull/560)


### 📝 Documentation

- Update KPOps example snapshots and fix broken link to defaults.yaml - [#560](https://github.com/bakdata/kpops/pull/560)


### 🌀 Miscellaneous

- Bump streams-bootstrap to 3.1.0 - [#557](https://github.com/bakdata/kpops/pull/557)

- Add Pydantic models for Kubernetes Affinity - [#555](https://github.com/bakdata/kpops/pull/555)






## [8.1.4](https://github.com/bakdata/kpops/releases/tag/8.1.4) - Release Date: [2024-12-09]

### 🐛 Fixes
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__ = "8.1.4"
__version__ = "8.2.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 @@
[tool.poetry]
name = "kpops"
version = "8.1.4"
version = "8.2.0"
description = "KPOps is a tool to deploy Kafka pipelines to Kubernetes"
authors = ["bakdata <[email protected]>"]
license = "MIT"
Expand Down

0 comments on commit bf29c88

Please sign in to comment.