Skip to content

Commit

Permalink
Merge branch 'release-1.3.0'
Browse files Browse the repository at this point in the history
  • Loading branch information
jerearista committed Apr 3, 2018
2 parents f9823cf + 5541b2e commit 7f3901c
Show file tree
Hide file tree
Showing 7 changed files with 348 additions and 23 deletions.
32 changes: 28 additions & 4 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,21 @@
# Change Log
# Changelog

## [1.2](https://github.com/arista-eosplus/rbeapi/tree/1.2) (2017-06-02)
[Full Changelog](https://github.com/arista-eosplus/rbeapi/compare/v1.1...1.2)
## [1.3.0](https://github.com/arista-eosplus/rbeapi/tree/1.3.0) (2018-04-03)

[Full Changelog](https://github.com/arista-eosplus/rbeapi/compare/v1.2...1.3.0)

**Implemented enhancements:**

- logging: support vrf, port, and protocol options [\#173](https://github.com/arista-eosplus/rbeapi/issues/173)
- \(NETDEV-30\) Support new properties in Types [\#174](https://github.com/arista-eosplus/rbeapi/pull/174) ([jerearista](https://github.com/jerearista))

**Merged pull requests:**

- Release 1.2.0 [\#170](https://github.com/arista-eosplus/rbeapi/pull/170) ([jerearista](https://github.com/jerearista))

## [v1.2](https://github.com/arista-eosplus/rbeapi/tree/v1.2) (2017-06-03)

[Full Changelog](https://github.com/arista-eosplus/rbeapi/compare/v1.1...v1.2)

**Implemented enhancements:**

Expand All @@ -13,6 +27,7 @@
- \(NETDEV-29\) Enhance netdev NTP api [\#169](https://github.com/arista-eosplus/rbeapi/pull/169) ([shermdog](https://github.com/shermdog))

## [v1.1](https://github.com/arista-eosplus/rbeapi/tree/v1.1) (2016-12-06)

[Full Changelog](https://github.com/arista-eosplus/rbeapi/compare/v1.0...v1.1)

**Implemented enhancements:**
Expand All @@ -31,6 +46,7 @@
- extend and fix ospf features [\#156](https://github.com/arista-eosplus/rbeapi/pull/156) ([rknaus](https://github.com/rknaus))

## [v1.0](https://github.com/arista-eosplus/rbeapi/tree/v1.0) (2016-09-26)

[Full Changelog](https://github.com/arista-eosplus/rbeapi/compare/v0.5.1...v1.0)

**Implemented enhancements:**
Expand Down Expand Up @@ -75,6 +91,7 @@
- Created vlans set\_trunk\_groups method. [\#119](https://github.com/arista-eosplus/rbeapi/pull/119) ([devrobo](https://github.com/devrobo))

## [v0.5.1](https://github.com/arista-eosplus/rbeapi/tree/v0.5.1) (2016-02-16)

[Full Changelog](https://github.com/arista-eosplus/rbeapi/compare/v0.5.0...v0.5.1)

**Implemented enhancements:**
Expand Down Expand Up @@ -104,6 +121,7 @@
- Added support for setting system banners. [\#104](https://github.com/arista-eosplus/rbeapi/pull/104) ([devrobo](https://github.com/devrobo))

## [v0.5.0](https://github.com/arista-eosplus/rbeapi/tree/v0.5.0) (2016-01-12)

[Full Changelog](https://github.com/arista-eosplus/rbeapi/compare/v0.4.0...v0.5.0)

**Implemented enhancements:**
Expand Down Expand Up @@ -140,6 +158,7 @@
- Update documentation [\#97](https://github.com/arista-eosplus/rbeapi/pull/97) ([HuntBurdick](https://github.com/HuntBurdick))

## [v0.4.0](https://github.com/arista-eosplus/rbeapi/tree/v0.4.0) (2015-11-21)

[Full Changelog](https://github.com/arista-eosplus/rbeapi/compare/v0.3.0...v0.4.0)

**Implemented enhancements:**
Expand Down Expand Up @@ -177,6 +196,7 @@
- add dry-run mode [\#42](https://github.com/arista-eosplus/rbeapi/pull/42) ([kakkotetsu](https://github.com/kakkotetsu))

## [v0.3.0](https://github.com/arista-eosplus/rbeapi/tree/v0.3.0) (2015-08-24)

[Full Changelog](https://github.com/arista-eosplus/rbeapi/compare/v0.2.0...v0.3.0)

**Fixed bugs:**
Expand All @@ -196,6 +216,7 @@
- Eliminate overloading value option in command\_builder. [\#39](https://github.com/arista-eosplus/rbeapi/pull/39) ([devrobo](https://github.com/devrobo))

## [v0.2.0](https://github.com/arista-eosplus/rbeapi/tree/v0.2.0) (2015-07-08)

[Full Changelog](https://github.com/arista-eosplus/rbeapi/compare/v0.1.0...v0.2.0)

**Implemented enhancements:**
Expand Down Expand Up @@ -239,5 +260,8 @@

## [v0.1.0](https://github.com/arista-eosplus/rbeapi/tree/v0.1.0) (2015-02-25)

[Full Changelog](https://github.com/arista-eosplus/rbeapi/compare/63b0bf8c005b4eab53036556d7becf9b1a7f4bb4...v0.1.0)



\* *This Change Log was automatically generated by [github_changelog_generator](https://github.com/skywinder/Github-Changelog-Generator)*
\* *This Changelog was automatically generated by [github_changelog_generator](https://github.com/skywinder/Github-Changelog-Generator)*
1 change: 1 addition & 0 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ end

group :development, :test do
gem 'ci_reporter_rspec', require: false
gem 'github_changelog_generator', :git => 'https://github.com/skywinder/github-changelog-generator.git'
gem 'listen', '<=3.0.3'
gem 'pry', require: false
gem 'pry-doc', require: false
Expand Down
26 changes: 13 additions & 13 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -250,29 +250,29 @@ omnibus installation package in /opt/chef/bin/. For Chef, use the
Examples:
Puppet Open Source:
cd /mnt/flash; \
swix create rbeapi-1.2-1.swix \
rubygem-rbeapi-1.2-1.eos4.noarch.rpm \
swix create rbeapi-1.3-1.swix \
rubygem-rbeapi-1.3-1.eos4.noarch.rpm \
rubygem-inifile-3.0.0-3.eos4.noarch.rpm \
rubygem-netaddr-1.5.0-2.eos4.noarch.rpm \
rubygem-net_http_unix-0.2.1-3.eos4.noarch.rpm
Puppet-enterprise agent (3.x):
cd/mnt/flash; \
swix create rbeapi-puppet3-1.2-1.swix \
rubygem-rbeapi-puppet3-1.2-1.eos4.noarch.rpm \
swix create rbeapi-puppet3-1.3-1.swix \
rubygem-rbeapi-puppet3-1.3-1.eos4.noarch.rpm \
rubygem-inifile-puppet3-3.0.0-3.eos4.noarch.rpm \
rubygem-netaddr-puppet3-1.5.0-2.eos4.noarch.rpm
Puppet-All-in-one agent (2015.x/4.x):
cd/mnt/flash; \
swix create rbeapi-puppet-aio-1.2-1.swix \
rubygem-rbeapi-puppet-aio-1.2-1.eos4.noarch.rpm \
swix create rbeapi-puppet-aio-1.3-1.swix \
rubygem-rbeapi-puppet-aio-1.3-1.eos4.noarch.rpm \
rubygem-inifile-puppet-aio-3.0.0-3.eos4.noarch.rpm \
rubygem-netaddr-puppet-aio-1.5.0-2.eos4.noarch.rpm \
rubygem-net_http_unix-puppet-aio-0.2.1-3.eos4.noarch.rpm
Chef client:
cd /mnt/flash; \
swix create rbeapi-chef-1.2-1.swix \
rubygem-rbeapi-chef-1.2-1.eos4.noarch.rpm \
swix create rbeapi-chef-1.3-1.swix \
rubygem-rbeapi-chef-1.3-1.eos4.noarch.rpm \
rubygem-inifile-chef-3.0.0-5.eos4.noarch.rpm \
rubygem-netaddr-chef-1.5.1-4.eos4.noarch.rpm \
rubygem-net_http_unix-chef-0.2.2-5.eos4.noarch.rpm
Expand All @@ -283,13 +283,13 @@ omnibus installation package in /opt/chef/bin/. For Chef, use the
Arista# copy <URI-to-RPMs> flash:
Arista# bash
-bash-4.1# cd /mnt/flash/
-bash-4.1# swix create rbeapi-puppet3-1.2-1.swix \
rubygem-rbeapi-puppet3-1.2-1.eos4.noarch.rpm \
-bash-4.1# swix create rbeapi-puppet3-1.3-1.swix \
rubygem-rbeapi-puppet3-1.3-1.eos4.noarch.rpm \
rubygem-inifile-puppet3-3.0.0-1.eos4.noarch.rpm \
rubygem-netaddr-puppet3-1.5.0-1.eos4.noarch.rpm
-bash-4.1# exit
Arista# copy flash:rbeapi-puppet3-1.2-1.swix extension:
Arista# extension rbeapi-puppet3-1.2-1.swix
Arista# copy flash:rbeapi-puppet3-1.3-1.swix extension:
Arista# extension rbeapi-puppet3-1.3-1.swix
Arista# copy installed-extensions boot-extensions
```

Expand All @@ -298,7 +298,7 @@ omnibus installation package in /opt/chef/bin/. For Chef, use the
On EOS:
```
Arista# no extension pe-rbeapi-1.1.0-1.swix
Arista# extension rbeapi-puppet3-1.2-1.swix
Arista# extension rbeapi-puppet3-1.3-1.swix
Arista# copy installed-extensions boot-extensions
```

Expand Down
Loading

0 comments on commit 7f3901c

Please sign in to comment.