Skip to content

Releases: napalm-automation-community/napalm-srlinux

v1.0.5

04 May 04:44
Compare
Choose a tag to compare

What's Changed

  • Add python 3.12, remove 3.7 and fix get_config method signature by @jbemmel in #54

Full Changelog: v1.0.4...v1.0.5

Release v1.0.4

15 Dec 15:53
Compare
Choose a tag to compare
  • Fixes an issue with /tmp files not always being deleted across different runs

Release v1.0.3

14 Nov 16:28
c9d9d16
Compare
Choose a tag to compare
  • Add 'commit_save' option (default False) to save config changes to startup
  • Security fix: Don't include username/password in URLs that could get logged, use HTTP Basic Auth headers instead

Release v1.0.2

19 Sep 14:03
32f2d77
Compare
Choose a tag to compare
  • Improved warnings and certificate parameter handling for JSON RPC
  • Fix CI/CD to run all tests

Release v1.0.1

15 Sep 03:21
Compare
Choose a tag to compare

Fixed in this release:

  • get_interfaces_ip: handle case of interface without an address, add secondary ipv6 IPs (refactored method)
  • remove setuptools_rust dependency (unused)

Release v1.0.0

18 May 15:36
74da168
Compare
Choose a tag to compare

New release 1.0.0

Highlights:

  • uses https for JSON RPC, with the latest urllib3 package
  • Fully automated CI/CD pipeline using Containerlab, for regression testing on all supported Python versions
  • Cleaned up dependencies