Skip to content

Releases: SatelliteQE/broker

The release that fixed the previous release

03 Nov 20:26
Compare
Choose a tag to compare

0.1.29 (2021-11-03)

  • Actually include a line that was supposed to be in 0.1.28

The release that improves CLI-Library parity

03 Nov 19:56
Compare
Choose a tag to compare

This release skipped 0.1.27 and thus includes the changes from that release.

0.1.28 (2021-11-03)

  • Suppress warnings on inventory load
  • Move file arg evaluation to VMBroker's init

0.1.27 (2021-10-29)

  • Made CLI checkouts properly raise exceptions

The one that retries

05 Oct 19:58
Compare
Choose a tag to compare
  • Added retries to socket.connect
  • Also added some better error handling when decoding stdout data

The release that made a bunch of people happy

29 Sep 20:12
Compare
Choose a tag to compare
  • Extends are now concurrent by default
  • Color codes are stripped from log files
  • Broker now respects its own debug setting
  • Session command timeouts are now flexible

0.1.24

17 Sep 16:01
Compare
Choose a tag to compare
Add back in getattr call to Host methods

These are still needed since self._session is stripped during the
pickling process.

The release that added an interactive shell

15 Sep 20:58
3fedc82
Compare
Choose a tag to compare

0.1.23 (2021-09-10)

  • Added interactive shell functionality to sessions
  • Small fix for closing sessions

The release with less errors

10 Aug 17:29
Compare
Choose a tag to compare

0.1.22 (2021-07-16)

  • Handle checkin on instance with no hosts
  • Handle Pickle raising an AttributeError
  • Better error handling for AnsibleTower