Skip to content

Commit 9948587

Browse files
authored
chore(1.4.1): Update README and guide for 1.4.1 (#4320)
Signed-off-by: Flynn <[email protected]>
1 parent 6008c24 commit 9948587

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ the specification and Custom Resource Definitions (CRDs).
66
## Status
77

88
The latest supported version is `v1` as released by
9-
the [v1.4.0 release][gh_release] of this project.
9+
the [v1.4.1 release][gh_release] of this project.
1010

1111
This version of the API is has GA level support for the following resources:
1212

@@ -72,7 +72,7 @@ Participation in the Kubernetes community is governed by the
7272
[spec]: https://gateway-api.sigs.k8s.io/reference/spec/
7373
[concepts]: https://gateway-api.sigs.k8s.io/concepts/api-overview
7474
[security-model]: https://gateway-api.sigs.k8s.io/concepts/security-model
75-
[gh_release]: https://github.com/kubernetes-sigs/gateway-api/releases/tag/v1.4.0
75+
[gh_release]: https://github.com/kubernetes-sigs/gateway-api/releases/tag/v1.4.1
7676
[godoc]: https://pkg.go.dev/sigs.k8s.io/gateway-api
7777
[conformance-docs]: https://gateway-api.sigs.k8s.io/concepts/conformance/
7878
[reports-readme]: ./conformance/reports/README.md

site-src/guides/index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ beta, including GatewayClass, Gateway, HTTPRoute, and ReferenceGrant. To install
4545
this channel, run the following kubectl command:
4646

4747
```bash
48-
kubectl apply --server-side -f https://github.com/kubernetes-sigs/gateway-api/releases/download/v1.4.0/standard-install.yaml
48+
kubectl apply --server-side -f https://github.com/kubernetes-sigs/gateway-api/releases/download/v1.4.1/standard-install.yaml
4949
```
5050

5151
Refer to the [server-side apply documentation](https://kubernetes.io/docs/reference/using-api/server-side-apply/)
@@ -66,7 +66,7 @@ documentation](../concepts/versioning.md).
6666
To install the experimental channel, run the following kubectl command:
6767

6868
```bash
69-
kubectl apply --server-side -f https://github.com/kubernetes-sigs/gateway-api/releases/download/v1.4.0/experimental-install.yaml
69+
kubectl apply --server-side -f https://github.com/kubernetes-sigs/gateway-api/releases/download/v1.4.1/experimental-install.yaml
7070
```
7171

7272
Refer to the [server-side apply documentation](https://kubernetes.io/docs/reference/using-api/server-side-apply/)

0 commit comments

Comments
 (0)