From 78651afa147f4edeea723bb96a4c18b4be1d5a1a Mon Sep 17 00:00:00 2001 From: Omar Abdulaziz Date: Wed, 20 Mar 2024 10:32:28 +0200 Subject: [PATCH] update charts and changelog for v0.15.0 --- grid-proxy/CHANGELOG.md | 2 +- grid-proxy/charts/gridproxy/Chart.yaml | 2 +- tools/relay-cache-warmer/chart/relay-cache-warmer/Chart.yaml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/grid-proxy/CHANGELOG.md b/grid-proxy/CHANGELOG.md index b4a50a93c..3c0cffd87 100644 --- a/grid-proxy/CHANGELOG.md +++ b/grid-proxy/CHANGELOG.md @@ -12,7 +12,7 @@ Check `/version` on any instance to know the version. ## Releases -### v0.14.14 +### v0.15.0 --- diff --git a/grid-proxy/charts/gridproxy/Chart.yaml b/grid-proxy/charts/gridproxy/Chart.yaml index 50879959f..c93de43ea 100644 --- a/grid-proxy/charts/gridproxy/Chart.yaml +++ b/grid-proxy/charts/gridproxy/Chart.yaml @@ -20,6 +20,6 @@ version: 1.0.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. -appVersion: 0.14.14 +appVersion: 0.15.0 # make sure to update the changelog with the changes in this release diff --git a/tools/relay-cache-warmer/chart/relay-cache-warmer/Chart.yaml b/tools/relay-cache-warmer/chart/relay-cache-warmer/Chart.yaml index 32a11edc3..875066d70 100644 --- a/tools/relay-cache-warmer/chart/relay-cache-warmer/Chart.yaml +++ b/tools/relay-cache-warmer/chart/relay-cache-warmer/Chart.yaml @@ -21,4 +21,4 @@ version: 0.1.0 # 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: "0.14.14" +appVersion: "0.15.0"