Releases: faucetsdn/poseidon
Releases · faucetsdn/poseidon
v0.10.1
- Linux arm7 and arm64 now supported via Docker.
- NetworkML now run against combined pcap (one to many) rather than host to host
- Add new gen_pcap_manifest.py script to aid curation of pcaps by MAC or IP.
- Move to github actions rather than TravisCI.
- Upgraded versions of NetworkML, CRViz and network-tools
- New versions of mock, pytype, redis, pytest, grafana, urllib3, cmd2
v0.10.0
To install:
curl -L https://raw.githubusercontent.com/CyberReboot/poseidon/v0.10.0/bin/poseidon -o /usr/local/bin/poseidon
chmod +x /usr/local/bin/poseidon
poseidon install
poseidon start
If you previously installed Poseidon with the .deb package, please remove that first.
To upgrade:
curl -L https://raw.githubusercontent.com/CyberReboot/poseidon/v0.10.0/bin/poseidon -o /usr/local/bin/poseidon
chmod +x /usr/local/bin/poseidon
poseidon update
poseidon start
Changes:
- Poseidon is now completely docker-compose only; remove all vestiges of vent. Pcap logs are now logged in
/opt/poseidon_files
not/opt/vent_files
- New versions of pyyaml, pytype, cmd2, transitions, grafana, CRviz, network-tap, NetworkML, pcap-to-node-pcap, tcprewrite-dot1q, p0f
v0.9.0
To install:
curl -L https://raw.githubusercontent.com/CyberReboot/poseidon/v0.9.0/bin/poseidon -o /usr/local/bin/poseidon
chmod +x /usr/local/bin/poseidon
poseidon install
poseidon start
If you previously installed Poseidon with the .deb package, please remove that first.
Changes:
- Updated version of prometheus
- Moved orchestrator from Vent to docker-compose
- Removed .deb package now that it can be run with docker-compose
v0.8.1
v0.8.0
v0.7.9
v0.7.8
v0.7.7
v0.7.7 (2019-11-08)
- Updated versions grafana/grafana Docker tag
- Added property audit logging for behavior and OS
- Fixed pytype checks
- Added mirror port checks
v0.7.6
- Updated versions of redis, pytest, cmd2, grafana, prometheus, pylint, and pytype
- Added volume for Faucet UDS
- Added more files to ignore in Docker container
- Added API endpoint to retrieve data by IP
- Added ability to apply ACLs with RabbitMQ message
- Ensure VLAN is a string
- Persist Vent info in a volume
v0.7.5
- Updated versions of prometheus, pytest-cov, pytest, grafana, and redis
- Fixed some typos in the documentation
- Added a warning about max time between investigations
- Added ACLs to the CLI and the API
- Using ipaddress library for ip addresses now
- Added pytype checks
- Fixed filtering for ipv4/ipv6 in the CLI