diff --git a/CHANGES.rst b/CHANGES.rst index 6d8950bc..86c8defb 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -5,14 +5,17 @@ Changelog Unreleased ---------- -2.62.1 (2026-07-21) +2.62.2 (2026-07-22) ------------------- -* Fixed suspend/resume getting stuck on clusters without backups configured. - * Fixed the ``grand-central-cors`` when ``spec.cluster.settings.http.cors.allow-origin`` is not set (which might be the case on older clusters) +2.62.1 (2026-07-21) +------------------- + +* Fixed suspend/resume getting stuck on clusters without backups configured. + 2.62.0 (2026-07-15) ------------------- diff --git a/deploy/charts/crate-operator-crds/Chart.yaml b/deploy/charts/crate-operator-crds/Chart.yaml index ecfc7310..b657e2b4 100644 --- a/deploy/charts/crate-operator-crds/Chart.yaml +++ b/deploy/charts/crate-operator-crds/Chart.yaml @@ -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.62.1 +version: 2.62.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: "2.62.1" +appVersion: "2.62.2" maintainers: - name: Crate.io diff --git a/deploy/charts/crate-operator/Chart.yaml b/deploy/charts/crate-operator/Chart.yaml index 7dce2b8f..bb74a27d 100644 --- a/deploy/charts/crate-operator/Chart.yaml +++ b/deploy/charts/crate-operator/Chart.yaml @@ -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.62.1 +version: 2.62.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: "2.62.1" +appVersion: "2.62.2" dependencies: - name: crate-operator-crds - version: 2.62.1 + version: 2.62.2 repository: "file://../crate-operator-crds" condition: crate-operator-crds.enabled