Skip to content

Commit 377ad13

Browse files
Bump Hugo module habitat to latest stable release (c1a4eb639cba2ed19e5cc9bb0178b01c3088b31a). (#4477)
This pull request was triggered automatically via Expeditor. This change falls under the obvious fix policy so no Developer Certificate of Origin (DCO) sign-off is required. Co-authored-by: Chef Expeditor <[email protected]>
1 parent 917cb6e commit 377ad13

File tree

6 files changed

+41
-42
lines changed

6 files changed

+41
-42
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-20250902130712-4abbca2f9c80
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-20250703193412-93daafc684a8
3+
# github.com/habitat-sh/habitat/components/docs-chef-io v0.0.0-20250905124722-c1a4eb639cba
44
# github.com/habitat-sh/on-prem-builder/docs-chef-io v0.0.0-20250805192817-f8b1dae05d5e
55
# github.com/chef/chef-server/docs-chef-io v0.0.0-20250829012113-e4bd9ba4c0bd
66
# github.com/inspec/inspec/docs-chef-io v0.0.0-20250123110211-42364d842e34

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,5 +39,6 @@
3939
"1.6.826",
4040
"1.6.1041",
4141
"1.6.1243",
42-
"1.6.1244"
42+
"1.6.1244",
43+
"1.6.1245"
4344
]

content/habitat/habitat_cli.md

Lines changed: 34 additions & 34 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.1243/20241227194506 (linux) | 27 Dec 2024 |
21+
| hab 1.6.1245/20250905140900 (linux) | 5 Sep 2025 |
2222

2323
## hab
2424

@@ -184,7 +184,7 @@ hab bldr channel demote [OPTIONS] <SOURCE_CHANNEL> <TARGET_CHANNEL> --origin <OR
184184
**OPTIONS**
185185

186186
```
187-
-z, --auth <AUTH_TOKEN> Authentication token for Builder
187+
-z, --auth <AUTH_TOKEN> Authentication token for Builder [env: HAB_AUTH_TOKEN=]
188188
-u, --url <BLDR_URL> Specify an alternate Builder endpoint. If not specified, the value will be taken from the HAB_BLDR_URL environment variable if defined. (default: https://bldr.habitat.sh)
189189
-o, --origin <ORIGIN> The origin for the channels. Default is from 'HAB_ORIGIN' or cli.toml
190190
```
@@ -288,7 +288,7 @@ hab bldr channel promote [OPTIONS] <SOURCE_CHANNEL> <TARGET_CHANNEL> --origin <O
288288
**OPTIONS**
289289

290290
```
291-
-z, --auth <AUTH_TOKEN> Authentication token for Builder
291+
-z, --auth <AUTH_TOKEN> Authentication token for Builder [env: HAB_AUTH_TOKEN=]
292292
-u, --url <BLDR_URL> Specify an alternate Builder endpoint. If not specified, the value will be taken from the HAB_BLDR_URL environment variable if defined. (default: https://bldr.habitat.sh)
293293
-o, --origin <ORIGIN> The origin for the channels. Default is from 'HAB_ORIGIN' or cli.toml
294294
```
@@ -356,7 +356,7 @@ hab bldr job cancel [FLAGS] [OPTIONS] <GROUP_ID>
356356
**OPTIONS**
357357

358358
```
359-
-z, --auth <AUTH_TOKEN> Authentication token for Builder
359+
-z, --auth <AUTH_TOKEN> Authentication token for Builder [env: HAB_AUTH_TOKEN=]
360360
-u, --url <BLDR_URL> Specify an alternate Builder endpoint. If not specified, the value will be taken from the HAB_BLDR_URL environment variable if defined. (default: https://bldr.habitat.sh)
361361
```
362362

@@ -391,7 +391,7 @@ hab bldr job demote [FLAGS] [OPTIONS] <GROUP_ID> <CHANNEL>
391391
**OPTIONS**
392392

393393
```
394-
-z, --auth <AUTH_TOKEN> Authentication token for Builder
394+
-z, --auth <AUTH_TOKEN> Authentication token for Builder [env: HAB_AUTH_TOKEN=]
395395
-u, --url <BLDR_URL> Specify an alternate Builder endpoint. If not specified, the value will be taken from the HAB_BLDR_URL environment variable if defined. (default: https://bldr.habitat.sh)
396396
-o, --origin <ORIGIN> Limit the demotable packages to the specified origin
397397
```
@@ -428,7 +428,7 @@ hab bldr job promote [FLAGS] [OPTIONS] <GROUP_ID> <CHANNEL>
428428
**OPTIONS**
429429

