diff --git a/README.md b/README.md index 49de9c1..7eb9f07 100644 --- a/README.md +++ b/README.md @@ -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/ diff --git a/update.sh b/update.sh index ccfffa0..6c15b50 100755 --- a/update.sh +++ b/update.sh @@ -13,7 +13,7 @@ set -eoux pipefail -VERSION="v1.0.0-rc1" +VERSION="v1.0.0" STANDARD_APIS=( gatewayclasses