-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
Obvious fix; these changes are the result of automation not creative thinking.
- Loading branch information
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,17 +1,18 @@ | ||
# Test Kitchen Change Log | ||
|
||
<!-- usage documentation: https://expeditor.chef.io/docs/reference/changelog/#common-changelog --> | ||
<!-- latest_release 1.0.4 --> | ||
## [v1.0.4](https://github.com/chef/chef-test-kitchen-enterprise/tree/v1.0.4) (2024-11-26) | ||
<!-- latest_release 1.0.5 --> | ||
## [v1.0.5](https://github.com/chef/chef-test-kitchen-enterprise/tree/v1.0.5) (2024-11-27) | ||
|
||
#### Merged Pull Requests | ||
Check failure on line 7 in CHANGELOG.md GitHub Actions / markdown-lintHeading levels should only increment by one level at a time
Check failure on line 7 in CHANGELOG.md GitHub Actions / markdown-lintHeadings should be surrounded by blank lines
|
||
- Updated the pkg description and Gemfile [#16](https://github.com/chef/chef-test-kitchen-enterprise/pull/16) ([ashiqueps](https://github.com/ashiqueps)) | ||
- Updated the error message and start message branding [#17](https://github.com/chef/chef-test-kitchen-enterprise/pull/17) ([ashiqueps](https://github.com/ashiqueps)) | ||
Check failure on line 8 in CHANGELOG.md GitHub Actions / markdown-lintLists should be surrounded by blank lines
|
||
<!-- latest_release --> | ||
|
||
<!-- release_rollup --> | ||
### Changes not yet released to rubygems.org | ||
|
||
#### Merged Pull Requests | ||
Check failure on line 14 in CHANGELOG.md GitHub Actions / markdown-lintHeadings should be surrounded by blank lines
|
||
- Updated the error message and start message branding [#17](https://github.com/chef/chef-test-kitchen-enterprise/pull/17) ([ashiqueps](https://github.com/ashiqueps)) <!-- 1.0.5 --> | ||
Check failure on line 15 in CHANGELOG.md GitHub Actions / markdown-lintLists should be surrounded by blank lines
|
||
- Updated the pkg description and Gemfile [#16](https://github.com/chef/chef-test-kitchen-enterprise/pull/16) ([ashiqueps](https://github.com/ashiqueps)) <!-- 1.0.4 --> | ||
- Updated the kitchen context approach with env variable [#15](https://github.com/chef/chef-test-kitchen-enterprise/pull/15) ([ashiqueps](https://github.com/ashiqueps)) <!-- 1.0.3 --> | ||
- Include the Chef-cli as gem with the test-kitchen hab package [#14](https://github.com/chef/chef-test-kitchen-enterprise/pull/14) ([ashiqueps](https://github.com/ashiqueps)) <!-- 1.0.2 --> | ||
|
@@ -20,6 +21,7 @@ | |
### Merged Pull Requests | ||
|
||
#### Merged Pull Requests | ||
Check failure on line 23 in CHANGELOG.md GitHub Actions / markdown-lintHeadings should be surrounded by blank lines
|
||
- Updated the error message and start message branding [#17](https://github.com/chef/chef-test-kitchen-enterprise/pull/17) ([ashiqueps](https://github.com/ashiqueps)) <!-- 1.0.5 --> | ||
Check failure on line 24 in CHANGELOG.md GitHub Actions / markdown-lintLists should be surrounded by blank lines
|
||
- Updated the pkg description and Gemfile [#16](https://github.com/chef/chef-test-kitchen-enterprise/pull/16) ([ashiqueps](https://github.com/ashiqueps)) <!-- 1.0.4 --> | ||
- Updated the kitchen context approach with env variable [#15](https://github.com/chef/chef-test-kitchen-enterprise/pull/15) ([ashiqueps](https://github.com/ashiqueps)) <!-- 1.0.3 --> | ||
- Include the Chef-cli as gem with the test-kitchen hab package [#14](https://github.com/chef/chef-test-kitchen-enterprise/pull/14) ([ashiqueps](https://github.com/ashiqueps)) <!-- 1.0.2 --> | ||
|
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
1.0.4 | ||
1.0.5 |
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -16,5 +16,5 @@ | |
# limitations under the License. | ||
|
||
module Kitchen | ||
VERSION = "1.0.4".freeze | ||
VERSION = "1.0.5".freeze | ||
end |