Skip to content

Commit

Permalink
Bump version to 3.7.1 by Chef Expeditor
Browse files Browse the repository at this point in the history
Obvious fix; these changes are the result of automation not creative thinking.
  • Loading branch information
chef-ci committed Oct 21, 2024
1 parent 8a98531 commit dfe1f74
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 4 deletions.
12 changes: 10 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,17 @@
# Test Kitchen Change Log
<!-- usage documentation: https://expeditor.chef.io/docs/reference/changelog/#common-changelog -->
<!-- latest_release -->
<!-- latest_release 3.7.1 -->
## [v3.7.1](https://github.com/chef/test-kitchen/tree/v3.7.1) (2024-10-21)

#### Merged Pull Requests

Check failure on line 6 in CHANGELOG.md

View workflow job for this annotation

GitHub Actions / markdown-lint

Heading levels should only increment by one level at a time

CHANGELOG.md:6 MD001/heading-increment Heading levels should only increment by one level at a time [Expected: h3; Actual: h4] https://github.com/DavidAnson/markdownlint/blob/v0.34.0/doc/md001.md

Check failure on line 6 in CHANGELOG.md

View workflow job for this annotation

GitHub Actions / markdown-lint

Headings should be surrounded by blank lines

CHANGELOG.md:6 MD022/blanks-around-headings Headings should be surrounded by blank lines [Expected: 1; Actual: 0; Below] [Context: "#### Merged Pull Requests"] https://github.com/DavidAnson/markdownlint/blob/v0.34.0/doc/md022.md
- Updated version and added release tag [#8](https://github.com/chef/test-kitchen/pull/8) ([nikhil2611](https://github.com/nikhil2611))

Check failure on line 7 in CHANGELOG.md

View workflow job for this annotation

GitHub Actions / markdown-lint

Lists should be surrounded by blank lines

CHANGELOG.md:7 MD032/blanks-around-lists Lists should be surrounded by blank lines [Context: "- Updated version and added re..."] https://github.com/DavidAnson/markdownlint/blob/v0.34.0/doc/md032.md
<!-- latest_release -->

<!-- release_rollup -->
### Changes not yet released to rubygems.org

#### Merged Pull Requests

Check failure on line 13 in CHANGELOG.md

View workflow job for this annotation

GitHub Actions / markdown-lint

Headings should be surrounded by blank lines

CHANGELOG.md:13 MD022/blanks-around-headings Headings should be surrounded by blank lines [Expected: 1; Actual: 0; Below] [Context: "#### Merged Pull Requests"] https://github.com/DavidAnson/markdownlint/blob/v0.34.0/doc/md022.md
- Updated version and added release tag [#8](https://github.com/chef/test-kitchen/pull/8) ([nikhil2611](https://github.com/nikhil2611)) <!-- 3.7.1 -->

Check failure on line 14 in CHANGELOG.md

View workflow job for this annotation

GitHub Actions / markdown-lint

Lists should be surrounded by blank lines

CHANGELOG.md:14 MD032/blanks-around-lists Lists should be surrounded by blank lines [Context: "- Updated version and added re..."] https://github.com/DavidAnson/markdownlint/blob/v0.34.0/doc/md032.md
<!-- release_rollup -->

<!-- latest_stable_release -->
Expand Down Expand Up @@ -2389,4 +2397,4 @@

## [v0.5.0](https://github.com/test-kitchen/test-kitchen/tree/v0.5.0) (2012-08-16)

\* *This Change Log was automatically generated by [github_changelog_generator](https://github.com/skywinder/Github-Changelog-Generator)*
\* *This Change Log was automatically generated by [github_changelog_generator](https://github.com/skywinder/Github-Changelog-Generator)*

Check failure on line 2400 in CHANGELOG.md

View workflow job for this annotation

GitHub Actions / markdown-lint

Files should end with a single newline character

CHANGELOG.md:2400:137 MD047/single-trailing-newline Files should end with a single newline character https://github.com/DavidAnson/markdownlint/blob/v0.34.0/doc/md047.md
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
3.7.0
3.7.1
2 changes: 1 addition & 1 deletion lib/kitchen/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -16,5 +16,5 @@
# limitations under the License.

module Kitchen
VERSION = "3.7.0".freeze
VERSION = "3.7.1".freeze
end

0 comments on commit dfe1f74

Please sign in to comment.