Skip to content
This repository has been archived by the owner on Apr 27, 2023. It is now read-only.

Commit

Permalink
bump version and add changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
dustin-decker committed May 24, 2018
1 parent 55aa581 commit b97d794
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 2 deletions.
21 changes: 21 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
# 0.1.1

BACKWARDS INCOMPATIBILITIES:

None

FEATURES:

None

IMPROVEMENTS:

None

BUG FIXES:

- vendored various upstream fixes since capsule8 0.12.0 release

# 0.1.0

initial release
4 changes: 2 additions & 2 deletions docs/RUN_IT.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ docker run \
-v /sys/fs/cgroup:/sys/fs/cgroup \
-v /var/lib/docker:/var/lib/docker:ro \
-v /var/run/docker:/var/run/docker:ro \
dustindecker/threatseer:agent-0.1.0
dustindecker/threatseer:agent-0.1.1
```

## Running the agent
Expand All @@ -29,5 +29,5 @@ docker run \
--rm \
-it \
--net=host \
dustindecker/threatseer:server-0.1.0
dustindecker/threatseer:server-0.1.1
```

0 comments on commit b97d794

Please sign in to comment.