Skip to content

Commit dc5d8fc

Browse files
chore(release): 0.7.0 [skip ci]
## [0.7.0](v0.6.0...v0.7.0) (2023-08-25) ### Features * add minio tenant helm chart conditionally ([#239](#239)) ([99b2527](99b2527)) * add service definitions for HAProxy and Envoy with support for both ClusterIP and LoadBalancer configurations ([#268](#268)) ([8563e16](8563e16)) * add support for rendering an optional PrometheusOperator ServiceMonitor resource definition ([#271](#271)) ([84cbbed](84cbbed)) * create mock junit annotations ([#104](#104)) ([752b2df](752b2df)) * enable helm template substitutions on Open Collector config map ([#274](#274)) ([1fa684b](1fa684b)) * mirror node as a conditional subchart ([#272](#272)) ([8842aa0](8842aa0)) ### Bug Fixes * update envoy cluster name in the config ([#276](#276)) ([5fef59f](5fef59f))
1 parent 8842aa0 commit dc5d8fc

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

charts/hedera-network/Chart.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,26 +15,26 @@ 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.6.0
18+
version: 0.7.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.6.0"
24+
appVersion: "0.7.0"
2525

2626
# This is range of versions of Kubernetes server that is supported by this chart.
2727
kubeVersion: ">=1.25.0"
2828

2929
dependencies:
3030
- name: hedera-mirror
3131
alias: hedera-mirror-node
32-
version: 0.86.0
32+
version: 0.7.0
3333
repository: https://hashgraph.github.io/hedera-mirror-node/charts
3434
condition: cloud.minio.enable
3535

3636
- name: tenant
3737
alias: minio-server
38-
version: 5.0.7
38+
version: 0.7.0
3939
repository: https://operator.min.io/
4040
condition: cloud.minio.enable

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.6.0
22+
version=0.7.0
2323

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

0 commit comments

Comments
 (0)