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? 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 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