Skip to content

Commit

Permalink
chore(release): 0.25.0 [skip ci]
Browse files Browse the repository at this point in the history
## [0.25.0](v0.24.0...v0.25.0) (2024-05-16)

### Features

* ability to deploy different software package to a subset of nodes ([#232](#232)) ([5e95030](5e95030))
* add `solo node add` subcommand ([#234](#234)) ([8cc3802](8cc3802))

### Bug Fixes

* enhance profile manager to take mirror node component overrides to increase pipeline stability ([#289](#289)) ([c89a042](c89a042))
* increase wait time for when recycling an haproxy pod for a node ([#292](#292)) ([cb5a1c6](cb5a1c6))
* jsdoc could not recognizing Promise<[*]> ([#275](#275)) ([9a9c00c](9a9c00c))
* revert to sleep and remove jest.runAllTicks from e2e test ([#255](#255)) ([a7cf6bf](a7cf6bf))
* use latest FST chart and a single consensus node during mirror-node e2e test ([#264](#264)) ([5a5a02f](5a5a02f))
  • Loading branch information
swirlds-automation committed May 16, 2024
1 parent d168719 commit 1212e2d
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.24.0",
"version": "0.25.0",
"description": "An opinionated CLI tool to deploy and manage private Hedera Networks.",
"main": "src/index.mjs",
"type": "module",
Expand Down

0 comments on commit 1212e2d

Please sign in to comment.