Skip to content

Commit 951d486

Browse files
committed
prep release: v2.9.0-rc.0
1 parent 3aa2392 commit 951d486

File tree

9 files changed

+35
-92
lines changed

9 files changed

+35
-92
lines changed

Cargo.lock

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -203,7 +203,7 @@ dependencies = [
203203

204204
[[package]]
205205
name = "apollo-federation"
206-
version = "2.8.2"
206+
version = "2.9.0-rc.0"
207207
dependencies = [
208208
"apollo-compiler",
209209
"apollo-federation",
@@ -277,7 +277,7 @@ dependencies = [
277277

278278
[[package]]
279279
name = "apollo-router"
280-
version = "2.8.2"
280+
version = "2.9.0-rc.0"
281281
dependencies = [
282282
"addr2line 0.25.1",
283283
"ahash",
@@ -454,7 +454,7 @@ dependencies = [
454454

455455
[[package]]
456456
name = "apollo-router-benchmarks"
457-
version = "2.8.2"
457+
version = "2.9.0-rc.0"
458458
dependencies = [
459459
"apollo-parser",
460460
"apollo-router",

apollo-federation/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "apollo-federation"
3-
version = "2.8.2"
3+
version = "2.9.0-rc.0"
44
authors = ["The Apollo GraphQL Contributors"]
55
edition = "2024"
66
description = "Apollo Federation"

apollo-router-benchmarks/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "apollo-router-benchmarks"
3-
version = "2.8.2"
3+
version = "2.9.0-rc.0"
44
authors = ["Apollo Graph, Inc. <[email protected]>"]
55
edition = "2021"
66
license = "Elastic-2.0"

apollo-router/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "apollo-router"
3-
version = "2.8.2"
3+
version = "2.9.0-rc.0"
44
authors = ["Apollo Graph, Inc. <[email protected]>"]
55
repository = "https://github.com/apollographql/router/"
66
documentation = "https://docs.rs/apollo-router"
@@ -59,7 +59,7 @@ snapshot = []
5959
addr2line = "0.25.0"
6060
anyhow = "1.0.86"
6161
apollo-compiler.workspace = true
62-
apollo-federation = { path = "../apollo-federation", version = "=2.8.2" }
62+
apollo-federation = { path = "../apollo-federation", version = "=2.9.0-rc.0" }
6363
async-compression = { version = "0.4.6", features = [
6464
"tokio",
6565
"futures-io",

docs/shared/k8s-manual-config.mdx

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,10 @@ kind: ServiceAccount
66
metadata:
77
name: release-name-router
88
labels:
9-
helm.sh/chart: router-2.8.2
9+
helm.sh/chart: router-2.9.0-rc.0
1010
app.kubernetes.io/name: router
1111
app.kubernetes.io/instance: release-name
12-
app.kubernetes.io/version: "v2.8.2"
12+
app.kubernetes.io/version: "v2.9.0-rc.0"
1313
app.kubernetes.io/managed-by: Helm
1414
---
1515
# Source: router/templates/secret.yaml
@@ -18,10 +18,10 @@ kind: Secret
1818
metadata:
1919
name: "release-name-router"
2020
labels:
21-
helm.sh/chart: router-2.8.2
21+
helm.sh/chart: router-2.9.0-rc.0
2222
app.kubernetes.io/name: router
2323
app.kubernetes.io/instance: release-name
24-
app.kubernetes.io/version: "v2.8.2"
24+
app.kubernetes.io/version: "v2.9.0-rc.0"
2525
app.kubernetes.io/managed-by: Helm
2626
data:
2727
managedFederationApiKey: "UkVEQUNURUQ="
@@ -32,10 +32,10 @@ kind: ConfigMap
3232
metadata:
3333
name: release-name-router
3434
labels:
35-
helm.sh/chart: router-2.8.2
35+
helm.sh/chart: router-2.9.0-rc.0
3636
app.kubernetes.io/name: router
3737
app.kubernetes.io/instance: release-name
38-
app.kubernetes.io/version: "v2.8.2"
38+
app.kubernetes.io/version: "v2.9.0-rc.0"
3939
app.kubernetes.io/managed-by: Helm
4040
data:
4141
configuration.yaml: |
@@ -55,10 +55,10 @@ kind: Service
5555
metadata:
5656
name: release-name-router
5757
labels:
58-
helm.sh/chart: router-2.8.2
58+
helm.sh/chart: router-2.9.0-rc.0
5959
app.kubernetes.io/name: router
6060
app.kubernetes.io/instance: release-name
61-
app.kubernetes.io/version: "v2.8.2"
61+
app.kubernetes.io/version: "v2.9.0-rc.0"
6262
app.kubernetes.io/managed-by: Helm
6363
spec:
6464
type: ClusterIP
@@ -81,10 +81,10 @@ kind: Deployment
8181
metadata:
8282
name: release-name-router
8383
labels:
84-
helm.sh/chart: router-2.8.2
84+
helm.sh/chart: router-2.9.0-rc.0
8585
app.kubernetes.io/name: router
8686
app.kubernetes.io/instance: release-name
87-
app.kubernetes.io/version: "v2.8.2"
87+
app.kubernetes.io/version: "v2.9.0-rc.0"
8888
app.kubernetes.io/managed-by: Helm
8989
annotations:
9090

@@ -103,10 +103,10 @@ spec:
103103
annotations:
104104
kubectl.kubernetes.io/default-container: router
105105
labels:
106-
helm.sh/chart: router-2.8.2
106+
helm.sh/chart: router-2.9.0-rc.0
107107
app.kubernetes.io/name: router
108108
app.kubernetes.io/instance: release-name
109-
app.kubernetes.io/version: "v2.8.2"
109+
app.kubernetes.io/version: "v2.9.0-rc.0"
110110
app.kubernetes.io/managed-by: Helm
111111
spec:
112112
serviceAccountName: release-name-router
@@ -117,7 +117,7 @@ spec:
117117
- name: router
118118
securityContext:
119119
{}
120-
image: "ghcr.io/apollographql/router:v2.8.2"
120+
image: "ghcr.io/apollographql/router:v2.9.0-rc.0"
121121
imagePullPolicy: IfNotPresent
122122
args:
123123
- --hot-reload
@@ -171,10 +171,10 @@ kind: Pod
171171
metadata:
172172
name: "release-name-router-test-connection"
173173
labels:
174-
helm.sh/chart: router-2.8.2
174+
helm.sh/chart: router-2.9.0-rc.0
175175
app.kubernetes.io/name: router
176176
app.kubernetes.io/instance: release-name
177-
app.kubernetes.io/version: "v2.8.2"
177+
app.kubernetes.io/version: "v2.9.0-rc.0"
178178
app.kubernetes.io/managed-by: Helm
179179
annotations:
180180
"helm.sh/hook": test

helm/chart/router/Chart.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,10 +20,10 @@ type: application
2020
# so it matches the shape of our release process and release automation.
2121
# By proxy of that decision, this version uses SemVer 2.0.0, though the prefix
2222
# of "v" is not included.
23-
version: 2.8.2
23+
version: 2.9.0-rc.0
2424

2525
# This is the version number of the application being deployed. This version number should be
2626
# incremented each time you make changes to the application. Versions are not expected to
2727
# follow Semantic Versioning. They should reflect the version the application is using.
2828
# It is recommended to use it with quotes.
29-
appVersion: "v2.8.2"
29+
appVersion: "v2.9.0-rc.0"

helm/chart/router/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

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

5-
![Version: 2.8.2](https://img.shields.io/badge/Version-2.8.2-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: v2.8.2](https://img.shields.io/badge/AppVersion-v2.8.2-informational?style=flat-square)
5+
![Version: 2.9.0-rc.0](https://img.shields.io/badge/Version-2.9.0--rc.0-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: v2.9.0-rc.0](https://img.shields.io/badge/AppVersion-v2.9.0--rc.0-informational?style=flat-square)
66

77
## Prerequisites
88

@@ -11,15 +11,15 @@
1111
## Get Repo Info
1212

1313
```console
14-
helm pull oci://ghcr.io/apollographql/helm-charts/router --version 2.8.2
14+
helm pull oci://ghcr.io/apollographql/helm-charts/router --version 2.9.0-rc.0
1515
```
1616

1717
## Install Chart
1818

1919
**Important:** only helm3 is supported
2020

2121
```console
22-
helm upgrade --install [RELEASE_NAME] oci://ghcr.io/apollographql/helm-charts/router --version 2.8.2 --values my-values.yaml
22+
helm upgrade --install [RELEASE_NAME] oci://ghcr.io/apollographql/helm-charts/router --version 2.9.0-rc.0 --values my-values.yaml
2323
```
2424

2525
_See [configuration](#configuration) below._

licenses.html

Lines changed: 7 additions & 64 deletions
Original file line numberDiff line numberDiff line change
@@ -44,8 +44,8 @@ <h1>Third Party Licenses</h1>
4444

4545
<h2>Overview of licenses:</h2>
4646
<ul class="licenses-overview">
47-
<li><a href="#Apache-2.0">Apache License 2.0</a> (462)</li>
48-
<li><a href="#MIT">MIT License</a> (143)</li>
47+
<li><a href="#Apache-2.0">Apache License 2.0</a> (463)</li>
48+
<li><a href="#MIT">MIT License</a> (139)</li>
4949
<li><a href="#Unicode-3.0">Unicode License v3</a> (19)</li>
5050
<li><a href="#BSD-3-Clause">BSD 3-Clause &quot;New&quot; or &quot;Revised&quot; License</a> (9)</li>
5151
<li><a href="#ISC">ISC License</a> (7)</li>
@@ -3490,6 +3490,7 @@ <h4>Used by:</h4>
34903490
<li><a href=" https://github.com/assert-rs/predicates-rs/tree/master/crates/core ">predicates-core</a></li>
34913491
<li><a href=" https://github.com/assert-rs/predicates-rs/tree/master/crates/tree ">predicates-tree</a></li>
34923492
<li><a href=" https://github.com/assert-rs/predicates-rs ">predicates</a></li>
3493+
<li><a href=" https://github.com/yeslogic/unicode-general-category ">unicode-general-category</a></li>
34933494
<li><a href=" https://github.com/retep998/winapi-rs ">winapi</a></li>
34943495
</ul>
34953496
<pre class="license-text"> Apache License
@@ -8220,7 +8221,6 @@ <h4>Used by:</h4>
82208221
<li><a href=" https://github.com/rust-num/num ">num</a></li>
82218222
<li><a href=" https://github.com/seanmonstar/num_cpus ">num_cpus</a></li>
82228223
<li><a href=" https://github.com/gimli-rs/object ">object</a></li>
8223-
<li><a href=" https://github.com/gimli-rs/object ">object</a></li>
82248224
<li><a href=" https://github.com/matklad/once_cell ">once_cell</a></li>
82258225
<li><a href=" https://github.com/alexcrichton/openssl-probe ">openssl-probe</a></li>
82268226
<li><a href=" https://github.com/Amanieu/parking_lot ">parking_lot</a></li>
@@ -8288,7 +8288,6 @@ <h4>Used by:</h4>
82888288
<li><a href=" https://github.com/uuid-rs/uuid ">uuid</a></li>
82898289
<li><a href=" https://github.com/SergioBenitez/version_check ">version_check</a></li>
82908290
<li><a href=" https://github.com/bytecodealliance/wasi ">wasi</a></li>
8291-
<li><a href=" https://github.com/bytecodealliance/wasi-rs ">wasi</a></li>
82928291
<li><a href=" https://github.com/bytecodealliance/wasi ">wasi</a></li>
82938292
<li><a href=" https://github.com/rustwasm/wasm-bindgen/tree/master/crates/backend ">wasm-bindgen-backend</a></li>
82948293
<li><a href=" https://github.com/rustwasm/wasm-bindgen/tree/master/crates/futures ">wasm-bindgen-futures</a></li>
@@ -8298,6 +8297,7 @@ <h4>Used by:</h4>
82988297
<li><a href=" https://github.com/rustwasm/wasm-bindgen ">wasm-bindgen</a></li>
82998298
<li><a href=" https://github.com/rustwasm/wasm-bindgen/tree/master/crates/web-sys ">web-sys</a></li>
83008299
<li><a href=" https://github.com/LukeMathWalker/wiremock-rs ">wiremock</a></li>
8300+
<li><a href=" https://github.com/bytecodealliance/wit-bindgen ">wit-bindgen</a></li>
83018301
<li><a href=" https://github.com/Stebalien/xattr ">xattr</a></li>
83028302
<li><a href=" https://github.com/RazrFalcon/xmlparser ">xmlparser</a></li>
83038303
<li><a href=" https://github.com/chyh1990/yaml-rust ">yaml-rust</a></li>
@@ -11523,6 +11523,7 @@ <h4>Used by:</h4>
1152311523
<li><a href=" https://github.com/serde-rs/json ">serde_json</a></li>
1152411524
<li><a href=" https://github.com/dtolnay/path-to-error ">serde_path_to_error</a></li>
1152511525
<li><a href=" https://github.com/nox/serde_urlencoded ">serde_urlencoded</a></li>
11526+
<li><a href=" https://github.com/dtolnay/serde-yaml ">serde_yaml</a></li>
1152611527
<li><a href=" https://github.com/comex/rust-shlex ">shlex</a></li>
1152711528
<li><a href=" https://github.com/jedisct1/rust-siphash ">siphasher</a></li>
1152811529
<li><a href=" https://github.com/dtolnay/syn ">syn</a></li>
@@ -11540,11 +11541,11 @@ <h4>Used by:</h4>
1154011541
<li><a href=" https://github.com/dtolnay/unicode-ident ">unicode-ident</a></li>
1154111542
<li><a href=" https://github.com/SimonSapin/rust-utf8 ">utf-8</a></li>
1154211543
<li><a href=" https://github.com/alacritty/vte ">utf8parse</a></li>
11544+
<li><a href=" https://github.com/bytecodealliance/wasi-rs ">wasip2</a></li>
1154311545
<li><a href=" https://github.com/MattiasBuelens/wasm-streams/ ">wasm-streams</a></li>
1154411546
<li><a href=" https://github.com/starkat99/widestring-rs ">widestring</a></li>
1154511547
<li><a href=" https://github.com/retep998/winapi-rs ">winapi-i686-pc-windows-gnu</a></li>
1154611548
<li><a href=" https://github.com/retep998/winapi-rs ">winapi-x86_64-pc-windows-gnu</a></li>
11547-
<li><a href=" https://github.com/bytecodealliance/wit-bindgen ">wit-bindgen-rt</a></li>
1154811549
<li><a href=" https://github.com/matklad/xshell ">xshell-macros</a></li>
1154911550
<li><a href=" https://github.com/gyscos/zstd-rs ">zstd-safe</a></li>
1155011551
<li><a href=" https://github.com/gyscos/zstd-rs ">zstd-sys</a></li>
@@ -12948,34 +12949,6 @@ <h4>Used by:</h4>
1294812949
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
1294912950
FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS
1295012951
IN THE SOFTWARE.
12951-
</pre>
12952-
</li>
12953-
<li class="license">
12954-
<h3 id="MIT">MIT License</h3>
12955-
<h4>Used by:</h4>
12956-
<ul class="license-used-by">
12957-
<li><a href=" https://github.com/hyperium/headers ">headers-core</a></li>
12958-
</ul>
12959-
<pre class="license-text">Copyright (c) 2014-2023 Sean McArthur
12960-
12961-
Permission is hereby granted, free of charge, to any person obtaining a copy
12962-
of this software and associated documentation files (the &quot;Software&quot;), to deal
12963-
in the Software without restriction, including without limitation the rights
12964-
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
12965-
copies of the Software, and to permit persons to whom the Software is
12966-
furnished to do so, subject to the following conditions:
12967-
12968-
The above copyright notice and this permission notice shall be included in
12969-
all copies or substantial portions of the Software.
12970-
12971-
THE SOFTWARE IS PROVIDED &quot;AS IS&quot;, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
12972-
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
12973-
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
12974-
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
12975-
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
12976-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
12977-
THE SOFTWARE.
12978-
1297912952
</pre>
1298012953
</li>
1298112954
<li class="license">
@@ -13003,34 +12976,6 @@ <h4>Used by:</h4>
1300312976
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
1300412977
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
1300512978
THE SOFTWARE.
13006-
</pre>
13007-
</li>
13008-
<li class="license">
13009-
<h3 id="MIT">MIT License</h3>
13010-
<h4>Used by:</h4>
13011-
<ul class="license-used-by">
13012-
<li><a href=" https://github.com/hyperium/headers ">headers</a></li>
13013-
</ul>
13014-
<pre class="license-text">Copyright (c) 2014-2025 Sean McArthur
13015-
13016-
Permission is hereby granted, free of charge, to any person obtaining a copy
13017-
of this software and associated documentation files (the &quot;Software&quot;), to deal
13018-
in the Software without restriction, including without limitation the rights
13019-
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
13020-
copies of the Software, and to permit persons to whom the Software is
13021-
furnished to do so, subject to the following conditions:
13022-
13023-
The above copyright notice and this permission notice shall be included in
13024-
all copies or substantial portions of the Software.
13025-
13026-
THE SOFTWARE IS PROVIDED &quot;AS IS&quot;, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
13027-
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
13028-
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
13029-
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
13030-
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
13031-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
13032-
THE SOFTWARE.
13033-
1303412979
</pre>
1303512980
</li>
1303612981
<li class="license">
@@ -13972,7 +13917,6 @@ <h3 id="MIT">MIT License</h3>
1397213917
<h4>Used by:</h4>
1397313918
<ul class="license-used-by">
1397413919
<li><a href=" https://github.com/tokio-rs/axum ">axum-core</a></li>
13975-
<li><a href=" https://github.com/tokio-rs/axum ">axum-extra</a></li>
1397613920
</ul>
1397713921
<pre class="license-text">Copyright 2021 axum Contributors
1397813922

@@ -14253,7 +14197,6 @@ <h3 id="MIT">MIT License</h3>
1425314197
<h4>Used by:</h4>
1425414198
<ul class="license-used-by">
1425514199
<li><a href=" https://github.com/KillingSpark/zstd-rs ">ruzstd</a></li>
14256-
<li><a href=" https://github.com/KillingSpark/zstd-rs ">ruzstd</a></li>
1425714200
</ul>
1425814201
<pre class="license-text">MIT License
1425914202

@@ -14914,6 +14857,7 @@ <h4>Used by:</h4>
1491414857
<ul class="license-used-by">
1491514858
<li><a href=" https://github.com/oli-obk/cargo_metadata ">cargo_metadata</a></li>
1491614859
<li><a href=" https://github.com/sunfishcode/is-terminal ">is-terminal</a></li>
14860+
<li><a href=" https://github.com/dtolnay/unsafe-libyaml ">unsafe-libyaml</a></li>
1491714861
</ul>
1491814862
<pre class="license-text">Permission is hereby granted, free of charge, to any
1491914863
person obtaining a copy of this software and associated
@@ -15184,7 +15128,6 @@ <h3 id="MIT">MIT License</h3>
1518415128
<h4>Used by:</h4>
1518515129
<ul class="license-used-by">
1518615130
<li><a href=" https://github.com/shepmaster/twox-hash ">twox-hash</a></li>
15187-
<li><a href=" https://github.com/shepmaster/twox-hash ">twox-hash</a></li>
1518815131
</ul>
1518915132
<pre class="license-text">The MIT License (MIT)
1519015133

scripts/install.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ BINARY_DOWNLOAD_PREFIX="${APOLLO_ROUTER_BINARY_DOWNLOAD_PREFIX:="https://github.
1111

1212
# Router version defined in apollo-router's Cargo.toml
1313
# Note: Change this line manually during the release steps.
14-
PACKAGE_VERSION="v2.8.2"
14+
PACKAGE_VERSION="v2.9.0-rc.0"
1515

1616
download_binary() {
1717
downloader --check

0 commit comments

Comments
 (0)