Skip to content

Commit bd92197

Browse files
Add changelog to main branch (#206)
Co-authored-by: kate-osborn <50597707+kate-osborn@users.noreply.github.com> (cherry picked from commit e87a7ca)
1 parent f6976c4 commit bd92197

File tree

1 file changed

+29
-0
lines changed

1 file changed

+29
-0
lines changed

CHANGELOG.md

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,29 @@
1+
# Changelog
2+
3+
This document includes a curated changelog for each release. We also publish a changelog as the description of a [GitHub release](https://github.com/nginxinc/nginx-kubernetes-gateway/releases), which, by contrast, is auto-generated and includes links to all PRs that went into the release.
4+
5+
## Release 0.1.0
6+
7+
*August 22, 2022*
8+
9+
This is an initial release of NGINX Kubernetes Gateway project.
10+
11+
The release includes:
12+
- A control plane agent (a Kubernetes controller) that updates date plane (NGINX) configuration based on the state of the resources in the cluster.
13+
- Support for NGINX as a data plane.
14+
- Kubernetes manifests for a Deployment with a single Pod with the control plane and data plane containers as well as Services to enable external connectivity to that Pod.
15+
- Support for a subset of features of GatewayClass, Gateway and HTTPRoute resources (see the [Gateway API Compatibility doc](https://github.com/nginxinc/nginx-kubernetes-gateway/blob/v0.1.0/README.md)).
16+
17+
We expect that the architecture of NGINX Kubernetes Gateway -- the number of pods and containers and their interaction -- will change as the project evolves.
18+
19+
NGINX Kubernetes Gateway is ready for experimental usage. We included the [docs](https://github.com/nginxinc/nginx-kubernetes-gateway/tree/v0.1.0/docs) as well as [examples](https://github.com/nginxinc/nginx-kubernetes-gateway/tree/v0.1.0/examples).
20+
21+
If you'd like to give us feedback or get involved, see the [README](https://github.com/nginxinc/nginx-kubernetes-gateway) to learn how.
22+
23+
COMPATIBILITY:
24+
- The Gateway API version: `0.5.0`
25+
- NGINX version: `1.21.3`
26+
- Kubernetes version: `1.19+`
27+
28+
CONTAINER IMAGES:
29+
- Control plane: `ghcr.io/nginxinc/nginx-kubernetes-gateway:0.1.0`

0 commit comments

Comments
 (0)