Skip to content

Commit

Permalink
docs: update gwapi version to v1.0.0
Browse files Browse the repository at this point in the history
Signed-off-by: Shane Utt <shaneutt@linux.com>
  • Loading branch information
shaneutt committed Nov 30, 2023
1 parent 035a02d commit ec9597f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,12 @@

# Kubernetes Gateway API bindings in Rust

> **Note**: Currently supports [Gateway API version v1.0.0 (RC1)][gwv]
> **Note**: Currently supports [Gateway API version v1.0.0][gwv]
This provides bindings in [Rust][rust] for [Kubernetes][k8s] [Gateway
API][gwapi].

[gwv]:https://github.com/kubernetes-sigs/gateway-api/releases/tag/v1.0.0-rc1
[gwv]:https://github.com/kubernetes-sigs/gateway-api/releases/tag/v1.0.0
[rust]:https://rust-lang.org
[k8s]:https://kubernetes.io
[gwapi]:https://gateway-api.sigs.k8s.io/
2 changes: 1 addition & 1 deletion update.sh
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@

set -eoux pipefail

VERSION="v1.0.0-rc1"
VERSION="v1.0.0"

STANDARD_APIS=(
gatewayclasses
Expand Down

0 comments on commit ec9597f

Please sign in to comment.