Skip to content

Commit

Permalink
prep release: v1.46.0-rc.3
Browse files Browse the repository at this point in the history
  • Loading branch information
bryn committed May 6, 2024
1 parent c818e64 commit 39c4c89
Show file tree
Hide file tree
Showing 13 changed files with 18 additions and 18 deletions.
6 changes: 3 additions & 3 deletions Cargo.lock
Expand Up @@ -250,7 +250,7 @@ dependencies = [

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

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

[[package]]
name = "apollo-router-scaffold"
version = "1.46.0-rc.2"
version = "1.46.0-rc.3"
dependencies = [
"anyhow",
"cargo-scaffold",
Expand Down
2 changes: 1 addition & 1 deletion apollo-router-benchmarks/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "apollo-router-benchmarks"
version = "1.46.0-rc.2"
version = "1.46.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
@@ -1,6 +1,6 @@
[package]
name = "apollo-router-scaffold"
version = "1.46.0-rc.2"
version = "1.46.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.toml
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.46.0-rc.2"
apollo-router = "1.46.0-rc.3"
{{/if}}
{{/if}}
async-trait = "0.1.52"
Expand Down
2 changes: 1 addition & 1 deletion apollo-router-scaffold/templates/base/xtask/Cargo.toml
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.46.0-rc.2" }
apollo-router-scaffold = { git = "https://github.com/apollographql/router.git", tag = "v1.46.0-rc.3" }
{{/if}}
{{/if}}
anyhow = "1.0.58"
Expand Down
2 changes: 1 addition & 1 deletion apollo-router/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "apollo-router"
version = "1.46.0-rc.2"
version = "1.46.0-rc.3"
authors = ["Apollo Graph, Inc. <packages@apollographql.com>"]
repository = "https://github.com/apollographql/router/"
documentation = "https://docs.rs/apollo-router"
Expand Down
2 changes: 1 addition & 1 deletion dockerfiles/tracing/docker-compose.datadog.yml
Expand Up @@ -3,7 +3,7 @@ services:

apollo-router:
container_name: apollo-router
image: ghcr.io/apollographql/router:v1.46.0-rc.2
image: ghcr.io/apollographql/router:v1.46.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
Expand Up @@ -4,7 +4,7 @@ services:
apollo-router:
container_name: apollo-router
#build: ./router
image: ghcr.io/apollographql/router:v1.46.0-rc.2
image: ghcr.io/apollographql/router:v1.46.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
Expand Up @@ -4,7 +4,7 @@ services:
apollo-router:
container_name: apollo-router
build: ./router
image: ghcr.io/apollographql/router:v1.46.0-rc.2
image: ghcr.io/apollographql/router:v1.46.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
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.46.0-rc.2
version: 1.46.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.46.0-rc.2"
appVersion: "v1.46.0-rc.3"
6 changes: 3 additions & 3 deletions helm/chart/router/README.md
Expand Up @@ -2,7 +2,7 @@

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

![Version: 1.46.0-rc.2](https://img.shields.io/badge/Version-1.46.0--rc.2-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: v1.46.0-rc.2](https://img.shields.io/badge/AppVersion-v1.46.0--rc.2-informational?style=flat-square)
![Version: 1.46.0-rc.3](https://img.shields.io/badge/Version-1.46.0--rc.3-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: v1.46.0-rc.3](https://img.shields.io/badge/AppVersion-v1.46.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.46.0-rc.2
helm pull oci://ghcr.io/apollographql/helm-charts/router --version 1.46.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.46.0-rc.2 --values my-values.yaml
helm upgrade --install [RELEASE_NAME] oci://ghcr.io/apollographql/helm-charts/router --version 1.46.0-rc.3 --values my-values.yaml
```

_See [configuration](#configuration) below._
Expand Down
2 changes: 1 addition & 1 deletion licenses.html
Expand Up @@ -5282,6 +5282,7 @@ <h4>Used by:</h4>
<li><a href=" https://github.com/serde-rs/serde ">serde</a></li>
<li><a href=" https://github.com/serde-rs/bytes ">serde_bytes</a></li>
<li><a href=" https://github.com/serde-rs/serde ">serde_derive</a></li>
<li><a href=" https://github.com/serde-rs/serde ">serde_derive_internals</a></li>
<li><a href=" https://github.com/serde-rs/json ">serde_json</a></li>
<li><a href=" https://github.com/dtolnay/path-to-error ">serde_path_to_error</a></li>
<li><a href=" https://github.com/samscott89/serde_qs ">serde_qs</a></li>
Expand Down Expand Up @@ -8347,7 +8348,6 @@ <h4>Used by:</h4>
<li><a href=" https://github.com/kornelski/rust-security-framework ">security-framework-sys</a></li>
<li><a href=" https://github.com/steveklabnik/semver ">semver</a></li>
<li><a href=" https://github.com/steveklabnik/semver-parser ">semver-parser</a></li>
<li><a href=" https://github.com/serde-rs/serde ">serde_derive_internals</a></li>
<li><a href=" https://github.com/apollographql/serde_json_bytes ">serde_json_bytes</a></li>
<li><a href=" https://github.com/dtolnay/serde-yaml ">serde_yaml</a></li>
<li><a href=" https://gitlab.com/ijackson/rust-shellexpand ">shellexpand</a></li>
Expand Down
2 changes: 1 addition & 1 deletion scripts/install.sh
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.46.0-rc.2"
PACKAGE_VERSION="v1.46.0-rc.3"

download_binary() {
downloader --check
Expand Down

0 comments on commit 39c4c89

Please sign in to comment.