Releases: voxpupuli/beaker
Releases · voxpupuli/beaker
beaker 2.35.0
Highlights
- @pinkypie fixed
--dry-run
CLI option in BKR-48 - @pinkypie allowed ntp sync setting to be configured at the host level in BKR-99
Details
Bug
- [BKR-48] - fix --dry-run in beaker
- [BKR-704] - Permit relative paths when specifying local mounts for the docker hypervisor
Improvement
- [BKR-99] - Ntp setting at the host config level
New Feature
- [BKR-693] - accounts pipeline failing Solaris still
beaker 2.34.0
Highlights
- @objectverbobject re-enabled package-related acceptance tests for Ubuntu 15.04 in BKR-513
- @nhemingway added local folder mounting from the docker hypervisor in BKR-637
Details
Bug
- [BKR-695] - failing puppet.conf creation on windows
Improvement
- [BKR-667] - provision wrlinux-7 hosts from vmpooler
- [BKR-668] - install puppet-agent on wrlinux-5 hosts
New Feature
- [BKR-637] - Mount local folders inside nodes when using the docker hypervisor
Task
- [BKR-513] - re-enable package-related acceptance tests for Ubuntu 15.04
beaker 2.33.0
beaker 2.32.1
beaker 2.32.0
Highlights
- @petems changed from
pkg_*
topkg install
commands on fedora platforms in BKR-661 - @LuvCurves added support for ec2 netscaler provisioning in BKR-510
- @colinPL refactored parsed values validation in BKR-88
Details
Bug
- [BKR-604] - The "install_pe" Method Fails with BitVise Windows Template
- [BKR-660] - beaker pollutes environment with private bin directory of puppet
Improvement
- [BKR-88] - break out option/argument validation of parser.rb in beaker
- [BKR-661] - Change FreeBSD 9 to use pkgng
New Feature
beaker 2.31.0
Highlights
- @ody added a number of fixes in the setup phase
- @erikPrime added guards against calling update URLs from tests in BKR-237
- @sathlan added memory option to vagrant libvert in BKR-631
Details
Bug
- [BKR-569] - Beaker installs an older MSI instead of the one specified
- [BKR-626] - Download URL for puppet-agent-latest not working.
- [BKR-628] - Beaker::Host::Mac#group_present checks user accounts instead of group accounts
- [BKR-642] - Beaker no longer sets up puppet agent path correctly on AIX
- [BKR-643] - regression in 2.30: undefined local variable or method `databases'
- [BKR-644] - install_puppet_agent_dev_repo_on doesn't work on fedora
- [BKR-647] - Windows::Pkg#install_package method fails due to upstream changes
New Feature
- [BKR-631] - Add memory option to vagrant libvirt.
Task
- [BKR-237] - Prevent production dujour checkins for FOSS services running on master nodes
beaker 2.30.1
beaker 2.30.0
Highlights
- @hunner fixed the install_pe for solaris in 2015.2 issue in BKR-472
- @adrienthebo fixed broken YAML deserialization in BKR-634
Details
Bug
- [BKR-609] - pe_ver with empty string no longer tolerated properly
- [BKR-622] - Beaker Messes up Host IP when running with provision=no
- [BKR-634] - broken YAML deserialization for Beaker::Platform ruby 1.9.3-p194
- [BKR-636] - Following the howto write a beaker test for a module fails
Improvement
- [BKR-635] - Add VM hostname to VMX data during cloning operations
Task
- [BKR-623] - Implement alternate test-runner classes in Beaker
beaker 2.29.1
beaker 2.29.0
Highlights
- @developerinlondon added mounted folder support to the vagrant hypervisor in BKR-625!
Details
Bug
- [BKR-617] - Exceptions raised in a test case teardown don't always print the exception message
- [BKR-624] - Line_prefix_length does nothing
New Feature
- [BKR-625] - Beaker lacks a way to mount local folders inside nodes when using vagrant hypervisor