Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Release v0.6.0 #23

Merged
merged 2 commits into from
Jul 30, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions charts/graphql-data-connector/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
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.

<a name="[email protected]"></a>
## [[email protected]] - 2024-07-31
- feat: update hasura dependencies to v2.41.0

<a name="[email protected]"></a>
## [[email protected]] - 2024-04-10
Expand Down
4 changes: 2 additions & 2 deletions charts/graphql-data-connector/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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.5.0
version: 0.6.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.38.1
appVersion: 2.41.0
2 changes: 1 addition & 1 deletion charts/graphql-data-connector/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ labels: {}
##
image:
repository: hasura/graphql-data-connector
tag: v2.38.1
tag: v2.41.0
## Specify a imagePullPolicy
## ref: https://kubernetes.io/docs/user-guide/images/#pre-pulling-images
##
Expand Down
5 changes: 5 additions & 0 deletions charts/graphql-engine/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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.


<a name="[email protected]"></a>
## [[email protected]] - 2024-07-31
- feat: update hasura dependencies to v2.41.0
- feat: add nodePort configuration by @jennydaman in https://github.com/hasura/helm-charts/pull/22

<a name="[email protected]"></a>
## [[email protected]] - 2024-04-10
- feat: update hasura dependencies to v2.38.1
Expand Down
4 changes: 2 additions & 2 deletions charts/graphql-engine/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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.5.0
version: 0.6.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.38.1
appVersion: 2.41.0

dependencies:
- name: postgres
Expand Down
2 changes: 1 addition & 1 deletion charts/graphql-engine/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ labels: {}
##
image:
repository: hasura/graphql-engine
tag: v2.38.1
tag: v2.41.0
## Specify a imagePullPolicy
## ref: https://kubernetes.io/docs/user-guide/images/#pre-pulling-images
##
Expand Down
5 changes: 5 additions & 0 deletions charts/hasura-enterprise-stack/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +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.

<a name="[email protected]"></a>
## [[email protected]] - 2024-07-31
- feat: update hasura dependencies to v2.41.0
- feat: add nodePort configuration by @jennydaman in https://github.com/hasura/helm-charts/pull/22

<a name="[email protected]"></a>
## [[email protected]] - 2024-04-10
- feat: update hasura dependencies to v2.38.1
Expand Down
10 changes: 5 additions & 5 deletions charts/hasura-enterprise-stack/Chart.lock
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
dependencies:
- name: graphql-engine
repository: file://../graphql-engine
version: 0.5.0
version: 0.6.0
- name: graphql-data-connector
repository: file://../graphql-data-connector
version: 0.5.0
version: 0.6.0
- name: mongo-data-connector
repository: file://../mongo-data-connector
version: 0.5.0
version: 0.6.0
- name: redis
repository: oci://registry-1.docker.io/bitnamicharts
version: 17.15.2
Expand All @@ -20,5 +20,5 @@ dependencies:
- name: jaeger
repository: https://jaegertracing.github.io/helm-charts
version: 0.71.18
digest: sha256:c843937830ef0312a3c741225e9f509c48849cc55382dcb8a377b9cd256146f2
generated: "2024-04-10T09:43:09.789615591+07:00"
digest: sha256:4b8ee7c2ce67c32fa5baee383b03f8547e81b74f1c82994a133605082ca7a84a
generated: "2024-07-30T23:56:40.079366979+07:00"
10 changes: 5 additions & 5 deletions charts/hasura-enterprise-stack/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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.5.0
version: 0.6.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.38.1
appVersion: 2.41.0

dependencies:
- name: graphql-engine
version: 0.5.0
version: 0.6.0
repository: file://../graphql-engine
condition: graphql-engine.enabled
- name: graphql-data-connector
version: 0.5.0
version: 0.6.0
repository: file://../graphql-data-connector
condition: global.connector.graphql.enabled
- name: mongo-data-connector
version: 0.5.0
version: 0.6.0
repository: file://../mongo-data-connector
condition: global.connector.mongo.enabled
- name: redis
Expand Down
4 changes: 4 additions & 0 deletions charts/mongo-data-connector/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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.

<a name="[email protected]"></a>
## [[email protected]] - 2024-07-31
- feat: update hasura dependencies to v2.41.0

<a name="[email protected]"></a>
## [[email protected]] - 2024-04-10
- feat: update hasura dependencies to v2.38.1
Expand Down
4 changes: 2 additions & 2 deletions charts/mongo-data-connector/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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.5.0
version: 0.6.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.38.1
appVersion: 2.41.0
2 changes: 1 addition & 1 deletion charts/mongo-data-connector/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ labels: {}
##
image:
repository: hasura/mongo-data-connector
tag: v2.38.1
tag: v2.41.0
## Specify a imagePullPolicy
## ref: https://kubernetes.io/docs/user-guide/images/#pre-pulling-images
##
Expand Down
Loading