Skip to content

Commit 7e9ba19

Browse files
author
Kate Osborn
committed
Add releases section
1 parent c2ed61e commit 7e9ba19

File tree

1 file changed

+21
-0
lines changed

1 file changed

+21
-0
lines changed

README.md

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,27 @@ NGINX Kubernetes Gateway is an open-source project that provides an implementati
1414
3. [Install](docs/installation.md) NGINX Kubernetes Gateway.
1515
4. Deploy various [examples](examples).
1616

17+
## NGINX Kubernetes Gateway Releases
18+
19+
We publish NGINX Kubernetes Gateway releases on GitHub. See our [releases page](https://github.com/nginxinc/nginx-kubernetes-gateway/releases).
20+
21+
The latest release is [0.1.0](https://github.com/nginxinc/kubernetes-ingress/releases/tag/v0.1.0).
22+
23+
The edge version is useful for experimenting with new features that are not yet published in a release. To use, choose the *edge* version built from the [latest commit](https://github.com/nginxinc/nginx-kubernetes-gateway/commits/main) from the main branch.
24+
25+
To use NGINX Kubernetes Gateway, you need to have access to:
26+
* An NGINX Kubernetes Gateway image.
27+
* Installation manifests.
28+
* Documentation and examples.
29+
30+
It is important that the versions of those things above match.
31+
32+
The table below summarizes the options regarding the images, manifests, documentation and examples and gives your links to the correct versions:
33+
34+
| Version | Description | Image | Installation Manifests | Documentation and Examples |
35+
|-|-|-|-|-|
36+
| Latest release | For experimental use | Use the 0.1.0 image from [GitHub](https://github.com/nginxinc/nginx-kubernetes-gateway/pkgs/container/nginx-kubernetes-gateway) | [Manifests](https://github.com/nginxinc/nginx-kubernetes-gateway/tree/v0.1.0/deploy). | [Documentation](https://github.com/nginxinc/nginx-kubernetes-gateway/tree/v0.1.0/docs). [Examples](https://github.com/nginxinc/nginx-kubernetes-gateway/tree/v0.1.0/examples). |
37+
| Edge| For experimental use and latest features | Use the edge image from [GitHub](https://github.com/nginxinc/nginx-kubernetes-gateway/pkgs/container/nginx-kubernetes-gateway) | [Manifests](https://github.com/nginxinc/nginx-kubernetes-gateway/tree/main/deploy). | [Documentation](https://github.com/nginxinc/nginx-kubernetes-gateway/tree/main/docs). [Examples](https://github.com/nginxinc/nginx-kubernetes-gateway/tree/main/examples). |
1738
## Technical Specifications
1839

1940
The following table lists the software versions NGINX Kubernetes Gateway supports.

0 commit comments

Comments
 (0)