Skip to content

Commit 2b6e92b

Browse files
authored
Updating changelog for 9.0.0 release (#691)
* Updating changelog for 9.0.0 release * Updating CI image * updating default apps * Updated Python version * testing python version install
1 parent cb19d03 commit 2b6e92b

File tree

4 files changed

+23
-5
lines changed

4 files changed

+23
-5
lines changed

.circleci/config.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ version: 2.1
33
executors:
44
circleci_xlarge:
55
machine:
6-
image: ubuntu-1604:202007-01
6+
image: ubuntu-2004:202201-02
77
resource_class: xlarge
88

99
jobs:
@@ -14,7 +14,8 @@ jobs:
1414
- run:
1515
name: Setup Python3
1616
command: |
17-
pyenv global 2.7.18 3.7.8
17+
pyenv versions
18+
pyenv global 2.7.18 3.10.2
1819
python --version
1920
pip --version
2021
python3 --version

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ SHELL := /bin/bash
44

55
test-setup:
66
@echo 'Install test requirements'
7-
pip install pip==20.3.4
7+
pip install --upgrade pip
88
pip install -r $(shell pwd)/tests/requirements.txt --upgrade
99

1010
py3k-test-setup:

docs/CHANGELOG.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22

33
## Navigation
44

5+
* [9.0.0](#900)
6+
* [8.2.6](#826)
57
* [8.2.5](#825)
68
* [8.2.4](#824)
79
* [8.2.3.2](#8232)
@@ -64,6 +66,21 @@
6466

6567
---
6668

69+
## 9.0.0
70+
71+
#### Changes
72+
* Support for latest major Splunk release
73+
* Documentation updates + bugfixes
74+
75+
---
76+
77+
## 8.2.6
78+
79+
#### Changes
80+
* Bugfixes
81+
82+
---
83+
6784
## 8.2.5
6885

6986
#### Changes

roles/splunk_common/vars/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
---
22
default_apps: [ "legacy", "splunk_gdi", "SplunkForwarder", "SplunkLightForwarder", "gettingstarted", "splunk-dashboard-studio",
3-
"alert_webhook", "splunk_httpinput", "introspection_generator_addon", "user-prefs", "splunk_essentials_8_2",
3+
"alert_webhook", "splunk_httpinput", "introspection_generator_addon", "user-prefs", "splunk_essentials_9_0",
44
"appsbrowser", "framework", "learned", "launcher", "alert_logevent", "sample_app", "python_upgrade_readiness_app",
55
"splunk_instrumentation", "search", "splunk_archiver", "splunk_monitoring_console", "splunk_rapid_diag",
66
"_splunk_config", "splunk_enterprise_on_docker", "splunk_forwarder_on_docker", "journald_input",
7-
"splunk_metrics_workspace", "splunk_internal_metrics", "splunk_telemetry", "splunk_secure_gateway" ]
7+
"splunk_metrics_workspace", "splunk_internal_metrics", "splunk_telemetry", "splunk_secure_gateway", "splunk_assist" ]
88
itsi_apps: [ "DA-ITSI-APPSERVER", "DA-ITSI-DATABASE", "DA-ITSI-EUEM", "DA-ITSI-LB", "DA-ITSI-OS",
99
"DA-ITSI-STORAGE", "DA-ITSI-VIRTUALIZATION", "DA-ITSI-WEBSERVER", "SA-ITOA", "SA-ITSI-ATAD", "SA-UserAccess",
1010
"SA-ITSI-CustomModuleViz", "SA-ITSI-MetricAD", "SA-ITSI-Licensechecker", "itsi", "splunk_app_infrastructure" ]

0 commit comments

Comments
 (0)