From dce15305e4b759bf8e02a3b6a35bb7c267a76e7a Mon Sep 17 00:00:00 2001 From: "chef-expeditor[bot]" <49165653+chef-expeditor[bot]@users.noreply.github.com> Date: Thu, 9 Jan 2025 09:13:25 -0500 Subject: [PATCH] Bump Hugo module chef-server to 15.10.27. (#4366) 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 <chef-ci@chef.io> --- .../content/server/config_rb_server_optional_settings.md | 5 +++++ _vendor/modules.txt | 2 +- go.mod | 2 +- go.sum | 4 ++-- 4 files changed, 9 insertions(+), 4 deletions(-) diff --git a/_vendor/github.com/chef/chef-server/docs-chef-io/content/server/config_rb_server_optional_settings.md b/_vendor/github.com/chef/chef-server/docs-chef-io/content/server/config_rb_server_optional_settings.md index 310c6217b9..34941dd053 100644 --- a/_vendor/github.com/chef/chef-server/docs-chef-io/content/server/config_rb_server_optional_settings.md +++ b/_vendor/github.com/chef/chef-server/docs-chef-io/content/server/config_rb_server_optional_settings.md @@ -2023,6 +2023,11 @@ This configuration file has the following settings for `opscode-erchef`: Default value: `127.0.0.1`. +`opscode_erchef['track_total_hits']` + +: Whether to return how many documents matched the query. + + Default value: `false`. ### opscode-expander diff --git a/_vendor/modules.txt b/_vendor/modules.txt index 532092493a..c7390731bf 100644 --- a/_vendor/modules.txt +++ b/_vendor/modules.txt @@ -1,7 +1,7 @@ # github.com/chef/automate/components/docs-chef-io v0.0.0-20241202053455-d6fa3db8941a # github.com/chef/desktop-config/docs-chef-io v0.0.0-20240814044820-5af667d41a43 # github.com/habitat-sh/habitat/components/docs-chef-io v0.0.0-20241119140456-8605fc35e9b2 -# github.com/chef/chef-server/docs-chef-io v0.0.0-20241126093050-948ceb81afae +# github.com/chef/chef-server/docs-chef-io v0.0.0-20250102024827-cf7f6c08943f # github.com/inspec/inspec/docs-chef-io v0.0.0-20241105131042-f05b389794c9 # github.com/inspec/inspec-alicloud/docs-chef-io v0.0.0-20240122032124-a1d2a214e170 # github.com/inspec/inspec-aws/docs-chef-io v0.0.0-20240122032232-049dcf822eef diff --git a/go.mod b/go.mod index 7835cc513e..f7e057c724 100644 --- a/go.mod +++ b/go.mod @@ -5,7 +5,7 @@ go 1.22 require ( github.com/chef/automate/components/docs-chef-io v0.0.0-20241202053455-d6fa3db8941a // indirect github.com/chef/chef-docs-theme v0.0.0-20241206202643-d5ef90c514a1 // indirect - github.com/chef/chef-server/docs-chef-io v0.0.0-20241126093050-948ceb81afae // indirect + github.com/chef/chef-server/docs-chef-io v0.0.0-20250102024827-cf7f6c08943f // indirect github.com/chef/chef-workstation/docs-chef-io v0.0.0-20241218133915-0bcc26e757cc // indirect github.com/chef/compliance-profiles/docs-chef-io v0.0.0-20241211025148-fb9cb1f3e2bc // indirect github.com/chef/compliance-remediation-2022/docs-chef-io v0.0.0-20240313054833-ebbc45209efa // indirect diff --git a/go.sum b/go.sum index 5f37274b8d..add91bf876 100644 --- a/go.sum +++ b/go.sum @@ -2,8 +2,8 @@ github.com/chef/automate/components/docs-chef-io v0.0.0-20241202053455-d6fa3db89 github.com/chef/automate/components/docs-chef-io v0.0.0-20241202053455-d6fa3db8941a/go.mod h1:juvLC7Rt33YOCgJ5nnfl4rWZRAbSwqjTbWmcAoA0LtU= github.com/chef/chef-docs-theme v0.0.0-20241206202643-d5ef90c514a1 h1:1ASUjeDFUBsmMX6mMlqxYN4mGtsS4lJ7AkyYiw3FOd4= github.com/chef/chef-docs-theme v0.0.0-20241206202643-d5ef90c514a1/go.mod h1:+Jpnv+LXE6dXu2xDcMzMc0RxRGuCPAoFxq5tJ/X6QpQ= -github.com/chef/chef-server/docs-chef-io v0.0.0-20241126093050-948ceb81afae h1:ml5zs10Wv+YgJSq5zLlyLroTcP2x1U4Op/whIpVr14s= -github.com/chef/chef-server/docs-chef-io v0.0.0-20241126093050-948ceb81afae/go.mod h1:gMSa25GUHmLimA0gjvRd3hs1buOBqkKPrdHzHvaJauY= +github.com/chef/chef-server/docs-chef-io v0.0.0-20250102024827-cf7f6c08943f h1:LjlFqIxJ0XgVlL91LvEjLwY2NHqsYK0vAlIOqd9HWzA= +github.com/chef/chef-server/docs-chef-io v0.0.0-20250102024827-cf7f6c08943f/go.mod h1:gMSa25GUHmLimA0gjvRd3hs1buOBqkKPrdHzHvaJauY= github.com/chef/chef-workstation/docs-chef-io v0.0.0-20241218133915-0bcc26e757cc h1:LYYo5bwhYsmdpLx53uKaOpRiGjFh4tWACjK+6XA7Eok= github.com/chef/chef-workstation/docs-chef-io v0.0.0-20241218133915-0bcc26e757cc/go.mod h1:u6KNpAJs9lTmRigxXsxX0dEywa5KLB40m1vbAalN0NI= github.com/chef/compliance-profiles/docs-chef-io v0.0.0-20241211025148-fb9cb1f3e2bc h1:1XQ9lU2HIVdaJDmbZC3zptA6mGoOSwi6vs67wZgVRrw=