Skip to content

Commit 071c8ac

Browse files
committed
Updating Changelog and Makefile for Release/8.2.6
1 parent a47a11f commit 071c8ac

File tree

3 files changed

+19
-5
lines changed

3 files changed

+19
-5
lines changed

CODEOWNERS

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,10 @@
77

88
# Default owners for everything in docker-splunk:
99
# * @splunk/if-01
10-
* @alishamayor @jrigassio-splunk @jmeixensperger @hendolim @bb03 @sarahotis @martinluo22 @ngood97-splunk @adityapinglesf
10+
* @alishamayor @jmeixensperger @hendolim @sarahotis @martinluo22 @ngood97-splunk @adityapinglesf
1111

1212
# Docs-only pull requests:
13-
/docs/ @alishamayor @bb03
13+
/docs/ @alishamayor
1414

1515
# Release changelog
16-
docs/CHANGELOG.md @alishamayor @jrigassio-splunk @jmeixensperger @hendolim @bb03 @sarahotis @ngood97-splunk @adityapinglesf
16+
docs/CHANGELOG.md @alishamayor @jmeixensperger @hendolim @sarahotis @ngood97-splunk @adityapinglesf

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.2.5
11-
SPLUNK_BUILD := 77015bc7a462
10+
SPLUNK_VERSION := 8.2.6
11+
SPLUNK_BUILD := a6fe1ee8894b
1212
ifeq ($(shell arch), s390x)
1313
SPLUNK_ARCH = s390x
1414
else

docs/CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ Red Hat images will continue to be published.
1010

1111
## Navigation
1212

13+
* [8.2.6](#826)
1314
* [8.2.5](#825)
1415
* [8.2.4](#824)
1516
* [8.2.3.3](#8233)
@@ -71,6 +72,19 @@ Red Hat images will continue to be published.
7172

7273
---
7374

75+
## 8.2.6
76+
77+
#### What's New?
78+
* Releasing new images to support Splunk Enterprise release.
79+
80+
#### docker-splunk changes:
81+
* Bumping Splunk version. For details, see [Fixed issues for 8.2.6](https://docs.splunk.com/Documentation/Splunk/8.2.6/ReleaseNotes/Fixedissues)
82+
83+
#### splunk-ansible changes:
84+
* Bugfixes
85+
86+
---
87+
7488
## 8.2.5
7589

7690
#### What's New?

0 commit comments

Comments
 (0)