Skip to content

Latest commit

 

History

History
247 lines (172 loc) · 21.3 KB

CHANGELOG.md

File metadata and controls

247 lines (172 loc) · 21.3 KB

Change log

All notable changes to this project will be documented in this file. The format is based on Keep a Changelog and this project adheres to Semantic Versioning.

v2.0.0 (2021-07-05)

Full Changelog

Changed

  • (IAC-1603) Removing usage of resource_api module and puppet5 support #429 (pmcmaw)
  • (IAC-1020) - removal of Inappropriate Terminology #426 (david22swan)

Added

Fixed

  • pdksync - (IAC-973) - Update travis/appveyor to run on new default branch main #419 (david22swan)

v1.3.0 (2020-08-06)

Full Changelog

Added

  • (PE-29241) Use all supported algorithms for ssh connections #418 (donoghuc)

v1.2.0 (2019-11-21)

Full Changelog

Added

Fixed

1.1.0 (2019-09-10)

Full Changelog

Added

Fixed

  • (maint) - VRF Fix #379 (david22swan)
  • (FM-8438) - Fix to make the attributes of syslog_settings console and monitor idempotent #378 (david22swan)
  • (FM-8434) ntp_server: fix idempotency issue with VRF #376 (maxiegit)
  • (FM-7815) Merge functions of ios_access_list and ios_acl_entry #375 (da-ar)
  • (FM-8441) - Remove code that removes additional spaces #374 (david22swan)
  • (maint) return cli_command errors as JSON #373 (DavidS)
  • Optimise ios_network_trunk performance #369 (maxiegit)
  • (MODULES-9465) ios_radius_global: fix spurious whitespace in attributes returned from device #365 (david22swan)
  • (maint) fixes for the final ios_snmp_global idempotency failures #362 (Thomas-Franklin)
  • (FM-8310) idempotency fixes for ios stp global #357 (Thomas-Franklin)
  • Fix documentation example device conf file #356 (seanmil)
  • (FM-7764) Exclusion added for ios_additional_syslog_settings tests #351 (david22swan)
  • (maint) Update the connection prompt to match on confirmation prompts #336 (willmeek)
  • (FM-7222) Error out instead of attemping to delete default Cisco VLANs #245 (willmeek)

v1.0.0 (2019-06-14)

Full Changelog

Added

  • (FM-8099) Update README to reflect status of types for XE devices #330 (willmeek)
  • (maint) Add 4948 exclusion to Radius Server #327 (willmeek)
  • (FM-8083) fix up the POC cli task for generic command execution #316 (Thomas-Franklin)
  • FM-7753 XE functionality for ntp_config #315 (Lavinia-Dan)
  • (maint) Add a function to allow for backwards compatible credentials #314 (willmeek)
  • (FM-7849) Acceptance test updates #313 (Lavinia-Dan)
  • (FM-7746) Add additional fields to IOS STP Global #312 (willmeek)
  • (FM-7750) - Network Trunk update to account for XE #310 (david22swan)
  • (maint) acl and access conversion to match other providers #307 (Thomas-Franklin)
  • (FM-7748) checking of support for network interface and xe #306 (Thomas-Franklin)
  • (maint) adding the new devices to readme test matrix #304 (Thomas-Franklin)
  • (maint) adding in an os family fact value for allowing xe exclusions #303 (Thomas-Franklin)
  • (maint) Add an OS Family fact #295 (willmeek)
  • (FM-7737) Add enable secret to test pre-requisite #293 (willmeek)
  • (FM-7727) Update to use RSAPI Transports and adjust credential configuration to default keys #292 (da-ar)
  • (FM-7653) implement a standardized install class #288 (tkishel)
  • (FM-7653) implement a standardized install class #286 (tkishel)
  • (FM-7138) Add support for Access Lists #235 (willmeek)

