From be56f4eebb8d721f87d6fb141854029d28faecfc Mon Sep 17 00:00:00 2001 From: swirlds-automation Date: Mon, 1 Jul 2024 13:17:45 +0000 Subject: [PATCH] chore(release): 0.28.3 [skip ci] ## [0.28.3](https://github.com/hashgraph/full-stack-testing/compare/v0.28.2...v0.28.3) (2024-07-01) ### Bug Fixes * reduce verbosity of vmap log ([#877](https://github.com/hashgraph/full-stack-testing/issues/877)) ([28487f1](https://github.com/hashgraph/full-stack-testing/commit/28487f1cf16e9a89db38d8c09d01aafe65d4897f)) --- 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 682d6d358..e5aad0e35 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.28.2 +version: 0.28.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.28.2" +appVersion: "0.28.3" dependencies: - name: operator diff --git a/charts/fullstack-deployment/Chart.yaml b/charts/fullstack-deployment/Chart.yaml index f9289f4f7..98a62d4c2 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.28.2 +version: 0.28.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.28.2" +appVersion: "0.28.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 e18cf87a0..3d9b2c606 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.28.2 +version=0.28.3 # Set the default Group ID group=com.hedera.fullstack