File tree Expand file tree Collapse file tree 3 files changed +24
-9
lines changed Expand file tree Collapse file tree 3 files changed +24
-9
lines changed Original file line number Diff line number Diff line change @@ -6,18 +6,17 @@ executors:
6
6
- image : cimg/python:3.7
7
7
circleci_large :
8
8
machine :
9
- image : ubuntu-1604:201903 -01
9
+ image : ubuntu-1604:202007 -01
10
10
resource_class : large
11
11
circleci_xlarge :
12
12
machine :
13
- image : ubuntu-1604:201903 -01
13
+ image : ubuntu-1604:202007 -01
14
14
resource_class : xlarge
15
15
16
16
orbs :
17
17
anchore :
anchore/[email protected]
18
18
19
19
jobs :
20
-
21
20
build_debian_10 :
22
21
executor : py3
23
22
steps :
@@ -120,7 +119,7 @@ jobs:
120
119
- run :
121
120
name : Setup python3
122
121
command : |
123
- pyenv global 2.7.12 3.5.2
122
+ pyenv global 2.7.18 3.7.8
124
123
python --version
125
124
pip --version
126
125
python3 --version
@@ -152,7 +151,7 @@ jobs:
152
151
- run :
153
152
name : Setup python3
154
153
command : |
155
- pyenv global 2.7.12 3.5.2
154
+ pyenv global 2.7.18 3.7.8
156
155
python --version
157
156
pip --version
158
157
python3 --version
@@ -184,7 +183,7 @@ jobs:
184
183
- run :
185
184
name : Setup python3
186
185
command : |
187
- pyenv global 2.7.12 3.5.2
186
+ pyenv global 2.7.18 3.7.8
188
187
python --version
189
188
pip --version
190
189
python3 --version
@@ -219,7 +218,7 @@ jobs:
219
218
- run :
220
219
name : Setup python3
221
220
command : |
222
- pyenv global 2.7.12 3.5.2
221
+ pyenv global 2.7.18 3.7.8
223
222
python --version
224
223
pip --version
225
224
python3 --version
Original file line number Diff line number Diff line change @@ -7,8 +7,8 @@ SPLUNK_ANSIBLE_BRANCH ?= develop
7
7
SPLUNK_COMPOSE ?= cluster_absolute_unit.yaml
8
8
# Set Splunk version/build parameters here to define downstream URLs and file names
9
9
SPLUNK_PRODUCT := splunk
10
- SPLUNK_VERSION := 8.1.1
11
- SPLUNK_BUILD := 08187535c166
10
+ SPLUNK_VERSION := 8.1.2
11
+ SPLUNK_BUILD := 545206cc9f70
12
12
ifeq ($(shell arch) , s390x)
13
13
SPLUNK_ARCH = s390x
14
14
else
Original file line number Diff line number Diff line change 44
44
45
45
---
46
46
47
+ ## 8.1.2
48
+
49
+ #### What's New?
50
+ * Releasing new images to support Splunk Enterprise release.
51
+
52
+ #### docker-splunk changes:
53
+ * Bumping Splunk version. For details, see [ Fixed issues for 8.1.2] ( https://docs.splunk.com/Documentation/Splunk/8.1.2/ReleaseNotes/Fixedissues )
54
+ * Updated Red Hat and Debian base images to only use Python 3
55
+ * Switched vulnerability scanner from Clair to Trivy + Anchore
56
+ * Bugfixes and documentation updates
57
+
58
+ #### splunk-ansible changes:
59
+ * Bugfixes and documentation updates
60
+
61
+ ---
62
+
47
63
## 8.1.1
48
64
49
65
#### What's New?
You can’t perform that action at this time.
0 commit comments