Skip to content

Commit 91a91f6

Browse files
authored
Merge branch 'main' into im/hab_package_rn
2 parents 31ad3ba + 50a7320 commit 91a91f6

File tree

12 files changed

+111
-52
lines changed

12 files changed

+111
-52
lines changed

_vendor/modules.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# github.com/chef/automate/components/docs-chef-io v0.0.0-20240926130942-4b98d9cf92f6
22
# github.com/chef/desktop-config/docs-chef-io v0.0.0-20240814044820-5af667d41a43
3-
# github.com/habitat-sh/habitat/components/docs-chef-io v0.0.0-20240410132404-ec6d25dc198b
3+
# github.com/habitat-sh/habitat/components/docs-chef-io v0.0.0-20241115181736-d7fefb1e7d23
44
# github.com/chef/chef-server/docs-chef-io v0.0.0-20240920053744-03b58ff14f46
55
# github.com/inspec/inspec/docs-chef-io v0.0.0-20241105131042-f05b389794c9
66
# github.com/inspec/inspec-alicloud/docs-chef-io v0.0.0-20240122032124-a1d2a214e170

assets/release-notes/habitat/release-versions.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,5 +37,6 @@
3737
"1.6.607",
3838
"1.6.652",
3939
"1.6.826",
40-
"1.6.1041"
40+
"1.6.1041",
41+
"1.6.1215"
4142
]

config/_default/params.toml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,20 @@ menuOrder = [
1717
"legacy",
1818
"extra"
1919
]
20+
2021
enable_search = true
2122
robots = ''
2223

24+
# sitemaps lists sitemaps that are indexed by the main sitemap layout.
25+
# see:
26+
# - layouts/_default/sitemap.xml
27+
# - layouts/_default/home.sitemap-main.xml
28+
29+
sitemaps = [
30+
"https://docs.chef.io/sitemap-main.xml",
31+
"https://docs.chef.io/360/1.0/sitemap.xml"
32+
]
33+
2334
[chef-web-docs]
2435
gh_path = "https://github.com/chef/chef-web-docs/blob/main/content/"
2536

content/habitat/habitat_cli.md

Lines changed: 19 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ The commands for the Chef Habitat CLI (`hab`) are listed below.
1818

1919
| Applies to Version | Last Updated |
2020
| ------- | ------------ |
21-
| hab 1.6.1041/20240411141804 (linux) | 11 Apr 2024 |
21+
| hab 1.6.1215/20241115182310 (linux) | 15 Nov 2024 |
2222

2323
## hab
2424

