From 8872bcd8ab769be182d2b4ab525bbac1424b1804 Mon Sep 17 00:00:00 2001 From: swirlds-automation Date: Mon, 29 Jan 2024 06:16:13 +0000 Subject: [PATCH] chore(release): 0.18.1 [skip ci] ## [0.18.1](https://github.com/hashgraph/full-stack-testing/compare/v0.18.0...v0.18.1) (2024-01-29) ### Bug Fixes * add a docker image for Java 21 support ([#702](https://github.com/hashgraph/full-stack-testing/issues/702)) ([97dc30e](https://github.com/hashgraph/full-stack-testing/commit/97dc30e26fe363705693e8aa21e452f514c7e965)) --- charts/fullstack-cluster-setup/Chart.yaml | 4 ++-- charts/fullstack-deployment/Chart.yaml | 4 ++-- fullstack-network-manager/package-lock.json | 4 ++-- fullstack-network-manager/package.json | 2 +- gradle.properties | 2 +- 5 files changed, 8 insertions(+), 8 deletions(-) diff --git a/charts/fullstack-cluster-setup/Chart.yaml b/charts/fullstack-cluster-setup/Chart.yaml index bc0c0ee5d..b707d07c2 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.18.0 +version: 0.18.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.18.0" +appVersion: "0.18.1" dependencies: - name: operator diff --git a/charts/fullstack-deployment/Chart.yaml b/charts/fullstack-deployment/Chart.yaml index 01ea098f0..4842fb061 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.18.0 +version: 0.18.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.18.0" +appVersion: "0.18.1" # 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/fullstack-network-manager/package-lock.json b/fullstack-network-manager/package-lock.json index 57ef4e1e7..4c274544a 100644 --- a/fullstack-network-manager/package-lock.json +++ b/fullstack-network-manager/package-lock.json @@ -1,12 +1,12 @@ { "name": "@hashgraph/fullstack-network-manager", - "version": "0.18.0", + "version": "0.18.1", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@hashgraph/fullstack-network-manager", - "version": "0.18.0", + "version": "0.18.1", "license": "Apache2.0", "os": [ "darwin", diff --git a/fullstack-network-manager/package.json b/fullstack-network-manager/package.json index 96beeeada..753c96e0d 100644 --- a/fullstack-network-manager/package.json +++ b/fullstack-network-manager/package.json @@ -1,6 +1,6 @@ { "name": "@hashgraph/fullstack-network-manager", - "version": "0.18.0", + "version": "0.18.1", "description": "Fullstack-Network-Manager is a CLI tool to manage and deploy a Hedera Network using Helm chart for local testing.", "main": "src/index.mjs", "type": "module", diff --git a/gradle.properties b/gradle.properties index 031c92b7e..838816304 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.18.0 +version=0.18.1 # Set the default Group ID group=com.hedera.fullstack