Releases: voxpupuli/beaker
Releases · voxpupuli/beaker
beaker 3.28.0
Fixed
- corruption of opts[:ignore] when using rsync
beaker 3.27.0
Added
- support amazon as a platform
- add codenames for MacOS 10.13 and Ubuntu Artful
beaker 3.26.0
Details
- concept of
manual_test
andmanual_step
beaker 3.25.0
beaker 3.24.0
beaker 3.23.0
beaker 3.22.0
Highlights
- @cdenneen Fixed env variable quoting on windows in BKR-1089
- @rishijavia modularized openstack and docker hypervisor out of beaker in BKR-1157 and BKR-1158 respectively
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
Details
- #1440 (BKR-1155) Revert "Allow configurable ssh connection preference"
beaker 3.21.0
Highlights
- @hunner fixed keys detection with AWS hypervisor in BKR-437
- @LuvCurves fixed env var setting on Cisco Nexus in BKR-1160
- @rishijavia modularized a ton of hypervisors in various improvement tickets
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
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