Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Tags: omahs/solo

Tags

v0.31.2

Toggle v0.31.2's commit message

Verified

This commit was signed with the committer’s verified signature.
swirlds-automation Swirlds Automation
chore(release): 0.31.2 [skip ci]

## [0.31.2](hiero-ledger/solo@v0.31.1...v0.31.2) (2024-10-22)

### Bug Fixes

* patch issue with dist folder not showing up ([hiero-ledger#732](hiero-ledger#732)) ([d976b57](hiero-ledger@d976b57))

v0.31.1

Toggle v0.31.1's commit message

Verified

This commit was signed with the committer’s verified signature.
swirlds-automation Swirlds Automation
chore(release): 0.31.1 [skip ci]

## [0.31.1](hiero-ledger/solo@v0.31.0...v0.31.1) (2024-10-18)

### Bug Fixes

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

v0.31.0

Toggle v0.31.0's commit message

Verified

This commit was signed with the committer’s verified signature.
swirlds-automation Swirlds Automation
chore(release): 0.31.0 [skip ci]

## [0.31.0](hiero-ledger/solo@v0.30.1...v0.31.0) (2024-10-04)

### Features

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

### Bug Fixes

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

v0.30.1

Toggle v0.30.1's commit message

Verified

This commit was signed with the committer’s verified signature.
swirlds-automation Swirlds Automation
chore(release): 0.30.1 [skip ci]

## [0.30.1](hiero-ledger/solo@v0.30.0...v0.30.1) (2024-09-18)

### Bug Fixes

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

v0.30.0

Toggle v0.30.0's commit message

Verified

This commit was signed with the committer’s verified signature.
swirlds-automation Swirlds Automation
chore(release): 0.30.0 [skip ci]

## [0.30.0](hiero-ledger/solo@v0.29.0...v0.30.0) (2024-09-17)

### Features

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

### Bug Fixes

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

v0.29.0

Toggle v0.29.0's commit message

Verified

This commit was signed with the committer’s verified signature.
swirlds-automation Swirlds Automation
chore(release): 0.29.0 [skip ci]

## [0.29.0](hiero-ledger/solo@v0.28.1...v0.29.0) (2024-09-06)

### Features

* add local build support for node add command ([hiero-ledger#509](hiero-ledger#509)) ([a7e778f](hiero-ledger@a7e778f))
* add node delete and update command ([hiero-ledger#500](hiero-ledger#500)) ([9f8549a](hiero-ledger@9f8549a))
* use k8s secrets to store node gossip and grpc tls keys and mount them ([hiero-ledger#499](hiero-ledger#499)) ([ede1842](hiero-ledger@ede1842))

### Bug Fixes

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

v0.28.1

Toggle v0.28.1's commit message

Verified

This commit was signed with the committer’s verified signature.
swirlds-automation Swirlds Automation
chore(release): 0.28.1 [skip ci]

## [0.28.1](hiero-ledger/solo@v0.28.0...v0.28.1) (2024-08-27)

### Bug Fixes

* node add call triggers no prompt found for local-build-path erro… ([hiero-ledger#517](hiero-ledger#517)) ([e97c37f](hiero-ledger@e97c37f))

v0.28.0

Toggle v0.28.0's commit message

Verified

This commit was signed with the committer’s verified signature.
swirlds-automation Swirlds Automation
chore(release): 0.28.0 [skip ci]

## [0.28.0](hiero-ledger/solo@v0.27.0...v0.28.0) (2024-08-26)

### Features

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

### Bug Fixes

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

v0.27.0

Toggle v0.27.0's commit message

Verified

This commit was signed with the committer’s verified signature.
swirlds-automation Swirlds Automation
chore(release): 0.27.0 [skip ci]

## [0.27.0](hiero-ledger/solo@v0.26.0...v0.27.0) (2024-06-14)

### Features

* add node logs command ([hiero-ledger#337](hiero-ledger#337)) ([720ee0d](hiero-ledger@720ee0d))
* node log command also download config.txt and settings.txt ([hiero-ledger#342](hiero-ledger#342)) ([a8711a8](hiero-ledger@a8711a8))

### Bug Fixes

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

v0.26.0

Toggle v0.26.0's commit message

Verified

This commit was signed with the committer’s verified signature.
swirlds-automation Swirlds Automation
chore(release): 0.26.0 [skip ci]

## [0.26.0](hiero-ledger/solo@v0.25.0...v0.26.0) (2024-05-31)

### Features

* mount application.env as a configMap ([hiero-ledger#310](hiero-ledger#310)) ([3158436](hiero-ledger@3158436))

### Bug Fixes

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