Skip to content
This repository was archived by the owner on Jan 23, 2023. It is now read-only.

Commit 55f9c65

Browse files
authored
Merge pull request #318 from cglewis/master
release v0.1.1
2 parents 31a2d0f + f42f259 commit 55f9c65

File tree

4 files changed

+18
-10
lines changed

4 files changed

+18
-10
lines changed

.env

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
SERVICE_NAMESPACE=iqtlabs
22
SERVICE_VERSION=latest
33
TOOL_NAMESPACE=iqtlabs
4-
TOOL_VERSION=latest
4+
TOOL_VERSION=v0.11.16

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
# v0.1.1 (2020-08-26)
2+
3+
- Updated tools
4+
- Updated GitHub Action workflows to improve working with forks
5+
- Maintain state for last session and request IDs
6+
- Cleaned up exited containers on boot that were unnecessary
7+
- Updated react-scripts, semantic-ui-react, docker, babel/core, typescript, arrow, react-data-table-component, mocha, and networkml
8+
19
# v0.1.0 (2020-08-11)
210

311
- Initial release

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.1.1.dev
1+
0.1.1

workers/workers.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
{
1818
"name": "pcap-splitter",
1919
"image": "iqtlabs/pcap_to_node_pcap",
20-
"version": "v0.11.15",
20+
"version": "v0.11.16",
2121
"labels": "",
2222
"stage": "preprocessing",
2323
"viewableOutput": false,
@@ -34,7 +34,7 @@
3434
{
3535
"name": "ncapture",
3636
"image": "iqtlabs/ncapture",
37-
"version": "v0.11.15",
37+
"version": "v0.11.16",
3838
"labels": "",
3939
"stage": "preprocessing",
4040
"viewableOutput": false,
@@ -53,7 +53,7 @@
5353
{
5454
"name": "pcap-dot1q",
5555
"image": "iqtlabs/tcprewrite_dot1q",
56-
"version": "v0.11.15",
56+
"version": "v0.11.16",
5757
"labels": "",
5858
"stage": "preprocessing",
5959
"viewableOutput": false,
@@ -70,7 +70,7 @@
7070
{
7171
"name": "networkml",
7272
"image": "iqtlabs/networkml",
73-
"version": "v0.6.0",
73+
"version": "v0.6.1",
7474
"labels": "",
7575
"stage": "analysis",
7676
"viewableOutput": true,
@@ -93,7 +93,7 @@
9393
{
9494
"name": "snort",
9595
"image": "iqtlabs/snort",
96-
"version": "v0.11.15",
96+
"version": "v0.11.16",
9797
"labels": "",
9898
"stage": "analysis",
9999
"viewableOutput": true,
@@ -112,7 +112,7 @@
112112
{
113113
"name": "pcap-stats",
114114
"image": "iqtlabs/pcap_stats",
115-
"version": "v0.11.15",
115+
"version": "v0.11.16",
116116
"labels": "",
117117
"stage": "analysis",
118118
"viewableOutput": true,
@@ -131,7 +131,7 @@
131131
{
132132
"name": "mercury",
133133
"image": "iqtlabs/mercury",
134-
"version": "v0.11.15",
134+
"version": "v0.11.16",
135135
"labels": "",
136136
"stage": "analysis",
137137
"viewableOutput": true,
@@ -150,7 +150,7 @@
150150
{
151151
"name": "p0f",
152152
"image": "iqtlabs/p0f",
153-
"version": "v0.11.15",
153+
"version": "v0.11.16",
154154
"labels": "",
155155
"stage": "analysis",
156156
"viewableOutput": true,

0 commit comments

Comments
 (0)