Skip to content

Releases: hashgraph/solo

v0.32.0

31 Dec 21:24
3d074b1
Compare
Choose a tag to compare

0.32.0 (2024-12-31)

⚠ BREAKING CHANGES

  • update readme with warning about BREAKING CHANGE in this next release (#730)

Features

  • add ci test flow to test task command to launch solo (#811) (356f341)
  • add example for using javascript SDK (#832) (1d9452e)
  • add extended math utils and duration support (#923) (f5a69e7)
  • add separate commands for update (#735) (44c3132)
  • add solo smoke test to test flow (#905) (79410f0)
  • add support for flexible lease acquisition and production readiness (#830) (7fa86ad)
  • Add the ability to inject a ca certificate for use in gRPC and gRPC Web (#753) (2cd8a38)
  • add timeout flag to network destroy command (#821) (0fb570b)
  • allow settings a reserved static IP address for the consensus nodes HAProxy and Envoy Proxy though the cli with flags (#937) (de9ec2e)
  • change mirror node and explorer from subchart to individual chart (#743) (58f0496)
  • Create a local config for storing configurations on the users machine (#803) (0a4382d)
  • Create remote config (#862) (e8fe739)
  • dynamically construct the genesis-network.json and add it to the values file to be used during network deploy (#982) (1b9b7e6)
  • expose pod check attempts and delays as environment controlled variables (#812) (a7b3279)
  • Implement IOC (#1010) (ed23a7b)
  • Implement solo context connect (#863) (782b3ec)
  • Increase helm chart version and switch to use oci registry (#788) (1973275)
  • k8s: introduce Kubernetes lease lock mechanism (#707) (f1b8089)
  • new command to save state files and upload state files (#849) (d5a9a18)
  • removed caching of ConfigManager and its flags (#713) (76a61e3)
  • Setup mirror node monitor pinger service (#893) (f4c4320)
  • update solo context connect to connect to single remote cluster (#993) (c9711c5)
  • Update document (#956) (b378937)
  • update readme and hugo workflow (#930) (0e08abc)
  • Validate a remote config (#922) (a7bbae0)

Bug Fixes

  • add delay before calling script (#955) (76f4b81)
  • allow expired leases to be overwritten (#828) (1fa1d78)
  • bump chart and hedera version, re-enable node add (#985) (9cae011)
  • check if setup chart installed or not before network deploy (#799) (6930dab)
  • document typo (#988) (8e4fe04)
  • Error in node update separate commands when new admin key is not supplied (#854) (6e472b5)
  • Examples of performance configs for HashSphere and Latitude (#926) (#957) (928148b)
  • fix missing file issues when running solo from npm install -g (#736) (2a5cfc1)
  • fixed genesis-network.json file lock issue (#1074) (e590516)
  • flag check of node logs command and incorrect download source (#848) (03051f0)
  • inconsistent failures (#866) (13ea46d)
  • local chart directory not being taken correctly (#983) (58e96e1)
  • nextNode ID for release version > 0.56.0 (#765) (3b98dd6)
  • node id should start from 1 (#884) (d90c9b5)
  • node update with single node (#981) (74285bf)
  • patch issue with dist folder not showing up (#733) (077f989)
  • performance improvements for node stop (#986) (437bbc6)
  • refactored Taskfiles, fixed bugs with taskfile, lease interval, sdk node client connection, and commands missing quiet flag (#978) (7bb0e99)
  • remote config validation not working (#967) (88c2506)
  • resolve node update test failures (#856) (5e1c652)
  • Revised example configs for Latitude deployment, automation friendly (#1038) (434daf3)
  • undefined log output of namespace (#764) (ac15957)

Documentation

  • update readme with warning about BREAKING CHANGE in this next release (#730) ([06295f6](06295f6...
Read more

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)