Skip to content

Commit

Permalink
chore(release): 0.21.0 [skip ci]
Browse files Browse the repository at this point in the history
## [0.21.0](v0.20.0...v0.21.0) (2024-02-09)

### Features

* **cli:** allow user to overriding properties files ([#738](#738)) ([72982a5](72982a5))

### Bug Fixes

* **chart:** consolidate sidecar templates into the main network deployment template ([#743](#743)) ([b2872a1](b2872a1))
* **chart:** disable backup-uploader ([#746](#746)) ([d2b7010](d2b7010))
* **chart:** use boolean values instead of string literals for booleans ([#744](#744)) ([d6567a9](d6567a9))
* **cli:** assign node account ID correctly base on start account ID ([#749](#749)) ([6149153](6149153))
* **cli:** solo init should reset cached config ([#737](#737)) ([911d25b](911d25b))
* fullstack cluster setup is not uninstalling correctly  ([#742](#742)) ([56402e0](56402e0))
  • Loading branch information
swirlds-automation committed Feb 9, 2024
1 parent d2b7010 commit d1e0665
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions charts/fullstack-cluster-setup/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,13 +15,13 @@ type: application
# This is the chart version. This version number should be incremented each time you make changes
# to the chart and its templates, including the app version.
# Versions are expected to follow Semantic Versioning (https://semver.org/)
version: 0.20.0
version: 0.21.0

# This is the version number of the application being deployed. This version number should be
# incremented each time you make changes to the application. Versions are not expected to
# follow Semantic Versioning. They should reflect the version the application is using.
# It is recommended to use it with quotes.
appVersion: "0.20.0"
appVersion: "0.21.0"

dependencies:
- name: operator
Expand Down
4 changes: 2 additions & 2 deletions charts/fullstack-deployment/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,13 +15,13 @@ type: application
# This is the chart version. This version number should be incremented each time you make changes
# to the chart and its templates, including the app version.
# Versions are expected to follow Semantic Versioning (https://semver.org/)
version: 0.20.0
version: 0.21.0

# This is the version number of the application being deployed. This version number should be
# incremented each time you make changes to the application. Versions are not expected to
# follow Semantic Versioning. They should reflect the version the application is using.
# It is recommended to use it with quotes.
appVersion: "0.20.0"
appVersion: "0.21.0"

# This is range of versions of Kubernetes server that is supported by this chart.
# Note we need to use -0 suffix to support GKE version
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ end-to-end and full stack tests against the Hedera network software. Designed wi
purpose built for the Hedera community and open-source contributors.

# Version for all subprojects
version=0.20.0
version=0.21.0

# Set the default Group ID
group=com.hedera.fullstack
Expand Down
4 changes: 2 additions & 2 deletions solo/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 solo/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@hashgraph/solo",
"version": "0.20.0",
"version": "0.21.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 d1e0665

Please sign in to comment.