Skip to content
This repository has been archived by the owner on Sep 24, 2019. It is now read-only.

Commit

Permalink
Merge pull request #24 from Iristyle/0.4.0-release-prep
Browse files Browse the repository at this point in the history
0.4.0 release
  • Loading branch information
jpogran authored Mar 8, 2018
2 parents 0c4b088 + e7e653e commit 23f1c42
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
# 2018-03-07 Version 0.4.0
### Summary
Adds the ability for execute_manifest_on to work in both agent and apply; improvements for create_remote_file_ex.

### Features
- Adds support for `execute_manifest_on` with `BEAKER_TESTMODE` set to `apply`

### BugFixes
- Fixes `create_remote_file_ex` so that opts accepts `:owner` instead of `:user`
- Improves content handling for `create_remote_file_ex`
- Minor fixes to option handling

# 2017-06-08 Version 0.3.0
### Summary
Adds a new parameter for shell_ex; and improvements for local test running.
Expand Down
2 changes: 1 addition & 1 deletion lib/beaker/testmode_switcher/version.rb
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module Beaker
# central definition of this gem's version
module TestmodeSwitcher
VERSION = "0.3.0".freeze
VERSION = "0.4.0".freeze
end
end

0 comments on commit 23f1c42

Please sign in to comment.