Skip to content

Commit

Permalink
Merge pull request #541 from richbrowne/liberty-release-8.2.0
Browse files Browse the repository at this point in the history
Update version strings for the 8.2.0. release
  • Loading branch information
mattgreene authored Jan 17, 2017
2 parents d62dfe9 + 19f3ef1 commit 8f73c86
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 7 deletions.
3 changes: 2 additions & 1 deletion docs/release_notes.rst
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,10 @@ Release Highlights

This release introduces the following:

- Loadbalancer statistics
- Bug fixes

See the `changelog <https://github.com/F5Networks/f5-openstack-agent/compare/v8.1.0...v8.2.0.b2>`_ for the full list of changes in this release.
See the `changelog <https://github.com/F5Networks/f5-openstack-agent/compare/v8.1.0...v8.2.0>`_ for the full list of changes in this release.

Caveats
-------
Expand Down
10 changes: 5 additions & 5 deletions docs/topic_install-f5-agent.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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::

Expand Down Expand Up @@ -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
Expand All @@ -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
Expand Down
2 changes: 1 addition & 1 deletion f5_openstack_agent/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "8.2.0.b2"
__version__ = "8.2.0"

0 comments on commit 8f73c86

Please sign in to comment.