Skip to content

Commit

Permalink
Update missed gw version numbers
Browse files Browse the repository at this point in the history
  • Loading branch information
ciarams87 committed May 16, 2024
1 parent e98f68d commit d76f843
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ The following table lists the software versions NGINX Gateway Fabric supports.

| NGINX Gateway Fabric | Gateway API | Kubernetes | NGINX OSS | NGINX Plus |
| -------------------- | ----------- | ---------- | --------- | ---------- |
| Edge | 1.0.0 | 1.25+ | 1.25.5 | R31 |
| Edge | 1.1.0 | 1.25+ | 1.25.5 | R31 |
| 1.2.0 | 1.0.0 | 1.23+ | 1.25.4 | R31 |
| 1.1.0 | 1.0.0 | 1.23+ | 1.25.3 | n/a |
| 1.0.0 | 0.8.1 | 1.23+ | 1.25.2 | n/a |
Expand Down
4 changes: 2 additions & 2 deletions site/content/installation/installing-ngf/manifests.md
Original file line number Diff line number Diff line change
Expand Up @@ -131,13 +131,13 @@ To upgrade NGINX Gateway Fabric and get the latest features and improvements, ta
- To upgrade the Gateway API resources, run:

```shell
kubectl apply -f https://github.com/kubernetes-sigs/gateway-api/releases/download/v1.0.0/standard-install.yaml
kubectl apply -f https://github.com/kubernetes-sigs/gateway-api/releases/download/v1.1.0/standard-install.yaml
```

or, if you installed the from the experimental channel:

```shell
kubectl apply -f https://github.com/kubernetes-sigs/gateway-api/releases/download/v1.0.0/experimental-install.yaml
kubectl apply -f https://github.com/kubernetes-sigs/gateway-api/releases/download/v1.1.0/experimental-install.yaml
```

1. **Upgrade NGINX Gateway Fabric CRDs:**
Expand Down
2 changes: 1 addition & 1 deletion tests/reconfig/setup.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
2. Deploy CRDs:

```bash
kubectl apply -f https://github.com/kubernetes-sigs/gateway-api/releases/download/v1.0.0/standard-install.yaml
kubectl apply -f https://github.com/kubernetes-sigs/gateway-api/releases/download/v1.1.0/standard-install.yaml
```

3. Deploy NGF from edge using Helm install and wait for LoadBalancer Service to be ready
Expand Down
2 changes: 1 addition & 1 deletion tests/scale/scale.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ are listed in the [Scale Upstream Servers](#scale-upstream-servers) test steps.
- Install Gateway API Resources:

```console
kubectl apply -f https://github.com/kubernetes-sigs/gateway-api/releases/download/v1.0.0/standard-install.yaml
kubectl apply -f https://github.com/kubernetes-sigs/gateway-api/releases/download/v1.1.0/standard-install.yaml
```

- Install edge NGF:
Expand Down

0 comments on commit d76f843

Please sign in to comment.