This repository was archived by the owner on Apr 27, 2023. It is now read-only.
File tree 3 files changed +22
-2
lines changed
3 files changed +22
-2
lines changed Original file line number Diff line number Diff line change
1
+ # 0.3.0
2
+
3
+ BACKWARDS INCOMPATIBILITIES:
4
+
5
+ FEATURES:
6
+
7
+ - added mutual TLS support ([ #15 ] ( https://github.com/dustin-decker/threatseer/pull/15 ) )
8
+ - enabled configurable server endpoint for agent
9
+
10
+ IMPROVEMENTS:
11
+
12
+ - exposed some Profile Engine tunables
13
+ - use LRU cache for tracking ongoing execution profiling ([ #12 ] ( https://github.com/dustin-decker/threatseer/issues/12 ) )
14
+
15
+ BUG FIXES:
16
+
17
+ None
18
+
1
19
# 0.2.0
2
20
3
21
BACKWARDS INCOMPATIBILITIES:
Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ docker run \
18
18
-v /sys/fs/cgroup:/sys/fs/cgroup \
19
19
-v /var/lib/docker:/var/lib/docker:ro \
20
20
-v /var/run/docker:/var/run/docker:ro \
21
- dustindecker/threatseer:agent-0.2 .0
21
+ dustindecker/threatseer:agent-0.3 .0
22
22
```
23
23
24
24
## Running the server
@@ -29,5 +29,5 @@ docker run \
29
29
--rm \
30
30
-it \
31
31
--net=host \
32
- dustindecker/threatseer:server-0.2 .0
32
+ dustindecker/threatseer:server-0.3 .0
33
33
```
Original file line number Diff line number Diff line change 24
24
` ` ` bash
25
25
bin/certstrap sign --CA " threatseer CA" agent
26
26
` ` `
27
+
28
+ The files will be placed in a directory called ` out` .
You can’t perform that action at this time.
0 commit comments