File tree Expand file tree Collapse file tree 3 files changed +8
-5
lines changed Expand file tree Collapse file tree 3 files changed +8
-5
lines changed Original file line number Diff line number Diff line change @@ -5,6 +5,9 @@ Changelog
5
5
Unreleased
6
6
----------
7
7
8
+ 2.46.0 (2025-03-17)
9
+ -------------------
10
+
8
11
* Updated Python version to ``3.11 ``.
9
12
10
13
2.45.0 (2025-02-19)
Original file line number Diff line number Diff line change @@ -6,13 +6,13 @@ type: application
6
6
# This is the chart version. This version number should be incremented each time you make changes
7
7
# to the chart and its templates, including the app version.
8
8
# Versions are expected to follow Semantic Versioning (https://semver.org/)
9
- version : 2.45 .0
9
+ version : 2.46 .0
10
10
11
11
# This is the version number of the application being deployed. This version number should be
12
12
# incremented each time you make changes to the application. Versions are not expected to
13
13
# follow Semantic Versioning. They should reflect the version the application is using.
14
14
# It is recommended to use it with quotes.
15
- appVersion : " 2.45 .0"
15
+ appVersion : " 2.46 .0"
16
16
17
17
maintainers :
18
18
- name : Crate.io
Original file line number Diff line number Diff line change @@ -6,17 +6,17 @@ type: application
6
6
# This is the chart version. This version number should be incremented each time you make changes
7
7
# to the chart and its templates, including the app version.
8
8
# Versions are expected to follow Semantic Versioning (https://semver.org/)
9
- version : 2.45 .0
9
+ version : 2.46 .0
10
10
11
11
# This is the version number of the application being deployed. This version number should be
12
12
# incremented each time you make changes to the application. Versions are not expected to
13
13
# follow Semantic Versioning. They should reflect the version the application is using.
14
14
# It is recommended to use it with quotes.
15
- appVersion : " 2.45 .0"
15
+ appVersion : " 2.46 .0"
16
16
17
17
dependencies :
18
18
- name : crate-operator-crds
19
- version : 2.45 .0
19
+ version : 2.46 .0
20
20
repository : " file://../crate-operator-crds"
21
21
condition : crate-operator-crds.enabled
22
22
You can’t perform that action at this time.
0 commit comments