Skip to content

Commit

Permalink
Merge pull request #1559 from puppetlabs/release_4.2.0_changelog
Browse files Browse the repository at this point in the history
(MAINT) update changelog for 4.2.0 release
  • Loading branch information
kevpl authored Nov 28, 2018
2 parents d8c06db + 9f77479 commit 787fdbb
Showing 1 changed file with 14 additions and 1 deletion.
15 changes: 14 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,25 @@ Tracking in this Changelog began for this project in version 3.25.0.
If you're looking for changes from before this, refer to the project's
git logs & PR history.

# [Unreleased](https://github.com/puppetlabs/beaker/compare/4.1.0...master)
# [Unreleased](https://github.com/puppetlabs/beaker/compare/4.2.0...master)

# [4.2.0](https://github.com/puppetlabs/beaker/compare/4.1.0...4.2.0) - 2018.11.28

### Added

- `BEAKER_HYPERVISOR` environment variable to choose the beaker-hostgenerator hypervisor

### Changed

- Handling of vsh appended commands for cisco_nexus (BKR-1556)
- Acceptance tests: Add backoffs to other create_remote_file test

### Fixed

- Don't always start a new container with docker (can be reused between invocations of the provision and exec beaker subcommands) (BKR-1547)
- Recursively remove unpersisted subcommand options (BKR-1549)


# [4.1.0](https://github.com/puppetlabs/beaker/compare/4.0.0...4.1.0) - 2018.10.25

### Added
Expand Down

0 comments on commit 787fdbb

Please sign in to comment.