Skip to content

Commit 4de77ec

Browse files
authored
Update repo files for release 0.2.0 (#280)
* Use 0.2.0 version in release branch - Update the tag in the container image - Update image pull policy to IfNotPresent - Update the version in the Makefile - Checkout v0.2.0 tag in the git clone instructions * Update changelog and readme for release 0.2.0
1 parent 71863f0 commit 4de77ec

File tree

6 files changed

+46
-10
lines changed

6 files changed

+46
-10
lines changed

CHANGELOG.md

Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,38 @@
22

33
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.
44

5+
## Release 0.2.0
6+
7+
*October 24, 2022*
8+
9+
This release extends the support of the features of the Gateway API resources.
10+
11+
FEATURES:
12+
* Support the Pod IPs instead of the virtual IP of a Service in the NGINX upstream. Additionally, NGINX Kubernetes Gateway will pick up any changes to the Pod IPs and update the NGINX upstream accordingly. [PR-221](https://github.com/nginxinc/nginx-kubernetes-gateway/pull/221)
13+
* Support the redirect filter in an HTTPRoute rule. [PR-218](https://github.com/nginxinc/nginx-kubernetes-gateway/pull/218)
14+
* Support weights in backendRefs in the HTTPRoute (traffic splitting). [PR-261](https://github.com/nginxinc/nginx-kubernetes-gateway/pull/261)
15+
* Support the ObservedGeneration field in the HTTPRoute status. [PR-254](https://github.com/nginxinc/nginx-kubernetes-gateway/pull/254)
16+
17+
BUG FIXES:
18+
* Do not require the namespace in the `--gateway-ctlr-name` cli argument. [PR-235](https://github.com/nginxinc/nginx-kubernetes-gateway/pull/235)
19+
* Ensure NGINX Kubernetes Gateway exits gracefully during shutdown. [PR-250](https://github.com/nginxinc/nginx-kubernetes-gateway/pull/250)
20+
* Handle query param names in case-sensitive way. [PR-220](https://github.com/nginxinc/nginx-kubernetes-gateway/pull/220)
21+
22+
DEPENDENCIES:
23+
* Use the latest NGINX 1.23 image. [PR-275](https://github.com/nginxinc/nginx-kubernetes-gateway/pull/275)
24+
* Bump sigs.k8s.io/gateway-api from 0.5.0 to 0.5.1 [PR-251](https://github.com/nginxinc/nginx-kubernetes-gateway/pull/251)
25+
26+
27+
COMPATIBILITY:
28+
- The Gateway API version: `0.5.1`
29+
- NGINX version: `1.21.x` *
30+
- Kubernetes version: `1.21+`
31+
32+
\*the installation manifests use the `nginx:1.21` image, which always points to the latest version of 1.21.x releases.
33+
34+
CONTAINER IMAGES:
35+
- Control plane: `ghcr.io/nginxinc/nginx-kubernetes-gateway:0.2.0`
36+
537
## Release 0.1.0
638

739
*August 22, 2022*

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
VERSION = edge
1+
VERSION = 0.2.0
22
TAG = $(VERSION)
33
PREFIX ?= nginx-kubernetes-gateway
44

README.md

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ For a list of supported Gateway API resources and features, see the [Gateway API
2020

2121
We publish NGINX Kubernetes Gateway releases on GitHub. See our [releases page](https://github.com/nginxinc/nginx-kubernetes-gateway/releases).
2222

23-
The latest release is [0.1.0](https://github.com/nginxinc/kubernetes-ingress/releases/tag/v0.1.0).
23+
The latest release is [0.2.0](https://github.com/nginxinc/kubernetes-ingress/releases/tag/v0.2.0).
2424

2525
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.
2626

@@ -35,15 +35,19 @@ The table below summarizes the options regarding the images, manifests, document
3535

3636
| Version | Description | Image | Installation Manifests | Documentation and Examples |
3737
|-|-|-|-|-|
38-
| 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). |
38+
| Latest release | For experimental use | Use the 0.2.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.2.0/deploy). | [Documentation](https://github.com/nginxinc/nginx-kubernetes-gateway/tree/v0.2.0/docs). [Examples](https://github.com/nginxinc/nginx-kubernetes-gateway/tree/v0.2.0/examples). |
3939
| 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). |
4040
## Technical Specifications
4141

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

4444
| NGINX Kubernetes Gateway | Gateway API | Kubernetes | NGINX OSS |
4545
|-|-|-|-|
46-
| 0.1.0 | 0.5.0 | 1.19+ | 1.21.3|
46+
| Edge | 0.5.1 | 1.21+ | 1.21.x *|
47+
| 0.2.0 | 0.5.1 | 1.21+ | 1.21.x *|
48+
| 0.1.0 | 0.5.0 | 1.19+ | 1.21.3 |
49+
50+
\*the installation manifests use the `nginx:1.21` image, which always points to the latest version of 1.21.x releases.
4751

4852
## Contacts
4953

deploy/manifests/nginx-gateway.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -95,8 +95,8 @@ spec:
9595
- name: nginx-config
9696
mountPath: /etc/nginx
9797
containers:
98-
- image: ghcr.io/nginxinc/nginx-kubernetes-gateway:edge
99-
imagePullPolicy: Always
98+
- image: ghcr.io/nginxinc/nginx-kubernetes-gateway:0.2.0
99+
imagePullPolicy: IfNotPresent
100100
name: nginx-gateway
101101
volumeMounts:
102102
- name: nginx-config

docs/building-the-image.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ Before you can build the NGINX Kubernetes Gateway, make sure you have the follow
1212
1. Clone the repo and change into the `nginx-kubernetes-gateway` directory:
1313

1414
```
15-
git clone https://github.com/nginxinc/nginx-kubernetes-gateway.git
15+
git clone https://github.com/nginxinc/nginx-kubernetes-gateway.git --branch v0.2.0
1616
cd nginx-kubernetes-gateway
1717
```
1818

@@ -22,12 +22,12 @@ Before you can build the NGINX Kubernetes Gateway, make sure you have the follow
2222
make PREFIX=myregistry.example.com/nginx-kubernetes-gateway container
2323
```
2424

25-
Set the `PREFIX` variable to the name of the registry you'd like to push the image to. By default, the image will be named `nginx-kubernetes-gateway:edge`.
25+
Set the `PREFIX` variable to the name of the registry you'd like to push the image to. By default, the image will be named `nginx-kubernetes-gateway:0.2.0`.
2626

2727
1. Push the image to your container registry:
2828

2929
```
30-
docker push myregistry.example.com/nginx-kubernetes-gateway:edge
30+
docker push myregistry.example.com/nginx-kubernetes-gateway:0.2.0
3131
```
3232

3333
Make sure to substitute `myregistry.example.com/nginx-kubernetes-gateway` with your registry.

docs/installation.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ This guide walks you through how to install NGINX Kubernetes Gateway on a generi
1313
1. Clone the repo and change into the `nginx-kubernetes-gateway` directory:
1414

1515
```
16-
git clone https://github.com/nginxinc/nginx-kubernetes-gateway.git
16+
git clone https://github.com/nginxinc/nginx-kubernetes-gateway.git --branch v0.2.0
1717
cd nginx-kubernetes-gateway
1818
```
1919

0 commit comments

Comments
 (0)