Skip to content

Commit

Permalink
chore(release): 0.34.0 [skip ci]
Browse files Browse the repository at this point in the history
## [0.34.0](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](#1142)) ([fe42edd](fe42edd))
* Connect to multicluster deployments and validate remoteConfigs ([#1141](#1141)) ([c78e226](c78e226))
* for v0.59.x or greater set the internal IP address to 127.0.0.1 to avoid an ISS, in config.txt ([#1162](#1162)) ([4ca488b](4ca488b))
* node upgrade command and new e2e tests ([#1133](#1133)) ([1cf5893](1cf5893))
* separate explorer from mirror node install/uninstall ([#1177](#1177)) ([0887fa6](0887fa6))
* solo network destroy should update remote-config ([#1155](#1155)) ([98b028f](98b028f))
* Update solo to load remote config near entry point ([#1176](#1176)) ([473a650](473a650))

### Bug Fixes

* merge error due to change of remote_config_tasks ([#1197](#1197)) ([9d1a8cb](9d1a8cb))
* Normalize mirror node resources path ([#1175](#1175)) ([ab018a7](ab018a7))
* Refactor RemoteConfigTasks class ([#1185](#1185)) ([66cfc4d](66cfc4d))
* remove k8.getKubeConfig ([#1182](#1182)) ([89c557a](89c557a))
* Set mirror node importer startDate ([#1174](#1174)) ([9d9ef53](9d9ef53))
* update hedera explorer chart version and location ([#1188](#1188)) ([0c415ef](0c415ef))
* use "double fork" to invoke port forward within Taskfile ([#1148](#1148)) ([d662d3f](d662d3f))
  • Loading branch information
swirlds-automation committed Jan 24, 2025
1 parent d0a8046 commit 80176a3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down

0 comments on commit 80176a3

Please sign in to comment.