From 80176a3a1ae163dccbeadceb1662e92c52b60a86 Mon Sep 17 00:00:00 2001 From: Hedera Eng Automation Date: Fri, 24 Jan 2025 15:39:32 +0000 Subject: [PATCH] chore(release): 0.34.0 [skip ci] ## [0.34.0](https://github.com/hashgraph/solo/compare/v0.33.0...v0.34.0) (2025-01-24) ### Features * `solo deployment create` should use the context and cluster provided for where to save the remote config ([#1142](https://github.com/hashgraph/solo/issues/1142)) ([fe42edd](https://github.com/hashgraph/solo/commit/fe42eddb331741408b8f4b8bc215225e0b3b9536)) * Connect to multicluster deployments and validate remoteConfigs ([#1141](https://github.com/hashgraph/solo/issues/1141)) ([c78e226](https://github.com/hashgraph/solo/commit/c78e226376aa3966f091a9ea2ef62c8916cd9b09)) * for v0.59.x or greater set the internal IP address to 127.0.0.1 to avoid an ISS, in config.txt ([#1162](https://github.com/hashgraph/solo/issues/1162)) ([4ca488b](https://github.com/hashgraph/solo/commit/4ca488beb14cbc0967ac6b0ebd60f962b9f889bc)) * node upgrade command and new e2e tests ([#1133](https://github.com/hashgraph/solo/issues/1133)) ([1cf5893](https://github.com/hashgraph/solo/commit/1cf5893226f59f8d04246c09a6f1ead9808fb3a7)) * separate explorer from mirror node install/uninstall ([#1177](https://github.com/hashgraph/solo/issues/1177)) ([0887fa6](https://github.com/hashgraph/solo/commit/0887fa6faa18b26159b4fab169f6c08edde7d5d4)) * solo network destroy should update remote-config ([#1155](https://github.com/hashgraph/solo/issues/1155)) ([98b028f](https://github.com/hashgraph/solo/commit/98b028fc3baf44faa8b8b5c8f67d0dcab5ff532b)) * Update solo to load remote config near entry point ([#1176](https://github.com/hashgraph/solo/issues/1176)) ([473a650](https://github.com/hashgraph/solo/commit/473a650730efa401a23305579534254654425354)) ### Bug Fixes * merge error due to change of remote_config_tasks ([#1197](https://github.com/hashgraph/solo/issues/1197)) ([9d1a8cb](https://github.com/hashgraph/solo/commit/9d1a8cb02b3b8907da4876db4bd773391fa46022)) * Normalize mirror node resources path ([#1175](https://github.com/hashgraph/solo/issues/1175)) ([ab018a7](https://github.com/hashgraph/solo/commit/ab018a70494b9f2d3972a483f375b821131181a4)) * Refactor RemoteConfigTasks class ([#1185](https://github.com/hashgraph/solo/issues/1185)) ([66cfc4d](https://github.com/hashgraph/solo/commit/66cfc4d2b2580096453909fd299a4cd18086e1e8)) * remove k8.getKubeConfig ([#1182](https://github.com/hashgraph/solo/issues/1182)) ([89c557a](https://github.com/hashgraph/solo/commit/89c557aae7749aeddf1d3ec4f94b9ebc292ed82e)) * Set mirror node importer startDate ([#1174](https://github.com/hashgraph/solo/issues/1174)) ([9d9ef53](https://github.com/hashgraph/solo/commit/9d9ef536fab117387e4f45c52942a409ce6e2ba4)) * update hedera explorer chart version and location ([#1188](https://github.com/hashgraph/solo/issues/1188)) ([0c415ef](https://github.com/hashgraph/solo/commit/0c415efb6de355fe5463692b6f9acf7495c07445)) * use "double fork" to invoke port forward within Taskfile ([#1148](https://github.com/hashgraph/solo/issues/1148)) ([d662d3f](https://github.com/hashgraph/solo/commit/d662d3fbae176d6bd31860b96697688353b540af)) --- package-lock.json | 4 ++-- package.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/package-lock.json b/package-lock.json index 6c7ab9da6..5772d89c9 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@hashgraph/solo", - "version": "0.33.0", + "version": "0.34.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@hashgraph/solo", - "version": "0.33.0", + "version": "0.34.0", "license": "Apache2.0", "os": [ "darwin", diff --git a/package.json b/package.json index a8b968dc6..06ac2d37b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@hashgraph/solo", - "version": "0.33.0", + "version": "0.34.0", "description": "An opinionated CLI tool to deploy and manage private Hedera Networks.", "main": "./dist/src/index.js", "type": "module",