Skip to content

Releases: voxpupuli/beaker

7.2.1

25 Oct 17:46
7.2.1
9cde79c

Choose a tag to compare

What's Changed

Bug Fixes 🐛

Full Changelog: 7.2.0...7.2.1

7.2.0

24 Oct 13:17
7.2.0
2f5f629

Choose a tag to compare

What's Changed

New Features 🎉

Full Changelog: 7.1.0...7.2.0

7.1.0

01 Oct 13:26
7.1.0
e75376f

Choose a tag to compare

What's Changed

New Features 🎉

Full Changelog: 7.0.1...7.1.0

7.0.1

15 Aug 07:13
7.0.1
0e53b92

Choose a tag to compare

What's Changed

Bug Fixes 🐛

  • Merge ssh settings by @silug in #1944
  • Update verify_host_key usage to :never, fixes deprecation warning by @silug in #1945

New Contributors

Full Changelog: 7.0.0...7.0.1

7.0.0

07 Aug 06:59
7.0.0
1832848

Choose a tag to compare

What's Changed

Breaking Changes 🛠

New Features 🎉

Full Changelog: 6.8.1...7.0.0

6.8.1

16 Jun 22:06
6.8.1
770cc7c

Choose a tag to compare

What's Changed

Bug Fixes 🐛

  • Use systemd to reload ssh during host prebuilt on RHEL10 by @matejzero in #1933

New Contributors

Full Changelog: 6.8.0...6.8.1

6.8.0

15 Jun 08:20
6.8.0
707761a

Choose a tag to compare

What's Changed

New Features 🎉

Bug Fixes 🐛

New Contributors

Full Changelog: 6.7.0...6.8.0

Beaker 4.26.0

23 Jun 21:59

Choose a tag to compare

Changed

  • Fixed deprecated SSH option handling for verify_ssh_key being passed into Net::SSH. #1655

Removed

  • Removed deprecated use of paranoid flag with Net::SSH. #1655

Beaker 4.25.0

16 Jun 00:02

Choose a tag to compare

Added

  • Execution of Beaker directly through ruby on localhost #1637 (#1637)

Fixed

  • Reliability improvements to the Host#reboot method (#1656) (#1659)

Beaker 4.24.0

05 Jun 08:54

Choose a tag to compare

Added

  • Host method which (#1651)

Fixed

  • Fixed implementation for cat and file_exists? host methods for PSWindows (#1654)
  • Fixed implementation for mkdir_p host method for PSWindows (#1657)