From c18a01abfdebc66043f4cbfdf1771d62de77ca8c Mon Sep 17 00:00:00 2001 From: Jacob Appleton <57971533+jacobappleton-orbis@users.noreply.github.com> Date: Thu, 2 Dec 2021 12:00:59 -0800 Subject: [PATCH 1/3] Hide password for general pass4SymmKey (#664) Addresses #663 Respect the `no_log` parameter. --- roles/splunk_common/tasks/set_general_symmkey_password.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/roles/splunk_common/tasks/set_general_symmkey_password.yml b/roles/splunk_common/tasks/set_general_symmkey_password.yml index e36dcb80..64a9a754 100644 --- a/roles/splunk_common/tasks/set_general_symmkey_password.yml +++ b/roles/splunk_common/tasks/set_general_symmkey_password.yml @@ -7,6 +7,7 @@ owner: "{{ splunk.user }}" group: "{{ splunk.group }}" register: set_symmkey + no_log: "{{ hide_password }}" - include_tasks: trigger_restart.yml when: set_symmkey is changed From e7b83056668dc8ad6345303e9d401126b7bbe574 Mon Sep 17 00:00:00 2001 From: Alisha Mayor Date: Mon, 13 Dec 2021 10:12:04 -0800 Subject: [PATCH 2/3] Updating changelog for release/8232 (#666) --- CODEOWNERS | 6 +++--- docs/CHANGELOG.md | 41 +++++++++++++++++++++++++++++++++++++++++ 2 files changed, 44 insertions(+), 3 deletions(-) diff --git a/CODEOWNERS b/CODEOWNERS index cfd9c318..5bfc6286 100644 --- a/CODEOWNERS +++ b/CODEOWNERS @@ -7,10 +7,10 @@ # Default owners for everything in docker-splunk: # * @splunk/if-01 -* @nwang92 @alishamayor @jrigassio-splunk @jmeixensperger @hendolim @bb03 @sarahotis @martinluo22 @msuthar-splunk @ttwd80 @matt-sm +* @alishamayor @jrigassio-splunk @jmeixensperger @hendolim @bb03 @sarahotis @martinluo22 @msuthar-splunk @ttwd80 @matt-sm # Docs-only pull requests: -/docs/ @alishamayor @nwang92 @bb03 +/docs/ @alishamayor @bb03 @sarahotis # Release changelog -docs/CHANGELOG.md @nwang92 @alishamayor @jrigassio-splunk @jmeixensperger @hendolim @bb03 @sarahotis @martinluo22 @msuthar-splunk @ttwd80 @matt-sm +docs/CHANGELOG.md @alishamayor @jrigassio-splunk @jmeixensperger @hendolim @bb03 @sarahotis @martinluo22 @msuthar-splunk @ttwd80 @matt-sm diff --git a/docs/CHANGELOG.md b/docs/CHANGELOG.md index 88c851a5..852af9f3 100644 --- a/docs/CHANGELOG.md +++ b/docs/CHANGELOG.md @@ -2,10 +2,14 @@ ## Navigation +* [8.2.3.2](#8232) * [8.2.3](#823) * [8.2.2](#822) * [8.2.1](#821) * [8.2.0](#820) +* [8.1.7.1](#8171) +* [8.1.7](#817) +* [8.1.6](#816) * [8.1.5](#815) * [8.1.4](#814) * [8.1.3](#813) @@ -55,6 +59,13 @@ --- +## 8.2.3.2 + +#### Changes +* Patch release for CVE-2021-44228 + +--- + ## 8.2.3 #### Changes @@ -95,6 +106,36 @@ --- +## 8.1.7.1 + +#### What's New? +Syncing with latest codebase - currently up to sync with 8.2.3.2. + +#### Changes +* See [8.2.3.2](#8232) changes above. + +--- + +## 8.1.7 + +#### What's New? +Syncing with latest codebase - currently up to sync with 8.2.3. + +#### Changes +* See [8.2.3](#823) changes above. + +--- + +## 8.1.6 + +#### What's New? +Syncing with latest codebase - currently up to sync with 8.2.2. + +#### Changes +* See [8.2.2](#822) changes above. + +--- + ## 8.1.5 #### What's New? From 599a0c95a98bd0a9035a16554b560fec57c20c06 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Dec 2021 10:54:06 -0800 Subject: [PATCH 3/3] Bump ansible from 2.10.7 to 4.2.0 in /tests (#654) Bumps [ansible](https://github.com/ansible/ansible) from 2.10.7 to 4.2.0. - [Release notes](https://github.com/ansible/ansible/releases) - [Commits](https://github.com/ansible/ansible/commits) --- updated-dependencies: - dependency-name: ansible dependency-type: direct:production ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Alisha Mayor --- tests/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/requirements.txt b/tests/requirements.txt index 5621eb9a..af868300 100644 --- a/tests/requirements.txt +++ b/tests/requirements.txt @@ -7,6 +7,6 @@ requests molecule==3.0.8 coverage caniusepython3 -ansible==2.10.7 +ansible==4.2.0 ansible-lint>=4.2.0 testinfra