Skip to content

Releases: hashgraph/solo

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)

v0.27.0

14 Jun 10:39
786b826
Compare
Choose a tag to compare

0.27.0 (2024-06-14)

Features

  • add node logs command (#337) (720ee0d)
  • node log command also download config.txt and settings.txt (#342) (a8711a8)

Bug Fixes

  • update config to work with new version of hedera-json-rpc-relay (#316) (7974ade)
  • update default full stack chart version (#362) (a9254c4)
  • update default helm chart version (#378) (d3e7a1a)
  • update the default settings and log4j2 configuration files (#384) (3cad24b)

v0.26.0

31 May 15:25
fe727e1
Compare
Choose a tag to compare

0.26.0 (2024-05-31)

Features

  • mount application.env as a configMap (#310) (3158436)

Bug Fixes

  • fix freeze timestamp for node add command (#327) (0aedeb1)
  • refactor waitForPod and waitForPodConditions to stabilize code timeouts during e2e tests (#317) (ca7b21b)
  • the wrong pod name (#322) (5c50579)
  • updates to accommodate haproxy changes in FST charts (#321) (8997849)

v0.25.0

16 May 16:20
1212e2d
Compare
Choose a tag to compare

0.25.0 (2024-05-16)

Features

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

Bug Fixes

  • enhance profile manager to take mirror node component overrides to increase pipeline stability (#289) (c89a042)
  • increase wait time for when recycling an haproxy pod for a node (#292) (cb5a1c6)
  • jsdoc could not recognizing Promise<[*]> (#275) (9a9c00c)
  • revert to sleep and remove jest.runAllTicks from e2e test (#255) (a7cf6bf)
  • use latest FST chart and a single consensus node during mirror-node e2e test (#264) (5a5a02f)

v0.24.1

27 Apr 23:22
64f58fb
Compare
Choose a tag to compare

0.24.1 (2024-04-27)

Bug Fixes

v0.24.0

19 Apr 15:25
29fe5ee
Compare
Choose a tag to compare

0.24.0 (2024-04-19)

Features

Bug Fixes

v0.23.0

05 Apr 15:43
dea5ea5
Compare
Choose a tag to compare

0.23.0 (2024-04-05)

Features

Bug Fixes