Skip to content

Releases: voxpupuli/beaker

beaker 2.32.1

14 Jan 23:56

Choose a tag to compare

This Z release is limited to one change: to set the keepalive_timeout in Net::SSH library to the default, rather than 2 seconds it was set to in #1039.

See details below, or the changelog here.

Details

Bug

  • [BKR-681] - Beaker connection received Net::SSH::Timeout reset during run

beaker 2.32.0

13 Jan 16:53

Choose a tag to compare

Highlights

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

  • [BKR-481] - Add support for Ubuntu 15.10 (i386, x86_64)
  • [BKR-510] - Beaker should support EC2 Netscaler Provisioning
  • [BKR-648] - Create a single method for installing open source puppet_agent on all supported platforms

beaker 2.31.0

16 Dec 21:26

Choose a tag to compare

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

03 Dec 19:34

Choose a tag to compare

Details

beaker 2.30.0

02 Dec 21:53

Choose a tag to compare

Highlights

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

23 Nov 23:44

Choose a tag to compare

Highlights

  • @ody fixed the mime-type gem dependency issue in BKR-633

Details

Bug

  • [BKR-633] - Install broken by mime-types on ruby <2.0
  • [BKR-499] - Fix Solaris 10 in Beaker PR testing CI

beaker 2.29.0

18 Nov 17:38

Choose a tag to compare

Highlights

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

beaker 2.28.0

04 Nov 22:51

Choose a tag to compare

Highlights

and many more below!

Details

Bug

  • [BKR-511] - Beaker fails to launch Vagrant VMs when run within Bundler
  • [BKR-579] - call to rpm in Beaker::DSL::InstallUtils ignores package_proxy option
  • [BKR-583] - Version value causes bug on Windows machines
  • [BKR-584] - Fix issues with PSWindows Provider
  • [BKR-587] - fix apply_manifest_on documentation from BKR-571
  • [BKR-588] - Need to update Beaker's EOS (Arista) support
  • [BKR-590] - remove data/hard-coded values from puppet_helpers
  • [BKR-592] - Fog dependency breaks beaker
  • [BKR-596] - The "copy_module_to" Method Breaks on BitVise Windows Templates
  • [BKR-598] - aws-sdk: Race condition in key-pair creation, exasperated by recent unique key changes
  • [BKR-614] - Transient test failure: reconnecting to host times out in Beaker "can reboot host" acceptance test

New Feature

  • [BKR-597] - Need to update Beaker's Cumulus support

Task

  • [BKR-358] - beaker acceptance tests for dsl::helpers::host_helpers
  • [BKR-600] - Create in-repo documentation from the Beaker project wiki
  • [BKR-602] - Redirect all Beaker wiki pages to in-repo documentation
  • [BKR-607] - Remove tar install for AIX

beaker 2.27.0

21 Oct 21:07

Choose a tag to compare

Highlights

Details

Bug

  • [BKR-380] - beaker vagrant windows box support issues
  • [BKR-574] - Can't set `restart_when_done` to false in configuration

Improvement

  • [BKR-539] - simplified Dockerfile support
  • [BKR-573] - add remove_puppet_on helper
  • [BKR-582] - Adjust colors for messaging based on context of run
  • [BKR-542] - Remove big object dump from log

beaker 2.26.0

13 Oct 20:05

Choose a tag to compare

    Release Notes - Beaker - Version BKR 2.26.0

Bug

  • [BKR-275] - PowerShell Wrapper Does not Handle Quoting

Improvement

  • [BKR-580] - Allow --collect-perf-data to send data dump to Graphite

New Feature

  • [BKR-488] - Add support for Windows 10 (x86, x64)