Skip to content

Commit 2e0440f

Browse files
authored
Merge pull request #286 from splunk/docs/release
Adding release notes for 7.3.3
2 parents ba52f39 + 9adca87 commit 2e0440f

File tree

2 files changed

+33
-12
lines changed

2 files changed

+33
-12
lines changed

docs/ADVANCED.md

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -242,28 +242,28 @@ To build images directly from this repository, there is a supplied `Makefile` in
242242
```
243243
3. Run all the tests to verify your environment
244244
```
245-
$ make splunk-debian-9
246-
$ make uf-debian-9
245+
$ make splunk-redhat-8
246+
$ make uf-redhat-8
247247
```
248248
249-
Additionally, there are multiple images and layers that are produced by the previous commands: `base-debian-9`, `splunk-debian-9`, and `uf-debian-9`.
249+
Additionally, there are multiple images and layers that are produced by the previous commands: `base-redhat-8`, `splunk-redhat-8`, and `uf-redhat-8`.
250250
251-
#### base-debian-9
252-
The directory `base/debian-9` contains a Dockerfile to create a base image on top of which all the other images are built. In order to minimize image size and provide a stable foundation for other images to build on, we elected to use `debian:stretch-slim` (55MB) for our base image. In the future, we plan to add support for additional operating systems.
251+
#### base-redhat-8
252+
The directory `base-redhat-8` contains a Dockerfile to create a base image on top of which all the other images are built. In order to minimize image size and provide a stable foundation for other images to build on, we elected to use `registry.access.redhat.com/ubi8/ubi-minimal:8.0` (90MB) for our base image. In the future, we plan to add support for additional operating systems.
253253
```
254-
$ make base-debian-9
254+
$ make base-redhat-8
255255
```
256256
257257
**WARNING:** Modifications made to the "base" image can result in Splunk being unable to start or run correctly.
258258
259-
#### splunk-debian-9
260-
The directory `splunk/debian-9` contains a Dockerfile that extends the base image by installing Splunk and adding tools for provisioning. Advanced Splunk provisioning capabilities are provided through the utilization of an entrypoint script and playbooks published separately via the [splunk-ansible project](https://github.com/splunk/splunk-ansible).
259+
#### splunk-redhat-8
260+
The directory `splunk/common-files` contains a Dockerfile that extends the base image by installing Splunk and adding tools for provisioning. Advanced Splunk provisioning capabilities are provided through the utilization of an entrypoint script and playbooks published separately via the [splunk-ansible project](https://github.com/splunk/splunk-ansible).
261261
```
262-
$ make splunk-debian-9
262+
$ make splunk-redhat-8
263263
```
264264
265-
#### uf-debian-9
266-
The directory `uf/debian-9` contains a Dockerfile that extends the base image by installing Splunk Universal Forwarder and adding tools for provisioning. This image is similar to the Splunk Enterprise image (`splunk-debian-9`), except the more lightweight Splunk Universal Forwarder package is installed instead.
265+
#### uf-redhat-8
266+
The directory `uf/common-files` contains a Dockerfile that extends the base image by installing Splunk Universal Forwarder and adding tools for provisioning. This image is similar to the Splunk Enterprise image (`splunk-redhat-8`), except the more lightweight Splunk Universal Forwarder package is installed instead.
267267
```
268-
$ make uf-debian-9
268+
$ make uf-redhat-8
269269
```

docs/CHANGELOG.md

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
## Navigation
44

55
* [8.0.0](#800)
6+
* [7.3.3](#733)
67
* [7.3.2](#732)
78
* [7.3.1](#731)
89
* [7.3.0](#730)
@@ -37,6 +38,26 @@
3738

3839
---
3940

41+
## 7.3.3
42+
43+
#### What's New?
44+
* New Splunk Enterprise release of 7.3.3
45+
46+
#### docker-splunk changes:
47+
* Bumping Splunk version. For details, see: https://docs.splunk.com/Documentation/Splunk/7.3.3/ReleaseNotes/Fixedissues
48+
* Better management of deployment server apps
49+
* Support for variety of Splunk package types
50+
* Bugfixes around app installation
51+
52+
#### splunk-ansible changes:
53+
* Removing unnecessary apps in distributed ITSI installations
54+
* Partioning apps in serverclass.conf when using the deployment server
55+
* Adding support for activating Splunk Free license on boot
56+
* Support for cluster labels via environment variables
57+
* Bugfixes around app installation (through default.yml and pathing)
58+
59+
---
60+
4061
## 7.3.2
4162

4263
#### What's New?

0 commit comments

Comments
 (0)