Skip to content

Commit

Permalink
Merge pull request #614 from mattgreene/liberty
Browse files Browse the repository at this point in the history
Update version strings for 8.3.0.b2 release
  • Loading branch information
mattgreene authored Mar 6, 2017
2 parents 30c4c9b + bd4884a commit 33642e0
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 15 deletions.
4 changes: 2 additions & 2 deletions docs/release_notes.rst
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,10 @@ Release Highlights

This release introduces the following:

- Loadbalancer statistics
- Hierarchical Port Binding (integration with Cisco ACI)
- Bug fixes

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

Caveats
-------
Expand Down
24 changes: 12 additions & 12 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
$ sudo pip install git+https://github.com/F5Networks/f5-openstack-agent@v8.3.0.b2
.. tip::

Expand All @@ -29,17 +29,17 @@ The ``f5-openstack-agent`` package can be installed using ``dpkg`` tools.

.. code-block:: bash
$ curl -L -O https://github.com/F5Networks/f5-common-python/releases/download/v1.5.0/python-f5-sdk_1.5.0-1_1404_all.deb
$ curl -L -O https://github.com/F5Networks/f5-icontrol-rest-python/releases/download/v1.0.9/python-f5-icontrol-rest_1.0.9-1_1404_all.deb
$ sudo dpkg –i python-f5-icontrol-rest_1.0.9-1_1404_all.deb
$ sudo dpkg –i python-f5-sdk_1.5.0-1_1404_all.deb
$ curl -L -O https://github.com/F5Networks/f5-common-python/releases/download/v2.2.2/python-f5-sdk_2.2.2-1_1404_all.deb
$ curl -L -O https://github.com/F5Networks/f5-icontrol-rest-python/releases/download/v1.3.0/python-f5-icontrol-rest_1.3.0-1_1404_all.deb
$ sudo dpkg –i python-f5-icontrol-rest_1.3.0-1_1404_all.deb
$ sudo dpkg –i python-f5-sdk_2.2.2-1_1404_all.deb
2. Download and install the f5-openstack-agent:

.. 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-1_1404_all.deb
$ sudo dpkg –i python-f5-openstack-agent_8.2.0-1_1404_all.deb
$ curl -L -O https://github.com/F5Networks/f5-openstack-agent/releases/download/v8.3.0.b2/python-f5-openstack-agent_8.3.0.b2-1_1404_all.deb
$ sudo dpkg –i python-f5-openstack-agent_8.3.0.b2-1_1404_all.deb
RPM Package
Expand All @@ -51,17 +51,17 @@ The ``f5-openstack-agent`` package can be installed using ``rpm`` tools.

.. code-block:: bash
$ curl -L -O https://github.com/F5Networks/f5-common-python/releases/download/v1.5.0/f5-sdk-1.5.0-1.el7.noarch.rpm
$ curl -L -O https://github.com/F5Networks/f5-icontrol-rest-python/releases/download/v1.0.9/f5-icontrol-rest-1.0.9-1.el7.noarch.rpm
$ sudo rpm –ivh f5-icontrol-rest-1.0.9-1.el7.noarch.rpm f5-sdk-1.5.0-1.el7.noarch.rpm
$ curl -L -O https://github.com/F5Networks/f5-common-python/releases/download/v2.2.2/f5-sdk-2.2.2-1.el7.noarch.rpm
$ curl -L -O https://github.com/F5Networks/f5-icontrol-rest-python/releases/download/v1.3.0/f5-icontrol-rest-1.3.0-1.el7.noarch.rpm
$ sudo rpm –ivh f5-icontrol-rest-1.3.0-1.el7.noarch.rpm f5-sdk-2.2.2-1.el7.noarch.rpm
2. Download and install the f5-openstack-agent:

.. 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-1.el7.noarch.rpm
$ sudo rpm –ivh f5-openstack-agent-8.2.0-1.el7.noarch.rpm
$ curl -L -O https://github.com/F5Networks/f5-openstack-agent/releases/download/v8.3.0.b2/f5-openstack-agent-8.3.0.b2-1.el7.noarch.rpm
$ sudo rpm –ivh f5-openstack-agent-8.3.0.b2-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"
__version__ = "8.3.0.b2"

0 comments on commit 33642e0

Please sign in to comment.