Skip to content
This repository was archived by the owner on Oct 22, 2024. It is now read-only.

Commit be36b7e

Browse files
authored
aaron-lane-v5.7.1 (#442)
* Update version to 5.7.1 * Add 5.7.1 to CHANGELOG * Update documentation
1 parent 415b321 commit be36b7e

35 files changed

+22
-15
lines changed

CHANGELOG.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,12 @@ adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).
88

99
## [Unreleased][unreleased]
1010

11+
## [5.7.1] - 2021-02-25
12+
13+
### Fixed
14+
15+
- Order of operations for loading InSpec plugins
16+
1117
## [5.7.0] - 2021-02-23
1218

1319
### Added
@@ -765,7 +771,8 @@ Gandalf the Free-As-In-Beer
765771

766772
- Initial release
767773

768-
[unreleased]: https://github.com/newcontext/kitchen-terraform/compare/v5.7.0...HEAD
774+
[unreleased]: https://github.com/newcontext/kitchen-terraform/compare/v5.7.1...HEAD
775+
[5.7.1]: https://github.com/newcontext/kitchen-terraform/compare/v5.7.0...v5.7.1
769776
[5.7.0]: https://github.com/newcontext/kitchen-terraform/compare/v5.6.0...v5.7.0
770777
[5.6.0]: https://github.com/newcontext/kitchen-terraform/compare/v5.5.0...v5.6.0
771778
[5.5.0]: https://github.com/newcontext/kitchen-terraform/compare/v5.4.0...v5.5.0

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ the semantic versioning of the Ruby gem.
7575
7676
```ruby
7777
source "https://rubygems.org/" do
78-
gem "kitchen-terraform", "~> 5.6"
78+
gem "kitchen-terraform", "~> 5.7"
7979
end
8080
```
8181

@@ -102,7 +102,7 @@ example.
102102
> Installing Kitchen-Terraform with RubyGems
103103
104104
```sh
105-
gem install kitchen-terraform --version 5.7.0
105+
gem install kitchen-terraform --version 5.7.1
106106
```
107107

108108
This approach is not recommended as it requires more effort to install
7 Bytes
Loading
84 Bytes
Loading
255 Bytes
Loading
226 Bytes
Loading
166 Bytes
Loading
10 Bytes
Loading
38 Bytes
Loading
44 Bytes
Loading

0 commit comments

Comments
 (0)