Skip to content

Commit

Permalink
prep release: v2.0.0-preview.3 (#6422)
Browse files Browse the repository at this point in the history
  • Loading branch information
pubmodmatt authored Dec 9, 2024
1 parent 8b7b31e commit ccc036b
Show file tree
Hide file tree
Showing 11 changed files with 1,234 additions and 661 deletions.
6 changes: 3 additions & 3 deletions Cargo.lock
Original file line number Diff line number Diff line change
Expand Up @@ -204,7 +204,7 @@ dependencies = [

[[package]]
name = "apollo-federation"
version = "2.0.0-preview.1"
version = "2.0.0-preview.3"
dependencies = [
"apollo-compiler",
"derive_more",
Expand Down Expand Up @@ -264,7 +264,7 @@ dependencies = [

[[package]]
name = "apollo-router"
version = "2.0.0-preview.1"
version = "2.0.0-preview.3"
dependencies = [
"access-json",
"ahash",
Expand Down Expand Up @@ -437,7 +437,7 @@ dependencies = [

[[package]]
name = "apollo-router-benchmarks"
version = "2.0.0-preview.1"
version = "2.0.0-preview.3"
dependencies = [
"apollo-parser",
"apollo-router",
Expand Down
2 changes: 1 addition & 1 deletion apollo-federation/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "apollo-federation"
version = "2.0.0-preview.1"
version = "2.0.0-preview.3"
authors = ["The Apollo GraphQL Contributors"]
edition = "2021"
description = "Apollo Federation"
Expand Down
2 changes: 1 addition & 1 deletion apollo-router-benchmarks/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "apollo-router-benchmarks"
version = "2.0.0-preview.1"
version = "2.0.0-preview.3"
authors = ["Apollo Graph, Inc. <packages@apollographql.com>"]
edition = "2021"
license = "Elastic-2.0"
Expand Down
4 changes: 2 additions & 2 deletions apollo-router/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "apollo-router"
version = "2.0.0-preview.1"
version = "2.0.0-preview.3"
authors = ["Apollo Graph, Inc. <packages@apollographql.com>"]
repository = "https://github.com/apollographql/router/"
documentation = "https://docs.rs/apollo-router"
Expand Down Expand Up @@ -67,7 +67,7 @@ arc-swap = "1.6.0"
access-json = "0.1.0"
anyhow = "1.0.86"
apollo-compiler.workspace = true
apollo-federation = { path = "../apollo-federation", version = "=2.0.0-preview.1" }
apollo-federation = { path = "../apollo-federation", version = "=2.0.0-preview.3" }
async-channel = "1.9.0"
async-compression = { version = "0.4.6", features = [
"tokio",
Expand Down
2 changes: 1 addition & 1 deletion dockerfiles/tracing/docker-compose.datadog.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ version: "3.9"
services:
apollo-router:
container_name: apollo-router
image: ghcr.io/apollographql/router:v2.0.0-preview.1
image: ghcr.io/apollographql/router:v2.0.0-preview.3
volumes:
- ./supergraph.graphql:/etc/config/supergraph.graphql
- ./router/datadog.router.yaml:/etc/config/configuration.yaml
Expand Down
2 changes: 1 addition & 1 deletion dockerfiles/tracing/docker-compose.jaeger.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ services:
apollo-router:
container_name: apollo-router
#build: ./router
image: ghcr.io/apollographql/router:v2.0.0-preview.1
image: ghcr.io/apollographql/router:v2.0.0-preview.3
volumes:
- ./supergraph.graphql:/etc/config/supergraph.graphql
- ./router/jaeger.router.yaml:/etc/config/configuration.yaml
Expand Down
2 changes: 1 addition & 1 deletion dockerfiles/tracing/docker-compose.zipkin.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ services:
apollo-router:
container_name: apollo-router
build: ./router
image: ghcr.io/apollographql/router:v2.0.0-preview.1
image: ghcr.io/apollographql/router:v2.0.0-preview.3
volumes:
- ./supergraph.graphql:/etc/config/supergraph.graphql
- ./router/zipkin.router.yaml:/etc/config/configuration.yaml
Expand Down
4 changes: 2 additions & 2 deletions helm/chart/router/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,10 @@ type: application
# so it matches the shape of our release process and release automation.
# By proxy of that decision, this version uses SemVer 2.0.0, though the prefix
# of "v" is not included.
version: 2.0.0-preview.1
version: 2.0.0-preview.3

# This is the version number of the application being deployed. This version number should be
# incremented each time you make changes to the application. Versions are not expected to
# follow Semantic Versioning. They should reflect the version the application is using.
# It is recommended to use it with quotes.
appVersion: "v2.0.0-preview.1"
appVersion: "v2.0.0-preview.3"
8 changes: 4 additions & 4 deletions helm/chart/router/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

[router](https://github.com/apollographql/router) Rust Graph Routing runtime for Apollo Federation

![Version: 2.0.0-preview.1](https://img.shields.io/badge/Version-2.0.0--preview.1-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: v2.0.0-preview.1](https://img.shields.io/badge/AppVersion-v2.0.0--preview.1-informational?style=flat-square)
![Version: 2.0.0-preview.3](https://img.shields.io/badge/Version-2.0.0--preview.3-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: v2.0.0-preview.3](https://img.shields.io/badge/AppVersion-v2.0.0--preview.3-informational?style=flat-square)

## Prerequisites

Expand All @@ -11,15 +11,15 @@
## Get Repo Info

```console
helm pull oci://ghcr.io/apollographql/helm-charts/router --version 2.0.0-preview.1
helm pull oci://ghcr.io/apollographql/helm-charts/router --version 2.0.0-preview.3
```

## Install Chart

**Important:** only helm3 is supported

```console
helm upgrade --install [RELEASE_NAME] oci://ghcr.io/apollographql/helm-charts/router --version 2.0.0-preview.1 --values my-values.yaml
helm upgrade --install [RELEASE_NAME] oci://ghcr.io/apollographql/helm-charts/router --version 2.0.0-preview.3 --values my-values.yaml
```

_See [configuration](#configuration) below._
Expand Down Expand Up @@ -81,7 +81,7 @@ helm show values oci://ghcr.io/apollographql/helm-charts/router
| resources | object | `{}` | |
| restartPolicy | string | `"Always"` | Sets the restart policy of pods |
| rollingUpdate | object | `{}` | Sets the [rolling update strategy parameters](https://kubernetes.io/docs/concepts/workloads/controllers/deployment/#rolling-update-deployment). Can take absolute values or % values. |
| router | object | `{"args":["--hot-reload"],"configuration":{"health_check":{"listen":"0.0.0.0:8088"},"supergraph":{"listen":"0.0.0.0:4000"}}}` | See https://www.apollographql.com/docs/router/configuration/overview/#yaml-config-file for yaml structure |
| router | object | `{"args":["--hot-reload"],"configuration":{"health_check":{"listen":"0.0.0.0:8088"},"supergraph":{"listen":"0.0.0.0:4000"}}}` | See https://www.apollographql.com/docs/graphos/reference/router/configuration#yaml-config-file for yaml structure |
| securityContext | object | `{}` | |
| service.annotations | object | `{}` | |
| service.port | int | `80` | |
Expand Down
Loading

0 comments on commit ccc036b

Please sign in to comment.