Skip to content

Commit

Permalink
Release 1.5.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 Feb 11, 2021
1 parent 48e581b commit 58e063f
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# kitchen-azurerm Changelog

## [1.5.0] - 2021-02-11

- Add support for setting the public IP SkU with a new `public_ip_sku` for use under the `subnet` config. Thanks [@simonjefford](https://github.com/simonjefford)

## [1.4.0] - 2020-09-29

- Resolved an issue where VM state was persisted before VM is provisioned
Expand All @@ -11,7 +15,7 @@

## [1.3.0] - 2020-09-09

- Improve performance by loading depedencies only when we need them (@mwrock)
- Improve performance by loading dependencies only when we need them (@mwrock)

## [1.2.0] - 2020-08-20

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.4.0"
spec.version = "1.5.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 58e063f

Please sign in to comment.