Skip to content

Commit

Permalink
prepare release 15 (#739)
Browse files Browse the repository at this point in the history
* update CHANGELOG

* update chart.yml

---------

Co-authored-by: Jörg Zimmermann <[email protected]>
  • Loading branch information
ekneg54 and Jörg Zimmermann authored Jan 6, 2025
1 parent 5828127 commit 0c011ab
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@

## next release
### Breaking
### Features
### Improvements
### Bugfix

## 15.0.0
### Breaking

* drop support for python 3.10 and add support for python 3.13
* `CriticalInputError` is raised when the input preprocessor values can't be set, this was so far only true
Expand Down
4 changes: 2 additions & 2 deletions charts/logprep/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,10 @@ type: application
# This is the chart version. This version number should be incremented each time you make changes
# to the chart and its templates, including the app version.
# Versions are expected to follow Semantic Versioning (https://semver.org/)
version: "14.1.0"
version: "15.0.0"

# This is the version number of the application being deployed. This version number should be
# incremented each time you make changes to the application. Versions are not expected to
# follow Semantic Versioning. They should reflect the version the application is using.
# It is recommended to use it with quotes.
appVersion: "14.0.0"
appVersion: "15.0.0"

0 comments on commit 0c011ab

Please sign in to comment.