Skip to content

Latest commit

 

History

History
171 lines (127 loc) · 14.6 KB

CHANGELOG.md

File metadata and controls

171 lines (127 loc) · 14.6 KB

Change Log

1.5.0 (2016-12-09)

Full Changelog

Implemented enhancements:

Fixed bugs:

Closed issues:

  • Gems not Ruby 1.9.3 compatible #95
  • Wrong datatype ine trunk_groups #79

Merged pull requests:

  • Style updates #113 (jerearista)
  • Switchconfig type & provider #112 (jerearista)
  • add 25gfull and 50gfull for the allowed ethernet speeds #110 (mmailand)
  • add support for subinterfaces/loadinterval #109 (mmailand)
  • Added eos_alias type #108 (mmailand)
  • added support for setting the crypto in managementdefaults #107 (mmailand)
  • added support for autostate #106 (mmailand)
  • Add TestKitchen framework #105 (jerearista)
  • modify munge not to rely on netaddr gem #102 (mrvinti)
  • fix require statements to workaround autoload issues with puppet #100 (rknaus)
  • add prefixlist type and provider + spec tests #99 (mrvinti)
  • add logging host type and provider #98 (rknaus)
  • add ospf types and providers #97 (rknaus)
  • Limit version of json and listen gems when Ruby < 2.0 #96 (jerearista)
  • add mst instance type and provider #94 (rknaus)
  • add switchport trunk allowed vlan list capability #92 (rknaus)
  • add ethernet speed and lacp port priority support #91 (rknaus)
  • Fix password change issue for md5 and sha512 passwords #87 (mmailand)
  • portchannel_convergence needs two puppet runs #85 (mmailand)
  • implemented trunk group support for the eos_switchport provider #83 (mmailand)
  • Fix issue with autoload of helper #82 (rknaus)
  • Back out change from PR 78 - use set_trunk_groups. #80 (devrobo)
  • Fixed Typo in the vlan provider in the trunk_groups function. #78 (mmailand)
  • Merge Release 1.4.0 back to develop #72 (jerearista)

v1.4.0 (2016-01-13)

Full Changelog

Implemented enhancements:

  • Update metadata to include requirements section #66
  • eos_stp_interface provider unit test is incomplete. #51
  • Add requirements section to metadata #67 (jerearista)

Fixed bugs:

  • eos_portchannel members not idempotent when interface order is not the same #46
  • eos_vlan provider does not properly set trunk_groups #38
  • Ensure order of array does not affect idempotency #70 (websitescenes)
  • Fixed trunk groups call in provider. #68 (devrobo)

Closed issues:

  • Providers only actually work in tests #60
  • All providers should have a description #55
  • Cleanup documentation #19

Merged pull requests:

v1.3.0 (2015-11-21)

Full Changelog

Implemented enhancements:

  • Confine types to only run on AristaEOS #36
  • Confine providers to only run on AristaEOS and when rbeapi >= 0.3.0 is present #48 (jerearista)
  • Feature bgp update #41 (websitescenes)

Merged pull requests:

v1.2.0 (2015-08-26)

Full Changelog

Implemented enhancements:

  • Release 1.2.0 #34 (jerearista)
  • Pass in boolean value for enable option. #33 (devrobo)
  • BGP type and provider bug fix, enhancement, and updated tests #32 (devrobo)
  • Feature eos_staticroute #31 (jerearista)
  • Rubocop cleanup. #30 (devrobo)
  • Add unit test cases for yes/no and other boolean values. #28 (devrobo)
  • Added support for BGP types and providers along with unit tests. #25 (devrobo)

Fixed bugs:

  • mock not intercepting acl.getall call #14
  • BGP type and provider bug fix, enhancement, and updated tests #32 (devrobo)

Closed issues:

  • eos_bgp_neighbor not configuring #27
  • eos_interface not controlling shutdown/enable status properly #26

Merged pull requests:

v1.1.0 (2015-07-07)

Full Changelog

Implemented enhancements:

  • Add tag metadata to enhance search-ability on Forge #11
  • Update metadata tags and operatingsystem_support #12 (jerearista)

Merged pull requests:

v1.0.0 (2015-05-06)

Closed issues:

  • warning: already initialized constant IPADDR_REGEXP in mlag and ipinterface types #2

Merged pull requests:

* This Change Log was automatically generated by github_changelog_generator