Skip to content
This repository was archived by the owner on May 24, 2023. It is now read-only.

Commit 6e664bd

Browse files
committed
WIP: Update for release 0.2.0
1 parent 4c96788 commit 6e664bd

File tree

3 files changed

+35
-3
lines changed

3 files changed

+35
-3
lines changed

CHANGELOG.md

+31
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,36 @@
11
# Changelog
22

3+
### 0.2.0
4+
5+
* Update CRDs and RBAC for KIC 1.11 [83](https://github.com/nginxinc/nginx-ingress-operator/pull/83) @ciarams87
6+
7+
## 🐛 Bug Fixes
8+
9+
* Fix leader election for IC pods [90](https://github.com/nginxinc/nginx-ingress-operator/pull/90) @pleshakov
10+
* Fix updating ClusterRoleBinding on NIC deletion [91](https://github.com/nginxinc/nginx-ingress-operator/pull/91) @pleshakov
11+
12+
## 📝 Documentation
13+
14+
* Fix leader election for IC pods [90](https://github.com/nginxinc/nginx-ingress-operator/pull/90) @pleshakov
15+
* Update docs [82](https://github.com/nginxinc/nginx-ingress-operator/pull/82) @pleshakov
16+
* Fix upgrade notes for 0.1.0 release [77](https://github.com/nginxinc/nginx-ingress-operator/pull/77) @Dean-Coakley
17+
18+
## 🔨 Maintenance
19+
20+
* Update Go version to 1.16 [80](https://github.com/nginxinc/nginx-ingress-operator/pull/80) @lucacome
21+
* Add GitHub workflow to check for stale PRs and issues [79](https://github.com/nginxinc/nginx-ingress-operator/pull/79) @lucacome
22+
* Remove unused labels [75](https://github.com/nginxinc/nginx-ingress-operator/pull/75) @lucacome
23+
24+
## Known Issues:
25+
26+
* The Operator doesn't automatically remove IngressClasses created by [29](https://github.com/nginxinc/nginx-ingress-operator/pull/29). See [89](https://github.com/nginxinc/nginx-ingress-operator/issues/89)
27+
28+
## Compatibility
29+
30+
- NGINX Ingress Controller 1.11.x
31+
- Openshift 4.5 or newer.
32+
33+
334
### 0.1.0
435

536
FEATURES:

Makefile

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
OLD_TAG = 0.0.7
2-
TAG = 0.1.0
1+
OLD_TAG = 0.1.0
2+
TAG = 0.2.0
33

44
IMAGE = nginx/nginx-ingress-operator
55

README.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ The following table shows the relation between the versions of the two projects:
1212

1313
| NGINX Ingress Controller | NGINX Ingress Operator |
1414
| --- | --- |
15+
| 1.11.x | 0.2.0 |
1516
| 1.10.x | 0.1.0 |
1617
| 1.9.x | 0.0.7 |
1718
| 1.8.x | 0.0.6 |
@@ -30,7 +31,7 @@ Note: The NGINX Ingress Operator works only for NGINX Ingress Controller version
3031
## NGINX Ingress Operator Releases
3132
We publish NGINX Ingress Operator releases on GitHub. See our [releases page](https://github.com/nginxinc/nginx-ingress-operator/releases).
3233

33-
The latest stable release is [0.1.0](https://github.com/nginxinc/nginx-ingress-operator/releases/tag/v0.1.0). For production use, we recommend that you choose the latest stable release.
34+
The latest stable release is [0.2.0](https://github.com/nginxinc/nginx-ingress-operator/releases/tag/v0.2.0). For production use, we recommend that you choose the latest stable release.
3435

3536
## Development
3637

0 commit comments

Comments
 (0)