diff --git a/_vendor/github.com/chef/compliance-remediation-2022/docs-chef-io/content/release_notes_compliance_remediation.md b/_vendor/github.com/chef/compliance-remediation-2022/docs-chef-io/content/release_notes_compliance_remediation.md index e9f87a859..b644f095d 100644 --- a/_vendor/github.com/chef/compliance-remediation-2022/docs-chef-io/content/release_notes_compliance_remediation.md +++ b/_vendor/github.com/chef/compliance-remediation-2022/docs-chef-io/content/release_notes_compliance_remediation.md @@ -10,6 +10,13 @@ draft = false weight = 20 +++ +## 20251215 + +### New Features + +- STIG Microsoft Windows 11 v2.2.0 (Remediation) + + ## 20251115 ### New Features diff --git a/_vendor/modules.txt b/_vendor/modules.txt index 3ab3fc91f..74a2e7d59 100644 --- a/_vendor/modules.txt +++ b/_vendor/modules.txt @@ -7,7 +7,7 @@ # github.com/chef/supermarket/docs-chef-io v0.0.0-20251111140113-2790dadeef26 # github.com/chef/effortless/docs-chef-io v0.0.0-20230711123605-c8beb79aba4f # github.com/chef/compliance-profiles/docs-chef-io v0.0.0-20251118120313-e88c9a573f5a -# github.com/chef/compliance-remediation-2022/docs-chef-io v0.0.0-20251118120332-3ab3a8b9a13f +# github.com/chef/compliance-remediation-2022/docs-chef-io v0.0.0-20251209163658-197a4b801e47 # github.com/chef/license-service/docs-chef-io v0.0.0-20250120051510-ae1de80f4621 # github.com/chef/samples v0.0.0-20250424163637-3393187e624c # github.com/chef/chef-docs-theme v0.0.0-20251013213507-f2f920c69eed diff --git a/go.mod b/go.mod index 131c75213..520e26da0 100644 --- a/go.mod +++ b/go.mod @@ -8,7 +8,7 @@ require ( github.com/chef/chef-server/docs-chef-io v0.0.0-20251103154204-52161ef2177d // indirect github.com/chef/chef-workstation/docs-chef-io v0.0.0-20250930142111-8c07fe8a2202 // indirect github.com/chef/compliance-profiles/docs-chef-io v0.0.0-20251118120313-e88c9a573f5a // indirect - github.com/chef/compliance-remediation-2022/docs-chef-io v0.0.0-20251118120332-3ab3a8b9a13f // indirect + github.com/chef/compliance-remediation-2022/docs-chef-io v0.0.0-20251209163658-197a4b801e47 // indirect github.com/chef/desktop-config/docs-chef-io v0.0.0-20240814044820-5af667d41a43 // 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-20250120051510-ae1de80f4621 // indirect diff --git a/go.sum b/go.sum index 33919363c..6718580f1 100644 --- a/go.sum +++ b/go.sum @@ -8,8 +8,8 @@ github.com/chef/chef-workstation/docs-chef-io v0.0.0-20250930142111-8c07fe8a2202 github.com/chef/chef-workstation/docs-chef-io v0.0.0-20250930142111-8c07fe8a2202/go.mod h1:V8imA1NaIkzCKU5GZjsXScPNy7Nd8FjcPBnMfmP1hBk= github.com/chef/compliance-profiles/docs-chef-io v0.0.0-20251118120313-e88c9a573f5a h1:IW2n+5OPyBmjmf86rjbWXw6CeQpwMUe3Elb5CQtYVc0= github.com/chef/compliance-profiles/docs-chef-io v0.0.0-20251118120313-e88c9a573f5a/go.mod h1:fsG7S6r66ZW6Af/sqq+OL3WNP+BoO4V1/Evwu98Noig= -github.com/chef/compliance-remediation-2022/docs-chef-io v0.0.0-20251118120332-3ab3a8b9a13f h1:KZFkBHDhl3FUaobVmxwfuDVODnE3A3XA7Kj1Y6kU8x0= -github.com/chef/compliance-remediation-2022/docs-chef-io v0.0.0-20251118120332-3ab3a8b9a13f/go.mod h1:kNxSqzNZGBwfF4AfALPzUfOeAsscIIKq8vyoCNL33DA= +github.com/chef/compliance-remediation-2022/docs-chef-io v0.0.0-20251209163658-197a4b801e47 h1:bWx9hexKjicS3GmC68SVPhpVne/ZbXhm5auxnx6afKw= +github.com/chef/compliance-remediation-2022/docs-chef-io v0.0.0-20251209163658-197a4b801e47/go.mod h1:kNxSqzNZGBwfF4AfALPzUfOeAsscIIKq8vyoCNL33DA= github.com/chef/desktop-config/docs-chef-io v0.0.0-20240814044820-5af667d41a43 h1:2wrzLEbX7qPYQRw/LTBm2pHB5HKyL9ElYUA7bkYScaE= github.com/chef/desktop-config/docs-chef-io v0.0.0-20240814044820-5af667d41a43/go.mod h1:90xAx6sIfgSL50M2KzeBmx7V7s7dlhQU3xpUkJO0qW0= github.com/chef/effortless/docs-chef-io v0.0.0-20230711123605-c8beb79aba4f h1:6+VjBykE1b9LGfJEBstSKLAGJySrhu6NY162gz+cnxo=