Skip to content

Commit

Permalink
Merge pull request #667 from splunk/develop
Browse files Browse the repository at this point in the history
Release/8.2.3.2 and 8.1.7.1
  • Loading branch information
alishamayor authored Dec 13, 2021
2 parents ebb6ca6 + 599a0c9 commit 450fe29
Show file tree
Hide file tree
Showing 4 changed files with 46 additions and 4 deletions.
6 changes: 3 additions & 3 deletions CODEOWNERS
Validating CODEOWNERS rules …
Original file line number Diff line number Diff line change
Expand Up @@ -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
41 changes: 41 additions & 0 deletions docs/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down Expand Up @@ -55,6 +59,13 @@

---

## 8.2.3.2

#### Changes
* Patch release for CVE-2021-44228

---

## 8.2.3

#### Changes
Expand Down Expand Up @@ -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?
Expand Down
1 change: 1 addition & 0 deletions roles/splunk_common/tasks/set_general_symmkey_password.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
2 changes: 1 addition & 1 deletion tests/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 450fe29

Please sign in to comment.