From b2679e62f5630d8a1f0b0af91deeb0a8b115738a Mon Sep 17 00:00:00 2001 From: swirlds-automation Date: Tue, 8 Aug 2023 23:54:00 +0000 Subject: [PATCH] chore(release): 0.5.1 [skip ci] ## [0.5.1](https://github.com/hashgraph/full-stack-testing/compare/v0.5.0...v0.5.1) (2023-08-08) ### Bug Fixes * correct KeyValuePair equals and add coverage for ServiceLocator ([#257](https://github.com/hashgraph/full-stack-testing/issues/257)) ([5b17978](https://github.com/hashgraph/full-stack-testing/commit/5b179784f522f614cdadb0e4a82de410f9b3e6cd)) * enable overriding individual properties for sidecars ([#250](https://github.com/hashgraph/full-stack-testing/issues/250)) ([7d5a4e1](https://github.com/hashgraph/full-stack-testing/commit/7d5a4e1a4a0d58a747894603a34a6e437a3af9aa)) * only allow jrs profile during node setup ([#249](https://github.com/hashgraph/full-stack-testing/issues/249)) ([dd326c1](https://github.com/hashgraph/full-stack-testing/commit/dd326c1e07f0820ad508021f97eae64b8a703ab4)) * typo in the semantic release config preventing the updates to Chart.yaml from being committed ([#252](https://github.com/hashgraph/full-stack-testing/issues/252)) ([02a576b](https://github.com/hashgraph/full-stack-testing/commit/02a576b4fa3ae8b3b12e3c77ec790ad760048e62)) * update verification script so that CI pipeline fails if node fails to start ([#254](https://github.com/hashgraph/full-stack-testing/issues/254)) ([7f051c0](https://github.com/hashgraph/full-stack-testing/commit/7f051c0afc9d04cc33e6096f32d38e8d6c6c3a66)) --- charts/hedera-network/Chart.yaml | 4 ++-- gradle.properties | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/charts/hedera-network/Chart.yaml b/charts/hedera-network/Chart.yaml index abb5033fc..4702ffe22 100644 --- a/charts/hedera-network/Chart.yaml +++ b/charts/hedera-network/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.5.0 +version: 0.5.1 # 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.5.0" +appVersion: "0.5.1" # This is range of versions of Kubernetes server that is supported by this chart. kubeVersion: ">=1.25.0" diff --git a/gradle.properties b/gradle.properties index b4fa13caa..e694000e8 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.5.0 +version=0.5.1 # Set the default Group ID group=com.hedera.fullstack