Skip to content

beaker 4.19.0

Compare
Choose a tag to compare
@highb highb released this 12 Mar 22:28
· 610 commits to master since this release

Added

  • apt-transport-https package will now be installed on Debian-based systems as part of the prebuilt process. (#1631)
  • Ubuntu 19.10 and 20.04 code name handling. (#1632)

Changed

  • The wait_time, max_connection_tries, and uptime_retries parameters have been added to Host::Unix::Exec.reboot. This allows for more fine-grained control over how the reboot is handled. (#1625)

Fixed

  • In hosts.yml, packaging_platform will now default to platform if unspecified. This fixed a bug where beaker would fail unless you specified both values in your config, even if both values were identical. (#1628)
  • version_is_less will now correctly handle builds and RCs when used in version numbers. (#1630)

Security

  • Update rake to ~> 12.0, which currently resolves to 12.3.3 to remediate CVE-2020-8130