Skip to content

Commit

Permalink
Merge pull request #1037 from ssurenr/1.11-docs
Browse files Browse the repository at this point in the history
Added the 1.11 release documentation
  • Loading branch information
ssurenr authored Oct 10, 2019
2 parents 26670a2 + 41d74a8 commit 560af6b
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 9 deletions.
2 changes: 2 additions & 0 deletions docs/README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -773,6 +773,8 @@ Supported Route Annotations
| | | | | | |
| | | | | | ex. 1.2.3.4/32,2.2.2.0/24 |
+-----------------------------------------------+-------------+-----------+-----------------------------------------------------------------------------------+-------------+-----------------------------------------+
| virtual-server.f5.com/waf | string | Optional | The name of a pre-configured WAF Policy on the BIG-IP system. | N/A | |
+-----------------------------------------------+-------------+-----------+-----------------------------------------------------------------------------------+-------------+-----------------------------------------+

.. important::

Expand Down
25 changes: 16 additions & 9 deletions docs/RELEASE-NOTES.rst
Original file line number Diff line number Diff line change
@@ -1,21 +1,28 @@
Release Notes for BIG-IP Controller for Kubernetes
==================================================

next-release
v1.11.0
------------
Added Functionality
`````````````````````
* Support Path Based Routing for Openshift reencrypt routes.
* OpenShift 4.1, Kubernetes 1.14 support and other dependency package upgrade.
* Update OpenShift 3.11 GUI with Route admitted status based on BIG-IP response.
* Added support for WAF policy reference through ``virtual-server.f5.com/waf`` annotation in OpenShift Routes.
* Added support for OpenShift version 4.1.
- | Controller service account needs ``cluster-admin`` role. Before upgrading controller to v1.11.0 and above, update cluster role as follows:
| ``oc adm policy add-cluster-role-to-user cluster-admin -z <service-account-name> -n <namespace>``
* Added support for Alternate Backend Deployment in OpenShift Routes while using as3 backend.
* Controller updates Route status in Openshift Web Console (OpenShift 3.11 and below).
* Controller includes the body of AS3 API call error responses in Debug logs.
* Added support for validating AS3 JSON against the latest schema. Controller downloads the latest schema during startup.

Bug Fixes
`````````
* Controller configured to manage-routes now exist with readable help message in logs when router-vserver-addr is not configured.
* :issues:`790` Controller properly handles OpenShift path based routes with TLS.
* :issues:`1016` Controller now logs INFO messages to STDOUT instead of STDERR.
* Controller provides readable help message in logs when ``--router-vserver-addr`` is not configured.

Bug Fixes
`````````
* :issues:`1016` Controller logs INFO messages to STDOUT
Limitations
```````````
* Limitations for Openshift Routes orchestration through AS3 backend are available `here <https://clouddocs.f5.com/containers/latest/openshift/kctlr-use-as3-backend.html>`_.

v1.10.0
------------
Expand Down Expand Up @@ -64,7 +71,7 @@ Vulnerability Fixes
+------------------+----------------------------------------------------------------+
| CVE | Comments |
+==================+================================================================+
| TBA | Controller no longer prints AS3 Declarations in debug logs |
| CVE-2019-6648 | Controller no longer prints AS3 Declarations in debug logs |
+------------------+----------------------------------------------------------------+

v1.9.0
Expand Down

0 comments on commit 560af6b

Please sign in to comment.