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

Commit

Permalink
Merge pull request #318 from cglewis/master
Browse files Browse the repository at this point in the history
release v0.1.1
  • Loading branch information
cglewis authored Aug 26, 2020
2 parents 31a2d0f + f42f259 commit 55f9c65
Show file tree
Hide file tree
Showing 4 changed files with 18 additions and 10 deletions.
2 changes: 1 addition & 1 deletion .env
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
SERVICE_NAMESPACE=iqtlabs
SERVICE_VERSION=latest
TOOL_NAMESPACE=iqtlabs
TOOL_VERSION=latest
TOOL_VERSION=v0.11.16
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
# v0.1.1 (2020-08-26)

- Updated tools
- Updated GitHub Action workflows to improve working with forks
- Maintain state for last session and request IDs
- Cleaned up exited containers on boot that were unnecessary
- Updated react-scripts, semantic-ui-react, docker, babel/core, typescript, arrow, react-data-table-component, mocha, and networkml

# v0.1.0 (2020-08-11)

- Initial release
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.1.1.dev
0.1.1
16 changes: 8 additions & 8 deletions workers/workers.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
{
"name": "pcap-splitter",
"image": "iqtlabs/pcap_to_node_pcap",
"version": "v0.11.15",
"version": "v0.11.16",
"labels": "",
"stage": "preprocessing",
"viewableOutput": false,
Expand All @@ -34,7 +34,7 @@
{
"name": "ncapture",
"image": "iqtlabs/ncapture",
"version": "v0.11.15",
"version": "v0.11.16",
"labels": "",
"stage": "preprocessing",
"viewableOutput": false,
Expand All @@ -53,7 +53,7 @@
{
"name": "pcap-dot1q",
"image": "iqtlabs/tcprewrite_dot1q",
"version": "v0.11.15",
"version": "v0.11.16",
"labels": "",
"stage": "preprocessing",
"viewableOutput": false,
Expand All @@ -70,7 +70,7 @@
{
"name": "networkml",
"image": "iqtlabs/networkml",
"version": "v0.6.0",
"version": "v0.6.1",
"labels": "",
"stage": "analysis",
"viewableOutput": true,
Expand All @@ -93,7 +93,7 @@
{
"name": "snort",
"image": "iqtlabs/snort",
"version": "v0.11.15",
"version": "v0.11.16",
"labels": "",
"stage": "analysis",
"viewableOutput": true,
Expand All @@ -112,7 +112,7 @@
{
"name": "pcap-stats",
"image": "iqtlabs/pcap_stats",
"version": "v0.11.15",
"version": "v0.11.16",
"labels": "",
"stage": "analysis",
"viewableOutput": true,
Expand All @@ -131,7 +131,7 @@
{
"name": "mercury",
"image": "iqtlabs/mercury",
"version": "v0.11.15",
"version": "v0.11.16",
"labels": "",
"stage": "analysis",
"viewableOutput": true,
Expand All @@ -150,7 +150,7 @@
{
"name": "p0f",
"image": "iqtlabs/p0f",
"version": "v0.11.15",
"version": "v0.11.16",
"labels": "",
"stage": "analysis",
"viewableOutput": true,
Expand Down

0 comments on commit 55f9c65

Please sign in to comment.