Skip to content

Commit

Permalink
release 1.7.0 of FeatureHub
Browse files Browse the repository at this point in the history
  • Loading branch information
rvowles committed Nov 18, 2023
1 parent 00e80f1 commit 3fffce1
Show file tree
Hide file tree
Showing 4 changed files with 17 additions and 9 deletions.
8 changes: 8 additions & 0 deletions README.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -131,6 +131,14 @@ out exactly what is wrong, and so should the endpoint.

== Changelog [[changelog]]

=== 4.0.6

Release for version 1.7.0

=== 4.0.5

Release for version 1.6.3

=== 4.0.4

The backend services port for MR was not open so Dacha2 was failing to connect on a restart of service.
Expand Down
4 changes: 2 additions & 2 deletions helm/featurehub/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@ apiVersion: v2
name: featurehub
description: FeatureHub Release
type: application
version: 4.0.5
version: 4.0.6
icon: https://raw.githubusercontent.com/featurehub-io/featurehub/main/docs/modules/ROOT/images/fh_icon.png
appVersion: "1.6.3"
appVersion: "1.7.0"
dependencies:
- name: postgresql
version: 12.1.13
Expand Down
8 changes: 4 additions & 4 deletions helm/featurehub/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# featurehub

![Version: 4.0.4](https://img.shields.io/badge/Version-4.0.4-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 1.6.1](https://img.shields.io/badge/AppVersion-1.6.1-informational?style=flat-square)
![Version: 4.0.6](https://img.shields.io/badge/Version-4.0.6-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 1.7.0](https://img.shields.io/badge/AppVersion-1.7.0-informational?style=flat-square)

FeatureHub Release

Expand All @@ -25,7 +25,7 @@ FeatureHub Release
| dacha.extraVolumeMounts | list | `[]` | List of extra mounts to add to Dacha Deployment |
| dacha.extraVolumes | list | `[]` | List of extra volumes to add to Dacha Deployment |
| dacha.image.repository | string | `"featurehub/dacha2"` | |
| dacha.image.tag | string | `"1.6.2"` | |
| dacha.image.tag | string | `"1.7.0"` | |
| dacha.imagePullSecrets | list | `[]` | |
| dacha.ingress.annotations | object | `{}` | |
| dacha.ingress.className | string | `""` | |
Expand Down Expand Up @@ -60,7 +60,7 @@ FeatureHub Release
| edge.extraVolumeMounts | list | `[]` | List of extra mounts to add to Edge Deployment |
| edge.extraVolumes | list | `[]` | List of extra volumes to add to Edge Deployment |
| edge.image.repository | string | `"featurehub/edge"` | |
| edge.image.tag | string | `"1.6.2"` | |
| edge.image.tag | string | `"1.7.0"` | |
| edge.imagePullSecrets | list | `[]` | |
| edge.ingress.annotations | object | `{}` | |
| edge.ingress.className | string | `""` | |
Expand Down Expand Up @@ -108,7 +108,7 @@ FeatureHub Release
| managementRepository.extraVolumeMounts | list | `[]` | List of extra mounts to add to Management Repository Deployment |
| managementRepository.extraVolumes | list | `[]` | List of extra volumes to add to Management Repository Deployment |
| managementRepository.image.repository | string | `"featurehub/mr"` | |
| managementRepository.image.tag | string | `"1.6.2"` | |
| managementRepository.image.tag | string | `"1.7.0"` | |
| managementRepository.imagePullSecrets | list | `[]` | |
| managementRepository.ingress.annotations | object | `{}` | |
| managementRepository.ingress.className | string | `""` | |
Expand Down
6 changes: 3 additions & 3 deletions helm/featurehub/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ managementRepository:

image:
repository: featurehub/mr
tag: 1.6.3
tag: 1.7.0

pullPolicy: IfNotPresent

Expand Down Expand Up @@ -267,7 +267,7 @@ edge:

image:
repository: featurehub/edge
tag: 1.6.3
tag: 1.7.0

pullPolicy: IfNotPresent

Expand Down Expand Up @@ -406,7 +406,7 @@ dacha:

image:
repository: featurehub/dacha2
tag: 1.6.3
tag: 1.7.0

pullPolicy: IfNotPresent

Expand Down

0 comments on commit 3fffce1

Please sign in to comment.