Skip to content

Commit

Permalink
Release 1.4.0
Browse files Browse the repository at this point in the history
Signed-off-by: Tim Smith <tsmith@chef.io>
  • Loading branch information
tas50 committed Sep 29, 2020
1 parent f5e5d8a commit 7c81155
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# kitchen-azurerm Changelog

## [1.4.0] - 2020-09-29

- Resolved an issue where VM state was persisted before VM is provisioned
- Added linting and unit testing for each pull request via GitHub Actions
- Resolved issues where resource groups where not being destroyed
- Set 'az login' the default authentication mechanism
- Added new `use_fqdn_hostname` config option to set Test Kitchen to communicate using the instance's FQDN
- Resolved an issue where username was not being added to Test Kitchen's state

## [1.3.0] - 2020-09-09

- Improve performance by loading depedencies only when we need them (@mwrock)
Expand Down
2 changes: 1 addition & 1 deletion kitchen-azurerm.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ lib = File.expand_path("lib", __dir__)
$LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib)
Gem::Specification.new do |spec|
spec.name = "kitchen-azurerm"
spec.version = "1.3.0"
spec.version = "1.4.0"
spec.authors = ["Stuart Preston"]
spec.email = ["stuart@chef.io"]
spec.summary = "Test Kitchen driver for Azure Resource Manager."
Expand Down

0 comments on commit 7c81155

Please sign in to comment.