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

Commit 226ed66

Browse files
committed
format
1 parent 6014c0f commit 226ed66

File tree

1 file changed

+8
-6
lines changed

1 file changed

+8
-6
lines changed

CHANGELOG.md

+8-6
Original file line numberDiff line numberDiff line change
@@ -2,41 +2,43 @@
22

33
### 0.1.0
44

5-
Features
5+
FEATURES:
66

77
* [58](https://github.com/nginxinc/nginx-ingress-operator/pull/58) Add IngressLink support.
88
* [56](https://github.com/nginxinc/nginx-ingress-operator/pull/56) Graduate Policies. Add enablePreviewPolicy flag support.
99
* [55](https://github.com/nginxinc/nginx-ingress-operator/pull/55) Add AppProtect User Defined Signatures support.
1010
* [39](https://github.com/nginxinc/nginx-ingress-operator/pull/39) Update secret type of default secret to TLS.
1111

12-
Bug Fixes
12+
FIXES:
1313

1414
* [71](https://github.com/nginxinc/nginx-ingress-operator/pull/71) Fix replicas and service to be optional fields.
1515
* [70](https://github.com/nginxinc/nginx-ingress-operator/pull/70) Make enableCRDs optional.
1616
* [66](https://github.com/nginxinc/nginx-ingress-operator/pull/66) Fix Service to be an optional field. Add support for updating ExtraLabels.
1717
* [65](https://github.com/nginxinc/nginx-ingress-operator/pull/65) Fix SCC resource to only affect KIC pods.
1818

19-
Documentation
19+
DOCUMENTATION:
2020

2121
* [54](https://github.com/nginxinc/nginx-ingress-operator/pull/54) Update IC compatibility in changelog.
2222

2323
KNOWN ISSUES:
24+
2425
* The Operator doesn't automatically remove IngressClasses created by [29](https://github.com/nginxinc/nginx-ingress-operator/pull/29).
2526

26-
Compatibility
27+
COMPATIBILITY:
2728

2829
- NGINX Ingress Controller 1.10.x
2930
- Openshift 4.5 or newer.
3031

31-
Upgrade Instructions
32+
UPGRADE INSTRUCTIONS:
3233

3334
1. Remove the existing Policy CRD: `kubectl delete crd policies.k8s.nginx.org`
3435
**Please note that deletion of the policies.k8s.nginx.org CRD will result in all instances of that CRD being deleted too. Ensure to back up any important Custom Resource instances first!**
3536
2. Delete the existing SCC: `kubectl delete scc nginx-ingress-scc`
3637
3. Upgrade the operator to version 0.1.0.
3738
4. Update any existing instances of the nginxingresscontrollers.k8s.nginx.org Custom Resource to use an NGINX Ingress Controller 1.10.x image.
3839

39-
Updating the secrets in KIC:
40+
UPDATING KIC SECRETS:
41+
4042
Version 1.10.0 of the Ingress Controller added a requirement for secrets to be one of the following types: kubernetes.io/tls for TLS secrets; nginx.org/jwk for JWK secrets; or nginx.org/ca for CA secrets. The Ingress Controller now ignores secrets that are not one of these supported types. Before upgrading, please ensure that the secrets referenced in Ingress, VirtualServer or Policies resources are of a supported type, which is configured via the type field. Please see https://docs.nginx.com/nginx-ingress-controller/releases/#nginx-ingress-controller-1-10-0 for more details.
4143

4244
### 0.0.7

0 commit comments

Comments
 (0)