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

Commit 22d32ce

Browse files
authored
Release 0.0.6
1 parent f71a8b2 commit 22d32ce

File tree

6 files changed

+373
-6
lines changed

6 files changed

+373
-6
lines changed

CHANGELOG.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,25 @@
11
# Changelog
22

3+
### 0.0.6
4+
5+
FEATURES:
6+
7+
* [13](https://github.com/nginxinc/nginx-ingress-operator/pull/13) Add support for App Protect.
8+
* [11](https://github.com/nginxinc/nginx-ingress-operator/pull/11) Add enableSnippets cli argument support.
9+
10+
IMPROVEMENTS:
11+
* [15](https://github.com/nginxinc/nginx-ingress-operator/pull/15) Downgrade operator-sdk to 0.17.
12+
* [14](https://github.com/nginxinc/nginx-ingress-operator/pull/14) Add KIC supported versions to README.
13+
* [12](https://github.com/nginxinc/nginx-ingress-operator/pull/12) Make operator install KIC CRDs from manifests.
14+
* [10](https://github.com/nginxinc/nginx-ingress-operator/pull/10) Update operator-sdk to 0.18.
15+
* [8](https://github.com/nginxinc/nginx-ingress-operator/pull/8) Update go to 1.14.
16+
* [7](https://github.com/nginxinc/nginx-ingress-operator/pull/7) Update makefile to include all manifests.
17+
18+
COMPATIBILITY:
19+
20+
* NGINX Ingress Controller 1.8.0 or newer.
21+
* Openshift 4.3 or newer.
22+
323
### 0.0.4
424

525
FEATURES:

Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
OLD_TAG = 0.0.3
2-
TAG = 0.0.4
1+
OLD_TAG = 0.0.4
2+
TAG = 0.0.6
33

44
IMAGE = nginx-ingress-operator
55

README.md

Lines changed: 3 additions & 2 deletions
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
| < 1.7.0 | N/A |
1414
| 1.7.x | 0.0.4 |
15+
| 1.8.x | 0.0.6 |
1516

1617
Note: The NGINX Ingress Operator works only for NGINX Ingress Controller versions after `1.7.0`.
1718

@@ -25,7 +26,7 @@ Note: The NGINX Ingress Operator works only for NGINX Ingress Controller version
2526
## NGINX Ingress Operator Releases
2627
We publish NGINX Ingress Operator releases on GitHub. See our [releases page](https://github.com/nginxinc/nginx-ingress-operator/releases).
2728

28-
The latest stable release is [0.0.4](https://github.com/nginxinc/nginx-ingress-operator/releases/tag/v0.0.4). For production use, we recommend that you choose the latest stable release.
29+
The latest stable release is [0.0.6](https://github.com/nginxinc/nginx-ingress-operator/releases/tag/v0.0.6). For production use, we recommend that you choose the latest stable release.
2930

3031
## Development
3132

@@ -59,4 +60,4 @@ Run `make test` to run unit tests locally.
5960
6061
## Contributing
6162
62-
If you'd like to contribute to the project, please read our [Contributing](./CONTRIBUTING.md) guide.
63+
If you'd like to contribute to the project, please read our [Contributing](./CONTRIBUTING.md) guide.

0 commit comments

Comments
 (0)