430430
```
431-
-z, --auth <AUTH_TOKEN> Authentication token for Builder
431+
-z, --auth <AUTH_TOKEN> Authentication token for Builder [env: HAB_AUTH_TOKEN=]
432432
-u, --url <BLDR_URL> Specify an alternate Builder endpoint. If not specified, the value will be taken from the HAB_BLDR_URL environment variable if defined. (default: https://bldr.habitat.sh)
433433
-o, --origin <ORIGIN> Limit the promotable packages to the specified origin
434434
```
@@ -465,7 +465,7 @@ hab bldr job start [FLAGS] [OPTIONS] <PKG_IDENT> [PKG_TARGET]
465465
**OPTIONS**
466466

467467
```
468-
-z, --auth <AUTH_TOKEN> Authentication token for Builder
468+
-z, --auth <AUTH_TOKEN> Authentication token for Builder [env: HAB_AUTH_TOKEN=]
469469
-u, --url <BLDR_URL> Specify an alternate Builder endpoint. If not specified, the value will be taken from the HAB_BLDR_URL environment variable if defined. (default: https://bldr.habitat.sh)
470470
```
471471

@@ -867,7 +867,7 @@ hab origin create [OPTIONS] <ORIGIN>
867867
**OPTIONS**
868868

869869
```
870-
-z, --auth <AUTH_TOKEN> Authentication token for Builder
870+
-z, --auth <AUTH_TOKEN> Authentication token for Builder [env: HAB_AUTH_TOKEN=]
871871
-u, --url <BLDR_URL> Specify an alternate Builder endpoint. If not specified, the value will be taken from the HAB_BLDR_URL environment variable if defined. (default: https://bldr.habitat.sh)
872872
```
873873

@@ -901,7 +901,7 @@ hab origin delete [OPTIONS] <ORIGIN>
901901
**OPTIONS**
902902

903903
```
904-
-z, --auth <AUTH_TOKEN> Authentication token for Builder
904+
-z, --auth <AUTH_TOKEN> Authentication token for Builder [env: HAB_AUTH_TOKEN=]
905905
-u, --url <BLDR_URL> Specify an alternate Builder endpoint. If not specified, the value will be taken from the HAB_BLDR_URL environment variable if defined. (default: https://bldr.habitat.sh)
906906
```
907907

@@ -935,7 +935,7 @@ hab origin depart [OPTIONS] <ORIGIN>
935935
**OPTIONS**
936936

937937
```
938-
-z, --auth <AUTH_TOKEN> Authentication token for Builder
938+
-z, --auth <AUTH_TOKEN> Authentication token for Builder [env: HAB_AUTH_TOKEN=]
939939
-u, --url <BLDR_URL> Specify an alternate Builder endpoint. If not specified, the value will be taken from the HAB_BLDR_URL environment variable if defined. (default: https://bldr.habitat.sh)
940940
```
941941

@@ -970,7 +970,7 @@ hab origin info [FLAGS] [OPTIONS] <ORIGIN>
970970
**OPTIONS**
971971

972972
```
973-
-z, --auth <AUTH_TOKEN> Authentication token for Builder
973+
-z, --auth <AUTH_TOKEN> Authentication token for Builder [env: HAB_AUTH_TOKEN=]
974974
-u, --url <BLDR_URL> Specify an alternate Builder endpoint. If not specified, the value will be taken from the HAB_BLDR_URL environment variable if defined. (default: https://bldr.habitat.sh)
975975
```
976976

@@ -1036,7 +1036,7 @@ hab origin invitations accept [OPTIONS] <ORIGIN> <INVITATION_ID>
10361036
**OPTIONS**
10371037

10381038
```
1039-
-z, --auth <AUTH_TOKEN> Authentication token for Builder
1039+
-z, --auth <AUTH_TOKEN> Authentication token for Builder [env: HAB_AUTH_TOKEN=]
10401040
-u, --url <BLDR_URL> Specify an alternate Builder endpoint. If not specified, the value will be taken from the HAB_BLDR_URL environment variable if defined. (default: https://bldr.habitat.sh)
10411041
```
10421042

