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

Commit e0add12

Browse files
authored
Merge pull request #1051 from mikegrima/1.1.1
Roll-up for 1.1.1
2 parents e030cbc + 32365bc commit e0add12

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

dart/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: security_monkey
22
description: An AWS Policy Monitoring and Alerting Tool
3-
version: 1.1.0
3+
version: 1.1.1
44
dependencies:
55
angular: "^1.1.2+2"
66
angular_ui: ">=0.6.8 <0.7.0"

docker/nginx/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
FROM nginx:stable
1616
MAINTAINER Netflix Open Source Development <[email protected]>
1717

18-
ENV SECURITY_MONKEY_VERSION=v1.1.0
18+
ENV SECURITY_MONKEY_VERSION=v1.1.1
1919
RUN apt-get update &&\
2020
apt-get install -y curl git sudo apt-transport-https gnupg &&\
2121
curl https://dl-ssl.google.com/linux/linux_signing_key.pub | apt-key add - &&\

security_monkey/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
import stat
2424

2525
### VERSION ###
26-
__version__ = '1.1.0'
26+
__version__ = '1.1.1'
2727

2828
### FLASK ###
2929
from flask import Flask

0 commit comments

Comments
 (0)