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 db44db1516..43be004c10 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,12 @@ draft = false weight = 20 +++ +## 20250324 + +### New features + +- STIG RHEL 9 v1.1.0 (Remediation) + ## 20240226 ### New features diff --git a/_vendor/modules.txt b/_vendor/modules.txt index 5be441102f..05f687dc5e 100644 --- a/_vendor/modules.txt +++ b/_vendor/modules.txt @@ -12,7 +12,7 @@ # 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-20250207053335-f11d6ce5b3c1 -# github.com/chef/compliance-remediation-2022/docs-chef-io v0.0.0-20240313054833-ebbc45209efa +# github.com/chef/compliance-remediation-2022/docs-chef-io v0.0.0-20250403104750-9c7a96106758 # github.com/chef/license-service/docs-chef-io v0.0.0-20250120051510-ae1de80f4621 # github.com/chef/samples v0.0.0-20250304162216-b7bf3710b07e # github.com/chef/chef-docs-theme v0.0.0-20250217213320-727f9bce8258 diff --git a/go.mod b/go.mod index b9facf5712..9243eebd31 100644 --- a/go.mod +++ b/go.mod @@ -8,7 +8,7 @@ require ( github.com/chef/chef-server/docs-chef-io v0.0.0-20250303143005-18808e167759 // 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-20250207053335-f11d6ce5b3c1 // indirect - github.com/chef/compliance-remediation-2022/docs-chef-io v0.0.0-20240313054833-ebbc45209efa // indirect + github.com/chef/compliance-remediation-2022/docs-chef-io v0.0.0-20250403104750-9c7a96106758 // 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 79b7d2db34..8c651036cd 100644 --- a/go.sum +++ b/go.sum @@ -8,8 +8,8 @@ github.com/chef/chef-workstation/docs-chef-io v0.0.0-20250205062508-ee50345a4044 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-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/compliance-remediation-2022/docs-chef-io v0.0.0-20250403104750-9c7a96106758 h1:Xk6taLqty87JVfscIIyYCRbVnW+aimeSUpvbOqs/41w= +github.com/chef/compliance-remediation-2022/docs-chef-io v0.0.0-20250403104750-9c7a96106758/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=