diff --git a/CHANGES.rst b/CHANGES.rst index d27e71ca..d20f2e2a 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -4,6 +4,10 @@ Changelog Unreleased ---------- + +2.39.0 (2024-05-22) +------------------- + * Bump ``sql_exporter`` to 0.14.2 * Set a hard limit for max TCP connections diff --git a/deploy/charts/crate-operator-crds/Chart.yaml b/deploy/charts/crate-operator-crds/Chart.yaml index b72f451d..e9e4509a 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.38.1 +version: 2.39.0 # 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.38.1" +appVersion: "2.39.0" maintainers: - name: Crate.io \ No newline at end of file diff --git a/deploy/charts/crate-operator/Chart.yaml b/deploy/charts/crate-operator/Chart.yaml index f4f7cd96..d7ef7fb6 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.38.1 +version: 2.39.0 # 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.38.1" +appVersion: "2.39.0" dependencies: - name: crate-operator-crds - version: 2.38.1 + version: 2.39.0 repository: "file://../crate-operator-crds" condition: crate-operator-crds.enabled