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

Add hab package release notes #4331

Merged
merged 4 commits into from
Nov 19, 2024
Merged
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 content/release_notes_client.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,5 @@ toc_layout = "release_notes_toc"
title = "Chef Infra Client"
identifier = "release_notes/release_notes_client.md Chef Infra Client"
parent = "release_notes"
weight = 50
weight = 60
+++
775 changes: 775 additions & 0 deletions content/release_notes_habitat_packages.md

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion content/release_notes_inspec.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,5 @@ toc_layout = "release_notes_toc"
title = "Chef InSpec"
identifier = "release_notes/release_notes_inspec.md Chef InSpec"
parent = "release_notes"
weight = 70
weight = 80
+++
2 changes: 1 addition & 1 deletion content/release_notes_local_license_service.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ product = []
title = "Chef Local License Service"
identifier = "release_notes/Chef Local License Service"
parent = "release_notes"
weight = 80
weight = 90
+++

Chef Local License Service provides license keys to commercially licensed Chef software in an online or air-gapped environment.
Expand Down
2 changes: 1 addition & 1 deletion content/release_notes_manage.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ toc_layout = "release_notes_toc"
title = "Chef Manage"
identifier = "release_notes/release_notes_manage.md Chef Manage"
parent = "release_notes"
weight = 90
weight = 95
+++

Chef Manage provides a web-based user interface that manages Chef Infra nodes and other policy objects, such as data bags and roles, on the instance of Chef Infra Server that it's installed on.
Expand Down
2 changes: 1 addition & 1 deletion content/release_notes_server.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,5 @@ toc_layout = "release_notes_toc"
title = "Chef Infra Server"
identifier = "release_notes/release_notes_server.md Chef Infra Server"
parent = "release_notes"
weight = 60
weight = 70
+++
4 changes: 4 additions & 0 deletions cspell.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ language: en_US
dictionaries:
- chef
- docs
- hab-docs

dictionaryDefinitions:
- name: chef
Expand All @@ -16,6 +17,9 @@ dictionaryDefinitions:
- name: docs
path: https://raw.githubusercontent.com/chef/chef_dictionary/main/docs.txt
description: Custom Docs Dictionary
- name: hab-docs
path: https://raw.githubusercontent.com/chef/chef_dictionary/main/hab-docs.txt
description: Custom Habitat Docs Dictionary

# flagWords - list of words to be always considered incorrect
# This is useful for offensive words and common spelling errors.
Expand Down
3 changes: 1 addition & 2 deletions tools/vale/chef/brands.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ ignorecase: false
swap:
'Microsoft Windows': Windows
' windows ': Windows
'linux': Linux
'(?<!\-)linux(?!\-)': Linux
exceptions:
- knife-windows

Loading