Skip to content

Commit e2480f7

Browse files
Merge pull request #657 from splunk/develop
Changes for UDS and 9.0.9 release
2 parents 7b70be3 + 014109f commit e2480f7

File tree

3 files changed

+14
-3
lines changed

3 files changed

+14
-3
lines changed

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 := 9.2.0.1
11-
SPLUNK_BUILD := d8ae995bf219
10+
SPLUNK_VERSION := 9.0.9
11+
SPLUNK_BUILD := 6315942c563f
1212
ifeq ($(shell arch), s390x)
1313
SPLUNK_ARCH = s390x
1414
else

base/redhat-8/install.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ ln -sf /usr/bin/pip${PY_SHORT} /usr/bin/pip
6262
# Install splunk-ansible dependencies
6363
cd /
6464
/usr/bin/python3.7 -m pip install --upgrade pip
65-
pip -q --no-cache-dir install --upgrade six wheel requests Mako urllib3 certifi jmespath future avro cryptography lxml protobuf setuptools ansible
65+
pip -q --no-cache-dir install --upgrade "requests_unixsocket<2.29" "requests<2.29" six wheel Mako "urllib3<2.0.0" certifi jmespath future avro cryptography lxml protobuf setuptools ansible
6666

6767
# Remove tests packaged in python libs
6868
find /usr/lib/ -depth \( -type d -a -not -wholename '*/ansible/plugins/test' -a \( -name test -o -name tests -o -name idle_test \) \) -exec rm -rf '{}' \;

docs/CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ Red Hat images will continue to be published.
1717
* [9.1.1](#911)
1818
* [9.1.0.2](#9102)
1919
* [9.1.0.1](#9101)
20+
* [9.0.9](#909)
2021
* [9.0.8](#908)
2122
* [9.0.7](#907)
2223
* [9.0.6](#906)
@@ -191,6 +192,16 @@ Red Hat images will continue to be published.
191192

192193
---
193194

195+
## 9.0.9
196+
197+
#### What's New?
198+
* Releasing new images to support Splunk Enterprise release.
199+
200+
#### docker-splunk changes:
201+
* Bumping Splunk version. For details, see [Fixed issues for 9.0.9](https://docs.splunk.com/Documentation/Splunk/9.0.9/ReleaseNotes/Fixedissues#Splunk_Enterprise_9.0.9)
202+
203+
---
204+
194205
## 9.0.8
195206

196207
#### What's New?

0 commit comments

Comments
 (0)