Skip to content

Commit

Permalink
Merge pull request #491 from mattgreene/liberty
Browse files Browse the repository at this point in the history
Update version strings to 8.2.0.b1 for beta release.
  • Loading branch information
jlongstaf authored Dec 19, 2016
2 parents c3beff9 + 7823b09 commit 2318e28
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 18 deletions.
15 changes: 3 additions & 12 deletions docs/release_notes.rst
Original file line number Diff line number Diff line change
Expand Up @@ -11,29 +11,20 @@ Release Highlights

This release introduces the following:

- Hierarchical port binding
- Agent redundancy and capacity-based scale out
- Differentiated Service Environments
- BIG-IP® vCMP® compatibility
- Loadbalancer statistics
- Bug fixes

See the `changelog <https://github.com/F5Networks/f5-openstack-agent/compare/v8.0.8...v8.1.0>`_ 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.b1>`_ for the full list of changes in this release.

Caveats
-------

The following features are unsupported in v |release|:

* Unattached pools
* L7 routing
* Loadbalancer statistics

Open Issues
-----------

See the `project issues page <https://github.com/F5Networks/f5-openstack-agent/issues>`_ for a full list of open issues in this release.

Documentation can be found on `Read the Docs <http://f5-openstack-lbaasv2-driver.readthedocs.io/en/latest/release_notes.html>`_.
Documentation can be found on `Read the Docs <http://f5-openstack-agent.readthedocs.io/en/latest/release_notes.html>`_.



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.1.0
$ sudo pip install git+https://github.com/F5Networks/f5-openstack-agent@v8.2.0.b1
.. 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.1.0/python-f5-openstack-agent_8.1.0-1_1404_all.deb
$ sudo dpkg –i python-f5-openstack-agent_8.1.0-1_1404_all.deb
$ curl -L -O https://github.com/F5Networks/f5-openstack-agent/releases/download/v8.2.0.b1/python-f5-openstack-agent_8.2.0.b1-1_1404_all.deb
$ sudo dpkg –i python-f5-openstack-agent_8.2.0.b1-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.1.0/f5-openstack-agent-8.1.0-1.el7.noarch.rpm
$ sudo rpm –ivh f5-openstack-agent-8.1.0-1.el7.noarch.rpm
$ curl -L -O https://github.com/F5Networks/f5-openstack-agent/releases/download/v8.2.0.b1/f5-openstack-agent-8.2.0.b1-1.el7.noarch.rpm
$ sudo rpm –ivh f5-openstack-agent-8.2.0.b1-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.1.0"
__version__ = "8.2.0.b1"

0 comments on commit 2318e28

Please sign in to comment.