Skip to content

Commit 35280fa

Browse files
authored
ci: Use gateway-api v0.5.0-rc1 (#16)
* Update gateway-api sha to v0.5.0-rc1 * Update latest kubernetes version to v1.24 Signed-off-by: Oliver Gould <[email protected]>
1 parent 966fe90 commit 35280fa

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/integration.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
matrix:
2424
k8s:
2525
- v1.21
26-
- v1.23
26+
- v1.24
2727
timeout-minutes: 5
2828
runs-on: ubuntu-latest
2929
steps:
@@ -43,7 +43,7 @@ jobs:
4343
- uses: actions/checkout@2541b1294d2704b0964813337f33b291d3f8596b
4444
with:
4545
repository: kubernetes-sigs/gateway-api
46-
ref: 3f4b981dd6669f67398d753a6f278b241d669953 # 0.5.0-dev
46+
ref: 4f86f0bd65173b04dadb558f63fbbd53330736d2 # 0.5.0-rc1
4747
path: gateway-api
4848
- run: kubectl apply -k gateway-api/config/crd/experimental/
4949
# Setup just

README.md

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

33
(Unofficial) Rust bindings for the [Kubernetes Gateway API][site].
44

5-
Based on [gateway-api-v0.5.0-dev].
5+
Based on [gateway-api-v0.5.0-rc1].
66

77
[![Crates.io][crate-badge]][crate-url]
88
[![Documentation][docs-badge]][docs-url]
@@ -20,7 +20,7 @@ the *v1alpha2* types when the `experimental` feature is enabled.
2020
* Express validation constraints
2121
* Rustify/Linkify documentation
2222

23-
[gateway-api-v0.5.0-dev]: https://github.com/kubernetes-sigs/gateway-api/tree/4f86f0bd65173b04dadb558f63fbbd53330736d2
23+
[gateway-api-v0.5.0-rc1]: https://github.com/kubernetes-sigs/gateway-api/tree/4f86f0bd65173b04dadb558f63fbbd53330736d2
2424
[site]: https://gateway-api.sigs.k8s.io/
2525
[crate-badge]: https://img.shields.io/crates/v/k8s-gateway-api.svg
2626
[crate-url]: https://crates.io/crates/k8s-gateway-api

0 commit comments

Comments
 (0)