From 3ce936992632609503196dc76c4c194ea2ce86a3 Mon Sep 17 00:00:00 2001 From: Ian Maddaus Date: Mon, 10 Feb 2025 12:45:21 -0500 Subject: [PATCH] Update compliance release notes (#4378) Signed-off-by: Ian Maddaus --- .../content/release_notes_compliance_profiles.md | 11 ++++++++++- _vendor/modules.txt | 2 +- go.mod | 2 +- go.sum | 4 ++-- 4 files changed, 14 insertions(+), 5 deletions(-) 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 804c505901..a0c29d7db9 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,15 @@ draft = false weight = 10 +++ +## 20250206 + +### New Features + +- STIG Windows 11 v2r2(Audits) +- STIG Kubernetes Benchmark Version 2.2(Audits) +- CIS PostgreSQL 16 v1.0.0(Audits) +- CIS CIS Apache Tomcat 10 v1.1.0 (Audits) + ## 20241210 ### New Features @@ -98,7 +107,7 @@ Added the following compliance profiles: - CIS Ubuntu 22.04 v1.0.0 (Audit). - CIS SUSE Linux Enterprise 12v3.1.0 (Audit). - STIG Windows 11 v1r2. (Audit) -- CIS Amazon EKS v1.0.0. (Audit) +- CIS Amazon EKS v1.3.0. (Audit) ### Improvements diff --git a/_vendor/modules.txt b/_vendor/modules.txt index 3251d646b4..3689d9c6c7 100644 --- a/_vendor/modules.txt +++ b/_vendor/modules.txt @@ -11,7 +11,7 @@ # github.com/chef/chef-workstation/docs-chef-io v0.0.0-20250205062508-ee50345a4044 # github.com/chef/supermarket/docs-chef-io v0.0.0-20241105172430-a362eded8f72 # github.com/chef/effortless/docs-chef-io v0.0.0-20230711123605-c8beb79aba4f -# github.com/chef/compliance-profiles/docs-chef-io v0.0.0-20241211025148-fb9cb1f3e2bc +# github.com/chef/compliance-profiles/docs-chef-io v0.0.0-20250207053335-f11d6ce5b3c1 # github.com/chef/compliance-remediation-2022/docs-chef-io v0.0.0-20240313054833-ebbc45209efa # github.com/chef/license-service/docs-chef-io v0.0.0-20250120051510-ae1de80f4621 # github.com/chef/chef-docs-theme v0.0.0-20250131195626-789c6c10b6b1 diff --git a/go.mod b/go.mod index 3e30d08a1f..eafd3af0df 100644 --- a/go.mod +++ b/go.mod @@ -7,7 +7,7 @@ require ( github.com/chef/chef-docs-theme v0.0.0-20250131195626-789c6c10b6b1 // indirect github.com/chef/chef-server/docs-chef-io v0.0.0-20250122051915-0ae871a00deb // indirect github.com/chef/chef-workstation/docs-chef-io v0.0.0-20250205062508-ee50345a4044 // indirect - github.com/chef/compliance-profiles/docs-chef-io v0.0.0-20241211025148-fb9cb1f3e2bc // indirect + github.com/chef/compliance-profiles/docs-chef-io v0.0.0-20250207053335-f11d6ce5b3c1 // indirect github.com/chef/compliance-remediation-2022/docs-chef-io v0.0.0-20240313054833-ebbc45209efa // 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 diff --git a/go.sum b/go.sum index 4fdf8b76ff..a30afbd9e7 100644 --- a/go.sum +++ b/go.sum @@ -6,8 +6,8 @@ github.com/chef/chef-server/docs-chef-io v0.0.0-20250122051915-0ae871a00deb h1:i github.com/chef/chef-server/docs-chef-io v0.0.0-20250122051915-0ae871a00deb/go.mod h1:gMSa25GUHmLimA0gjvRd3hs1buOBqkKPrdHzHvaJauY= github.com/chef/chef-workstation/docs-chef-io v0.0.0-20250205062508-ee50345a4044 h1:9su2oorS/cjvdxUEBaTZBjiCS3WafkLgk6bwDNQ1SDk= github.com/chef/chef-workstation/docs-chef-io v0.0.0-20250205062508-ee50345a4044/go.mod h1:u6KNpAJs9lTmRigxXsxX0dEywa5KLB40m1vbAalN0NI= -github.com/chef/compliance-profiles/docs-chef-io v0.0.0-20241211025148-fb9cb1f3e2bc h1:1XQ9lU2HIVdaJDmbZC3zptA6mGoOSwi6vs67wZgVRrw= -github.com/chef/compliance-profiles/docs-chef-io v0.0.0-20241211025148-fb9cb1f3e2bc/go.mod h1:fsG7S6r66ZW6Af/sqq+OL3WNP+BoO4V1/Evwu98Noig= +github.com/chef/compliance-profiles/docs-chef-io v0.0.0-20250207053335-f11d6ce5b3c1 h1:nd2OPJ6j6JoCURF4r+vYCzpr/7pznUClcQc0L7ed9GU= +github.com/chef/compliance-profiles/docs-chef-io v0.0.0-20250207053335-f11d6ce5b3c1/go.mod h1:fsG7S6r66ZW6Af/sqq+OL3WNP+BoO4V1/Evwu98Noig= github.com/chef/compliance-remediation-2022/docs-chef-io v0.0.0-20240313054833-ebbc45209efa h1:H2kX1/99ggT3YoLlO6xe7FuqsWl0dETD0OXUvKCWrII= github.com/chef/compliance-remediation-2022/docs-chef-io v0.0.0-20240313054833-ebbc45209efa/go.mod h1:kNxSqzNZGBwfF4AfALPzUfOeAsscIIKq8vyoCNL33DA= github.com/chef/desktop-config/docs-chef-io v0.0.0-20240814044820-5af667d41a43 h1:2wrzLEbX7qPYQRw/LTBm2pHB5HKyL9ElYUA7bkYScaE=