Skip to content

Commit

Permalink
Release 0.14.5
Browse files Browse the repository at this point in the history
Signed-off-by: Stuart Preston <stuart@chef.io>
  • Loading branch information
Stuart Preston committed Sep 30, 2018
1 parent c1e3607 commit f70d865
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions CHANGELOG.md
@@ -1,5 +1,8 @@
# kitchen-azurerm Changelog

## [0.14.5] - 2018-09-30
- Support Shared Image Gallery (preview Azure feature) (@zanecodes)

## [0.14.4] - 2018-08-10
- Adding capability to execute ARM template after VM deployment, ```post_deployment_template``` and ```post_deployment_parameters``` added (@sebastiankasprzak)

Expand Down
2 changes: 1 addition & 1 deletion kitchen-azurerm.gemspec
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 = '0.14.4'
spec.version = '0.14.5'
spec.authors = ['Stuart Preston']
spec.email = ['stuart@chef.io']
spec.summary = 'Test Kitchen driver for Azure Resource Manager.'
Expand Down

0 comments on commit f70d865

Please sign in to comment.