From af9818ebfca6ebe2b18e454addc4b1b7798dafd1 Mon Sep 17 00:00:00 2001 From: Pauline Laharanne Date: Wed, 26 Aug 2026 16:43:19 +0200 Subject: [PATCH] Prepare release 2.63.1 --- CHANGES.rst | 3 +++ deploy/charts/crate-operator-crds/Chart.yaml | 4 ++-- deploy/charts/crate-operator/Chart.yaml | 6 +++--- 3 files changed, 8 insertions(+), 5 deletions(-) diff --git a/CHANGES.rst b/CHANGES.rst index c0a5d424..12ab7a12 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -5,6 +5,9 @@ Changelog Unreleased ---------- +2.63.1 (2026-08-27) +------------------- + * Support restoring a snapshot from an AWS S3 bucket with an endpoint URL. 2.63.0 (2026-08-12) diff --git a/deploy/charts/crate-operator-crds/Chart.yaml b/deploy/charts/crate-operator-crds/Chart.yaml index e9950bdb..58880f21 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.63.0 +version: 2.63.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.63.0" +appVersion: "2.63.1" maintainers: - name: Crate.io diff --git a/deploy/charts/crate-operator/Chart.yaml b/deploy/charts/crate-operator/Chart.yaml index 7fd95d90..38f5db14 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.63.0 +version: 2.63.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.63.0" +appVersion: "2.63.1" dependencies: - name: crate-operator-crds - version: 2.63.0 + version: 2.63.1 repository: "file://../crate-operator-crds" condition: crate-operator-crds.enabled