Skip to content

Commit 21ffc07

Browse files
authored
Add hab package release notes (#4331)
* Add hab package release notes Signed-off-by: Ian Maddaus <[email protected]> * Add hab docs dictionary to cspell Signed-off-by: Ian Maddaus <[email protected]> * Update vale config and lints Signed-off-by: Ian Maddaus <[email protected]> --------- Signed-off-by: Ian Maddaus <[email protected]>
1 parent 50a7320 commit 21ffc07

File tree

8 files changed

+785
-7
lines changed

8 files changed

+785
-7
lines changed

content/release_notes_client.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,5 +12,5 @@ toc_layout = "release_notes_toc"
1212
title = "Chef Infra Client"
1313
identifier = "release_notes/release_notes_client.md Chef Infra Client"
1414
parent = "release_notes"
15-
weight = 50
15+
weight = 60
1616
+++

content/release_notes_habitat_packages.md

Lines changed: 775 additions & 0 deletions
Large diffs are not rendered by default.

content/release_notes_inspec.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,5 +12,5 @@ toc_layout = "release_notes_toc"
1212
title = "Chef InSpec"
1313
identifier = "release_notes/release_notes_inspec.md Chef InSpec"
1414
parent = "release_notes"
15-
weight = 70
15+
weight = 80
1616
+++

content/release_notes_local_license_service.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ product = []
88
title = "Chef Local License Service"
99
identifier = "release_notes/Chef Local License Service"
1010
parent = "release_notes"
11-
weight = 80
11+
weight = 90
1212
+++
1313

1414
Chef Local License Service provides license keys to commercially licensed Chef software in an online or air-gapped environment.

content/release_notes_manage.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ toc_layout = "release_notes_toc"
1313
title = "Chef Manage"
1414
identifier = "release_notes/release_notes_manage.md Chef Manage"
1515
parent = "release_notes"
16-
weight = 90
16+
weight = 95
1717
+++
1818

1919
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.

content/release_notes_server.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,5 +12,5 @@ toc_layout = "release_notes_toc"
1212
title = "Chef Infra Server"
1313
identifier = "release_notes/release_notes_server.md Chef Infra Server"
1414
parent = "release_notes"
15-
weight = 60
15+
weight = 70
1616
+++

cspell.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ language: en_US
88
dictionaries:
99
- chef
1010
- docs
11+
- hab-docs
1112

1213
dictionaryDefinitions:
1314
- name: chef
@@ -16,6 +17,9 @@ dictionaryDefinitions:
1617
- name: docs
1718
path: https://raw.githubusercontent.com/chef/chef_dictionary/main/docs.txt
1819
description: Custom Docs Dictionary
20+
- name: hab-docs
21+
path: https://raw.githubusercontent.com/chef/chef_dictionary/main/hab-docs.txt
22+
description: Custom Habitat Docs Dictionary
1923

2024
# flagWords - list of words to be always considered incorrect
2125
# This is useful for offensive words and common spelling errors.

tools/vale/chef/brands.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@ ignorecase: false
55
swap:
66
'Microsoft Windows': Windows
77
' windows ': Windows
8-
'linux': Linux
8+
'(?<!\-)linux(?!\-)': Linux
99
exceptions:
1010
- knife-windows
11-

0 commit comments

Comments
 (0)