Skip to content
This repository has been archived by the owner on Sep 17, 2021. It is now read-only.

Commit

Permalink
Version bump and Changelog update for v0.9.2
Browse files Browse the repository at this point in the history
  • Loading branch information
scriptsrc committed May 24, 2017
1 parent 5782075 commit 81d852f
Show file tree
Hide file tree
Showing 7 changed files with 66 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
FROM ubuntu:14.04
MAINTAINER Netflix Open Source Development <[email protected]>

ENV SECURITY_MONKEY_VERSION=v0.9.1 \
ENV SECURITY_MONKEY_VERSION=v0.9.2 \
SECURITY_MONKEY_SETTINGS=/usr/local/src/security_monkey/env-config/config-docker.py

RUN apt-get update &&\
Expand Down
2 changes: 1 addition & 1 deletion dart/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: security_monkey
description: An AWS Policy Monitoring and Alerting Tool
version: 0.9.1
version: 0.9.2
dependencies:
angular: "^1.1.2+2"
angular_ui: ">=0.6.8 <0.7.0"
Expand Down
2 changes: 1 addition & 1 deletion docker/nginx/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
FROM nginx:1.11.4
MAINTAINER Netflix Open Source Development <[email protected]>

ENV SECURITY_MONKEY_VERSION=v0.9.1
ENV SECURITY_MONKEY_VERSION=v0.9.2
RUN apt-get update &&\
apt-get install -y curl git sudo apt-transport-https &&\
curl https://dl-ssl.google.com/linux/linux_signing_key.pub | apt-key add - &&\
Expand Down
46 changes: 46 additions & 0 deletions docs/changelog.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,52 @@
Changelog
=========

v0.9.2 (2017-05-24)
----------------------------------------

- PR #695 - @mikegrima - Fixing jinja import bug affecting change emails.
- PR #692 - @LukeKennedy - Reduce number of API calls in Managed Policy watcher.
- PR #694 - @supertom - GCP Documentation Updates
- PR #701 - @supertom - Update GCP ServiceAccount Name to use email instead of DisplayName.
- PR #702 - @rodriguezsergio - Update KMS Auditor. Don't create issue when Effect is Deny for a wildcard principal.
- PR #697 - @mcpeak - Pylint fixes and TravisCI pylint enforcement.
- PR #706 - @monkeysecurity Fix bug where batched watchers did not send change alert emails.
- PR #708 - @redixin - Fix bug in docker config where `SECURITY_MONKEY_POSTGRES_PORT` would not work if passed as a string.
- PR #714 - @monkeysecurity - Fix bug where change emails from batched watchers had incorrect color in the JSON diff.
- PR #713 - @monkeysecurity - Fix path to favicon from flask-security jinja templates.
- PR #709 - @crruthe - Exempt SSO API from CSRF protection.
- PR #719 - @monkeysecurity - New simplified watcher format for CloudAux Technologies.
- PR #726 - @monkeysecurity, @willbengtson - Add new SAMLProvider watcher.
- PR #730 - @monkeysecurity - Fix bug where ephemerals were not respected for CloudAuxWatcher subclasses.
- PR #727 - @supertom - Fix bug where duplicate GCP names would violate DB's unique constraint. Names now contain project ID.
- PR #728 - @supertom - Basic Auditor Tests for GCP.
- @monkeysecurity - Updated link to Ubuntu's SSL documentation.
- @monkeysecurity - Bumped version of Cryptography dependency.
- PEP8 updates.

Important Notes:
- Additional Permissions Required:
- "elasticloadbalancing:describelisteners",
- "elasticloadbalancing:describerules",
- "elasticloadbalancing:describesslpolicies",
- "elasticloadbalancing:describetags",
- "elasticloadbalancing:describetargetgroups",
- "elasticloadbalancing:describetargetgroupattributes",
- "elasticloadbalancing:describetargethealth",
- "iam:listsamlproviders",
- New Watcher: ALB (elbv2)
- ELB (v1) Watcher re-written with boto3 in CloudAux. Now respects the config value `SECURITYGROUP_INSTANCE_DETAIL` when determining whether to add the instance id's to the ELB definition.

Contributors:
- @LukeKennedy
- @rodriguezsergio
- @redixin
- @crruthe
- @supertom
- @mcpeak
- @mikegrima
- @monkeysecurity

v0.9.1 (2017-04-20)
----------------------------------------

Expand Down
8 changes: 8 additions & 0 deletions docs/iam_aws.md
Original file line number Diff line number Diff line change
Expand Up @@ -98,6 +98,13 @@ Paste in this JSON with the name "SecurityMonkeyReadOnly":
"elasticloadbalancing:describeloadbalancerattributes",
"elasticloadbalancing:describeloadbalancerpolicies",
"elasticloadbalancing:describeloadbalancers",
"elasticloadbalancing:describelisteners",
"elasticloadbalancing:describerules",
"elasticloadbalancing:describesslpolicies",
"elasticloadbalancing:describetags",
"elasticloadbalancing:describetargetgroups",
"elasticloadbalancing:describetargetgroupattributes",
"elasticloadbalancing:describetargethealth",
"es:describeelasticsearchdomainconfig",
"es:listdomainnames",
"iam:getaccesskeylastused",
Expand All @@ -122,6 +129,7 @@ Paste in this JSON with the name "SecurityMonkeyReadOnly":
"iam:listpolicies",
"iam:listrolepolicies",
"iam:listroles",
"iam:listsamlproviders",
"iam:listservercertificates",
"iam:listsigningcertificates",
"iam:listuserpolicies",
Expand Down
8 changes: 8 additions & 0 deletions scripts/secmonkey_role_setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,13 @@
"elasticloadbalancing:describeloadbalancerattributes",
"elasticloadbalancing:describeloadbalancerpolicies",
"elasticloadbalancing:describeloadbalancers",
"elasticloadbalancing:describelisteners",
"elasticloadbalancing:describerules",
"elasticloadbalancing:describesslpolicies",
"elasticloadbalancing:describetags",
"elasticloadbalancing:describetargetgroups",
"elasticloadbalancing:describetargetgroupattributes",
"elasticloadbalancing:describetargethealth",
"es:describeelasticsearchdomainconfig",
"es:listdomainnames",
"iam:getaccesskeylastused",
Expand All @@ -111,6 +118,7 @@
"iam:listpolicies",
"iam:listrolepolicies",
"iam:listroles",
"iam:listsamlproviders",
"iam:listservercertificates",
"iam:listsigningcertificates",
"iam:listuserpolicies",
Expand Down
2 changes: 1 addition & 1 deletion security_monkey/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
import stat

### VERSION ###
__version__ = '0.9.1'
__version__ = '0.9.2'

### FLASK ###
from flask import Flask
Expand Down

0 comments on commit 81d852f

Please sign in to comment.