@@ -1071,7 +1071,7 @@ hab origin invitations ignore [OPTIONS] <ORIGIN> <INVITATION_ID>
10711071
**OPTIONS**
10721072

10731073
```
1074-
-z, --auth <AUTH_TOKEN> Authentication token for Builder
1074+
-z, --auth <AUTH_TOKEN> Authentication token for Builder [env: HAB_AUTH_TOKEN=]
10751075
-u, --url <BLDR_URL> Specify an alternate Builder endpoint. If not specified, the value will be taken from the HAB_BLDR_URL environment variable if defined. (default: https://bldr.habitat.sh)
10761076
```
10771077

@@ -1106,7 +1106,7 @@ hab origin invitations list [OPTIONS]
11061106
**OPTIONS**
11071107

11081108
```
1109-
-z, --auth <AUTH_TOKEN> Authentication token for Builder
1109+
-z, --auth <AUTH_TOKEN> Authentication token for Builder [env: HAB_AUTH_TOKEN=]
11101110
-u, --url <BLDR_URL> Specify an alternate Builder endpoint. If not specified, the value will be taken from the HAB_BLDR_URL environment variable if defined. (default: https://bldr.habitat.sh)
11111111
```
11121112

@@ -1135,7 +1135,7 @@ hab origin invitations pending [OPTIONS] <ORIGIN>
11351135
**OPTIONS**
11361136

11371137
```
1138-
-z, --auth <AUTH_TOKEN> Authentication token for Builder
1138+
-z, --auth <AUTH_TOKEN> Authentication token for Builder [env: HAB_AUTH_TOKEN=]
11391139
-u, --url <BLDR_URL> Specify an alternate Builder endpoint. If not specified, the value will be taken from the HAB_BLDR_URL environment variable if defined. (default: https://bldr.habitat.sh)
11401140
```
11411141

@@ -1169,7 +1169,7 @@ hab origin invitations rescind [OPTIONS] <ORIGIN> <INVITATION_ID>
11691169
**OPTIONS**
11701170

11711171
```
1172-
-z, --auth <AUTH_TOKEN> Authentication token for Builder
1172+
-z, --auth <AUTH_TOKEN> Authentication token for Builder [env: HAB_AUTH_TOKEN=]
11731173
-u, --url <BLDR_URL> Specify an alternate Builder endpoint. If not specified, the value will be taken from the HAB_BLDR_URL environment variable if defined. (default: https://bldr.habitat.sh)
11741174
```
11751175

@@ -1204,7 +1204,7 @@ hab origin invitations send [OPTIONS] <ORIGIN> <INVITEE_ACCOUNT>
12041204
**OPTIONS**
12051205

12061206
```
1207-
-z, --auth <AUTH_TOKEN> Authentication token for Builder
1207+
-z, --auth <AUTH_TOKEN> Authentication token for Builder [env: HAB_AUTH_TOKEN=]
12081208
-u, --url <BLDR_URL> Specify an alternate Builder endpoint. If not specified, the value will be taken from the HAB_BLDR_URL environment variable if defined. (default: https://bldr.habitat.sh)
12091209
```
12101210

@@ -1404,7 +1404,7 @@ hab origin key upload [FLAGS] [OPTIONS] <ORIGIN|--pubfile <PUBLIC_FILE>>
14041404
**OPTIONS**
14051405

