@@ -5,6 +5,42 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
55
66## [ Unreleased]
77
8+ ## [ v3.1.0] - 2019-07-18
9+
10+ ### Added
11+ - Captured the AWS CodeBuild CI/CD configuration in code with documentation
12+ - Support for HTTP Basic Auth in AWS deployment
13+ - Docker healthchecks to docker containers
14+ - Descriptions to all AWS Lambda functions
15+ - Support for alerts-* index in docker environment
16+ - Alert that detects excessive numbers of AWS API describe calls
17+ - Additional AWS infrastructure to support AWS re: Inforce 2019 workshop
18+ - Documentation specific to MozDef installation now that MozDef uses Python 3
19+ - Config setting for CloudTrail notification SQS queue polling time
20+ - Config setting for Slack bot welcome message
21+
22+ ### Changed
23+ - Kibana port from 9443 to 9090
24+ - AWS CloudFormation default values from "unset" to empty string
25+ - Simplify mozdef-mq logic determining AMQP endpoint URI
26+ - SQS to always use secure transport
27+ - CloudTrail alert unit tests
28+ - Incident summary placeholder text for greater clarity
29+ - Display of Veris data for easier viewing
30+ - All Dockerfiles to reduce image size, pin package signing keys and improve
31+ clarity
32+
33+ ### Fixed
34+ - Workers starting before GeoIP data is available
35+ - Mismatched MozDefACMCertArn parameter name in CloudFormation template
36+ - Duplicate mozdefvpcflowlogs object
37+ - Hard coded AWS Availability Zone
38+ - httplib2 by updating to version to 0.13.0 for python3
39+ - mozdef_util by modifying bulk queue to acquire lock before saving events
40+ - Dashboard Kibana URL
41+ - Unnecessary and conflicting package dependencies from MozDef and mozdef_util
42+ - get_indices to include closed indices
43+
844## [ v3.0.0] - 2019-07-08
945### Added
1046- Support for Python3
@@ -132,7 +168,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
132168- Added checks on sending SQS messages to only accept intra-account messages
133169- Improved docker performance and disk space requirements
134170
135- [ Unreleased ] : https://github.com/mozilla/MozDef/compare/v3.0.0...HEAD
171+ [ Unreleased ] : https://github.com/mozilla/MozDef/compare/v3.1.0...HEAD
172+ [ v3.1.0 ] : https://github.com/mozilla/MozDef/compare/v3.0.0...v3.1.0
136173[ v3.0.0 ] : https://github.com/mozilla/MozDef/compare/v2.0.1...v3.0.0
137174[ v2.0.1 ] : https://github.com/mozilla/MozDef/compare/v2.0.0...v2.0.1
138175[ v2.0.0 ] : https://github.com/mozilla/MozDef/compare/v1.40.0...v2.0.0
0 commit comments