From 8f81ecb970eb8e00aba30e4038b16c9e612776c1 Mon Sep 17 00:00:00 2001 From: swirlds-automation Date: Thu, 16 May 2024 16:57:31 +0000 Subject: [PATCH] chore(release): 0.25.0 [skip ci] ## [0.25.0](https://github.com/hashgraph/full-stack-testing/compare/v0.24.5...v0.25.0) (2024-05-16) ### Features * add conditional configMap and secret volumeMounts to `fullstack-deployment` helm chart ([#797](https://github.com/hashgraph/full-stack-testing/issues/797)) ([ed3c16d](https://github.com/hashgraph/full-stack-testing/commit/ed3c16db6b2c211948be59d5bc9e1e0890145f16)) ### Bug Fixes * set network node service as a headless service to support FQDN on GKE ([#849](https://github.com/hashgraph/full-stack-testing/issues/849)) ([9ac3c35](https://github.com/hashgraph/full-stack-testing/commit/9ac3c35e4b38d694adc7faeb379662996de61698)) --- 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 f11db96af..0fbf7aadf 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.5 +version: 0.25.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.24.5" +appVersion: "0.25.0" dependencies: - name: operator diff --git a/charts/fullstack-deployment/Chart.yaml b/charts/fullstack-deployment/Chart.yaml index 395fa429a..48f54c830 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.5 +version: 0.25.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.24.5" +appVersion: "0.25.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 4d73aa885..bb0806e0b 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.5 +version=0.25.0 # Set the default Group ID group=com.hedera.fullstack