From 19f3ef1efe0ec63ed08c522899f7a135bb87844e Mon Sep 17 00:00:00 2001 From: richbrowne Date: Tue, 17 Jan 2017 09:46:40 -0700 Subject: [PATCH] Update version strings for the 8.2.0. release Issues: Fixes #539 Problem: Need to update documentation to reflect new release version Analysis: Change 8.0.2.b1 to 8.0.2 Tests: --- docs/release_notes.rst | 3 ++- docs/topic_install-f5-agent.rst | 10 +++++----- f5_openstack_agent/__init__.py | 2 +- 3 files changed, 8 insertions(+), 7 deletions(-) diff --git a/docs/release_notes.rst b/docs/release_notes.rst index cd35f530d..52f9e1ce0 100644 --- a/docs/release_notes.rst +++ b/docs/release_notes.rst @@ -11,9 +11,10 @@ Release Highlights This release introduces the following: +- Loadbalancer statistics - Bug fixes -See the `changelog `_ for the full list of changes in this release. +See the `changelog `_ for the full list of changes in this release. Caveats ------- diff --git a/docs/topic_install-f5-agent.rst b/docs/topic_install-f5-agent.rst index 13825c962..a13e4142a 100644 --- a/docs/topic_install-f5-agent.rst +++ b/docs/topic_install-f5-agent.rst @@ -8,7 +8,7 @@ Quick Start .. code-block:: text - $ sudo pip install git+https://github.com/F5Networks/f5-openstack-agent@v8.2.0.b2 + $ sudo pip install git+https://github.com/F5Networks/f5-openstack-agent@v8.2.0 .. tip:: @@ -38,8 +38,8 @@ The ``f5-openstack-agent`` package can be installed using ``dpkg`` tools. .. code-block:: bash - $ curl -L -O https://github.com/F5Networks/f5-openstack-agent/releases/download/v8.2.0.b2/python-f5-openstack-agent_8.2.0.b2-1_1404_all.deb - $ sudo dpkg –i python-f5-openstack-agent_8.2.0.b2-1_1404_all.deb + $ curl -L -O https://github.com/F5Networks/f5-openstack-agent/releases/download/v8.2.0.b2/python-f5-openstack-agent_8.2.0-1_1404_all.deb + $ sudo dpkg –i python-f5-openstack-agent_8.2.0-1_1404_all.deb RPM Package @@ -60,8 +60,8 @@ The ``f5-openstack-agent`` package can be installed using ``rpm`` tools. .. code-block:: bash - $ curl -L -O https://github.com/F5Networks/f5-openstack-agent/releases/download/v8.2.0.b2/f5-openstack-agent-8.2.0.b2-1.el7.noarch.rpm - $ sudo rpm –ivh f5-openstack-agent-8.2.0.b2-1.el7.noarch.rpm + $ curl -L -O https://github.com/F5Networks/f5-openstack-agent/releases/download/v8.2.0.b2/f5-openstack-agent-8.2.0-1.el7.noarch.rpm + $ sudo rpm –ivh f5-openstack-agent-8.2.0-1.el7.noarch.rpm diff --git a/f5_openstack_agent/__init__.py b/f5_openstack_agent/__init__.py index 541a49cd7..26ef49ae9 100644 --- a/f5_openstack_agent/__init__.py +++ b/f5_openstack_agent/__init__.py @@ -1 +1 @@ -__version__ = "8.2.0.b2" +__version__ = "8.2.0"