Skip to content

Commit

Permalink
chore(release): 0.14.0 [skip ci]
Browse files Browse the repository at this point in the history
## [0.14.0](v0.13.0...v0.14.0) (2023-12-06)

### Features

* add testmetadata to configmaps ([#571](#571)) ([cd62f1f](cd62f1f))
* **cli:** allow deploying JSON RPC relay for different nodes ([#578](#578)) ([8b398fd](8b398fd))
* **cli:** implement dependency manager and show check list for init command ([#593](#593)) ([e71b069](e71b069))
* **cli:** use prompts and progress stats for relay command ([#598](#598)) ([2974c8f](2974c8f))
* **cli:** use prompts and progress status for cluster commands ([#594](#594)) ([4eedfc1](4eedfc1))
* **cli:** use prompts and show progress status for node setup command steps ([#587](#587)) ([1bb4c79](1bb4c79))
* initial implementation of cluster reset command ([#577](#577)) ([2c43f20](2c43f20))

### Bug Fixes

* ensure the NPM package version is updated and committed ([#607](#607)) ([0497bde](0497bde))
* remove snyk scan issue by upgrading jcovalent ([#600](#600)) ([8b52c5f](8b52c5f))
  • Loading branch information
swirlds-automation committed Dec 6, 2023
1 parent 0127e86 commit 3586a2f
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 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.13.0
version: 0.14.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.13.0"
appVersion: "0.14.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.13.0
version: 0.14.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.13.0"
appVersion: "0.14.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.13.0
version=0.14.0

# Set the default Group ID
group=com.hedera.fullstack
Expand Down

0 comments on commit 3586a2f

Please sign in to comment.