diff --git a/_vendor/github.com/chef/license-service/docs-chef-io/content/licensing/local_license_service/_index.md b/_vendor/github.com/chef/license-service/docs-chef-io/content/licensing/local_license_service/_index.md index 42121e5294..7c7f292fb5 100644 --- a/_vendor/github.com/chef/license-service/docs-chef-io/content/licensing/local_license_service/_index.md +++ b/_vendor/github.com/chef/license-service/docs-chef-io/content/licensing/local_license_service/_index.md @@ -29,6 +29,12 @@ After installing Local License Service and uploading licensing data, users can c Chef applications cache license keys that they've received from Local License Service while they're running and must reconnect to Local License Service to retrieve a license key when they restart. Local License Service can automatically synchronize commercial licenses from Chef's licensing server (assuming the service has internet connectivity). +## Compatibility + +The Chef Local License Service can provide licenses to following Chef products: + +- Chef InSpec 6 and greater + ## Get Chef Local License Service Contact [Chef Support](https://community.progress.com/s/products/chef) to gain access to the deployment binaries for this service. diff --git a/_vendor/modules.txt b/_vendor/modules.txt index 49711e747f..989276a8e3 100644 --- a/_vendor/modules.txt +++ b/_vendor/modules.txt @@ -13,7 +13,7 @@ # github.com/chef/effortless/docs-chef-io v0.0.0-20230711123605-c8beb79aba4f # github.com/chef/compliance-profiles/docs-chef-io v0.0.0-20231031143423-5ffd549d4a19 # github.com/chef/compliance-remediation-2022/docs-chef-io v0.0.0-20230809063034-95b117807a75 -# github.com/chef/license-service/docs-chef-io v0.0.0-20231109163703-41a47f861346 +# github.com/chef/license-service/docs-chef-io v0.0.0-20231117105514-d3f3d53ba2dd # github.com/cowboy/jquery-hashchange v0.0.0-20100902193700-0310f3847f90 # github.com/swiftype/swiftype-autocomplete-jquery v0.0.0-20190222215504-a90008d64b30 # github.com/swiftype/swiftype-search-jquery v1.1.0 diff --git a/go.mod b/go.mod index f10157c62e..dfab268f7f 100644 --- a/go.mod +++ b/go.mod @@ -10,7 +10,7 @@ require ( github.com/chef/compliance-remediation-2022/docs-chef-io v0.0.0-20230809063034-95b117807a75 // indirect github.com/chef/desktop-config/docs-chef-io v0.0.0-20230711052355-bad26ce3ac0b // indirect github.com/chef/effortless/docs-chef-io v0.0.0-20230711123605-c8beb79aba4f // indirect - github.com/chef/license-service/docs-chef-io v0.0.0-20231109163703-41a47f861346 // indirect + github.com/chef/license-service/docs-chef-io v0.0.0-20231117105514-d3f3d53ba2dd // indirect github.com/chef/supermarket/docs-chef-io v0.0.0-20231004141257-7ada2c50bece // indirect github.com/cowboy/jquery-hashchange v0.0.0-20100902193700-0310f3847f90 // indirect github.com/habitat-sh/habitat/components/docs-chef-io v0.0.0-20230808222519-d0c20bbe8c45 // indirect diff --git a/go.sum b/go.sum index ad241d1370..13b6681ddf 100644 --- a/go.sum +++ b/go.sum @@ -15,8 +15,8 @@ github.com/chef/desktop-config/docs-chef-io v0.0.0-20230711052355-bad26ce3ac0b h github.com/chef/desktop-config/docs-chef-io v0.0.0-20230711052355-bad26ce3ac0b/go.mod h1:90xAx6sIfgSL50M2KzeBmx7V7s7dlhQU3xpUkJO0qW0= github.com/chef/effortless/docs-chef-io v0.0.0-20230711123605-c8beb79aba4f h1:6+VjBykE1b9LGfJEBstSKLAGJySrhu6NY162gz+cnxo= github.com/chef/effortless/docs-chef-io v0.0.0-20230711123605-c8beb79aba4f/go.mod h1:Lfq+HjwAQwUJ41EPTO/8qbI1oJb2i415fR28d2Ig9kc= -github.com/chef/license-service/docs-chef-io v0.0.0-20231109163703-41a47f861346 h1:DB0UwtZ2I3utBAr+4TrA8+rPEgjO6hh+OdvcZDQHoh4= -github.com/chef/license-service/docs-chef-io v0.0.0-20231109163703-41a47f861346/go.mod h1:leNCF0KadV7zjm7YpVegNnbmWYUFXgaPKHP4tTDacos= +github.com/chef/license-service/docs-chef-io v0.0.0-20231117105514-d3f3d53ba2dd h1:I4Rgzposq3E5Dd+swVEry+rs3zvEKSN29NS3noKRcTY= +github.com/chef/license-service/docs-chef-io v0.0.0-20231117105514-d3f3d53ba2dd/go.mod h1:leNCF0KadV7zjm7YpVegNnbmWYUFXgaPKHP4tTDacos= github.com/chef/supermarket/docs-chef-io v0.0.0-20231004141257-7ada2c50bece h1:qCHZDu6a+UgOvMvLRsT9wAfi7P2+uKQm+H1kvpeZ7k4= github.com/chef/supermarket/docs-chef-io v0.0.0-20231004141257-7ada2c50bece/go.mod h1:L0DhIJHTKsPYhAr9TrhAIg3KXtrS9BJF0XNHfGDDGGg= github.com/client9/misspell v0.3.4/go.mod h1:qj6jICC3Q7zFZvVWo7KLAzC3yx5G7kyvSDkc90ppPyw=