Skip to content

Commit

Permalink
Prepare release 2.30.1 (#536)
Browse files Browse the repository at this point in the history
  • Loading branch information
tomach committed Jul 6, 2023
1 parent 2f8aad4 commit 0983d05
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 5 deletions.
3 changes: 3 additions & 0 deletions CHANGES.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@ Changelog
Unreleased
----------

2.30.1 (2023-07-06)
-------------------

* Bump sql_exporter to 0.11.1

* Fixed patching of sql exporter configmap.
Expand Down
4 changes: 2 additions & 2 deletions deploy/charts/crate-operator-crds/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,13 @@ 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: 2.30.0
version: 2.30.1

# 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: "2.30.0"
appVersion: "2.30.1"

maintainers:
- name: Crate.io
6 changes: 3 additions & 3 deletions deploy/charts/crate-operator/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,17 +6,17 @@ 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: 2.30.0
version: 2.30.1

# 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: "2.30.0"
appVersion: "2.30.1"

dependencies:
- name: crate-operator-crds
version: 2.30.0
version: 2.30.1
repository: "file://../crate-operator-crds"
condition: crate-operator-crds.enabled

Expand Down

0 comments on commit 0983d05

Please sign in to comment.