Skip to content

Commit 889bf67

Browse files
chore(release): 0.32.0 [skip ci]
## [0.32.0](v0.31.0...v0.32.0) (2024-09-06) ### Features * **helm:** add liveness probe to node ([#962](#962)) ([bf1f9c1](bf1f9c1)) * update Helm charts to handle Hedera Docker container deterministic image ([#968](#968)) ([40269d2](40269d2)) ### Bug Fixes * reverts network node liveness probe hitting prometheus metrics endpoint ([#967](#967)) ([a952578](a952578))
1 parent 40269d2 commit 889bf67

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

charts/fullstack-cluster-setup/Chart.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,13 +15,13 @@ type: application
1515
# This is the chart version. This version number should be incremented each time you make changes
1616
# to the chart and its templates, including the app version.
1717
# Versions are expected to follow Semantic Versioning (https://semver.org/)
18-
version: 0.31.0
18+
version: 0.32.0
1919

2020
# This is the version number of the application being deployed. This version number should be
2121
# incremented each time you make changes to the application. Versions are not expected to
2222
# follow Semantic Versioning. They should reflect the version the application is using.
2323
# It is recommended to use it with quotes.
24-
appVersion: "0.31.0"
24+
appVersion: "0.32.0"
2525

2626
dependencies:
2727
- name: operator

charts/fullstack-deployment/Chart.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,13 +15,13 @@ type: application
1515
# This is the chart version. This version number should be incremented each time you make changes
1616
# to the chart and its templates, including the app version.
1717
# Versions are expected to follow Semantic Versioning (https://semver.org/)
18-
version: 0.31.0
18+
version: 0.32.0
1919

2020
# This is the version number of the application being deployed. This version number should be
2121
# incremented each time you make changes to the application. Versions are not expected to
2222
# follow Semantic Versioning. They should reflect the version the application is using.
2323
# It is recommended to use it with quotes.
24-
appVersion: "0.31.0"
24+
appVersion: "0.32.0"
2525

2626
# This is range of versions of Kubernetes server that is supported by this chart.
2727
# Note we need to use -0 suffix to support GKE version

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ end-to-end and full stack tests against the Hedera network software. Designed wi
1919
purpose built for the Hedera community and open-source contributors.
2020

2121
# Version for all subprojects
22-
version=0.31.0
22+
version=0.32.0
2323

2424
# Set the default Group ID
2525
group=com.hedera.fullstack

0 commit comments

Comments
 (0)