File tree Expand file tree Collapse file tree 3 files changed +9
-5
lines changed
Expand file tree Collapse file tree 3 files changed +9
-5
lines changed Original file line number Diff line number Diff line change @@ -4,6 +4,10 @@ Changelog
44
55Unreleased
66----------
7+
8+ 2.44.0 (2025-02-17)
9+ -------------------
10+
711* Add preStop hook to the CrateDB pods to ensure that the CrateDB process is
812 stopped gracefully.
913
Original file line number Diff line number Diff line change @@ -6,13 +6,13 @@ type: application
66# This is the chart version. This version number should be incremented each time you make changes
77# to the chart and its templates, including the app version.
88# Versions are expected to follow Semantic Versioning (https://semver.org/)
9- version : 2.43.1
9+ version : 2.44.0
1010
1111# This is the version number of the application being deployed. This version number should be
1212# incremented each time you make changes to the application. Versions are not expected to
1313# follow Semantic Versioning. They should reflect the version the application is using.
1414# It is recommended to use it with quotes.
15- appVersion : " 2.43.1 "
15+ appVersion : " 2.44.0 "
1616
1717maintainers :
1818 - name : Crate.io
Original file line number Diff line number Diff line change @@ -6,17 +6,17 @@ type: application
66# This is the chart version. This version number should be incremented each time you make changes
77# to the chart and its templates, including the app version.
88# Versions are expected to follow Semantic Versioning (https://semver.org/)
9- version : 2.43.1
9+ version : 2.44.0
1010
1111# This is the version number of the application being deployed. This version number should be
1212# incremented each time you make changes to the application. Versions are not expected to
1313# follow Semantic Versioning. They should reflect the version the application is using.
1414# It is recommended to use it with quotes.
15- appVersion : " 2.43.1 "
15+ appVersion : " 2.44.0 "
1616
1717dependencies :
1818- name : crate-operator-crds
19- version : 2.43.1
19+ version : 2.44.0
2020 repository : " file://../crate-operator-crds"
2121 condition : crate-operator-crds.enabled
2222
You can’t perform that action at this time.
0 commit comments