From 8a0106e4ea3db8479533f33a9a42af0c0b00b7f8 Mon Sep 17 00:00:00 2001 From: swirlds-automation Date: Fri, 7 Jun 2024 05:55:37 +0000 Subject: [PATCH] chore(release): 0.27.2 [skip ci] ## [0.27.2](https://github.com/hashgraph/full-stack-testing/compare/v0.27.1...v0.27.2) (2024-06-07) ### Bug Fixes * resolve break introduced by external traffic policy applied to headless svc ([#876](https://github.com/hashgraph/full-stack-testing/issues/876)) ([ef1d2fc](https://github.com/hashgraph/full-stack-testing/commit/ef1d2fc350226bfb00ff2d2ad66e5012f26c8501)) --- 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 06995ba7c..727189e0a 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.27.1 +version: 0.27.2 # 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.27.1" +appVersion: "0.27.2" dependencies: - name: operator diff --git a/charts/fullstack-deployment/Chart.yaml b/charts/fullstack-deployment/Chart.yaml index a07fbfd8f..cad57e65f 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.27.1 +version: 0.27.2 # 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.27.1" +appVersion: "0.27.2" # 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 6b96b54e7..f591f275b 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.27.1 +version=0.27.2 # Set the default Group ID group=com.hedera.fullstack