Skip to content

Commit 7b01209

Browse files
committed
chore: update gwapi to v1.4.0
Signed-off-by: Shane Utt <[email protected]>
1 parent e8221f0 commit 7b01209

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,11 +12,11 @@
1212

1313
# Gateway API (Rust)
1414

15-
> **Note**: Currently supports [Gateway API version v1.2.1][gwv]
15+
> **Note**: Currently supports [Gateway API version v1.4.0][gwv]
1616
1717
This project provides bindings in [Rust] for [Kubernetes] [Gateway API].
1818

19-
[gwv]:https://github.com/kubernetes-sigs/gateway-api/releases/tag/v1.2.1
19+
[gwv]:https://github.com/kubernetes-sigs/gateway-api/releases/tag/v1.4.0
2020
[Rust]:https://rust-lang.org
2121
[Kubernetes]:https://kubernetes.io/
2222
[Gateway API]:https://gateway-api.sigs.k8s.io/

update.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313

1414
set -eou pipefail
1515

16-
VERSION="v1.2.1"
16+
VERSION="v1.4.0"
1717

1818
STANDARD_APIS=(
1919
gatewayclasses

0 commit comments

Comments
 (0)