Skip to content

Commit eac686c

Browse files
authored
Updating Makefile and Changelog for Release/8.1.2 (#453)
* Updating Makefile and changelog for Release/8.1.2 * Upgrade Python versions on CI machine
1 parent ca27b91 commit eac686c

File tree

3 files changed

+24
-9
lines changed

3 files changed

+24
-9
lines changed

.circleci/config.yml

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff 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

1616
orbs:
1717
anchore: anchore/[email protected]
1818

1919
jobs:
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

Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ SPLUNK_ANSIBLE_BRANCH ?= develop
77
SPLUNK_COMPOSE ?= cluster_absolute_unit.yaml
88
# Set Splunk version/build parameters here to define downstream URLs and file names
99
SPLUNK_PRODUCT := splunk
10-
SPLUNK_VERSION := 8.1.1
11-
SPLUNK_BUILD := 08187535c166
10+
SPLUNK_VERSION := 8.1.2
11+
SPLUNK_BUILD := 545206cc9f70
1212
ifeq ($(shell arch), s390x)
1313
SPLUNK_ARCH = s390x
1414
else

docs/CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,22 @@
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?

0 commit comments

Comments
 (0)