Skip to content

Commit

Permalink
prep release: v2.0.0-preview.0 (#6102)
Browse files Browse the repository at this point in the history
  • Loading branch information
lennyburdette authored Oct 1, 2024
2 parents a68f52f + 86fb18d commit 79c64a6
Show file tree
Hide file tree
Showing 14 changed files with 1,301 additions and 1,521 deletions.
8 changes: 4 additions & 4 deletions Cargo.lock
Original file line number Diff line number Diff line change
Expand Up @@ -178,7 +178,7 @@ dependencies = [

[[package]]
name = "apollo-federation"
version = "2.0.0-alpha.7"
version = "2.0.0-preview.0"
dependencies = [
"apollo-compiler",
"derive_more",
Expand Down Expand Up @@ -235,7 +235,7 @@ dependencies = [

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

[[package]]
name = "apollo-router-benchmarks"
version = "2.0.0-alpha.7"
version = "2.0.0-preview.0"
dependencies = [
"apollo-parser",
"apollo-router",
Expand All @@ -422,7 +422,7 @@ dependencies = [

[[package]]
name = "apollo-router-scaffold"
version = "2.0.0-alpha.7"
version = "2.0.0-preview.0"
dependencies = [
"anyhow",
"cargo-scaffold",
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-alpha.7"
version = "2.0.0-preview.0"
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-alpha.7"
version = "2.0.0-preview.0"
authors = ["Apollo Graph, Inc. <[email protected]>"]
edition = "2021"
license = "Elastic-2.0"
Expand Down
2 changes: 1 addition & 1 deletion apollo-router-scaffold/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "apollo-router-scaffold"
version = "2.0.0-alpha.7"
version = "2.0.0-preview.0"
authors = ["Apollo Graph, Inc. <[email protected]>"]
edition = "2021"
license = "Elastic-2.0"
Expand Down
2 changes: 1 addition & 1 deletion apollo-router-scaffold/templates/base/Cargo.template.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ apollo-router = { path ="{{integration_test}}apollo-router" }
apollo-router = { git="https://github.com/apollographql/router.git", branch="{{branch}}" }
{{else}}
# Note if you update these dependencies then also update xtask/Cargo.toml
apollo-router = "2.0.0-alpha.7"
apollo-router = "2.0.0-preview.0"
{{/if}}
{{/if}}
async-trait = "0.1.52"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ apollo-router-scaffold = { path ="{{integration_test}}apollo-router-scaffold" }
{{#if branch}}
apollo-router-scaffold = { git="https://github.com/apollographql/router.git", branch="{{branch}}" }
{{else}}
apollo-router-scaffold = { git = "https://github.com/apollographql/router.git", tag = "v2.0.0-alpha.7" }
apollo-router-scaffold = { git = "https://github.com/apollographql/router.git", tag = "v2.0.0-preview.0" }
{{/if}}
{{/if}}
anyhow = "1.0.58"
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-alpha.7"
version = "2.0.0-preview.0"
authors = ["Apollo Graph, Inc. <[email protected]>"]
repository = "https://github.com/apollographql/router/"
documentation = "https://docs.rs/apollo-router"
Expand Down Expand Up @@ -63,7 +63,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-alpha.7" }
apollo-federation = { path = "../apollo-federation", version = "=2.0.0-preview.0" }
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-alpha.7
image: ghcr.io/apollographql/router:v2.0.0-preview.0
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-alpha.7
image: ghcr.io/apollographql/router:v2.0.0-preview.0
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-alpha.7
image: ghcr.io/apollographql/router:v2.0.0-preview.0
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-alpha.7
version: 2.0.0-preview.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. 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-alpha.7"
appVersion: "v2.0.0-preview.0"
137 changes: 68 additions & 69 deletions helm/chart/router/README.md

Large diffs are not rendered by default.

Loading

0 comments on commit 79c64a6

Please sign in to comment.