From 1c22e1d334aecdfcac76935571969ca6f71974ca Mon Sep 17 00:00:00 2001
From: Rich Megginson
Date: Wed, 30 Oct 2024 11:40:51 -0600
Subject: [PATCH] docs(changelog): version 1.2.0 [citest skip]
Update changelog and .README.html for version 1.2.0
Signed-off-by: Rich Megginson
---
.README.html | 16 ++++++++++++++++
CHANGELOG.md | 17 +++++++++++++++++
2 files changed, 33 insertions(+)
diff --git a/.README.html b/.README.html
index b5093ba..cfbbfe9 100644
--- a/.README.html
+++ b/.README.html
@@ -144,6 +144,8 @@ Contents
Default: true
Type: bool
+
+This variable provides semantic check of already configured sudoers
+in case ansible setup is not needed and it is skipped.
+Default: true
+Type: bool
sudo_remove_unauthorized_included_files
Dangerous! Setting this to
@@ -613,15 +620,24 @@
License
href="https://github.com/linux-system-roles/sudo/actions/workflows/ansible-test.yml">
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 54b8b4b..637eac9 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,6 +1,23 @@
Changelog
=========
+[1.2.0] - 2024-10-30
+--------------------
+
+### New Features
+
+- feat: Add variable that handles semantic check for sudoers (#22)
+
+### Other Changes
+
+- ci: Add workflow for ci_test bad, use remote fmf plan (#20)
+- ci: Fix missing slash in ARTIFACTS_URL (#21)
+- ci: Add python unit tests (#23)
+- ci: Add tags to TF workflow, allow more [citest bad] formats (#24)
+- ci: ansible-test action now requires ansible-core version (#25)
+- ci: add YAML header to github action workflow files (#26)
+- refactor: Use vars/RedHat_N.yml symlink for CentOS, Rocky, Alma wherever possible (#28)
+
[1.1.0] - 2024-08-01
--------------------