Skip to content

Commit 560af6b

Browse files
authored
Merge pull request #1037 from ssurenr/1.11-docs
Added the 1.11 release documentation
2 parents 26670a2 + 41d74a8 commit 560af6b

File tree

2 files changed

+18
-9
lines changed

2 files changed

+18
-9
lines changed

docs/README.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -773,6 +773,8 @@ Supported Route Annotations
773773
| | | | | | |
774774
| | | | | | ex. 1.2.3.4/32,2.2.2.0/24 |
775775
+-----------------------------------------------+-------------+-----------+-----------------------------------------------------------------------------------+-------------+-----------------------------------------+
776+
| virtual-server.f5.com/waf | string | Optional | The name of a pre-configured WAF Policy on the BIG-IP system. | N/A | |
777+
+-----------------------------------------------+-------------+-----------+-----------------------------------------------------------------------------------+-------------+-----------------------------------------+
776778

777779
.. important::
778780

docs/RELEASE-NOTES.rst

Lines changed: 16 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,28 @@
11
Release Notes for BIG-IP Controller for Kubernetes
22
==================================================
33

4-
next-release
4+
v1.11.0
55
------------
66
Added Functionality
77
`````````````````````
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.
1116

1217
Bug Fixes
1318
`````````
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.
1522

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>`_.
1926

2027
v1.10.0
2128
------------
@@ -64,7 +71,7 @@ Vulnerability Fixes
6471
+------------------+----------------------------------------------------------------+
6572
| CVE | Comments |
6673
+==================+================================================================+
67-
| TBA | Controller no longer prints AS3 Declarations in debug logs |
74+
| CVE-2019-6648 | Controller no longer prints AS3 Declarations in debug logs |
6875
+------------------+----------------------------------------------------------------+
6976

7077
v1.9.0

0 commit comments

Comments
 (0)