Skip to content

Commit

Permalink
prep release: v1.58.0-rc.3
Browse files Browse the repository at this point in the history
  • Loading branch information
abernix committed Nov 27, 2024
1 parent f080e3c commit 16eed65
Show file tree
Hide file tree
Showing 14 changed files with 21 additions and 24 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 = "1.58.0-rc.2"
version = "1.58.0-rc.3"
dependencies = [
"apollo-compiler",
"derive_more",
Expand Down Expand Up @@ -231,7 +231,7 @@ dependencies = [

[[package]]
name = "apollo-router"
version = "1.58.0-rc.2"
version = "1.58.0-rc.3"
dependencies = [
"access-json",
"ahash",
Expand Down Expand Up @@ -399,7 +399,7 @@ dependencies = [

[[package]]
name = "apollo-router-benchmarks"
version = "1.58.0-rc.2"
version = "1.58.0-rc.3"
dependencies = [
"apollo-parser",
"apollo-router",
Expand All @@ -415,7 +415,7 @@ dependencies = [

[[package]]
name = "apollo-router-scaffold"
version = "1.58.0-rc.2"
version = "1.58.0-rc.3"
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 = "1.58.0-rc.2"
version = "1.58.0-rc.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 = "1.58.0-rc.2"
version = "1.58.0-rc.3"
authors = ["Apollo Graph, Inc. <packages@apollographql.com>"]
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 = "1.58.0-rc.2"
version = "1.58.0-rc.3"
authors = ["Apollo Graph, Inc. <packages@apollographql.com>"]
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 = "1.58.0-rc.2"
apollo-router = "1.58.0-rc.3"
{{/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 = "v1.58.0-rc.2" }
apollo-router-scaffold = { git = "https://github.com/apollographql/router.git", tag = "v1.58.0-rc.3" }
{{/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 = "1.58.0-rc.2"
version = "1.58.0-rc.3"
authors = ["Apollo Graph, Inc. <packages@apollographql.com>"]
repository = "https://github.com/apollographql/router/"
documentation = "https://docs.rs/apollo-router"
Expand Down Expand Up @@ -66,7 +66,7 @@ features = ["docs_rs"]
access-json = "0.1.0"
anyhow = "1.0.86"
apollo-compiler.workspace = true
apollo-federation = { path = "../apollo-federation", version = "=1.58.0-rc.2" }
apollo-federation = { path = "../apollo-federation", version = "=1.58.0-rc.3" }
arc-swap = "1.6.0"
async-channel = "1.9.0"
async-compression = { version = "0.4.6", features = [
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 @@ -3,7 +3,7 @@ services:

apollo-router:
container_name: apollo-router
image: ghcr.io/apollographql/router:v1.58.0-rc.2
image: ghcr.io/apollographql/router:v1.58.0-rc.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 @@ -4,7 +4,7 @@ services:
apollo-router:
container_name: apollo-router
#build: ./router
image: ghcr.io/apollographql/router:v1.58.0-rc.2
image: ghcr.io/apollographql/router:v1.58.0-rc.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 @@ -4,7 +4,7 @@ services:
apollo-router:
container_name: apollo-router
build: ./router
image: ghcr.io/apollographql/router:v1.58.0-rc.2
image: ghcr.io/apollographql/router:v1.58.0-rc.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: 1.58.0-rc.2
version: 1.58.0-rc.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: "v1.58.0-rc.2"
appVersion: "v1.58.0-rc.3"
6 changes: 3 additions & 3 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: 1.58.0-rc.2](https://img.shields.io/badge/Version-1.58.0--rc.2-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: v1.58.0-rc.2](https://img.shields.io/badge/AppVersion-v1.58.0--rc.2-informational?style=flat-square)
![Version: 1.58.0-rc.3](https://img.shields.io/badge/Version-1.58.0--rc.3-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: v1.58.0-rc.3](https://img.shields.io/badge/AppVersion-v1.58.0--rc.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 1.58.0-rc.2
helm pull oci://ghcr.io/apollographql/helm-charts/router --version 1.58.0-rc.3
```

## Install Chart

**Important:** only helm3 is supported

```console
helm upgrade --install [RELEASE_NAME] oci://ghcr.io/apollographql/helm-charts/router --version 1.58.0-rc.2 --values my-values.yaml
helm upgrade --install [RELEASE_NAME] oci://ghcr.io/apollographql/helm-charts/router --version 1.58.0-rc.3 --values my-values.yaml
```

_See [configuration](#configuration) below._
Expand Down
5 changes: 1 addition & 4 deletions licenses.html
Original file line number Diff line number Diff line change
Expand Up @@ -48,9 +48,9 @@ <h2>Overview of licenses:</h2>
<li><a href="#MIT">MIT License</a> (154)</li>
<li><a href="#BSD-3-Clause">BSD 3-Clause &quot;New&quot; or &quot;Revised&quot; License</a> (11)</li>
<li><a href="#ISC">ISC License</a> (8)</li>
<li><a href="#Elastic-2.0">Elastic License 2.0</a> (6)</li>
<li><a href="#MPL-2.0">Mozilla Public License 2.0</a> (5)</li>
<li><a href="#BSD-2-Clause">BSD 2-Clause &quot;Simplified&quot; License</a> (4)</li>
<li><a href="#Elastic-2.0">Elastic License 2.0</a> (3)</li>
<li><a href="#CC0-1.0">Creative Commons Zero v1.0 Universal</a> (2)</li>
<li><a href="#OpenSSL">OpenSSL License</a> (1)</li>
<li><a href="#Unicode-DFS-2016">Unicode License Agreement - Data Files and Software (2016)</a> (1)</li>
Expand Down Expand Up @@ -12694,9 +12694,6 @@ <h3 id="Elastic-2.0">Elastic License 2.0</h3>
<h4>Used by:</h4>
<ul class="license-used-by">
<li><a href=" https://github.com/apollographql/federation/ ">router-bridge</a></li>
<li><a href=" https://github.com/apollographql/federation/ ">router-bridge</a></li>
<li><a href=" https://github.com/apollographql/federation/ ">router-bridge</a></li>
<li><a href=" https://github.com/apollographql/federation/ ">router-bridge</a></li>
</ul>
<pre class="license-text">Copyright 2021 Apollo Graph, Inc.

Expand Down
2 changes: 1 addition & 1 deletion scripts/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ BINARY_DOWNLOAD_PREFIX="https://github.com/apollographql/router/releases/downloa

# Router version defined in apollo-router's Cargo.toml
# Note: Change this line manually during the release steps.
PACKAGE_VERSION="v1.58.0-rc.2"
PACKAGE_VERSION="v1.58.0-rc.3"

download_binary() {
downloader --check
Expand Down

0 comments on commit 16eed65

Please sign in to comment.