From 5504eeab317e402bef9cd055f0a4dd36fc4119bc Mon Sep 17 00:00:00 2001 From: Huberto <161350311+HubertIGL@users.noreply.github.com> Date: Tue, 24 Dec 2024 13:23:23 +0100 Subject: [PATCH 1/3] Update CHANGELOG.md --- packages/query/CHANGELOG.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/query/CHANGELOG.md b/packages/query/CHANGELOG.md index 25e7d2a24c..d849c94b0e 100644 --- a/packages/query/CHANGELOG.md +++ b/packages/query/CHANGELOG.md @@ -249,7 +249,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [1.3.0] - 2022-07-05 ### Changed -- Try to catch error if create server failed, also give retry build schema (#1153) +- Try to catch error if server creation failed, also give retry build schema (#1153) ### Fixed - Fix tests (#1160) @@ -264,7 +264,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [1.1.1] - 2022-06-02 ### Changed -- Now query-complexity is indicated in header (#1088) +- Now query-complexity is indicated in the header (#1088) ## [1.1.0] - 2022-05-31 ### Added From b49c996e776a4af24ace92325d6cbf88d58ef243 Mon Sep 17 00:00:00 2001 From: Huberto <161350311+HubertIGL@users.noreply.github.com> Date: Tue, 24 Dec 2024 13:31:44 +0100 Subject: [PATCH 2/3] Update CHANGELOG.md --- packages/utils/CHANGELOG.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/packages/utils/CHANGELOG.md b/packages/utils/CHANGELOG.md index 02fe9ef317..b201fc54fe 100644 --- a/packages/utils/CHANGELOG.md +++ b/packages/utils/CHANGELOG.md @@ -43,8 +43,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [2.12.0] - 2024-06-21 ### Added - Better error messages for invalid graphql schemas (#2458) - -### Added - enable ts strict mode - TS check reports errors when debugging Query From 64eb61751afc7ba2194895f29e9504f907e2a4e9 Mon Sep 17 00:00:00 2001 From: Huberto <161350311+HubertIGL@users.noreply.github.com> Date: Tue, 24 Dec 2024 14:19:09 +0100 Subject: [PATCH 3/3] Update README.md --- deploy/k8s/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/deploy/k8s/README.md b/deploy/k8s/README.md index c34f6d1ba9..b95d9bd57d 100644 --- a/deploy/k8s/README.md +++ b/deploy/k8s/README.md @@ -1,5 +1,5 @@ # K8s Deploy -This [deploy.yaml](deploy.yaml) demonstrate how to run subquery in k8s. +This [deploy.yaml](deploy.yaml) demonstrates how to run subquery in k8s. You will need to run ### 1. a subql-node to index data @@ -179,7 +179,7 @@ spec: terminationGracePeriodSeconds: 300 ``` -To gain further security, an archieve node should be used in the same k8s cluster, and a NetworkPolicy be added to limit all network communication within the internal network. +To gain further security, an archive node should be used in the same k8s cluster, and a NetworkPolicy be added to limit all network communication within the internal network. ```yaml apiVersion: networking.k8s.io/v1 kind: NetworkPolicy