Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added the 1.11 release documentation #1037

Merged
merged 1 commit into from
Oct 10, 2019
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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