From 3586a2f31e56f2802c4cc5d822cd5373149b0648 Mon Sep 17 00:00:00 2001 From: swirlds-automation Date: Wed, 6 Dec 2023 00:17:55 +0000 Subject: [PATCH] chore(release): 0.14.0 [skip ci] ## [0.14.0](https://github.com/hashgraph/full-stack-testing/compare/v0.13.0...v0.14.0) (2023-12-06) ### Features * add testmetadata to configmaps ([#571](https://github.com/hashgraph/full-stack-testing/issues/571)) ([cd62f1f](https://github.com/hashgraph/full-stack-testing/commit/cd62f1f0b62fa5f7c39e5508b2f45a1fa66772c2)) * **cli:** allow deploying JSON RPC relay for different nodes ([#578](https://github.com/hashgraph/full-stack-testing/issues/578)) ([8b398fd](https://github.com/hashgraph/full-stack-testing/commit/8b398fd87a4f03f90c59e7ae92f7883db302564d)) * **cli:** implement dependency manager and show check list for init command ([#593](https://github.com/hashgraph/full-stack-testing/issues/593)) ([e71b069](https://github.com/hashgraph/full-stack-testing/commit/e71b069b6a717e78c4f44e9ab0f428b9d2d0b5d5)) * **cli:** use prompts and progress stats for relay command ([#598](https://github.com/hashgraph/full-stack-testing/issues/598)) ([2974c8f](https://github.com/hashgraph/full-stack-testing/commit/2974c8f780a7d12863effa780cb6979bdaf30666)) * **cli:** use prompts and progress status for cluster commands ([#594](https://github.com/hashgraph/full-stack-testing/issues/594)) ([4eedfc1](https://github.com/hashgraph/full-stack-testing/commit/4eedfc1f90a4fd6e5f368226945d938cf5eaf063)) * **cli:** use prompts and show progress status for node setup command steps ([#587](https://github.com/hashgraph/full-stack-testing/issues/587)) ([1bb4c79](https://github.com/hashgraph/full-stack-testing/commit/1bb4c790137046ae723fce2a67290c74f2ac82a7)) * initial implementation of cluster reset command ([#577](https://github.com/hashgraph/full-stack-testing/issues/577)) ([2c43f20](https://github.com/hashgraph/full-stack-testing/commit/2c43f2007a88be5e1be31dbb3c2ae57909295ea3)) ### Bug Fixes * ensure the NPM package version is updated and committed ([#607](https://github.com/hashgraph/full-stack-testing/issues/607)) ([0497bde](https://github.com/hashgraph/full-stack-testing/commit/0497bded29acf8a8a07e94d118a0a4e72a9423b8)) * remove snyk scan issue by upgrading jcovalent ([#600](https://github.com/hashgraph/full-stack-testing/issues/600)) ([8b52c5f](https://github.com/hashgraph/full-stack-testing/commit/8b52c5fc37ab9208848fd9bf21b670454a393327)) --- 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 abe902550..b7bff24ba 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.13.0 +version: 0.14.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.13.0" +appVersion: "0.14.0" dependencies: - name: operator diff --git a/charts/fullstack-deployment/Chart.yaml b/charts/fullstack-deployment/Chart.yaml index 8bd2de503..931992171 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.13.0 +version: 0.14.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.13.0" +appVersion: "0.14.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 70aaacfc2..19d3ec0fb 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.13.0 +version=0.14.0 # Set the default Group ID group=com.hedera.fullstack