Fixed

  • (maint) Fix for IOS STP Global test #324 (willmeek)
  • (maint) Fix for TACACS Server acceptance test #323 (willmeek)
  • (maint) Fix for TACACS Global test #322 (willmeek)
  • (maint) SNMP Notification acceptance test fix #321 (willmeek)
  • (maint) Fix for Network Trunk test #320 (willmeek)
  • (maint) Fix for NTP Server test #318 (willmeek)
  • (maint) Update Spec Helper Acceptance to reflect new transport schema #300 (willmeek)
  • (maint) Unit tests - ACL entry types should be integers #299 (willmeek)
  • make "des" working #298 (seppeel)
  • (maint) Fix for the enable password regex #294 (willmeek)
  • (maint) Fix acceptance tests with a dependency on vlan presence #291 (willmeek)
  • (maint) Fix acceptance tests on fresh device config #290 (willmeek)

0.6.2 (2018-12-06)

Full Changelog

Fixed

  • (FM-7604) only use verify_host_key on versions of net-ssh which have it #282 (Thomas-Franklin)

0.6.1 (2018-11-26)

Full Changelog

Fixed

  • (maint) Fix network_interface canonicalisation #279 (willmeek)

0.6.0 (2018-11-22)

Full Changelog

Added

Fixed

0.5.0 (2018-11-05)

Full Changelog

Added

  • (maint) switch the Device to url_or_config handling #267 (DavidS)
  • (MODULES-8069) prepare for updates to netdev_stdlib #264 (DavidS)
  • (FM-7481) Update install instructions and classes #263 (DavidS)
  • (MODULES-8068) empty canonicalize method to netdev_stdlib providers #262 (Thomas-Franklin)

Fixed

  • (maint) Change command used to obtain device vardir for SSL fingerpri… #269 (willmeek)
  • (maint) resolving resource issue when applying manifest #268 (Thomas-Franklin)

0.4.0 (2018-10-02)

Full Changelog

Added

Fixed

  • CVE-2018-11752 (FM-7259) explicit configuration for SSH session logging #258 (willmeek)
  • CVE-2018-11750 (FM-7215) Verify SSH known hosts if specified #257 (willmeek)
  • (maint) Add missing coexistence check to banner #251 (shermdog)
  • (FM-7283) Fix network_vlan acceptance test #248 (willmeek)
  • (FM-6988) Add canonicalize function to network_interface #243 (willmeek)

Change log

All notable changes to this project will be documented in this file. The format is based on Keep a Changelog and this project adheres to Semantic Versioning.

0.3.0 (2018-08-06)

Full Changelog

Added

  • (FM-6952) Add types and providers for configuring AAA #232 (willmeek)
  • (NETDEV-41) add facility to syslog_settings #228 (shermdog)

Fixed

  • (NETDEV-38) removing banner type, use netdev #238 (tphoney)
  • (FM-7184/FM-7197) Handle authentication errors and custom prompts #237 (shermdog)
  • (FM-7224) Split command and connection timeout and make configurable #236 (shermdog)
  • Update 'create issue' link in metadata.json #233 (davidmalloncares)
  • (maint) Fix os fact and add hostname fact #227 (shermdog)
  • (maint) Fix for NTP Auth key password test on 3750 #224 (willmeek)
  • (maint) NTP Server acceptance test - allow symbol on yaml load #223 (willmeek)
  • (FM-7064) Improve parsing of network interface speed values #214 (willmeek)
  • (FM-7067) Send a newline on Config T mode to clear prompt #212 (willmeek)

0.2.0 (2018-06-15)

Full Changelog

Added

  • (FM-6989) Support Tacacs server deprecated CLI #220 (willmeek)

Fixed

  • (maint) Adding changelog generator #217 (tphoney)
  • (FM-7074) Add list of tested IOS versions to OperatingSystem metadata #216 (willmeek)
  • (FM-7069) hocon vs yaml #215 (tkishel)
  • (FM-7068) run pdk update, fix blacksmith #213 (tphoney)

* This Changelog was automatically generated by github_changelog_generator