Releases: voxpupuli/beaker
beaker 3.0.0
New X Version! Checkout our upgrade guide for more information on what's changed!
Highlights
- @glennsarti fixed our environment variable methods in BKR-914
- @ferglor fixed a service name issue in BKR-221
- @tvpartytonight removed our old hypervisors in BKR-552
Details
Bug
- [BKR-221] - Beaker assumes apache2ctl for graceful restarting
- [BKR-854] - [epel] Stop hardcoding package name
CI Blocker
- [BKR-914] - Beaker creates bad ssh environment on Windows
Improvement
- [BKR-712] - Default to not caching artifacts in fetch_http_file
New Feature
- [BKR-904] - Provide a nice way to wait for a host post reboot
Task
Outside Tickets
- PE-17093, #1238 - Fix noask directory path
- PA-514, #1239 - Ensure windows reg value & startup type
- PA-514, #1252 - correct key to remembered props on i386 win
Maintenance Tasks
beaker 2.51.0
beaker 2.50.0
2.50.0 is being released early because of BKR-918, which was causing bundle installs to fail.
Highlights
Details
Bug
- [BKR-896] - Beaker must fix SELinux contexts on Root's home directory when copying in the SSH authorized keys file
Improvement
- [BKR-860] - Add startup rake tasks for vagrant
- [RE-7420, #1221] - Add the ability to run FOSS tests on sles
- [PE-17093, #1223] - Solaris 10/11 pkg/pkgutil fixes
New Feature
- [BKR-906] - Allow configuring mac address for Vagrant provisioner
Task
- [BKR-918] - New rbvmomi release breaks Ruby 1.9 testing
Maintenance Tasks
- #1218 host acceptance tests refactor
beaker 2.49.0
Highlights
- @ferglor fixed .fog file error messages in BKR-783
- @samwoods1 fixed errors in teardown presentation in BKR-570
Details
Bug
- [BKR-570] - errors in teardown should not obscure raised assertions from prior to teardown
- [BKR-783] - Confusing error messages when key missing from .fog file
- [BKR-910] - beaker fails to install epel-release-7-7
Improvement
- [BKR-894] - Beaker should change the default DNS resolution if the /etc/hosts file is modified
Task
- [BKR-80] - Develop a Style Guide for Beaker
- [BKR-892] - Generalize how beaker determines run_in_parallel option
Maintenance Tasks
beaker 2.48.1
This z-release fixes an issue manifested in beaker-rspec where it would attempt to add a teardown
in with_host_stubbed_on
. The Testcase
object is not instantiated in beaker-rspec, and so the instance variables that teardown
requires aren't defined.
2.48.0
beaker 2.47.1
This release is a Z release intended to fix a regression where you could have inadvertently been using the run_in_parallel
functionality in block_on
or run_block_on
methods by passing the global options hash to puppet install methods, which would pass []
in as the default run_in_parallel
setting, resolving as truthy during the check as to whether we should use parallel functionality.
Details
beaker 2.47.0
Highlights
- @samwoods1 added parallel functionality in QA-2501
Details
Bug
- [BKR-797] - timesync method fails when ntp service running
- [BKR-869] - [bkr testing] investigate why fedora 22 takes so long during reboot
Improvement
- [BKR-874] - scp_to: add filtering for .svn, junit, pkg and example folders
New Feature
- [BKR-859] - Add startup rake tasks for vmpooler
Maintenance Tasks
beaker 2.46.0
Highlights
@demophoon bumped the hocon version to get the latest beaker-answers PE-16065
Bug
- [BKR-849] - Pure Windows (pswindows) distmoduledir is hard coded to production
Task
beaker 2.45.0
Highlights
- @tvpartytonight fixed
get_ip
method to take hypervisors into account in BKR-843 - @pinkypie added web_helpers acceptance tests in BKR-355
- @kevpl added beaker-hostgenerator syntax support to the hosts argument in BKR-814
- @Sukanyade2014 improved overview docs in BKR-840
Details
Bug
- [BKR-843] - `get_ip` method needs to vary depending on hypervisor
- [BKR-853] - beaker fails to install epel-release-7-6
Improvement
- [BKR-814] - add beaker-hostgenerator syntax support to the --hosts argument
- [BKR-856] - Add el and sles support to remove_puppet_on helper
New Feature
Task
- [BKR-24] - update docs with explanation of terminal output coloring + how to disable
- [BKR-355] - beaker acceptance tests for dsl::helpers::web_helpers
- [BKR-840] - Create First PR: Docs Improvement!