14061406
```
1407-
-z, --auth <AUTH_TOKEN> Authentication token for Builder
1407+
-z, --auth <AUTH_TOKEN> Authentication token for Builder [env: HAB_AUTH_TOKEN=]
14081408
-u, --url <BLDR_URL> Specify an alternate Builder endpoint. If not specified, the value will be taken from the HAB_BLDR_URL environment variable if defined. (default: https://bldr.habitat.sh)
14091409
--cache-key-path <CACHE_KEY_PATH> Cache for creating and searching for encryption keys [env: HAB_CACHE_KEY_PATH=] [default: /hab/cache/keys]
14101410
--pubfile <PUBLIC_FILE> Path to a local public origin key file on disk
@@ -1470,7 +1470,7 @@ hab origin rbac set [FLAGS] [OPTIONS] <MEMBER_ACCOUNT> <ROLE> --origin <ORIGIN>
14701470
**OPTIONS**
14711471

14721472
```
1473-
-z, --auth <AUTH_TOKEN> Authentication token for Builder
1473+
-z, --auth <AUTH_TOKEN> Authentication token for Builder [env: HAB_AUTH_TOKEN=]
14741474
-u, --url <BLDR_URL> Specify an alternate Builder endpoint. If not specified, the value will be taken from the HAB_BLDR_URL environment variable if defined. (default: https://bldr.habitat.sh)
14751475
-o, --origin <ORIGIN> The Builder origin name to target
14761476
```
@@ -1507,7 +1507,7 @@ hab origin rbac show [FLAGS] [OPTIONS] <MEMBER_ACCOUNT> --origin <ORIGIN>
15071507
**OPTIONS**
15081508

15091509
```
1510-
-z, --auth <AUTH_TOKEN> Authentication token for Builder
1510+
-z, --auth <AUTH_TOKEN> Authentication token for Builder [env: HAB_AUTH_TOKEN=]
15111511
-u, --url <BLDR_URL> Specify an alternate Builder endpoint. If not specified, the value will be taken from the HAB_BLDR_URL environment variable if defined. (default: https://bldr.habitat.sh)
15121512
-o, --origin <ORIGIN> The Builder origin name to target
15131513
```
@@ -1571,7 +1571,7 @@ hab origin secret delete [OPTIONS] <KEY_NAME>
15711571
**OPTIONS**
15721572

15731573
```
1574-
-z, --auth <AUTH_TOKEN> Authentication token for Builder
1574+
-z, --auth <AUTH_TOKEN> Authentication token for Builder [env: HAB_AUTH_TOKEN=]
15751575
-u, --url <BLDR_URL> Specify an alternate Builder endpoint. If not specified, the value will be taken from the HAB_BLDR_URL environment variable if defined. (default: https://bldr.habitat.sh)
15761576
-o, --origin <ORIGIN> The origin for which the secret will be deleted. Default is from 'HAB_ORIGIN' or cli.toml
15771577
```
@@ -1606,7 +1606,7 @@ hab origin secret list [OPTIONS]
16061606
**OPTIONS**
16071607

16081608
```
1609-
-z, --auth <AUTH_TOKEN> Authentication token for Builder
1609+
-z, --auth <AUTH_TOKEN> Authentication token for Builder [env: HAB_AUTH_TOKEN=]
16101610
-u, --url <BLDR_URL> Specify an alternate Builder endpoint. If not specified, the value will be taken from the HAB_BLDR_URL environment variable if defined. (default: https://bldr.habitat.sh)
16111611
-o, --origin <ORIGIN> The origin for which secrets will be listed. Default is from 'HAB_ORIGIN' or cli.toml
16121612
```
@@ -1636,7 +1636,7 @@ hab origin secret upload [OPTIONS] <KEY_NAME> <SECRET>
16361636
**OPTIONS**
16371637

16381638
```
1639-
-z, --auth <AUTH_TOKEN> Authentication token for Builder
1639+
-z, --auth <AUTH_TOKEN> Authentication token for Builder [env: HAB_AUTH_TOKEN=]
16401640
-u, --url <BLDR_URL> Specify an alternate Builder endpoint. If not specified, the value will be taken from the HAB_BLDR_URL environment variable if defined. (default: https://bldr.habitat.sh)
16411641
--cache-key-path <CACHE_KEY_PATH> Cache for creating and searching for encryption keys [env: HAB_CACHE_KEY_PATH=] [default: /hab/cache/keys]
16421642
-o, --origin <ORIGIN> The origin for which the secret will be uploaded. Default is from HAB_ORIGIN' or cli.toml
@@ -1673,7 +1673,7 @@ hab origin transfer [OPTIONS] <ORIGIN> <NEW_OWNER_ACCOUNT>
16731673
**OPTIONS**
16741674

16751675
```
1676-
-z, --auth <AUTH_TOKEN> Authentication token for Builder
1676+
-z, --auth <AUTH_TOKEN> Authentication token for Builder [env: HAB_AUTH_TOKEN=]
16771677
-u, --url <BLDR_URL> Specify an alternate Builder endpoint. If not specified, the value will be taken from the HAB_BLDR_URL environment variable if defined. (default: https://bldr.habitat.sh)
16781678
```
16791679

@@ -1828,7 +1828,7 @@ hab pkg build [FLAGS] [OPTIONS] <PLAN_CONTEXT>
18281828
--cache-key-path <CACHE_KEY_PATH> Cache for creating and searching for encryption keys [env: HAB_CACHE_KEY_PATH=] [default: /hab/cache/keys]
18291829
-k, --keys <HAB_ORIGIN_KEYS> Installs secret origin keys (ex: "unicorn", "acme,other,acme-ops")
18301830
-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]
1831+
-f, --refresh-channel <REFRESH_CHANNEL> Channel used to retrieve plan dependencies for Chef supported origins env: HAB_REFRESH_CHANNEL=stable] [default: stable]
18321832
-s, --src <SRC_PATH> Sets the source path (default: $PWD)
18331833
```
18341834

@@ -1865,7 +1865,7 @@ hab pkg bulkupload [FLAGS] [OPTIONS] <UPLOAD_DIRECTORY>
18651865
**OPTIONS**
18661866

18671867
```
1868-
-z, --auth <AUTH_TOKEN> Authentication token for Builder
1868+
-z, --auth <AUTH_TOKEN> Authentication token for Builder [env: HAB_AUTH_TOKEN=]
18691869
-u, --url <BLDR_URL> Specify an alternate Builder endpoint. If not specified, the value will be taken from the HAB_BLDR_URL environment variable if defined. (default: https://bldr.habitat.sh)
18701870
-c, --channel <CHANNEL> Optional additional release channel to upload package to. Packages are always uploaded to unstable, regardless of the value of this option
18711871
```
@@ -1900,7 +1900,7 @@ hab pkg channels [OPTIONS] <PKG_IDENT> [PKG_TARGET]
19001900
**OPTIONS**
19011901

19021902
```
1903-
-z, --auth <AUTH_TOKEN> Authentication token for Builder
1903+
-z, --auth <AUTH_TOKEN> Authentication token for Builder [env: HAB_AUTH_TOKEN=]
19041904
-u, --url <BLDR_URL> Specify an alternate Builder endpoint. If not specified, the value will be taken from the HAB_BLDR_URL environment variable if defined. (default: https://bldr.habitat.sh)
19051905
```
19061906

@@ -1963,7 +1963,7 @@ hab pkg delete [OPTIONS] <PKG_IDENT> [PKG_TARGET]
19631963
**OPTIONS**
19641964

19651965
```
1966-
-z, --auth <AUTH_TOKEN> Authentication token for Builder
1966+
-z, --auth <AUTH_TOKEN> Authentication token for Builder [env: HAB_AUTH_TOKEN=]
19671967
-u, --url <BLDR_URL> Specify an alternate Builder endpoint. If not specified, the value will be taken from the HAB_BLDR_URL environment variable if defined. (default: https://bldr.habitat.sh)
19681968
```
19691969

@@ -1998,7 +1998,7 @@ hab pkg demote [OPTIONS] <PKG_IDENT> <CHANNEL> [PKG_TARGET]
19981998
**OPTIONS**
19991999

20002000
```
2001-
-z, --auth <AUTH_TOKEN> Authentication token for Builder
2001+
-z, --auth <AUTH_TOKEN> Authentication token for Builder [env: HAB_AUTH_TOKEN=]
20022002
-u, --url <BLDR_URL> Specify an alternate Builder endpoint. If not specified, the value will be taken from the HAB_BLDR_URL environment variable if defined. (default: https://bldr.habitat.sh)
20032003
```
20042004

@@ -2066,7 +2066,7 @@ hab pkg download [FLAGS] [OPTIONS] [--] [PKG_IDENT]...
20662066
**OPTIONS**
20672067

20682068
```
2069-
-z, --auth <AUTH_TOKEN> Authentication token for Builder
2069+
-z, --auth <AUTH_TOKEN> Authentication token for Builder [env: HAB_AUTH_TOKEN=]
20702070
-u, --url <BLDR_URL> Specify an alternate Builder endpoint. If not specified, the value will be taken from the HAB_BLDR_URL environment variable if defined. (default: https://bldr.habitat.sh)
20712071
-c, --channel <CHANNEL> Download from the specified release channel. Overridden if channel is specified in toml file [env: HAB_BLDR_CHANNEL=] [default: stable]
20722072
--download-directory <DOWNLOAD_DIRECTORY> The path to store downloaded artifacts
@@ -2254,7 +2254,7 @@ hab pkg install [FLAGS] [OPTIONS] <PKG_IDENT_OR_ARTIFACT>...
22542254
**OPTIONS**
22552255

22562256
```
2257-
-z, --auth <AUTH_TOKEN> Authentication token for Builder
2257+
-z, --auth <AUTH_TOKEN> Authentication token for Builder [env: HAB_AUTH_TOKEN=]
22582258
--binlink-dir <BINLINK_DIR> Binlink all binaries from installed package(s) into BINLINK_DIR [env: HAB_BINLINK_DIR=] [default: /bin]
22592259
-u, --url <BLDR_URL> Specify an alternate Builder endpoint. If not specified, the value will be taken from the HAB_BLDR_URL environment variable if defined. (default: https://bldr.habitat.sh)
22602260
-c, --channel <CHANNEL> Install from the specified release channel [env: HAB_BLDR_CHANNEL=] [default: stable]
@@ -2352,7 +2352,7 @@ hab pkg promote [OPTIONS] <PKG_IDENT> <CHANNEL> [PKG_TARGET]
23522352
**OPTIONS**
23532353

23542354
```
2355-
-z, --auth <AUTH_TOKEN> Authentication token for Builder
2355+
-z, --auth <AUTH_TOKEN> Authentication token for Builder [env: HAB_AUTH_TOKEN=]
23562356
-u, --url <BLDR_URL> Specify an alternate Builder endpoint. If not specified, the value will be taken from the HAB_BLDR_URL environment variable if defined. (default: https://bldr.habitat.sh)
23572357
```
23582358

@@ -2418,7 +2418,7 @@ hab pkg search [OPTIONS] <SEARCH_TERM>
24182418
**OPTIONS**
24192419

24202420
```
2421-
-z, --auth <AUTH_TOKEN> Authentication token for Builder
2421+
-z, --auth <AUTH_TOKEN> Authentication token for Builder [env: HAB_AUTH_TOKEN=]
24222422
-u, --url <BLDR_URL> Specify an alternate Builder endpoint. If not specified, the value will be taken from the HAB_BLDR_URL environment variable if defined. (default: https://bldr.habitat.sh)
24232423
-l, --limit <LIMIT> Limit how many packages to retrieve [default: 50]
24242424
```
@@ -2527,7 +2527,7 @@ hab pkg upload [FLAGS] [OPTIONS] <HART_FILE>...
25272527
**OPTIONS**
25282528

25292529
```
2530-
-z, --auth <AUTH_TOKEN> Authentication token for Builder
2530+
-z, --auth <AUTH_TOKEN> Authentication token for Builder [env: HAB_AUTH_TOKEN=]
25312531
-u, --url <BLDR_URL> Specify an alternate Builder endpoint. If not specified, the value will be taken from the HAB_BLDR_URL environment variable if defined. (default: https://bldr.habitat.sh)
25322532
--cache-key-path <CACHE_KEY_PATH> Cache for creating and searching for encryption keys [env: HAB_CACHE_KEY_PATH=] [default: /hab/cache/keys]
25332533
-c, --channel <CHANNEL> Optional additional release channel to upload package to. Packages are always uploaded to unstable, regardless of the value of this option

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-12-27T20:47:49.689Z
4+
date = 2025-09-05T15:46:37.742Z
55
draft = false
66

77
[menu]

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ require (
1515
github.com/chef/samples v0.0.0-20250424163637-3393187e624c // indirect
1616
github.com/chef/supermarket/docs-chef-io v0.0.0-20250602140848-cded623a3f5c // indirect
1717
github.com/cowboy/jquery-hashchange v0.0.0-20100902193700-0310f3847f90 // indirect
18-
github.com/habitat-sh/habitat/components/docs-chef-io v0.0.0-20250703193412-93daafc684a8 // indirect
18+
github.com/habitat-sh/habitat/components/docs-chef-io v0.0.0-20250905124722-c1a4eb639cba // indirect
1919
github.com/habitat-sh/on-prem-builder/docs-chef-io v0.0.0-20250805192817-f8b1dae05d5e // indirect
2020
github.com/inspec/inspec-alicloud/docs-chef-io v0.0.0-20240122032124-a1d2a214e170 // indirect
2121
github.com/inspec/inspec-aws/docs-chef-io v0.0.0-20240122032232-049dcf822eef // indirect

0 commit comments

Comments
 (0)