|
1 | 1 | Release Notes for BIG-IP Controller for Kubernetes |
2 | 2 | ================================================== |
3 | 3 |
|
4 | | -next-release |
| 4 | +v1.11.0 |
5 | 5 | ------------ |
6 | 6 | Added Functionality |
7 | 7 | ````````````````````` |
8 | | -* Support Path Based Routing for Openshift reencrypt routes. |
9 | | -* OpenShift 4.1, Kubernetes 1.14 support and other dependency package upgrade. |
10 | | -* Update OpenShift 3.11 GUI with Route admitted status based on BIG-IP response. |
| 8 | +* Added support for WAF policy reference through ``virtual-server.f5.com/waf`` annotation in OpenShift Routes. |
| 9 | +* Added support for OpenShift version 4.1. |
| 10 | + - | Controller service account needs ``cluster-admin`` role. Before upgrading controller to v1.11.0 and above, update cluster role as follows: |
| 11 | + | ``oc adm policy add-cluster-role-to-user cluster-admin -z <service-account-name> -n <namespace>`` |
| 12 | +* Added support for Alternate Backend Deployment in OpenShift Routes while using as3 backend. |
| 13 | +* Controller updates Route status in Openshift Web Console (OpenShift 3.11 and below). |
| 14 | +* Controller includes the body of AS3 API call error responses in Debug logs. |
| 15 | +* Added support for validating AS3 JSON against the latest schema. Controller downloads the latest schema during startup. |
11 | 16 |
|
12 | 17 | Bug Fixes |
13 | 18 | ````````` |
14 | | -* Controller configured to manage-routes now exist with readable help message in logs when router-vserver-addr is not configured. |
| 19 | +* :issues:`790` Controller properly handles OpenShift path based routes with TLS. |
| 20 | +* :issues:`1016` Controller now logs INFO messages to STDOUT instead of STDERR. |
| 21 | +* Controller provides readable help message in logs when ``--router-vserver-addr`` is not configured. |
15 | 22 |
|
16 | | -Bug Fixes |
17 | | -````````` |
18 | | -* :issues:`1016` Controller logs INFO messages to STDOUT |
| 23 | +Limitations |
| 24 | +``````````` |
| 25 | +* Limitations for Openshift Routes orchestration through AS3 backend are available `here <https://clouddocs.f5.com/containers/latest/openshift/kctlr-use-as3-backend.html>`_. |
19 | 26 |
|
20 | 27 | v1.10.0 |
21 | 28 | ------------ |
@@ -64,7 +71,7 @@ Vulnerability Fixes |
64 | 71 | +------------------+----------------------------------------------------------------+ |
65 | 72 | | CVE | Comments | |
66 | 73 | +==================+================================================================+ |
67 | | -| TBA | Controller no longer prints AS3 Declarations in debug logs | |
| 74 | +| CVE-2019-6648 | Controller no longer prints AS3 Declarations in debug logs | |
68 | 75 | +------------------+----------------------------------------------------------------+ |
69 | 76 |
|
70 | 77 | v1.9.0 |
|
0 commit comments