Skip to content

Commit

Permalink
Bump version 2.0.7 → 2.0.8
Browse files Browse the repository at this point in the history
  • Loading branch information
bakdata-bot committed Sep 6, 2023
1 parent 73a3ee9 commit fac6506
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 2 deletions.
18 changes: 18 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,22 @@
# Changelog
## [2.0.8](https://github.com/bakdata/kpops/releases/tag/2.0.8) - Release Date: [2023-09-06]

### 🐛 Fixes

- Fix config.yaml overriding environment variables - [#353](https://github.com/bakdata/kpops/pull/353)


### 🏭 Refactor

- Refactor component prefix & name - [#326](https://github.com/bakdata/kpops/pull/326)

- Remove unnecessary condition during inflate - [#328](https://github.com/bakdata/kpops/pull/328)






## [2.0.7](https://github.com/bakdata/kpops/releases/tag/2.0.7) - Release Date: [2023-08-31]

### 🐛 Fixes
Expand Down
2 changes: 1 addition & 1 deletion kpops/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
__version__ = "2.0.7"
__version__ = "2.0.8"

# export public API functions
from kpops.cli.main import clean, deploy, destroy, generate, reset
Expand Down
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 = "2.0.7"
version = "2.0.8"
description = "KPOps is a tool to deploy Kafka pipelines to Kubernetes"
authors = ["bakdata <[email protected]>"]
license = "MIT"
Expand Down

0 comments on commit fac6506

Please sign in to comment.