Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update develop with latest release #61

Merged
merged 4 commits into from
Nov 6, 2015
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
develop
0.4.0
14 changes: 7 additions & 7 deletions docs/release-notes-0.4.0.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,26 +2,26 @@
v0.4.0
######

2015-11-03
2015-11-05

New APIs
^^^^^^^^

* Add support for vrrp api (`57 <https://github.com/arista-eosplus/pyeapi/pull/57>`_) [`grybak <https://github.com/grybak>`_]
.. comment
* Add support for staticroute api (`45 <https://github.com/arista-eosplus/pyeapi/pull/45>`_) [`grybak <https://github.com/grybak>`_]
* Add VRRP (`57 <https://github.com/arista-eosplus/pyeapi/pull/57>`_) [`grybak <https://github.com/grybak>`_]
Add support for VRRP configuration.
* Add Staticroute (`45 <https://github.com/arista-eosplus/pyeapi/pull/45>`_) [`grybak <https://github.com/grybak>`_]
The staticroute API enables you to set static IPv4 routes on your EOS device.
* Add support for varp api (`43 <https://github.com/arista-eosplus/pyeapi/pull/43>`_) [`phil-arista <https://github.com/phil-arista>`_]
* Add VARP (`43 <https://github.com/arista-eosplus/pyeapi/pull/43>`_) [`phil-arista <https://github.com/phil-arista>`_]
The Varp API includes the subclass VarpInterfaces. These two combine to provide methods to set virtual IP addresses on interfaces as well as set the global virtual-router mac-address.
* Add support for routemap api (`40 <https://github.com/arista-eosplus/pyeapi/pull/40>`_) [`phil-arista <https://github.com/phil-arista>`_]
* Add Routemap (`40 <https://github.com/arista-eosplus/pyeapi/pull/40>`_) [`phil-arista <https://github.com/phil-arista>`_]
.. comment

Enhancements
^^^^^^^^^^^^

* Making configure RADIUS compatible (`53 <https://github.com/arista-eosplus/pyeapi/pull/53>`_) [`GaryCarneiro <https://github.com/GaryCarneiro>`_]
Modifies the syntax of the ``config`` method to use ``configure terminal`` instead of just ``configure``.
* Add lacp mode to set_members() method (`47 <https://github.com/arista-eosplus/pyeapi/pull/47>`_) [`phil-arista <https://github.com/phil-arista>`_]
* Close #46 (`47 <https://github.com/arista-eosplus/pyeapi/pull/47>`_) [`phil-arista <https://github.com/phil-arista>`_]
This enhancement allows you to set the LACP Mode while executing the set_members method. The call would look like ``node.api('interfaces').set_members(1, [Ethernet1,Ethernet2], mode='active')``
* Added support to specify timeout (`41 <https://github.com/arista-eosplus/pyeapi/pull/41>`_) [`dbarrosop <https://github.com/dbarrosop>`_]
This enhancement provides a way to specify a connection timeout. The default is set to 60 seconds.
Expand Down
2 changes: 1 addition & 1 deletion pyeapi/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
# OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN
# IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
#
__version__ = 'develop'
__version__ = '0.4.0'
__author__ = 'Arista EOS+'


Expand Down