Skip to content

Commit c079793

Browse files
committed
Update to latest
1 parent c368ba6 commit c079793

File tree

6 files changed

+401
-275
lines changed

6 files changed

+401
-275
lines changed

gateways/apollo-router/install.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
# https://github.com/apollographql/router/releases
2-
curl -sSL https://router.apollo.dev/download/nix/v2.1.0 | sh
2+
curl -sSL https://router.apollo.dev/download/nix/v2.1.1 | sh

gateways/cosmo-router/install.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ set -u
88
BINARY_DOWNLOAD_PREFIX="https://github.com/wundergraph/cosmo/releases/download"
99

1010
# https://github.com/wundergraph/cosmo/releases
11-
DOWNLOAD_VERSION="0.193.1"
11+
DOWNLOAD_VERSION="0.197.1"
1212

1313
download_binary() {
1414
downloader --check

gateways/grafbase-gateway/install.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ set -euo pipefail
55
# to the current directory instead of /usr/local/bin
66

77
# https://github.com/grafbase/grafbase/releases
8-
VERSION="0.31.2"
8+
VERSION="0.34.0"
99

1010
error() {
1111
echo -e "${Red}error${Color_Off}:" "$@" >&2

gateways/hive-gateway/install.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
# https://github.com/graphql-hive/gateway/releases
2-
curl -sSL https://graphql-hive.com/install-gateway.sh | sh -s "1.13.4"
2+
curl -sSL https://graphql-hive.com/install-gateway.sh | sh -s "1.13.5"

0 commit comments

Comments
 (0)