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:
66 - image : cimg/python:3.7
77 circleci_large :
88 machine :
9- image : ubuntu-1604:201903 -01
9+ image : ubuntu-1604:202007 -01
1010 resource_class : large
1111 circleci_xlarge :
1212 machine :
13- image : ubuntu-1604:201903 -01
13+ image : ubuntu-1604:202007 -01
1414 resource_class : xlarge
1515
1616orbs :
1717 anchore : anchore/anchore-engine@1.8.2
1818
1919jobs :
20-
2120 build_debian_10 :
2221 executor : py3
2322 steps :
@@ -120,7 +119,7 @@ jobs:
120119 - run :
121120 name : Setup python3
122121 command : |
123- pyenv global 2.7.12 3.5.2
122+ pyenv global 2.7.18 3.7.8
124123 python --version
125124 pip --version
126125 python3 --version
@@ -152,7 +151,7 @@ jobs:
152151 - run :
153152 name : Setup python3
154153 command : |
155- pyenv global 2.7.12 3.5.2
154+ pyenv global 2.7.18 3.7.8
156155 python --version
157156 pip --version
158157 python3 --version
@@ -184,7 +183,7 @@ jobs:
184183 - run :
185184 name : Setup python3
186185 command : |
187- pyenv global 2.7.12 3.5.2
186+ pyenv global 2.7.18 3.7.8
188187 python --version
189188 pip --version
190189 python3 --version
@@ -219,7 +218,7 @@ jobs:
219218 - run :
220219 name : Setup python3
221220 command : |
222- pyenv global 2.7.12 3.5.2
221+ pyenv global 2.7.18 3.7.8
223222 python --version
224223 pip --version
225224 python3 --version
Original file line number Diff line number Diff line change @@ -7,8 +7,8 @@ SPLUNK_ANSIBLE_BRANCH ?= develop
77SPLUNK_COMPOSE ?= cluster_absolute_unit.yaml
88# Set Splunk version/build parameters here to define downstream URLs and file names
99SPLUNK_PRODUCT := splunk
10- SPLUNK_VERSION := 8.1.1
11- SPLUNK_BUILD := 08187535c166
10+ SPLUNK_VERSION := 8.1.2
11+ SPLUNK_BUILD := 545206cc9f70
1212ifeq ($(shell arch) , s390x)
1313 SPLUNK_ARCH = s390x
1414else
Original file line number Diff line number Diff line change 4444
4545---
4646
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+
4763## 8.1.1
4864
4965#### What's New?
You can’t perform that action at this time.
0 commit comments