Skip to content

Commit 450fe29

Browse files
authored
Merge pull request #667 from splunk/develop
Release/8.2.3.2 and 8.1.7.1
2 parents ebb6ca6 + 599a0c9 commit 450fe29

File tree

4 files changed

+46
-4
lines changed

4 files changed

+46
-4
lines changed

CODEOWNERS

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,10 @@
77

88
# Default owners for everything in docker-splunk:
99
# * @splunk/if-01
10-
* @nwang92 @alishamayor @jrigassio-splunk @jmeixensperger @hendolim @bb03 @sarahotis @martinluo22 @msuthar-splunk @ttwd80 @matt-sm
10+
* @alishamayor @jrigassio-splunk @jmeixensperger @hendolim @bb03 @sarahotis @martinluo22 @msuthar-splunk @ttwd80 @matt-sm
1111

1212
# Docs-only pull requests:
13-
/docs/ @alishamayor @nwang92 @bb03
13+
/docs/ @alishamayor @bb03 @sarahotis
1414

1515
# Release changelog
16-
docs/CHANGELOG.md @nwang92 @alishamayor @jrigassio-splunk @jmeixensperger @hendolim @bb03 @sarahotis @martinluo22 @msuthar-splunk @ttwd80 @matt-sm
16+
docs/CHANGELOG.md @alishamayor @jrigassio-splunk @jmeixensperger @hendolim @bb03 @sarahotis @martinluo22 @msuthar-splunk @ttwd80 @matt-sm

docs/CHANGELOG.md

Lines changed: 41 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,14 @@
22

33
## Navigation
44

5+
* [8.2.3.2](#8232)
56
* [8.2.3](#823)
67
* [8.2.2](#822)
78
* [8.2.1](#821)
89
* [8.2.0](#820)
10+
* [8.1.7.1](#8171)
11+
* [8.1.7](#817)
12+
* [8.1.6](#816)
913
* [8.1.5](#815)
1014
* [8.1.4](#814)
1115
* [8.1.3](#813)
@@ -55,6 +59,13 @@
5559

5660
---
5761

62+
## 8.2.3.2
63+
64+
#### Changes
65+
* Patch release for CVE-2021-44228
66+
67+
---
68+
5869
## 8.2.3
5970

6071
#### Changes
@@ -95,6 +106,36 @@
95106

96107
---
97108

109+
## 8.1.7.1
110+
111+
#### What's New?
112+
Syncing with latest codebase - currently up to sync with 8.2.3.2.
113+
114+
#### Changes
115+
* See [8.2.3.2](#8232) changes above.
116+
117+
---
118+
119+
## 8.1.7
120+
121+
#### What's New?
122+
Syncing with latest codebase - currently up to sync with 8.2.3.
123+
124+
#### Changes
125+
* See [8.2.3](#823) changes above.
126+
127+
---
128+
129+
## 8.1.6
130+
131+
#### What's New?
132+
Syncing with latest codebase - currently up to sync with 8.2.2.
133+
134+
#### Changes
135+
* See [8.2.2](#822) changes above.
136+
137+
---
138+
98139
## 8.1.5
99140

100141
#### What's New?

roles/splunk_common/tasks/set_general_symmkey_password.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
owner: "{{ splunk.user }}"
88
group: "{{ splunk.group }}"
99
register: set_symmkey
10+
no_log: "{{ hide_password }}"
1011

1112
- include_tasks: trigger_restart.yml
1213
when: set_symmkey is changed

tests/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,6 @@ requests
77
molecule==3.0.8
88
coverage
99
caniusepython3
10-
ansible==2.10.7
10+
ansible==4.2.0
1111
ansible-lint>=4.2.0
1212
testinfra

0 commit comments

Comments
 (0)