Skip to content

Commit

Permalink
chore(release): 0.5.1 [skip ci]
Browse files Browse the repository at this point in the history
## [0.5.1](v0.5.0...v0.5.1) (2023-08-08)

### Bug Fixes

* correct KeyValuePair equals and add coverage for ServiceLocator ([#257](#257)) ([5b17978](5b17978))
* enable overriding individual properties for sidecars ([#250](#250)) ([7d5a4e1](7d5a4e1))
* only allow jrs profile during node setup ([#249](#249)) ([dd326c1](dd326c1))
* typo in the semantic release config preventing the updates to Chart.yaml from being committed ([#252](#252)) ([02a576b](02a576b))
* update verification script so that CI pipeline fails if node fails to start ([#254](#254)) ([7f051c0](7f051c0))
  • Loading branch information
swirlds-automation committed Aug 8, 2023
1 parent d25edfe commit b2679e6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions charts/hedera-network/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.5.0
version: 0.5.1

# 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.5.0"
appVersion: "0.5.1"

# This is range of versions of Kubernetes server that is supported by this chart.
kubeVersion: ">=1.25.0"
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.5.0
version=0.5.1

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

0 comments on commit b2679e6

Please sign in to comment.