Skip to content

Commit 7287712

Browse files
committed
chore: patch down to v1.2.1
Signed-off-by: Shane Utt <[email protected]>
1 parent d9e3acc commit 7287712

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
@@ -8,9 +8,9 @@
88

99
[Rust] bindings for [Kubernetes] [Gateway API].
1010

11-
> **Note**: Currently supports [Gateway API version v1.4.0][gwv]
11+
> **Note**: Currently supports [Gateway API version v1.2.1][gwv]
1212
13-
[gwv]:https://github.com/kubernetes-sigs/gateway-api/releases/tag/v1.4.0
13+
[gwv]:https://github.com/kubernetes-sigs/gateway-api/releases/tag/v1.2.1
1414
[Rust]:https://rust-lang.org
1515
[Kubernetes]:https://kubernetes.io/
1616
[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.4.0"
16+
VERSION="v1.2.1"
1717

1818
STANDARD_APIS=(
1919
gatewayclasses

0 commit comments

Comments
 (0)