Skip to content

Releases: voxpupuli/beaker

beaker 2.35.0

24 Feb 21:22
Compare
Choose a tag to compare

Highlights

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

10 Feb 22:32
Compare
Choose a tag to compare

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

27 Jan 21:24
Compare
Choose a tag to compare

This is a smaller release, no need for Highlights. Details below.

Details

Improvement

  • [BKR-666] - provision wrlinux-5 hosts from vmpooler

New Feature

  • [BKR-480] - Add base support for Fedora 23 (i386, x86_64)

beaker 2.32.1

14 Jan 23:56
Compare
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
Compare
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
Compare
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
Compare
Choose a tag to compare

Details

beaker 2.30.0

02 Dec 21:53
Compare
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
Compare
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
Compare
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