Skip to content

Releases: SUSE/salt-netapi-client

v0.12.0

13 Jul 07:51
5d2d84c
Compare
Choose a tag to compare

These are the most important changes for version 0.12.0:

  • Fix date format for Schedule (#198)
  • Fix sending kwarg in payload in RunnerCall (#199)
  • Better error handling in Runner and Wheel calls (#200)
  • Refactored some code and added module name information to Call classes (#197, #203)
  • listJobs improvements (#205)
  • Increase the default SOCKET_TIMEOUT to 20 seconds (#208)
  • Cmd module enhancements (#209)

Thanks to all the contributors of this great release!

v0.11.1

28 Mar 13:11
229f575
Compare
Choose a tag to compare

These are the changes for version 0.11.1:

  • Allowing custom timeouts for Manage.up(), Test.ping() and on a generic LocalCall (#195)
  • Allow to get metadata from Jobs.Info (#192)
  • Added support for the salt.modules.minion and schedule.list (#191)
  • Fixed Cookie issue (#189)

Note that version 0.11.0 was skipped as we reverted one of the patches and re-released, see #193. Thanks to all the contributors of this release!

v0.11.0

28 Mar 08:47
22127c4
Compare
Choose a tag to compare
Update the version to 0.11.0

v0.10.0

01 Feb 16:42
2f7cecd
Compare
Choose a tag to compare

Changes:

  • Prevent wrong target types from being passed to salt ssh (#175)
  • Implementation of callAsync that resolves results via eventstream (#178)
  • Fixed status.uptime + status module tests (#180, #181, #183 and #185)
  • Added salt.modules.minion module (#186)
  • Support for config.get and additional result types (#187)

v0.9.0

21 Oct 14:10
d465d74
Compare
Choose a tag to compare

Changes:

  • Add support for pkg module methods (#131)
  • Make Zypper.registerrelease Optional (#169)
  • Support for gen() and gen_accept() wheel functions (#166)
  • Add sync_beacons in saltutil module (#168)
  • Add local_batch client type (#171)
  • Salt SSH raw shell support (#174)
  • Better SSH error handling (#173)

v0.8.0

05 Jul 12:37
2faa3fe
Compare
Choose a tag to compare

Changes in version 0.8.0:

  • Synchronous module calls via salt-ssh (#161)
  • Parsing of event data in a staged manner (#150)
  • Better error handling for LocalCall results (#146)
  • Execution modules support (#143, #144, #145, #147, #151, #155)

Thanks to all the contributors of this release!

v0.7.0

09 Feb 09:47
Compare
Choose a tag to compare

These are the most important changes for version 0.7.0:

  • Rename "saltstack" to "salt" (#142)
  • Add scope property to Network.INet6 (#141)
  • Initial smbios and saltutil modules (#139 and #140)
  • Add state module functions and grains matcher (#136)
  • Test additions and refactorings (#128 and #129)
  • Allow adding event listeners before stream initialization (#127)
  • Replace JsonDeserializer implementations with TypeAdapter (#124)
  • Move sync/async remote call setups to their respective classes (#120)

Thanks a lot to all the contributors of this great release!

v0.6.0

29 Sep 09:22
Compare
Choose a tag to compare

These are the changes for version 0.6.0:

  • Add test module function for gathering information about minion (#122)
  • Add beacon module function (#121)
  • implement event parsers to help dealing with events (#119)
  • implement Match module functions (#116)
  • Switch Pkg.Info to use ZonedTimeDate (#115)
  • Buffer partial websocket messages (#114)
  • add SaltVersion to represent and parse salt version strings (#113)
  • Eclipse shows compile errors (#91)

Thanks again to all the contributors of this release!

v0.5.0

14 Sep 14:48
Compare
Choose a tag to compare

These are the changes for version 0.5.0:

  • Add NeedBraces check to checkstyle configuration (#112)
  • On event stream closure, pass the CloseReason on to the listeners (#111)
  • Make argument types easier to work with (#110)
  • Add pkg.info to Pkg module (#109)
  • Add dependency on slf4j-jdk14 logger (#107)
  • SimpleDateFormat from static variable to local (#106)
  • Add support for salt.modules.status (#105)
  • Add support for all key states in list_all and finger (#102)
  • Add timezone support for parsing StartTime (#101)

Thanks a lot to all the contributors of this release!

v0.4.1

25 Aug 09:38
Compare
Choose a tag to compare

This is a bugfix release, see #100.