Skip to content

Commit dbadc08

Browse files
committed
Release 2.52.0
1 parent 3084cad commit dbadc08

File tree

3 files changed

+8
-5
lines changed

3 files changed

+8
-5
lines changed

CHANGES.rst

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,9 @@ Changelog
55
Unreleased
66
----------
77

8+
2.52.0 (2025-08-26)
9+
-------------------
10+
811
* Detect tables that require re-indexing before performing a major version upgrade.
912

1013
* Automatically re-create internal system tables after completing a major version

deploy/charts/crate-operator-crds/Chart.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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.51.0
9+
version: 2.52.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.51.0"
15+
appVersion: "2.52.0"
1616

1717
maintainers:
1818
- name: Crate.io

deploy/charts/crate-operator/Chart.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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.51.0
9+
version: 2.52.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.51.0"
15+
appVersion: "2.52.0"
1616

1717
dependencies:
1818
- name: crate-operator-crds
19-
version: 2.51.0
19+
version: 2.52.0
2020
repository: "file://../crate-operator-crds"
2121
condition: crate-operator-crds.enabled
2222

0 commit comments

Comments
 (0)