From f7f47020dee38601864072f27a2da52b83b448bb Mon Sep 17 00:00:00 2001 From: swirlds-automation Date: Wed, 12 Jun 2024 07:33:37 +0000 Subject: [PATCH] chore(release): 0.28.0 [skip ci] ## [0.28.0](https://github.com/hashgraph/full-stack-testing/compare/v0.27.2...v0.28.0) (2024-06-12) ### Features * update Java 21 base image entrypoint to launch modular Services code ([#882](https://github.com/hashgraph/full-stack-testing/issues/882)) ([367a9a3](https://github.com/hashgraph/full-stack-testing/commit/367a9a317af6996340e7486d6841a187854a710c)) ### Bug Fixes * check haproxy phase is running ([#878](https://github.com/hashgraph/full-stack-testing/issues/878)) ([65c5c6f](https://github.com/hashgraph/full-stack-testing/commit/65c5c6f131b5b22241a255ee37961973253e9760)) --- 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 727189e0a..33e06db5f 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.2 +version: 0.28.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. # It is recommended to use it with quotes. -appVersion: "0.27.2" +appVersion: "0.28.0" dependencies: - name: operator diff --git a/charts/fullstack-deployment/Chart.yaml b/charts/fullstack-deployment/Chart.yaml index cad57e65f..6078ec3d6 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.2 +version: 0.28.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. # It is recommended to use it with quotes. -appVersion: "0.27.2" +appVersion: "0.28.0" # 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 f591f275b..e65096be3 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.2 +version=0.28.0 # Set the default Group ID group=com.hedera.fullstack