diff --git a/charts/graphql-data-connector/CHANGELOG.md b/charts/graphql-data-connector/CHANGELOG.md index 0829cf1..5a27e5e 100644 --- a/charts/graphql-data-connector/CHANGELOG.md +++ b/charts/graphql-data-connector/CHANGELOG.md @@ -1,6 +1,10 @@ The changelog is automatically generated using [git-chglog](https://github.com/git-chglog/git-chglog) and it follows [Keep a Changelog](https://keepachangelog.com) format. + +## [graphql-data-connector@0.5.0] - 2024-04-10 +- feat: update hasura dependencies to v2.38.1 + ## [graphql-data-connector@0.4.0] - 2024-02-26 - feat: update hasura dependencies to v2.37.0 ([#15](https://github.com/hasura/helm-charts/pull/15)) diff --git a/charts/graphql-data-connector/Chart.yaml b/charts/graphql-data-connector/Chart.yaml index 034e50f..3a2b6c6 100755 --- a/charts/graphql-data-connector/Chart.yaml +++ b/charts/graphql-data-connector/Chart.yaml @@ -17,8 +17,8 @@ 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. -version: 0.4.0 +version: 0.5.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. -appVersion: 2.37.0 +appVersion: 2.38.1 diff --git a/charts/graphql-data-connector/values.yaml b/charts/graphql-data-connector/values.yaml index 67a4d95..68088c9 100644 --- a/charts/graphql-data-connector/values.yaml +++ b/charts/graphql-data-connector/values.yaml @@ -27,7 +27,7 @@ labels: {} ## image: repository: hasura/graphql-data-connector - tag: v2.37.0 + tag: v2.38.1 ## Specify a imagePullPolicy ## ref: https://kubernetes.io/docs/user-guide/images/#pre-pulling-images ## diff --git a/charts/graphql-engine/CHANGELOG.md b/charts/graphql-engine/CHANGELOG.md index 8b404a5..6c81b77 100644 --- a/charts/graphql-engine/CHANGELOG.md +++ b/charts/graphql-engine/CHANGELOG.md @@ -1,6 +1,11 @@ The changelog is automatically generated using [git-chglog](https://github.com/git-chglog/git-chglog) and it follows [Keep a Changelog](https://keepachangelog.com) format. + +## [graphql-engine@0.5.0] - 2024-04-10 +- feat: update hasura dependencies to v2.38.1 +- feat: add service account template ([#19](https://github.com/hasura/helm-charts/pull/19)) + ## [graphql-engine@0.4.0] - 2024-02-26 - feat: update hasura dependencies to v2.37.0 ([#15](https://github.com/hasura/helm-charts/pull/15)) diff --git a/charts/graphql-engine/Chart.yaml b/charts/graphql-engine/Chart.yaml index a73eb4f..86faf3a 100755 --- a/charts/graphql-engine/Chart.yaml +++ b/charts/graphql-engine/Chart.yaml @@ -17,11 +17,11 @@ 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. -version: 0.4.0 +version: 0.5.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. -appVersion: 2.37.0 +appVersion: 2.38.1 dependencies: - name: postgres diff --git a/charts/graphql-engine/values.yaml b/charts/graphql-engine/values.yaml index 6b9c47f..6bd99dc 100644 --- a/charts/graphql-engine/values.yaml +++ b/charts/graphql-engine/values.yaml @@ -39,7 +39,7 @@ labels: {} ## image: repository: hasura/graphql-engine - tag: v2.37.0 + tag: v2.38.1 ## Specify a imagePullPolicy ## ref: https://kubernetes.io/docs/user-guide/images/#pre-pulling-images ## diff --git a/charts/hasura-enterprise-stack/CHANGELOG.md b/charts/hasura-enterprise-stack/CHANGELOG.md index 7d5ba72..669e32f 100644 --- a/charts/hasura-enterprise-stack/CHANGELOG.md +++ b/charts/hasura-enterprise-stack/CHANGELOG.md @@ -1,5 +1,9 @@ The changelog is automatically generated using [git-chglog](https://github.com/git-chglog/git-chglog) and it follows [Keep a Changelog](https://keepachangelog.com) format. + +## [hasura-enterprise-stack@0.5.0] - 2024-04-10 +- feat: update hasura dependencies to v2.38.1 + ## [hasura-enterprise-stack@0.4.0] - 2024-02-26 - feat: update hasura dependencies to v2.37.0 ([#15](https://github.com/hasura/helm-charts/pull/15)) diff --git a/charts/hasura-enterprise-stack/Chart.lock b/charts/hasura-enterprise-stack/Chart.lock index 246f6cc..cd68740 100644 --- a/charts/hasura-enterprise-stack/Chart.lock +++ b/charts/hasura-enterprise-stack/Chart.lock @@ -1,24 +1,24 @@ dependencies: - name: graphql-engine repository: file://../graphql-engine - version: 0.4.0 + version: 0.5.0 - name: graphql-data-connector repository: file://../graphql-data-connector - version: 0.4.0 + version: 0.5.0 - name: mongo-data-connector repository: file://../mongo-data-connector - version: 0.4.0 + version: 0.5.0 - name: redis repository: oci://registry-1.docker.io/bitnamicharts version: 17.15.2 - name: dex repository: https://charts.dexidp.io - version: 0.15.3 + version: 0.17.1 - name: kube-prometheus-stack repository: https://prometheus-community.github.io/helm-charts version: 48.6.0 - name: jaeger repository: https://jaegertracing.github.io/helm-charts version: 0.71.18 -digest: sha256:ab48d419c8974f7060cde42e28aaf77d0b102271972d52f4f50d0211e970c919 -generated: "2024-02-23T11:03:12.3064058-06:00" +digest: sha256:c843937830ef0312a3c741225e9f509c48849cc55382dcb8a377b9cd256146f2 +generated: "2024-04-10T09:43:09.789615591+07:00" diff --git a/charts/hasura-enterprise-stack/Chart.yaml b/charts/hasura-enterprise-stack/Chart.yaml index 96460ff..7f04b50 100755 --- a/charts/hasura-enterprise-stack/Chart.yaml +++ b/charts/hasura-enterprise-stack/Chart.yaml @@ -17,23 +17,23 @@ 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. -version: 0.4.0 +version: 0.5.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. -appVersion: 2.37.0 +appVersion: 2.38.1 dependencies: - name: graphql-engine - version: 0.4.0 + version: 0.5.0 repository: file://../graphql-engine condition: graphql-engine.enabled - name: graphql-data-connector - version: 0.4.0 + version: 0.5.0 repository: file://../graphql-data-connector condition: global.connector.graphql.enabled - name: mongo-data-connector - version: 0.4.0 + version: 0.5.0 repository: file://../mongo-data-connector condition: global.connector.mongo.enabled - name: redis @@ -41,7 +41,7 @@ dependencies: repository: oci://registry-1.docker.io/bitnamicharts condition: global.redis.enabled - name: dex - version: 0.15.3 + version: 0.17.1 repository: https://charts.dexidp.io condition: dex.enabled - name: kube-prometheus-stack diff --git a/charts/hasura-enterprise-stack/README.md b/charts/hasura-enterprise-stack/README.md index edf0be2..7f3618c 100644 --- a/charts/hasura-enterprise-stack/README.md +++ b/charts/hasura-enterprise-stack/README.md @@ -4,7 +4,7 @@ This chart deploys the complete end-to-end Hasura GraphQL Engine Enterprise ecos Components included in this package: -- [GraphQL Engine](../graphql-engine) +- [GraphQL Engine](../graphql-engine) - [GraphQL Data Connector](../graphql-data-connector) - [Mongo Data Connector](../mongo-data-connector) - [Bitnami package for Redis(R)](https://github.com/bitnami/charts/tree/main/bitnami/redis) @@ -15,7 +15,7 @@ Components included in this package: ## Prerequisites 1. Kubernetes 1.16+ -2. Helm v3.8.0 or above. +2. Helm v3.8.0 or above. 3. Hasura helm repo configured. ```bash @@ -25,7 +25,10 @@ helm repo update > You can change the repo name `hasura` to another one if getting conflicts. -> The Bitnami repository has been moved to OCI-based registries that are GA supported in by Helm since v3.8.0. If you use the helm chart prior to v3.8.0, you need to enable the [experiment environment](https://helm.sh/docs/topics/registries/#oci-support-prior-to-v380). +> The Bitnami repository has been moved to OCI-based registries that are GA supported in by Helm since v3.8.0. If you use the helm chart prior to v3.8.0, you need to enable the [experiment environment](https://helm.sh/docs/topics/registries/#oci-support-prior-to-v380). + +> [!IMPORTANT] +> All future versions of Redis will be released with source-available licenses. Starting with Redis 7.4, Redis will be dual-licensed under the [Redis Source Available License (RSALv2)](https://redis.io/legal/rsalv2-agreement/) and [Server Side Public License (SSPLv1)](https://redis.io/legal/server-side-public-license-sspl/). Consequently, Redis will no longer be distributed under the three-clause Berkeley Software Distribution (BSD). This helm chart locks Redis version < 7.4. You must take responsibility for the license if upgrading Redis version to 7.4 or newer. ## Get Started @@ -34,13 +37,14 @@ helm repo update ```bash helm install [RELEASE_NAME] hasura/hasura-enterprise-stack ``` + See [configuration](#parameters) below. See [helm install](https://helm.sh/docs/helm/helm_install/) for command documentation. ### Configuration Examples -See configuration examples [here](./examples). +See configuration examples [here](./examples). ### Uninstall Helm Chart @@ -52,7 +56,7 @@ This removes all the Kubernetes components associated with the chart and deletes See [helm uninstall](https://helm.sh/docs/helm/helm_uninstall/) for command documentation. -## Parameters +## Parameters ### Global parameters @@ -68,7 +72,7 @@ See [helm uninstall](https://helm.sh/docs/helm/helm_uninstall/) for command docu ### GraphQL Engine -See all configurable options at the [GraphQL Engine helm chart](../graphql-engine). +See all configurable options at the [GraphQL Engine helm chart](../graphql-engine). | Name | Description | Value | | ------------------------ | ------------------------------------ | ------ | @@ -76,19 +80,19 @@ See all configurable options at the [GraphQL Engine helm chart](../graphql-engin ### GraphQL Data Connector -See all configurable options at the [GraphQL Data Connector helm chart](../graphql-data-connector). +See all configurable options at the [GraphQL Data Connector helm chart](../graphql-data-connector). ### Mongo Data Connector -See all configurable options at the [Mongo Data Connector helm chart](../mongo-data-connector). +See all configurable options at the [Mongo Data Connector helm chart](../mongo-data-connector). ### Redis -See all configurable options at the [Redis helm chart](https://github.com/bitnami/charts/tree/main/bitnami/redis). +See all configurable options at the [Redis helm chart](https://github.com/bitnami/charts/tree/main/bitnami/redis). ### Dex -See all configurable options at the [Dex helm chart](https://github.com/dexidp/helm-charts/tree/master/charts/dex). +See all configurable options at the [Dex helm chart](https://github.com/dexidp/helm-charts/tree/master/charts/dex). | Name | Description | Value | | ------------- | ------------------------- | ------- | @@ -96,7 +100,7 @@ See all configurable options at the [Dex helm chart](https://github.com/dexidp/h ### Kube Prometheus Stack -See all configurable options at the [Kube Prometheus Stack helm chart](https://github.com/prometheus-community/helm-charts/blob/main/charts/kube-prometheus-stack/values.yaml). +See all configurable options at the [Kube Prometheus Stack helm chart](https://github.com/prometheus-community/helm-charts/blob/main/charts/kube-prometheus-stack/values.yaml). Pre-built Grafana Dashboards for GraphQL Engine are configured by default. @@ -106,7 +110,7 @@ Pre-built Grafana Dashboards for GraphQL Engine are configured by default. ### Jaeger -See all configurable options at the [Jaeger helm chart](https://github.com/jaegertracing/helm-charts). +See all configurable options at the [Jaeger helm chart](https://github.com/jaegertracing/helm-charts). | Name | Description | Value | | ----------------- | ----------- | ----- | diff --git a/charts/mongo-data-connector/CHANGELOG.md b/charts/mongo-data-connector/CHANGELOG.md index 2d22acc..0095bf0 100644 --- a/charts/mongo-data-connector/CHANGELOG.md +++ b/charts/mongo-data-connector/CHANGELOG.md @@ -1,5 +1,9 @@ The changelog is automatically generated using [git-chglog](https://github.com/git-chglog/git-chglog) and it follows [Keep a Changelog](https://keepachangelog.com) format. + +## [mongo-data-connector@0.5.0] - 2024-04-10 +- feat: update hasura dependencies to v2.38.1 + ## [mongo-data-connector@0.4.0] - 2024-02-26 - feat: update hasura dependencies to v2.37.0 ([#15](https://github.com/hasura/helm-charts/pull/15)) diff --git a/charts/mongo-data-connector/Chart.yaml b/charts/mongo-data-connector/Chart.yaml index 544f4f9..40cca98 100755 --- a/charts/mongo-data-connector/Chart.yaml +++ b/charts/mongo-data-connector/Chart.yaml @@ -17,8 +17,8 @@ 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. -version: 0.4.0 +version: 0.5.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. -appVersion: 2.37.0 +appVersion: 2.38.1 diff --git a/charts/mongo-data-connector/values.yaml b/charts/mongo-data-connector/values.yaml index 468d5e9..986f80d 100644 --- a/charts/mongo-data-connector/values.yaml +++ b/charts/mongo-data-connector/values.yaml @@ -27,7 +27,7 @@ labels: {} ## image: repository: hasura/mongo-data-connector - tag: v2.37.0 + tag: v2.38.1 ## Specify a imagePullPolicy ## ref: https://kubernetes.io/docs/user-guide/images/#pre-pulling-images ##