Skip to content

Releases: hashgraph/solo

v0.31.4

23 Oct 12:25
0e72ee5
Compare
Choose a tag to compare

0.31.4 (2024-10-23)

Bug Fixes

  • fix incorrect loading of package.json (#737) (12623f9)

v0.31.3

23 Oct 09:48
15f5df6
Compare
Choose a tag to compare

0.31.3 (2024-10-23)

Bug Fixes

  • fix missing file issues when running solo from npm install -g (#734) (c0c50ef)

v0.31.2

22 Oct 19:58
3ed4120
Compare
Choose a tag to compare

0.31.2 (2024-10-22)

Bug Fixes

  • patch issue with dist folder not showing up (#732) (d976b57)

v0.31.1

18 Oct 15:55
3d868e6
Compare
Choose a tag to compare

0.31.1 (2024-10-18)

Bug Fixes

  • increase stability in K8 copyTo, copyFrom, and execContainer by reducing backpressure (#684) (2a8fc4d)
  • increase stability in resources/extract-platform.sh (#682) (7be759d)
  • increase stability in resources/support-zip.sh (#683) (33fa326)
  • tests: fix failing test case and correct package.json test runs (#672) (2c39105)

v0.31.0

04 Oct 16:31
0d11400
Compare
Choose a tag to compare

0.31.0 (2024-10-04)

Features

  • Add '--mirror-node-version' flag to override default mirror node version (#616) (e4932c4)
  • add quiet flag (#621) (b068c8f)
  • convert hugo docs workflow calls to use Taskfile task (#642) (ae8d8bb)
  • ensured user-provided values file takes precedence over solo-generated values (#615) (1b0ffc9)
  • logging: Add the new custom process output class and inject it into the default list renderer options (#622) (efa1783)
  • separate commands for solo node delete (#597) (b251276)
  • Separate network upgrade and freeze from node update/add/delete command (#628) (9b17937)

Bug Fixes

  • Direct calling of node stop and start commands (#636) (7749b04)
  • docs: resolve issues due to npx in taskfile for the custom-network-config example (038e6df)
  • jsdoc failed but ci job not failed (#608) (3f838f6)
  • specify jvm env variables explicitly for local profile (#405) (3db7e08)
  • tests: start Kind cluster on demand if not having a kube config errors (#624) (538e40d)
  • upgrade eslint config away from abandoned plugin (#643) (84d3dc5)

v0.30.1

18 Sep 13:05
3b492ba
Compare
Choose a tag to compare

0.30.1 (2024-09-18)

Bug Fixes

  • check if data/upgrade/data/keys exisit (#587) (12bff59)
  • deploy and tag uses commit-hash from readme (#601) (5d72ffe)
  • more update readme testing (#599) (92d638b)
  • more update readme testing (#600) (6901f46)
  • troubleshooting commit-hash (#602) (469f28e)
  • update readme workflow to use boolean instead of string (#594) (1ec09f7)
  • update readme workflow to use version from semantic-release (#598) (387130f)
  • use the commit hash from the readme publish (#596) (09d6fb4)

v0.30.0

17 Sep 19:28
e20c544
Compare
Choose a tag to compare

0.30.0 (2024-09-17)

Features

  • add node add-prepare and node add-execute commands (#533) (a184775)
  • add support for attach jvm debugger (#549) (35a0075)
  • add the autogen tool to easily add e2e tests and run it for the first time & fix copyFrom (#566) (e6c79eb)
  • network node livecheck: implement a functionality to determine network node activeness with prometheus metrics (#567) (6120775)
  • remove pfx support (#537) (aff5f63)

Bug Fixes

  • aligned test names to naming pattern (#554) (365f724)
  • download application.properties file if it was generated by hedera app during handling address book change (#571) (35c73d8)
  • functionality: removed the 'z' from the 'tar' command on the K8.copyFrom (#561) (796474b)
  • have update readme run after version calculation in deploy and release (#586) (42e1685)
  • jsdoc errors due to unrecognized format (#557) (da7113b)
  • remove of using agreement key in hedera repo test (#563) (05c5517)
  • separate repeated steps as individual functions (#562) (dcbbe5e)

v0.29.0

06 Sep 19:02
bd7441e
Compare
Choose a tag to compare

0.29.0 (2024-09-06)

Features

  • add local build support for node add command (#509) (a7e778f)
  • add node delete and update command (#500) (9f8549a)
  • use k8s secrets to store node gossip and grpc tls keys and mount them (#499) (ede1842)

Bug Fixes

  • added missing async/await where needed (#551) (d8e5032)
  • improve types in JSDoc and fix typo in '/src/commands/account.mjs' (#507) (74c9e2c)
  • need to update agreement key together with signing key (#539) (f9b2e21)
  • removed the custom ip address logic and '@hashgraph/proto' (#518) (c81c76a)

v0.28.1

27 Aug 19:44
d407954
Compare
Choose a tag to compare

0.28.1 (2024-08-27)

Bug Fixes

  • node add call triggers no prompt found for local-build-path erro… (#517) (e97c37f)

v0.28.0

26 Aug 14:57
d5acbe3
Compare
Choose a tag to compare

0.28.0 (2024-08-26)

Features

  • add freeze account (#436) (8fe5a41)
  • enhance node add to work with staking and dynamic address book (#469) (b452599)
  • use k8s configMaps to mount files during solo network deploy (#345) (af27f16)

Bug Fixes

  • hugo jsdoc failure (#498) (ff07413)
  • reduce number of account used e2e init account test (#477) (51d7ade)
  • Resolve various problems to enable tests from local-node and smart-contracts to run agains solo network (#402) (c99d881)
  • use path.join instead of forward slashes to support Windows (#491) (82a5053)