Skip to content

Releases: voxpupuli/beaker

beaker 3.28.0

01 Nov 22:21
Compare
Choose a tag to compare

Fixed

  • corruption of opts[:ignore] when using rsync

beaker 3.27.0

19 Oct 19:03
Compare
Choose a tag to compare

Added

  • support amazon as a platform
  • add codenames for MacOS 10.13 and Ubuntu Artful

beaker 3.26.0

05 Oct 19:23
Compare
Choose a tag to compare

Details

  • concept of manual_test and manual_step

beaker 3.25.0

26 Sep 23:47
Compare
Choose a tag to compare

Details

  • [BKR-1206] Remove mention of the CLA bot
  • #1453 Update lets_write_a_test.md

beaker 3.24.0

07 Sep 21:20
Compare
Choose a tag to compare

Details

Bug

  • [BKR-1155] - Timeouts on VMs Reliant on Floating IPs for Access

beaker 3.23.0

24 Aug 22:28
Compare
Choose a tag to compare

Details

Improvement

  • [BKR-1084] - Add a 'skip teardown' flag
  • [BKR-1146] - Include pry-byebug in beaker
  • [BKR-1181] - Separate vcloud hypervisor into its own library
  • [BKR-1184] - Use REXML to create XML logs in beaker
  • [CPR-439, #1449] - auto import gpg keys with zypper

Maintenance Tasks

  • #1450 Update creating a test env doc
  • #1452 add beaker-abs to hypervisors doc

beaker 3.22.0

09 Aug 21:16
Compare
Choose a tag to compare

Highlights

Details

Bug

  • [BKR-1089] - Custom Facts added to environment on Windows hosts
  • [BKR-1163] - Cannot bundle modules on Windows on beaker 3.4.0 or above

New Feature

  • [BKR-1157] - Separate openstack into its own library
  • [BKR-1158] - Separate docker into it's own library

Maintenance tasks

No maintenance tasks this release

beaker 3.21.1

26 Jul 23:40
Compare
Choose a tag to compare

Details

  • #1440 (BKR-1155) Revert "Allow configurable ssh connection preference"

beaker 3.21.0

26 Jul 20:41
Compare
Choose a tag to compare

Highlights

Details

Bug

  • [BKR-437] - Aws::Sdk hard codes ssh keys to either be ~/.ssh/id_rsa or ~/.ssh/id_dsa
  • [BKR-871] - [windows host] fix install_package method to not check for cygwin install exe
  • [BKR-1089] - Custom Facts added to environment on Windows hosts
  • [BKR-1155] - Timeouts on VMs Reliant on Floating IPs for Access
  • [BKR-1170] - Get floating ip for openstack hypervisor

CI Blocker

  • [BKR-1160] - Fix environment variable setting on Cisco Nexus

Improvement

  • [BKR-863] - Separate aws hypervisor into its own library
  • [BKR-864] - Separate VMWare hypervisors into their own library
  • [BKR-866] - Separate vagrant hypervisors into their own library
  • [BKR-1151] - Port 8142 not opened for master role or using 'ports' on external EC2 address
  • [BKR-1156] - Separate Google Compute hypervisor into its own library
  • [BKR-1162] - Separate vsphere hypervisor with vmware

Maintenance tasks

No maintenance tasks this release

beaker 3.20.0

12 Jul 20:30
Compare
Choose a tag to compare

Highlights

  • @rishijavia separated the vmpooler hypervisor into its own library in BKR-865
  • @dillongilmore cleaned up Vagrantfile handling in BKR-1143

Details

Bug

  • [BKR-1143] - Vagrant fails to boot after upgrading Beaker
  • [BKR-1149] - "host.ip" is not returning correct IP with vagrant hypervisor
  • [BKR-1153] - Solaris10: libcurl not finding correct libssl
  • [BKR-1154] - It is not possible to set command environment variables when beaker is targeting Cisco XR

Improvement

  • [BKR-865] - Separate vmpooler hypervisors into their own library

Task

  • [BKR-1148] - Teach beaker how to amazon linux
  • [RE-7005, #1419] - Preserve hostname on amazon linux on reboots

Maintenance Tasks

  • #1418 add beaker-puppet to libraries doc