diff --git a/_vendor/github.com/chef/compliance-profiles/docs-chef-io/content/release_notes_compliance_profiles.md b/_vendor/github.com/chef/compliance-profiles/docs-chef-io/content/release_notes_compliance_profiles.md index f86a51fb7..17b1072dc 100644 --- a/_vendor/github.com/chef/compliance-profiles/docs-chef-io/content/release_notes_compliance_profiles.md +++ b/_vendor/github.com/chef/compliance-profiles/docs-chef-io/content/release_notes_compliance_profiles.md @@ -10,6 +10,14 @@ draft = false weight = 10 +++ +## 20251015 + +### New features + +- CIS Apache Tomcat 10.1 v1.1.0 (Audits) +- CIS Windows Server 2022 v4.0.0 (Audits) +- CIS SUSE Linux 15 v2.0.1 (Audits) + ## 20250815 ### New features diff --git a/_vendor/modules.txt b/_vendor/modules.txt index b5ce13d5b..b192bebbd 100644 --- a/_vendor/modules.txt +++ b/_vendor/modules.txt @@ -7,7 +7,7 @@ # github.com/chef/supermarket/docs-chef-io v0.0.0-20250602140848-cded623a3f5c # github.com/chef/effortless/docs-chef-io v0.0.0-20230711123605-c8beb79aba4f # github.com/chef/compliance-profiles/docs-chef-io v0.0.0-20250818133051-ee9a3314396c -# github.com/chef/compliance-remediation-2022/docs-chef-io v0.0.0-20251017091630-15593323c2be +# github.com/chef/compliance-remediation-2022/docs-chef-io v0.0.0-20250818073818-2c66a6fcd964 # 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-20250808212116-563fde1a25bc diff --git a/go.mod b/go.mod index b3672ade7..ef8631c6c 100644 --- a/go.mod +++ b/go.mod @@ -8,7 +8,7 @@ require ( github.com/chef/chef-server/docs-chef-io v0.0.0-20250912093648-70b79ec99736 // 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-20250818133051-ee9a3314396c // indirect - github.com/chef/compliance-remediation-2022/docs-chef-io v0.0.0-20251017091630-15593323c2be // indirect + github.com/chef/compliance-remediation-2022/docs-chef-io v0.0.0-20250818073818-2c66a6fcd964 // 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 a9c11eae7..13931f178 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-20250818133051-ee9a3314396c h1:r9qdIQdnv0RoBmoXfgRYboGmDAQ/jGRVpXr0dNKE7pA= github.com/chef/compliance-profiles/docs-chef-io v0.0.0-20250818133051-ee9a3314396c/go.mod h1:fsG7S6r66ZW6Af/sqq+OL3WNP+BoO4V1/Evwu98Noig= -github.com/chef/compliance-remediation-2022/docs-chef-io v0.0.0-20251017091630-15593323c2be h1:A7js4R4K8mEGP39P3JUKc2y59x7gdrQ0TsfkWVRppe8= -github.com/chef/compliance-remediation-2022/docs-chef-io v0.0.0-20251017091630-15593323c2be/go.mod h1:kNxSqzNZGBwfF4AfALPzUfOeAsscIIKq8vyoCNL33DA= +github.com/chef/compliance-remediation-2022/docs-chef-io v0.0.0-20250818073818-2c66a6fcd964 h1:+emUvwiyDZmvhC1CK3M1mrreikWCc+QU3lUqvNBuV5I= +github.com/chef/compliance-remediation-2022/docs-chef-io v0.0.0-20250818073818-2c66a6fcd964/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=