From fb8da15eaab02b959797e04a6f04faacf8851a8e Mon Sep 17 00:00:00 2001 From: swirlds-automation Date: Tue, 9 Apr 2024 19:31:13 +0000 Subject: [PATCH] chore(release): 0.24.3 [skip ci] ## [0.24.3](https://github.com/hashgraph/full-stack-testing/compare/v0.24.2...v0.24.3) (2024-04-09) ### Bug Fixes * add labels to metrics and discover servicemonitors in all namespaces ([#821](https://github.com/hashgraph/full-stack-testing/issues/821)) ([7430a67](https://github.com/hashgraph/full-stack-testing/commit/7430a67390182e9d754ef51d6ec7b92d19bad48e)) --- charts/fullstack-cluster-setup/Chart.yaml | 4 ++-- charts/fullstack-deployment/Chart.yaml | 4 ++-- gradle.properties | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/charts/fullstack-cluster-setup/Chart.yaml b/charts/fullstack-cluster-setup/Chart.yaml index 3c3fb35e4..293bcce47 100644 --- a/charts/fullstack-cluster-setup/Chart.yaml +++ b/charts/fullstack-cluster-setup/Chart.yaml @@ -15,13 +15,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: 0.24.2 +version: 0.24.3 # 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: "0.24.2" +appVersion: "0.24.3" dependencies: - name: operator diff --git a/charts/fullstack-deployment/Chart.yaml b/charts/fullstack-deployment/Chart.yaml index 85d896280..2d2b318fc 100644 --- a/charts/fullstack-deployment/Chart.yaml +++ b/charts/fullstack-deployment/Chart.yaml @@ -15,13 +15,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: 0.24.2 +version: 0.24.3 # 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: "0.24.2" +appVersion: "0.24.3" # This is range of versions of Kubernetes server that is supported by this chart. # Note we need to use -0 suffix to support GKE version diff --git a/gradle.properties b/gradle.properties index 9de8d2b13..0cbe1d035 100644 --- a/gradle.properties +++ b/gradle.properties @@ -19,7 +19,7 @@ end-to-end and full stack tests against the Hedera network software. Designed wi purpose built for the Hedera community and open-source contributors. # Version for all subprojects -version=0.24.2 +version=0.24.3 # Set the default Group ID group=com.hedera.fullstack