Skip to content

Commit

Permalink
Merge pull request #657 from splunk/develop
Browse files Browse the repository at this point in the history
Changes for UDS and 9.0.9 release
  • Loading branch information
adityapinglesf committed Mar 27, 2024
2 parents 7b70be3 + 014109f commit e2480f7
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Makefile
Expand Up @@ -7,8 +7,8 @@ SPLUNK_ANSIBLE_BRANCH ?= develop
SPLUNK_COMPOSE ?= cluster_absolute_unit.yaml
# Set Splunk version/build parameters here to define downstream URLs and file names
SPLUNK_PRODUCT := splunk
SPLUNK_VERSION := 9.2.0.1
SPLUNK_BUILD := d8ae995bf219
SPLUNK_VERSION := 9.0.9
SPLUNK_BUILD := 6315942c563f
ifeq ($(shell arch), s390x)
SPLUNK_ARCH = s390x
else
Expand Down
2 changes: 1 addition & 1 deletion base/redhat-8/install.sh
Expand Up @@ -62,7 +62,7 @@ ln -sf /usr/bin/pip${PY_SHORT} /usr/bin/pip
# Install splunk-ansible dependencies
cd /
/usr/bin/python3.7 -m pip install --upgrade pip
pip -q --no-cache-dir install --upgrade six wheel requests Mako urllib3 certifi jmespath future avro cryptography lxml protobuf setuptools ansible
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

# Remove tests packaged in python libs
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 '{}' \;
Expand Down
11 changes: 11 additions & 0 deletions docs/CHANGELOG.md
Expand Up @@ -17,6 +17,7 @@ Red Hat images will continue to be published.
* [9.1.1](#911)
* [9.1.0.2](#9102)
* [9.1.0.1](#9101)
* [9.0.9](#909)
* [9.0.8](#908)
* [9.0.7](#907)
* [9.0.6](#906)
Expand Down Expand Up @@ -191,6 +192,16 @@ Red Hat images will continue to be published.

---

## 9.0.9

#### What's New?
* Releasing new images to support Splunk Enterprise release.

#### docker-splunk changes:
* 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)

---

## 9.0.8

#### What's New?
Expand Down

0 comments on commit e2480f7

Please sign in to comment.