-
Notifications
You must be signed in to change notification settings - Fork 437
Added chef-ice and migrate-ice support in doc and removed Inspec 6 or greater occurrence. #4447
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
base: main
Are you sure you want to change the base?
Conversation
✅ Deploy Preview for chef-web-docs ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
5509cc7
to
9efc379
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull Request Overview
This PR updates documentation to add support for Chef Infra Client Enterprise (chef-ice) and Legacy Migration (migrate-ice), introduces the fileName
and package-managers
endpoints in the download APIs, and standardizes licensing references by removing “Inspec 6 or greater.”
- Updated licensing docs to reference “Chef InSpec 6” only.
- Added
fileName
endpoint to community/commercial APIs andpackage-managers
to commercial. - Extended product listings and install scripts to include
chef-ice
andmigrate-ice
.
Reviewed Changes
Copilot reviewed 5 out of 6 changed files in this pull request and generated 3 comments.
Show a summary per file
File | Description |
---|---|
content/licensing/license_key.md | Changed “Chef InSpec 6 or greater” to “Chef InSpec 6.” |
content/licensing/_index.md | Same licensing update for InSpec reference. |
content/download/community.md | Added /fileName endpoint and renamed Infra Client to Legacy. |
content/download/commercial.md | Added /fileName , /package-managers , pm parameter, ICE/MIG endpoints. |
content/chef_install_script.md | Added chef-ice support and -i package-manager flag. |
Files not reviewed (1)
- _vendor/github.com/chef/license-service/docs-chef-io/content/licensing/local_license_service/_index.md: Language not supported
Comments suppressed due to low confidence (1)
content/download/commercial.md:136
- The endpoint is documented as
/fileName
(camelCase), whereas other endpoints are lowercase. Verify the exact casing in the API spec to prevent consumer confusion.
### fileName
… greater Signed-off-by: Swathi <[email protected]>
|
Description
Definition of Done
Issues Resolved
https://progresssoftware.atlassian.net/browse/CHEF-22094
Related PRs
Check List