Skip to content

Commit

Permalink
Merge pull request #32 from featurehub-io/update-release-1.8.0
Browse files Browse the repository at this point in the history
bump version to release app 1.8.0
  • Loading branch information
IrinaSouth authored Jul 17, 2024
2 parents d2c1dd6 + a54ea25 commit 89d1934
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 4 deletions.
5 changes: 4 additions & 1 deletion README.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ https://artifacthub.io/packages/search?repo=featurehub[image:https://img.shields

== Deploying FeatureHub on Kubernetes

Helm chart is designed to support FeatureHub's most scalable deployment option (REST + Streaming real-time feature updates). Read more about it https://docs.featurehub.io/featurehub/1.7.2/installation.html#_option_2a_scalable_deployment_streaming_rest_feature_updates[here]
Helm chart is designed to support FeatureHub's most scalable deployment option (REST + Streaming real-time feature updates). Read more about it https://docs.featurehub.io/featurehub/latest/installation.html#_option_2a_scalable_deployment_streaming_rest_feature_updates[here]

These instructions are designed to get you up and running on a local kubernetes running on KinD. They will be
fleshed out over time as we have these examples running on Google's GKE/Autopilot, AWS's EKS/Fargate, and Azure's
Expand Down Expand Up @@ -140,6 +140,9 @@ out exactly what is wrong, and so should the endpoint.

== Changelog [[changelog]]

=== 4.1.4
- Release for version 1.8.0

=== 4.1.3
- support for global and perdeployment podlabels

Expand Down
4 changes: 2 additions & 2 deletions helm/featurehub/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,9 @@ description: "FeatueHub is an Enterprise Grade, Cloud Native Feature Management
their own requirements.
"
type: application
version: 4.1.3
version: 4.1.4
icon: https://raw.githubusercontent.com/featurehub-io/featurehub/main/docs/modules/ROOT/images/fh_icon.png
appVersion: "1.7.1"
appVersion: "1.8.0"
maintainers:
- name: FeatureHub
email: info@featurehub.io
Expand Down
2 changes: 1 addition & 1 deletion helm/featurehub/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# featurehub

![Version: 4.1.3](https://img.shields.io/badge/Version-4.1.3-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 1.7.1](https://img.shields.io/badge/AppVersion-1.7.1-informational?style=flat-square)
![Version: 4.1.4](https://img.shields.io/badge/Version-4.1.4-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 1.8.0](https://img.shields.io/badge/AppVersion-1.8.0-informational?style=flat-square)

FeatueHub is an Enterprise Grade, Cloud Native Feature Management platform that is available to suite any organisations requirements. This fully supported Helm chart is the Open Source version of the product, which has all the same features as the [SaaS product](https://app.featurehub.io).

Expand Down

0 comments on commit 89d1934

Please sign in to comment.