From 73df07de80eaca01dedca679b50ac82c5cb32364 Mon Sep 17 00:00:00 2001 From: Chef Expeditor Date: Wed, 13 Mar 2024 05:59:58 +0000 Subject: [PATCH] Bump Hugo module chef/compliance-remediation-2022 for chef/compliance-remediation-2022#495. This pull request was triggered automatically via Expeditor. This change falls under the obvious fix policy so no Developer Certificate of Origin (DCO) sign-off is required. --- .../release_notes_compliance_remediation.md | 33 +++++++++++++++---- _vendor/modules.txt | 2 +- go.mod | 2 +- go.sum | 4 +-- 4 files changed, 31 insertions(+), 10 deletions(-) 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 b58fc6ddc5..db44db1516 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 @@ -1,5 +1,5 @@ +++ -title = "Chef Compliance Remediation Release Notes" +title = "Chef Compliance Remediation release notes" draft = false [menu] @@ -10,9 +10,30 @@ draft = false weight = 20 +++ +## 20240226 + +### New features + +- CIS Alma Linux 8 v2.0.0 (Remediation) +- CIS RHEL 8 v2.0.0 (Remediation) +- CIS RHEL 9 v1.0.0 (Remediation) +- CIS Windows Server 22 v2.0.0 (Remediation) +- CIS Windows 16 v2.0.0 (Remediation) +- CIS Windows 2019 v2.0.0 (Remediation) +- CIS RHEL 7 v3.1.1 (Remediation) + +### Bug fixes + +Updated the following remediation profiles to fix an issue where controls were returning to an unremediated state after restart: + +- CIS Alma Linux 8 v2.0.0 +- RHEL 8 v2.0.0 +- RHEL 9 v1.0.0 +- Ubuntu 22.04 + ## 20230804 -### New Features +### New features - CIS Ubuntu 22.04 v1.0.0 (Remediation). @@ -22,13 +43,13 @@ draft = false ## 20230509 -### New Features +### New features - CIS RHEL 8 v2.0.0 (Remediation). ## 20221212 -### New Features +### New features - CIS Rocky Linux v1.0.0 (Remediation). - STIG Windows Server 2019 V2R2 (Remediation). @@ -37,14 +58,14 @@ draft = false ## 20220913 -### New Features +### New features - CIS Alma Linux v2.0.0 (Remediation). - CIS Oracle Linux 8 v2.0.0 (Remediation). ## 20220808 -### New Features +### New features - CIS Apache HTTP Server 2.4 v2.0.0 (Remediation). - CIS Windows Server 2022 v1.0.0 (Remediation). diff --git a/_vendor/modules.txt b/_vendor/modules.txt index 1dccc47707..a043024a55 100644 --- a/_vendor/modules.txt +++ b/_vendor/modules.txt @@ -12,7 +12,7 @@ # github.com/chef/supermarket/docs-chef-io v0.0.0-20240216070409-e2c400562391 # github.com/chef/effortless/docs-chef-io v0.0.0-20230711123605-c8beb79aba4f # github.com/chef/compliance-profiles/docs-chef-io v0.0.0-20240306070238-713aa7a8dd8e -# github.com/chef/compliance-remediation-2022/docs-chef-io v0.0.0-20230809063034-95b117807a75 +# 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-20231117105514-d3f3d53ba2dd # github.com/cowboy/jquery-hashchange v0.0.0-20100902193700-0310f3847f90 # github.com/swiftype/swiftype-autocomplete-jquery v0.0.0-20190222215504-a90008d64b30 diff --git a/go.mod b/go.mod index 10b7d11f90..a934a55dee 100644 --- a/go.mod +++ b/go.mod @@ -7,7 +7,7 @@ require ( github.com/chef/chef-server/docs-chef-io v0.0.0-20240110155437-6cd481103560 // indirect github.com/chef/chef-workstation/docs-chef-io v0.0.0-20240220152040-faf51299a28a // indirect github.com/chef/compliance-profiles/docs-chef-io v0.0.0-20240306070238-713aa7a8dd8e // indirect - github.com/chef/compliance-remediation-2022/docs-chef-io v0.0.0-20230809063034-95b117807a75 // 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-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-20231117105514-d3f3d53ba2dd // indirect diff --git a/go.sum b/go.sum index bcb245843a..b0b4badfbb 100644 --- a/go.sum +++ b/go.sum @@ -9,8 +9,8 @@ github.com/chef/chef-workstation/docs-chef-io v0.0.0-20240220152040-faf51299a28a github.com/chef/chef-workstation/docs-chef-io v0.0.0-20240220152040-faf51299a28a/go.mod h1:gvoh6ov1YU98CVzBEWzEZeCLTRunfQ6r1VO7M3LFE9U= github.com/chef/compliance-profiles/docs-chef-io v0.0.0-20240306070238-713aa7a8dd8e h1:Q8vzrhpm7okiekLTx2rQ44gsliLVk4ahBon662KeRQI= github.com/chef/compliance-profiles/docs-chef-io v0.0.0-20240306070238-713aa7a8dd8e/go.mod h1:fsG7S6r66ZW6Af/sqq+OL3WNP+BoO4V1/Evwu98Noig= -github.com/chef/compliance-remediation-2022/docs-chef-io v0.0.0-20230809063034-95b117807a75 h1:+JauUFlgSpXfWw4k1csiOOihQsCbSgqTjRsx8rsbbPQ= -github.com/chef/compliance-remediation-2022/docs-chef-io v0.0.0-20230809063034-95b117807a75/go.mod h1:kNxSqzNZGBwfF4AfALPzUfOeAsscIIKq8vyoCNL33DA= +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-20230711052355-bad26ce3ac0b h1:Mjeggzbj9ACXuhSR4IHyoIlgH9TK7zU8MCN7aQQC7D4= 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=