From 4d617ec5b9bb95528f25280724591a53f738306a Mon Sep 17 00:00:00 2001 From: jlongstaf Date: Mon, 22 Jan 2018 13:07:32 -0700 Subject: [PATCH] Prepare 9.5.0 release. --- docs/RELEASE-NOTES.rst | 22 ++++++++++++++++++++++ f5_openstack_agent/__init__.py | 2 +- 2 files changed, 23 insertions(+), 1 deletion(-) create mode 100644 docs/RELEASE-NOTES.rst diff --git a/docs/RELEASE-NOTES.rst b/docs/RELEASE-NOTES.rst new file mode 100644 index 000000000..23a761c3c --- /dev/null +++ b/docs/RELEASE-NOTES.rst @@ -0,0 +1,22 @@ +Release Notes for F5 LBaaS Agent +================================= + +v9.5.0 (Mitaka) +-------------- + +Added Functionality +``````````````````` +* Enhanced agent resiliency. + - Agents manage BIG-IPs dynamically, resulting in improved tolereance for BIG-IP device failures. + - Agents will continue to run during BIG-IP device downtime and discover when BIG-IP devices come back online. + +* Improved Enhanced Services Definition (ESD). + - Refer to the ESD documentation for details. + +Bug Fixes +````````` +* See the [changelog](https://github.com/F5Networks/f5-openstack-agent/compare/v9.4.0...v9.5.0) for the full list of changes in this release. + +Limitations +``````````` +* Enabling static ARP entries is suported for BIG-IP devices running version 12.x or later. diff --git a/f5_openstack_agent/__init__.py b/f5_openstack_agent/__init__.py index cc0cb2af4..0009b32eb 100644 --- a/f5_openstack_agent/__init__.py +++ b/f5_openstack_agent/__init__.py @@ -1 +1 @@ -__version__ = "9.5.0.b1" +__version__ = "9.5.0"