From eb91f2ef2e1b116520915dd971d394176e6dcaca Mon Sep 17 00:00:00 2001 From: Szymon Bialkowski <54031852+sbialkowski-r7@users.noreply.github.com> Date: Thu, 28 Nov 2019 13:36:54 +0000 Subject: [PATCH] [LOG-13611] Update documentation with versioning (#13) * [LOG-13611] Add versioning documentation * [LOG-13611] Bump version to 3.0.2 * [LOG-13611] Move instructions under paragraph --- README.md | 4 ++++ VERSION | 2 +- package-lock.json | 2 +- package.json | 2 +- 4 files changed, 7 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 9a5cca7..238fa0a 100755 --- a/README.md +++ b/README.md @@ -10,6 +10,10 @@ You can download the community pack created by InsightOps at [Docker pack](https ## Usage as a Container +If you are using this container in production please ensure that you pin the version of the image. +Rather than using `rapid7/r7insight_docker:latest`, use for example `rapid7/r7insight_docker:3.0.0` since `latest` might pull in breaking changes. +You can see the the available versions [here](https://hub.docker.com/r/rapid7/r7insight_docker/tags). + The simplest way to forward all your container's log to the Rapid7 Insight Platform is to run this repository as a container, with: diff --git a/VERSION b/VERSION index cb2b00e..b502146 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -3.0.1 +3.0.2 diff --git a/package-lock.json b/package-lock.json index 42211d9..db34998 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "r7insight_docker", - "version": "3.0.1", + "version": "3.0.2", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index e994b71..b20e35b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "r7insight_docker", - "version": "3.0.1", + "version": "3.0.2", "description": "Forward all logs from all running Docker containers to the Rapid7 Insight Platform", "repository": { "type": "git",