Skip to content

Commit

Permalink
Prepare Release (#637)
Browse files Browse the repository at this point in the history
* update changelog for upcoming release

* update Chart.yaml

---------

Co-authored-by: ekneg54 <ekneg54@pm.me>
  • Loading branch information
djkhl and ekneg54 authored Jul 19, 2024
1 parent 6c77b88 commit 11edd05
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 @@ -3,6 +3,10 @@
## next release
### Breaking
### Features
### Improvenets
### Bugfix

## 13.0.1

### Improvements

Expand All @@ -15,6 +19,8 @@

### Bugfix

* This release limits the mysql-connector-python dependency to have version less the 9

## 13.0.0

### Breaking
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: "13.2.1"
version: "13.2.2"

# 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: "13.0.0"
appVersion: "13.0.1"

0 comments on commit 11edd05

Please sign in to comment.