From 246802b3344170ca1490156693c7c0760b1c48c5 Mon Sep 17 00:00:00 2001 From: "chef-expeditor[bot]" <49165653+chef-expeditor[bot]@users.noreply.github.com> Date: Thu, 24 Mar 2022 12:21:20 -0400 Subject: [PATCH] Bump Hugo module habitat to latest stable release (e95f35d634b19b793d52f50f9abf7577a3585c91). (#3779) 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 Co-authored-by: Ian Maddaus --- .../docs-chef-io/content/habitat/running_habitat_servers.md | 6 +++--- .../components/docs-chef-io/content/habitat/sup_run.md | 2 +- .../docs-chef-io/static/habitat-api-docs/builder-api.json | 4 ++-- _vendor/modules.txt | 2 +- content/habitat/habitat_cli.md | 5 +++-- content/habitat/service_templates.md | 2 +- go.mod | 2 +- go.sum | 2 +- 8 files changed, 13 insertions(+), 12 deletions(-) diff --git a/_vendor/github.com/habitat-sh/habitat/components/docs-chef-io/content/habitat/running_habitat_servers.md b/_vendor/github.com/habitat-sh/habitat/components/docs-chef-io/content/habitat/running_habitat_servers.md index 35c7967041..921298f684 100644 --- a/_vendor/github.com/habitat-sh/habitat/components/docs-chef-io/content/habitat/running_habitat_servers.md +++ b/_vendor/github.com/habitat-sh/habitat/components/docs-chef-io/content/habitat/running_habitat_servers.md @@ -24,11 +24,11 @@ sudo groupadd hab sudo useradd -g hab hab ``` -Finally, you will need to wire Chef Habitat up to your systems init system. This may be SysVinit, SystemD, runit, etc. The details will be different for each system, but in the end, you must call `hab sup run`. +Finally, you will need to wire Chef Habitat up to your systems init system. This may be SysVinit, systemd, runit, etc. The details will be different for each system, but in the end, you must call `hab sup run`. -### Running under SystemD +### Running under systemd -A basic SystemD unit file for Chef Habitat might look like this. This assumes that you have already created the `hab` user and group, as instructed above, and that your `hab` binary is linked to `/bin/hab`. +A basic systemd unit file for Chef Habitat might look like this. This assumes that you have already created the `hab` user and group, as instructed above, and that your `hab` binary is linked to `/bin/hab`. ```toml [Unit] diff --git a/_vendor/github.com/habitat-sh/habitat/components/docs-chef-io/content/habitat/sup_run.md b/_vendor/github.com/habitat-sh/habitat/components/docs-chef-io/content/habitat/sup_run.md index 0de958f473..aa28319a88 100644 --- a/_vendor/github.com/habitat-sh/habitat/components/docs-chef-io/content/habitat/sup_run.md +++ b/_vendor/github.com/habitat-sh/habitat/components/docs-chef-io/content/habitat/sup_run.md @@ -20,7 +20,7 @@ Information about [installing Chef Habitat]({{< relref "install_habitat" >}}) an ## Starting the Supervisor -In order to run a Chef Habitat-packaged service, you must first run a Chef Habitat Supervisor. There are two ways to start up a Supervisor, and it is important to know the implications of each, and which method is appropriate for your circumstances. These instructions describe the behavior of the 0.56.0 Supervisor and later, which dramatically simplified how Supervisors start up. These instructions also deal with the Supervisor "by itself"; later on, we'll see how to integrate it into different operational scenarios (e.g., SystemD, Windows Services, etc.). It is useful to understand the underlying concepts first. +In order to run a Chef Habitat-packaged service, you must first run a Chef Habitat Supervisor. There are two ways to start up a Supervisor, and it is important to know the implications of each, and which method is appropriate for your circumstances. These instructions describe the behavior of the 0.56.0 Supervisor and later, which dramatically simplified how Supervisors start up. These instructions also deal with the Supervisor "by itself"; later on, we'll see how to integrate it into different operational scenarios (e.g., systemd, Windows Services, etc.). It is useful to understand the underlying concepts first. For further details about these commands, including all the arguments and options they take, please consult [the hab documentation]({{< relref "habitat_cli" >}}). diff --git a/_vendor/github.com/habitat-sh/habitat/components/docs-chef-io/static/habitat-api-docs/builder-api.json b/_vendor/github.com/habitat-sh/habitat/components/docs-chef-io/static/habitat-api-docs/builder-api.json index 7f53d2b240..ec3a7c459d 100644 --- a/_vendor/github.com/habitat-sh/habitat/components/docs-chef-io/static/habitat-api-docs/builder-api.json +++ b/_vendor/github.com/habitat-sh/habitat/components/docs-chef-io/static/habitat-api-docs/builder-api.json @@ -189,7 +189,7 @@ } ], "get": { - "description": "Retrieves the list of reverse dependencies for this package.\n", + "description": "Retrieves the list of reverse dependencies for this package (on-prem setup not supported).\n", "responses": { "200": { "description": "Retrieve reverse dependencies for package", @@ -236,7 +236,7 @@ } ], "get": { - "description": "Retrieves the list of reverse dependencies for this package,\ncollated into build groups that can be build in parallel\n", + "description": "Retrieves the list of reverse dependencies for this package,\ncollated into build groups that can be build in parallel (on-prem setup not supported)\n", "responses": { "200": { "description": "Retrieved dependencies organized into build groups", diff --git a/_vendor/modules.txt b/_vendor/modules.txt index e9cb4a4333..9f034f6ea4 100644 --- a/_vendor/modules.txt +++ b/_vendor/modules.txt @@ -1,6 +1,6 @@ # github.com/chef/automate/components/docs-chef-io v0.0.0-20220322120634-441cf908fdfb # github.com/chef/desktop-config/docs-chef-io v0.0.0-20211006114000-6bf6119bfc8a -# github.com/habitat-sh/habitat/components/docs-chef-io v0.0.0-20220223204905-ee157196b538 +# github.com/habitat-sh/habitat/components/docs-chef-io v0.0.0-20220321163225-e95f35d634b1 # github.com/chef/chef-server/docs-chef-io v0.0.0-20220303162748-5640b2de7236 # github.com/inspec/inspec/docs-chef-io v0.0.0-20220323184151-26e197a3a506 # github.com/inspec/inspec-alicloud/docs-chef-io v0.0.0-20220218210517-5887448b615c diff --git a/content/habitat/habitat_cli.md b/content/habitat/habitat_cli.md index f900cc1683..d20753aed8 100644 --- a/content/habitat/habitat_cli.md +++ b/content/habitat/habitat_cli.md @@ -18,7 +18,7 @@ The commands for the Chef Habitat CLI (`hab`) are listed below. | Applies to Version | Last Updated | | ------- | ------------ | -| hab 1.6.420/20211101172443 (linux) | 1 Nov 2021 | +| hab 1.6.477/20220321163641 (linux) | 21 Mar 2022 | ## hab @@ -241,12 +241,13 @@ Lists origin channels **USAGE** ``` -hab bldr channel list [OPTIONS] [ORIGIN] +hab bldr channel list [FLAGS] [OPTIONS] [ORIGIN] ``` **FLAGS** ``` +-s, --sandbox Include sandbox channels for the origin -h, --help Prints help information -V, --version Prints version information ``` diff --git a/content/habitat/service_templates.md b/content/habitat/service_templates.md index dc50580b4b..58755bcf17 100644 --- a/content/habitat/service_templates.md +++ b/content/habitat/service_templates.md @@ -1,7 +1,7 @@ +++ title = "Service Template Data" -date = 2021-11-01T18:06:23.434Z +date = 2022-03-21T17:24:17.983Z draft = false [menu] diff --git a/go.mod b/go.mod index 80e144ce40..9df440cd89 100644 --- a/go.mod +++ b/go.mod @@ -10,7 +10,7 @@ require ( github.com/chef/effortless/docs-chef-io v0.0.0-20211119164252-4ff3d53886be // indirect github.com/chef/supermarket/docs-chef-io v0.0.0-20220303181518-342cf6e77367 // indirect github.com/cowboy/jquery-hashchange v0.0.0-20100902193700-0310f3847f90 // indirect - github.com/habitat-sh/habitat/components/docs-chef-io v0.0.0-20220223204905-ee157196b538 // indirect + github.com/habitat-sh/habitat/components/docs-chef-io v0.0.0-20220321163225-e95f35d634b1 // indirect github.com/inspec/inspec-alicloud/docs-chef-io v0.0.0-20220218210517-5887448b615c // indirect github.com/inspec/inspec-aws/docs-chef-io v0.0.0-20220228151600-69aa036b1527 // indirect github.com/inspec/inspec-azure/docs-chef-io v0.0.0-20220228040450-e1b23e65979a // indirect diff --git a/go.sum b/go.sum index 78dcf33c41..507468684f 100644 --- a/go.sum +++ b/go.sum @@ -26,7 +26,7 @@ github.com/google/go-cmp v0.3.0/go.mod h1:8QqcDgzrUqlUb/G2PQTWiueGozuR1884gddMyw github.com/google/go-cmp v0.3.1/go.mod h1:8QqcDgzrUqlUb/G2PQTWiueGozuR1884gddMywk6iLU= github.com/google/go-cmp v0.4.0/go.mod h1:v8dTdLbMG2kIc/vJvl+f65V22dbkXbowE6jgT/gNBxE= github.com/google/go-cmp v0.5.0/go.mod h1:v8dTdLbMG2kIc/vJvl+f65V22dbkXbowE6jgT/gNBxE= -github.com/habitat-sh/habitat/components/docs-chef-io v0.0.0-20220223204905-ee157196b538/go.mod h1:luAy42opPrAM/T6hsqDyW3CNBaAMgy+a6l0+oi8sw8U= +github.com/habitat-sh/habitat/components/docs-chef-io v0.0.0-20220321163225-e95f35d634b1/go.mod h1:luAy42opPrAM/T6hsqDyW3CNBaAMgy+a6l0+oi8sw8U= github.com/inspec/inspec-alicloud/docs-chef-io v0.0.0-20220218210517-5887448b615c/go.mod h1:tAazDDBtR5yCl/FNWHnrmkxpfxnOo9B99DyfRE7JH1c= github.com/inspec/inspec-aws/docs-chef-io v0.0.0-20220228151600-69aa036b1527/go.mod h1:5rfIsi1/SqSiAXqU94UOcfMnebnuaEmFriU8k8t1Kes= github.com/inspec/inspec-azure/docs-chef-io v0.0.0-20220228040450-e1b23e65979a/go.mod h1:93+uw8FTBAWybBZIn45FzO5vnZDBh51lgMwMP1vvIqo=