This repository has been archived by the owner on Sep 17, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 800
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Adding v0.9.0 changelog * Bumping version from 0.8.0 to 0.9.0
- Loading branch information
Patrick Kelley
authored
Apr 14, 2017
1 parent
a335af8
commit 3ddf79b
Showing
5 changed files
with
121 additions
and
5 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 |
---|---|---|
|
@@ -16,7 +16,7 @@ | |
FROM ubuntu:14.04 | ||
MAINTAINER Netflix Open Source Development <[email protected]> | ||
|
||
ENV SECURITY_MONKEY_VERSION=v0.8.0 \ | ||
ENV SECURITY_MONKEY_VERSION=v0.9.0 \ | ||
SECURITY_MONKEY_SETTINGS=/usr/local/src/security_monkey/env-config/config-docker.py | ||
|
||
RUN apt-get update &&\ | ||
|
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
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 |
---|---|---|
|
@@ -15,7 +15,7 @@ | |
FROM nginx:1.11.4 | ||
MAINTAINER Netflix Open Source Development <[email protected]> | ||
|
||
ENV SECURITY_MONKEY_VERSION=v0.8.0 | ||
ENV SECURITY_MONKEY_VERSION=v0.9.0 | ||
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 - &&\ | ||
|
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,6 +1,6 @@ | ||
Authors | ||
======= | ||
|
||
securitymonkey 0.8.0 is copyright 2014,2015,2016 Netflix. inc. | ||
securitymonkey 0.9.0 is copyright 2014,2015,2016,2017 Netflix. inc. | ||
|
||
If you want to contribute to security monkey, see contributing. | ||
If you want to contribute to security monkey, see [contributing](contributing.md). |
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