@@ -96,7 +96,7 @@ hab bldr <SUBCOMMAND>
9696
| Command | Description |
9797
| ------- | ----------- |
9898
| [hab bldr channel](#hab-bldr-channel) | Commands relating to Habitat Builder channels |
99-
| [hab bldr job](#hab-bldr-job) | Commands relating to Habitat Builder jobs |
99+
| [hab bldr job](#hab-bldr-job) | REMOVED: Commands relating to Habitat Builder jobs |
100100
---
101101

102102
### hab bldr channel
@@ -306,7 +306,7 @@ hab bldr channel promote [OPTIONS] <SOURCE_CHANNEL> <TARGET_CHANNEL> --origin <O
306306

307307
### hab bldr job
308308

309-
Commands relating to Habitat Builder jobs
309+
REMOVED: Commands relating to Habitat Builder jobs
310310

311311
**USAGE**
312312

@@ -328,16 +328,16 @@ hab bldr job <SUBCOMMAND>
328328

329329
| Command | Description |
330330
| ------- | ----------- |
331-
| [hab bldr job cancel](#hab-bldr-job-cancel) | Cancel a build job group and any in-progress builds |
332-
| [hab bldr job demote](#hab-bldr-job-demote) | Demote packages from a completed build job from a specified channel |
333-
| [hab bldr job promote](#hab-bldr-job-promote) | Promote packages from a completed build job to a specified channel |
334-
| [hab bldr job start](#hab-bldr-job-start) | Schedule a build job or group of jobs |
335-
| [hab bldr job status](#hab-bldr-job-status) | Get the status of one or more job groups |
331+
| [hab bldr job cancel](#hab-bldr-job-cancel) | REMOVED: Cancel a build job group and any in-progress builds |
332+
| [hab bldr job demote](#hab-bldr-job-demote) | REMOVED: Demote packages from a completed build job from a specified channel |
333+
| [hab bldr job promote](#hab-bldr-job-promote) | REMOVED: Promote packages from a completed build job to a specified channel |
334+
| [hab bldr job start](#hab-bldr-job-start) | REMOVED: Schedule a build job or group of jobs |
335+
| [hab bldr job status](#hab-bldr-job-status) | REMOVED: Get the status of one or more job groups |
336336
---
337337

338338
### hab bldr job cancel
339339

340-
Cancel a build job group and any in-progress builds
340+
REMOVED: Cancel a build job group and any in-progress builds
341341

342342
**USAGE**
343343

@@ -372,7 +372,7 @@ hab bldr job cancel [FLAGS] [OPTIONS] <GROUP_ID>
372372

373373
### hab bldr job demote
374374

375-
Demote packages from a completed build job from a specified channel
375+
REMOVED: Demote packages from a completed build job from a specified channel
376376

377377
**USAGE**
378378

@@ -409,7 +409,7 @@ hab bldr job demote [FLAGS] [OPTIONS] <GROUP_ID> <CHANNEL>
409409

410410
### hab bldr job promote
411411

412-
Promote packages from a completed build job to a specified channel
412+
REMOVED: Promote packages from a completed build job to a specified channel
413413

414414
**USAGE**
415415

@@ -446,7 +446,7 @@ hab bldr job promote [FLAGS] [OPTIONS] <GROUP_ID> <CHANNEL>
446446

447447
### hab bldr job start
448448

449-
Schedule a build job or group of jobs
449+
REMOVED: Schedule a build job or group of jobs
450450

451451
**USAGE**
452452

@@ -482,7 +482,7 @@ hab bldr job start [FLAGS] [OPTIONS] <PKG_IDENT> [PKG_TARGET]
482482

483483
### hab bldr job status
484484

485-
Get the status of one or more job groups
485+
REMOVED: Get the status of one or more job groups
486486

487487
**USAGE**
488488

@@ -1825,10 +1825,11 @@ hab pkg build [FLAGS] [OPTIONS] <PLAN_CONTEXT>
18251825
**OPTIONS**
18261826

18271827
```
1828-
--cache-key-path <CACHE_KEY_PATH> Cache for creating and searching for encryption keys [env: HAB_CACHE_KEY_PATH=] [default: /hab/cache/keys]
1829-
-k, --keys <HAB_ORIGIN_KEYS> Installs secret origin keys (ex: "unicorn", "acme,other,acme-ops")
1830-
-r, --root <HAB_STUDIO_ROOT> Sets the Studio root (default: /hab/studios/<DIR_NAME>)
1831-
-s, --src <SRC_PATH> Sets the source path (default: $PWD)
1828+
--cache-key-path <CACHE_KEY_PATH> Cache for creating and searching for encryption keys [env: HAB_CACHE_KEY_PATH=] [default: /hab/cache/keys]
1829+
-k, --keys <HAB_ORIGIN_KEYS> Installs secret origin keys (ex: "unicorn", "acme,other,acme-ops")
1830+
-r, --root <HAB_STUDIO_ROOT> Sets the Studio root (default: /hab/studios/<DIR_NAME>)
1831+
-f, --refresh-channel <REFRESH_CHANNEL> Channel used to retrieve plan dependencies for Chef supported origins env: HAB_REFRESH_CHANNEL=] [default: stable]
1832+
-s, --src <SRC_PATH> Sets the source path (default: $PWD)
18321833
```
18331834

18341835
**ARGS**
@@ -2245,6 +2246,7 @@ hab pkg install [FLAGS] [OPTIONS] <PKG_IDENT_OR_ARTIFACT>...
22452246
-b, --binlink Binlink all binaries from installed package(s) into BINLINK_DIR
22462247
-f, --force Overwrite existing binlinks
22472248
--ignore-install-hook Do not run any install hooks
2249+
--ignore-local Do not use locally-installed packages when a corresponding package cannot be installed from Builder
22482250
-h, --help Prints help information
22492251
-V, --version Prints version information
22502252
```

content/habitat/service_templates.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
+++
22
title = "Service Template Data"
33

4-
date = 2024-04-11T15:19:34.317Z
4+
date = 2024-11-15T19:26:21.695Z
55
draft = false
66

77
[menu]

content/versions.md

Lines changed: 16 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -13,16 +13,14 @@ product = ["automate", "client", "server", "habitat", "inspec", "supermarket", "
1313
weight = 10
1414
+++
1515

16-
This section lists the free and commercial Chef products and versions we
17-
currently support. The lifecycle stage defines the involvement by Chef
18-
Software in updating and maintaining each product.
16+
This section lists the free and commercial Chef products and versions we currently support.
17+
The lifecycle stage defines the involvement by Chef Software in updating and maintaining each product.
1918

20-
## Lifecycle Definitions
19+
## Lifecycle definitions
2120

2221
### Generally Available (GA)
2322

24-
This stage indicates that the product or version is in active
25-
development and/or maintenance.
23+
This stage indicates that the product or version is in active development and/or maintenance.
2624

2725
- Chef continues to provide releases to the application or version in response to customer needs and security vulnerabilities
2826
- Chef welcomes customer feature requests for the product roadmap for the application
@@ -44,7 +42,7 @@ This stage indicates that Chef has set a date after which the
4442
application or version will no longer be supported or recommended for
4543
use by customers.
4644

47-
### Versions and Status
45+
### Versions and status
4846

4947
{{< important >}}
5048

@@ -54,7 +52,7 @@ Unless otherwise stated, versions older than those listed below are EOL.
5452

5553
{{< /important >}}
5654

57-
## Supported Commercial Distributions
55+
## Supported commercial distributions
5856

5957
Use of these and later versions of these distributions must be in
6058
accordance with the [Chef End User License
@@ -79,7 +77,7 @@ products.
7977

8078
{{< /note >}}
8179

82-
## Supported Free Distributions
80+
## Supported free distributions
8381

8482
Use of the following distributions is governed by the Apache License,
8583
version 2.0.
@@ -88,20 +86,20 @@ version 2.0.
8886
|-------------|---------|------------------|----------|
8987
| Supermarket | 5.x | GA | TBD |
9088

91-
## Deprecated Products and Versions
89+
## Deprecated products and versions
9290

9391
The following products are deprecated. Users are advised to move to
9492
newer versions or products.
9593

96-
| Product | Version | Lifecycle Status | EOL Date |
97-
|-------------------|---------|------------------|-------------------|
98-
| Chef Backend | 3.x | Deprecated | TBD |
99-
| Chef Infra Client | 17.x | Deprecated | November 30, 2024 |
100-
| Chef Infra Server | 14.x | Deprecated | TBD |
101-
| Chef InSpec | 5.x | Deprecated | TBD |
102-
| Chef Manage | 2.5.x+ | Deprecated | TBD |
94+
| Product | Version | Lifecycle Status | EOL Date |
95+
|-------------------|---------|------------------|----------------|
96+
| Chef Backend | 3.x | Deprecated | TBD |
97+
| Chef Infra Client | 17.x | Deprecated | March 31, 2025 |
98+
| Chef Infra Server | 14.x | Deprecated | TBD |
99+
| Chef InSpec | 5.x | Deprecated | TBD |
100+
| Chef Manage | 2.5.x+ | Deprecated | TBD |
103101

104-
## End of Life (EOL) Products
102+
## End of Life (EOL) products
105103

106104
| Product | Version | Lifecycle Status | EOL Date |
107105
|--------------------------|---------------------|------------------|-------------------|

generated/config.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
## Config file for generated dir.
22

3-
disableKinds = [ "sitemap", "taxonomy", "term", "RSS", "sitemap"]
3+
disableKinds = [ "sitemap", "taxonomy", "term", "RSS"]
44
publishDir = "generated_content"
55

66
[module]

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ require (
1414
github.com/chef/license-service/docs-chef-io v0.0.0-20231117105514-d3f3d53ba2dd // indirect
1515
github.com/chef/supermarket/docs-chef-io v0.0.0-20241105172430-a362eded8f72 // indirect
1616
github.com/cowboy/jquery-hashchange v0.0.0-20100902193700-0310f3847f90 // indirect
17-
github.com/habitat-sh/habitat/components/docs-chef-io v0.0.0-20240410132404-ec6d25dc198b // indirect
17+
github.com/habitat-sh/habitat/components/docs-chef-io v0.0.0-20241115181736-d7fefb1e7d23 // indirect
1818
github.com/inspec/inspec-alicloud/docs-chef-io v0.0.0-20240122032124-a1d2a214e170 // indirect
1919
github.com/inspec/inspec-aws/docs-chef-io v0.0.0-20240122032232-049dcf822eef // indirect
2020
github.com/inspec/inspec-azure/docs-chef-io v0.0.0-20240122032234-c1394fc25525 // indirect

go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,8 @@ github.com/chef/supermarket/docs-chef-io v0.0.0-20241105172430-a362eded8f72 h1:m
2020
github.com/chef/supermarket/docs-chef-io v0.0.0-20241105172430-a362eded8f72/go.mod h1:D+9mmEZxCwpdhZ8LrEODBWMwMufmJUubSt5NlU/lLB4=
2121
github.com/cowboy/jquery-hashchange v0.0.0-20100902193700-0310f3847f90 h1:p/a5iSATj0OjrqJLX/YKxYdGXhZzW58yyyNIC4JY4S0=
2222
github.com/cowboy/jquery-hashchange v0.0.0-20100902193700-0310f3847f90/go.mod h1:N/6F0+wmdvL6k0AjqyKIncMRClKAN92atjZdTLtYMaw=
23-
github.com/habitat-sh/habitat/components/docs-chef-io v0.0.0-20240410132404-ec6d25dc198b h1:Ro7cUmzy6EEKQSUdIO+Avfw8qDIQitQUY/lVdD6Za2g=
24-
github.com/habitat-sh/habitat/components/docs-chef-io v0.0.0-20240410132404-ec6d25dc198b/go.mod h1:5GKz/BtTWeTr8vdVQPkvGDQkQ+xiGWLkDsPOXhu2Ps4=
23+
github.com/habitat-sh/habitat/components/docs-chef-io v0.0.0-20241115181736-d7fefb1e7d23 h1:yCEYVtJ1XB1g46HiUwsrww3ASB+jyhCoI/VWQe+2Exg=
24+
github.com/habitat-sh/habitat/components/docs-chef-io v0.0.0-20241115181736-d7fefb1e7d23/go.mod h1:5GKz/BtTWeTr8vdVQPkvGDQkQ+xiGWLkDsPOXhu2Ps4=
2525
github.com/inspec/inspec-alicloud/docs-chef-io v0.0.0-20240122032124-a1d2a214e170 h1:Q9jEEyv8nZAN5NgJXwMoqjngSz6Bc5ruNc9V72Hk4b4=
2626
github.com/inspec/inspec-alicloud/docs-chef-io v0.0.0-20240122032124-a1d2a214e170/go.mod h1:tAazDDBtR5yCl/FNWHnrmkxpfxnOo9B99DyfRE7JH1c=
2727
github.com/inspec/inspec-aws/docs-chef-io v0.0.0-20240122032232-049dcf822eef h1:r+GoVO6zbIAtusZ2w6MwUhtDAJicQkYbX0iWwZmuXfQ=

hugo.toml

Lines changed: 20 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -7,24 +7,34 @@ pluralizeListTitles = false
77
disableKinds = ["taxonomy", "term"]
88
configDir = "config"
99

10-
# We do redirects using Netlify's _redirects file, generated by Hugo (see "outputs" below).
1110
disableAliases = true
1211
# Summary length
1312
summaryLength = 20
13+
14+
# We do redirects using Netlify's _redirects file, generated by Hugo.
15+
# See the REDIR output and output format and the text/netlify mediatype.
1416
[outputs]
15-
home = [ "HTML", "RSS", "REDIR" ]
16-
section = [ "HTML", "RSS" ]
17+
home = [ "HTML", "RSS", "REDIR", "SITEMAP-MAIN" ]
18+
section = [ "HTML", "RSS" ]
1719

1820
[mediaTypes]
19-
[mediaTypes."text/netlify"]
20-
delimiter = ""
21+
[mediaTypes."text/netlify"]
22+
delimiter = ""
2123

2224
[outputFormats]
23-
[outputFormats.REDIR]
24-
mediatype = "text/netlify"
25-
baseName = "_redirects"
26-
isPlainText = true
27-
notAlternative = true
25+
[outputFormats.REDIR]
26+
mediatype = "text/netlify"
27+
baseName = "_redirects"
28+
isPlainText = true
29+
notAlternative = true
30+
31+
[outputFormats.SITEMAP-MAIN]
32+
MediaType = "application/xml"
33+
BaseName = "sitemap-main"
34+
IsHTML = false
35+
IsPlainText = true
36+
Rel = "sitemap"
37+
protocol = "xml://"
2838

2939
[markup]
3040
[markup.goldmark]

0 commit comments

Comments
 (0)