From 5bb8a7460e4d417a8b2d919a5891975774a80cf2 Mon Sep 17 00:00:00 2001 From: swirlds-automation Date: Thu, 1 Aug 2024 00:34:00 +0000 Subject: [PATCH] chore(release): 0.29.0 [skip ci] ## [0.29.0](https://github.com/hashgraph/full-stack-testing/compare/v0.28.3...v0.29.0) (2024-08-01) ### Features * add extra container for sidecar uploader ([#926](https://github.com/hashgraph/full-stack-testing/issues/926)) ([58ff515](https://github.com/hashgraph/full-stack-testing/commit/58ff515810a745b376e10dc8216e5bd93d85e1a0)) ### Bug Fixes * haproxy fails to start ([#921](https://github.com/hashgraph/full-stack-testing/issues/921)) ([e162d3d](https://github.com/hashgraph/full-stack-testing/commit/e162d3d460e595822ccc0626b0d403038b5c8f60)) * incorrect NODE_NAMES ([#925](https://github.com/hashgraph/full-stack-testing/issues/925)) ([81629a8](https://github.com/hashgraph/full-stack-testing/commit/81629a86a083c02c2a0a1e66bc279c59908961fa)) --- 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 e5aad0e35..021113a52 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.3 +version: 0.29.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.28.3" +appVersion: "0.29.0" dependencies: - name: operator diff --git a/charts/fullstack-deployment/Chart.yaml b/charts/fullstack-deployment/Chart.yaml index 3bd4818aa..314e4b705 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.3 +version: 0.29.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.28.3" +appVersion: "0.29.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 3d9b2c606..d6d75e5cf 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.3 +version=0.29.0 # Set the default Group ID group=com.hedera.fullstack