Skip to content

Commit

Permalink
chore(release): 0.7.0 [skip ci]
Browse files Browse the repository at this point in the history
## [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))
  • Loading branch information
swirlds-automation committed Aug 25, 2023
1 parent 8842aa0 commit dc5d8fc
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions charts/hedera-network/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,26 +15,26 @@ 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.6.0
version: 0.7.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.6.0"
appVersion: "0.7.0"

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

dependencies:
- name: hedera-mirror
alias: hedera-mirror-node
version: 0.86.0
version: 0.7.0
repository: https://hashgraph.github.io/hedera-mirror-node/charts
condition: cloud.minio.enable

- name: tenant
alias: minio-server
version: 5.0.7
version: 0.7.0
repository: https://operator.min.io/
condition: cloud.minio.enable
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.6.0
version=0.7.0

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

0 comments on commit dc5d8fc

Please sign in to comment.