Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Updated the README and CODEOWNERS #18

Draft
wants to merge 1 commit into
base: main
Choose a base branch
from
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,18 +1,18 @@
# Test Kitchen Change Log
# Chef Test Kitchen Enterprise 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)

#### Merged Pull Requests

Check failure on line 7 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:7 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 7 in CHANGELOG.md

View workflow job for this annotation

GitHub Actions / markdown-lint

Headings should be surrounded by blank lines

CHANGELOG.md:7 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 the pkg description and Gemfile [#16](https://github.com/chef/chef-test-kitchen-enterprise/pull/16) ([ashiqueps](https://github.com/ashiqueps))

Check failure on line 8 in CHANGELOG.md

View workflow job for this annotation

GitHub Actions / markdown-lint

Lists should be surrounded by blank lines

CHANGELOG.md:8 MD032/blanks-around-lists Lists should be surrounded by blank lines [Context: "- Updated the error message an..."] 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 14 in CHANGELOG.md

View workflow job for this annotation

GitHub Actions / markdown-lint

Headings should be surrounded by blank lines

CHANGELOG.md:14 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 the pkg description and Gemfile [#16](https://github.com/chef/chef-test-kitchen-enterprise/pull/16) ([ashiqueps](https://github.com/ashiqueps)) <!-- 1.0.4 -->

Check failure on line 15 in CHANGELOG.md

View workflow job for this annotation

GitHub Actions / markdown-lint

Lists should be surrounded by blank lines

CHANGELOG.md:15 MD032/blanks-around-lists Lists should be surrounded by blank lines [Context: "- Updated the error message an..."] https://github.com/DavidAnson/markdownlint/blob/v0.34.0/doc/md032.md
- 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 -->
- Kitchen init change [#13](https://github.com/chef/chef-test-kitchen-enterprise/pull/13) ([sanghinitin](https://github.com/sanghinitin)) <!-- 1.0.1 -->
Expand All @@ -20,8 +20,8 @@
### Merged Pull Requests

#### Merged Pull Requests
- 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 -->

Check failure on line 23 in CHANGELOG.md

View workflow job for this annotation

GitHub Actions / markdown-lint

Headings should be surrounded by blank lines

CHANGELOG.md:23 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 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 -->

Check failure on line 24 in CHANGELOG.md

View workflow job for this annotation

GitHub Actions / markdown-lint

Lists should be surrounded by blank lines

CHANGELOG.md:24 MD032/blanks-around-lists Lists should be surrounded by blank lines [Context: "- Updated the error message an..."] https://github.com/DavidAnson/markdownlint/blob/v0.34.0/doc/md032.md
- 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 -->
- Kitchen init change [#13](https://github.com/chef/chef-test-kitchen-enterprise/pull/13) ([sanghinitin](https://github.com/sanghinitin)) <!-- 1.0.1 -->

Expand Down
3 changes: 2 additions & 1 deletion CODEOWNERS
Validating CODEOWNERS rules …
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
@test-kitchen/maintainers
* @chef/chef-workstation-owners @chef/chef-workstation-approvers @chef/chef-workstation-reviewers
*.md @chef/docs-team
16 changes: 8 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,15 +1,17 @@
# Test Kitchen
# Chef Test Kitchen Enterprise

[![Gem Version](https://badge.fury.io/rb/test-kitchen.svg)](http://badge.fury.io/rb/test-kitchen)
[![Build Status](https://dev.azure.com/test-kitchen/test-kitchen/_apis/build/status/test-kitchen.test-kitchen?branchName=main)](https://dev.azure.com/test-kitchen/test-kitchen/_build/latest?definitionId=6&branchName=main)

This is the fork of [test-kitchen/test-kitchen](https://github.com/test-kitchen/test-kitchen/) repository and rebranded into Chef Test Kitchen Enterprise.

| | |
| ----------- | --------------------------------------------------------------------------------|
| Website | [https://kitchen.ci/][website] |
| Source Code | [https://kitchen.ci/docs/getting-started/introduction/][guide] |
| Slack | [#test-kitchen][slack] channel on Chef Community Slack |

**Test Kitchen is an integration tool for developing and testing infrastructure code and software on isolated target platforms.**
**Chef Test Kitchen Enterprise is an integration tool for developing and testing infrastructure code and software on isolated target platforms.**

## Getting Started Guide

Expand All @@ -20,14 +22,12 @@

## Quick Start

Test Kitchen is a RubyGem and can be installed with:

To install the new Chef Test Kitchen Enterprise, first ensure you have the latest Habitat installer. You can then run the `hab pkg install` command to install it.
```shell

Check failure on line 26 in README.md

View workflow job for this annotation

GitHub Actions / markdown-lint

Fenced code blocks should be surrounded by blank lines

README.md:26 MD031/blanks-around-fences Fenced code blocks should be surrounded by blank lines [Context: "```shell"] https://github.com/DavidAnson/markdownlint/blob/v0.34.0/doc/md031.md
gem install test-kitchen
hab pkg install chef/chef-test-kitchen-enterprise --binlink --force
```

Check failure on line 28 in README.md

View workflow job for this annotation

GitHub Actions / markdown-lint

Fenced code blocks should be surrounded by blank lines

README.md:28 MD031/blanks-around-fences Fenced code blocks should be surrounded by blank lines [Context: "```"] https://github.com/DavidAnson/markdownlint/blob/v0.34.0/doc/md031.md

If you use Bundler, you can add `gem "test-kitchen"` to your Gemfile and make
sure to run `bundle install`.
The option `--binlink` can be used to create a symlink to the binary in a directory that is in your PATH.
The option `--force` can be used to overwrite the existing binaries.

Next add support to your library, Chef cookbook, or empty project with `kitchen
init`:
Expand Down
Loading