Skip to content

Commit

Permalink
aaron-lane-v5.7.1 (#442)
Browse files Browse the repository at this point in the history
* Update version to 5.7.1

* Add 5.7.1 to CHANGELOG

* Update documentation
  • Loading branch information
aaron-lane authored Feb 25, 2021
1 parent 415b321 commit be36b7e
Show file tree
Hide file tree
Showing 35 changed files with 22 additions and 15 deletions.
9 changes: 8 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,12 @@ adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).

## [Unreleased][unreleased]

## [5.7.1] - 2021-02-25

### Fixed

- Order of operations for loading InSpec plugins

## [5.7.0] - 2021-02-23

### Added
Expand Down Expand Up @@ -765,7 +771,8 @@ Gandalf the Free-As-In-Beer

- Initial release

[unreleased]: https://github.com/newcontext/kitchen-terraform/compare/v5.7.0...HEAD
[unreleased]: https://github.com/newcontext/kitchen-terraform/compare/v5.7.1...HEAD
[5.7.1]: https://github.com/newcontext/kitchen-terraform/compare/v5.7.0...v5.7.1
[5.7.0]: https://github.com/newcontext/kitchen-terraform/compare/v5.6.0...v5.7.0
[5.6.0]: https://github.com/newcontext/kitchen-terraform/compare/v5.5.0...v5.6.0
[5.5.0]: https://github.com/newcontext/kitchen-terraform/compare/v5.4.0...v5.5.0
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ the semantic versioning of the Ruby gem.
```ruby
source "https://rubygems.org/" do
gem "kitchen-terraform", "~> 5.6"
gem "kitchen-terraform", "~> 5.7"
end
```

Expand All @@ -102,7 +102,7 @@ example.
> Installing Kitchen-Terraform with RubyGems
```sh
gem install kitchen-terraform --version 5.7.0
gem install kitchen-terraform --version 5.7.1
```

This approach is not recommended as it requires more effort to install
Expand Down
Binary file modified docs/apple-touch-icon-114x114-precomposed.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified docs/apple-touch-icon-120x120-precomposed.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified docs/apple-touch-icon-144x144-precomposed.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified docs/apple-touch-icon-152x152-precomposed.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified docs/apple-touch-icon-180x180-precomposed.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified docs/apple-touch-icon-57x57-precomposed.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified docs/apple-touch-icon-60x60-precomposed.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified docs/apple-touch-icon-72x72-precomposed.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified docs/apple-touch-icon-76x76-precomposed.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified docs/apple-touch-icon-precomposed.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified docs/apple-touch-icon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified docs/favicon-160x160.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified docs/favicon-16x16.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified docs/favicon-196x196.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified docs/favicon-32x32.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified docs/favicon-96x96.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified docs/favicon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion docs/getting_started.html
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ <h4 class="display-6" style="font-weight: bolder;">
</code></pre></div> Create the <p class="font-weight-bold" style="color: #32c850; display: inline;">Gemfile</p> to install our dependencies.
<br><br>
<div class="highlight"><pre class="syntax-highlight ruby"><code><span class="n">source</span> <span class="s2">"https://rubygems.org/"</span> <span class="k">do</span>
<span class="n">gem</span> <span class="s2">"kitchen-terraform"</span><span class="p">,</span> <span class="s2">"~&gt; 5.4"</span>
<span class="n">gem</span> <span class="s2">"kitchen-terraform"</span><span class="p">,</span> <span class="s2">"~&gt; 5.7"</span>
<span class="k">end</span>
</code></pre></div> Install Kitchen-Terraform and other rubygems, install bundler if not installed yet.
<br><br>
Expand Down
Binary file modified docs/mstile-144x144.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified docs/mstile-150x150.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified docs/mstile-310x150.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified docs/mstile-310x310.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified docs/mstile-70x70.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion docs/stylesheets/highlighting.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions docs/stylesheets/material.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion docs/tutorials/amazon_provider_ec2.html
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ <h1 class="display-3">
<div class="highlight"><pre class="syntax-highlight ruby"><code><span class="n">ruby</span> <span class="s1">'2.7.1'</span>

<span class="n">source</span> <span class="s1">'https://rubygems.org/'</span> <span class="k">do</span>
<span class="n">gem</span> <span class="s1">'kitchen-terraform'</span><span class="p">,</span> <span class="s1">'~&gt; 5.4'</span>
<span class="n">gem</span> <span class="s1">'kitchen-terraform'</span><span class="p">,</span> <span class="s1">'~&gt; 5.7'</span>
<span class="k">end</span>
</code></pre></div> Close and save the file then run bundler to install these gems:
<br><br>
Expand Down
2 changes: 1 addition & 1 deletion docs/tutorials/extensive_kitchen_terraform.html
Original file line number Diff line number Diff line change
Expand Up @@ -919,7 +919,7 @@ <h1 class="display-3">Extensive Kitchen-Terraform</h1>
<div class="highlight"><pre class="syntax-highlight ruby"><code><span class="c1"># frozen_string_literal: true</span>

<span class="n">source</span> <span class="s2">"https://rubygems.org/"</span> <span class="k">do</span>
<span class="n">gem</span> <span class="s2">"kitchen-terraform"</span><span class="p">,</span> <span class="s2">"~&gt; 5.2"</span>
<span class="n">gem</span> <span class="s2">"kitchen-terraform"</span><span class="p">,</span> <span class="s2">"~&gt; 5.7"</span>
<span class="k">end</span>

</code></pre></div> Install the declared Ruby gem dependencies by mimicking the following Bash script.
Expand Down
2 changes: 1 addition & 1 deletion examples/extensive_kitchen_terraform/Gemfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# frozen_string_literal: true

source "https://rubygems.org/" do
gem "kitchen-terraform", "~> 5.2"
gem "kitchen-terraform", "~> 5.7"
end
2 changes: 1 addition & 1 deletion lib/kitchen/terraform/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ def temporarily_override(version:)

# @api private
def value
self.value = ::Gem::Version.new "5.7.0" if not @value
self.value = ::Gem::Version.new "5.7.1" if not @value
@value
end

Expand Down
2 changes: 1 addition & 1 deletion source/getting_started.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ mkdir -p test/integration/kt_suite/controls \
<br><br>
<% code("ruby") do %>
source "https://rubygems.org/" do
gem "kitchen-terraform", "~> 5.2"
gem "kitchen-terraform", "~> 5.7"
end
<% end %>
Install Kitchen-Terraform and other rubygems, install bundler if not installed yet.
Expand Down
2 changes: 1 addition & 1 deletion source/tutorials/amazon_provider_ec2.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ vim Gemfile
ruby '2.7.1'

source 'https://rubygems.org/' do
gem 'kitchen-terraform', '~> 5.4'
gem 'kitchen-terraform', '~> 5.7'
end
<% end %>
Close and save the file then run bundler to install these gems:
Expand Down
2 changes: 1 addition & 1 deletion spec/lib/kitchen/terraform/version_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
end

let :version do
::Gem::Version.new "5.7.0"
::Gem::Version.new "5.7.1"
end

describe ".assign_plugin_version" do
Expand Down
2 changes: 1 addition & 1 deletion spec/support/kitchen/terraform/configurable_examples.rb
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@

describe "@plugin_version" do
it "equals the gem version" do
expect(described_class.instance_variable_get(:@plugin_version)).to eq "5.7.0"
expect(described_class.instance_variable_get(:@plugin_version)).to eq "5.7.1"
end
end

Expand Down

0 comments on commit be36b7e

Please sign in to comment.