From 8ee11dd8263f7de5093edc709d469fa092cbd9b6 Mon Sep 17 00:00:00 2001 From: swirlds-automation Date: Wed, 5 Jun 2024 19:40:36 +0000 Subject: [PATCH] chore(release): 0.27.0 [skip ci] ## [0.27.0](https://github.com/hashgraph/full-stack-testing/compare/v0.26.0...v0.27.0) (2024-06-05) ### Features * add initContainer support for network node StatefulSets ([#870](https://github.com/hashgraph/full-stack-testing/issues/870)) ([f621ae9](https://github.com/hashgraph/full-stack-testing/commit/f621ae9b3fbb436fb3c66d393480156f593eda65)) ### Bug Fixes * detect chart file changes ([#868](https://github.com/hashgraph/full-stack-testing/issues/868)) ([74b4e94](https://github.com/hashgraph/full-stack-testing/commit/74b4e94a9b70452cb6f49f209a1c10e432e7537c)) * update configMaps for network node config files to use filename instead of removing the dot ([#865](https://github.com/hashgraph/full-stack-testing/issues/865)) ([eb78797](https://github.com/hashgraph/full-stack-testing/commit/eb78797d3e16523808364d03ea036eb674cff768)) --- 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 b994e9903..b4e076ad2 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.26.0 +version: 0.27.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.26.0" +appVersion: "0.27.0" dependencies: - name: operator diff --git a/charts/fullstack-deployment/Chart.yaml b/charts/fullstack-deployment/Chart.yaml index e192f3d26..b16c2b6a6 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.26.0 +version: 0.27.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.26.0" +appVersion: "0.27.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 8f1b61499..78268ae9a 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.26.0 +version=0.27.0 # Set the default Group ID group=com.hedera.fullstack