-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #15 from DCSO/release/2.0.0.b1
Release 2.0.0b1
- Loading branch information
Showing
1 changed file
with
16 additions
and
17 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,26 +1,25 @@ | ||
# Changelog | ||
All notable changes to this project will be documented in this file. | ||
|
||
All notable changes to the DCSO Threat Intelligence Engine (TIE) App for Splunk | ||
will be documented in this file. | ||
|
||
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), | ||
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). | ||
|
||
## [Unreleased] | ||
### Added (for new features) | ||
- Published app in Splunkbase | ||
### Changed (for changes in existing functionality) | ||
\- | ||
### Deprecated (for soon-to-be removed features) | ||
\- | ||
### Removed (for now removed features) | ||
\- | ||
### Fixed (for any bug fixes) | ||
\- | ||
### Security (in case of vulnerabilities) | ||
\- | ||
## [2.0.0b1] - 2020-06-17 | ||
|
||
### Added | ||
|
||
* Support for Splunk Enterprise v8, which means dropping support for Python v2.7. | ||
We will not support any longer Python 2. | ||
* We include a `setup.py` which can be used to create a Splunk distribution using | ||
`setup.py splunkdist`. The resulting TAR or ZIP files can then be used to install | ||
through Splunk's web interface. | ||
* The configuration of the Add-On within Splunk's web interface has been a bit | ||
reorganized and more help has been added. | ||
|
||
## [1.0.0] - 2019-03-12 | ||
### Added (for new features) | ||
- Published Splunk app in version 1.0.0 at Github.com | ||
|
||
### Added | ||
|
||
[Unreleased]: https://github.com/dcso/TIE-Splunk-App/compare/v1.0.0...HEAD | ||
Published Splunk app in version 1.0.0 at Github.com |