From 8f85c7beab8f3147c92e45bcc63e846fd25df73e Mon Sep 17 00:00:00 2001 From: Omar Abdulaziz Date: Sun, 9 Jun 2024 13:04:07 +0300 Subject: [PATCH] update proxy changelog/chart for v0.15.8 --- grid-proxy/CHANGELOG.md | 6 ++++++ grid-proxy/charts/gridproxy/Chart.yaml | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/grid-proxy/CHANGELOG.md b/grid-proxy/CHANGELOG.md index 22a19505e..db15df589 100644 --- a/grid-proxy/CHANGELOG.md +++ b/grid-proxy/CHANGELOG.md @@ -12,6 +12,12 @@ Check `/version` on any instance to know the version. ## Releases +### v0.15.8 + +--- + +- `feat` add `/health` endpoint + ### v0.15.7 --- diff --git a/grid-proxy/charts/gridproxy/Chart.yaml b/grid-proxy/charts/gridproxy/Chart.yaml index bc45f7fda..ed974f30b 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.15.7 +appVersion: 0.15.8 # make sure to update the changelog with the changes in this release