This repository was archived by the owner on Mar 25, 2023. It is now read-only.
Releases: teamdfir/sift-cli
Releases · teamdfir/sift-cli
v1.9.1
Install
curl -Lo /usr/local/bin/sift https://github.com/sans-dfir/sift-cli/releases/download/v1.9.1/sift-cli-linux
chmod +x /usr/local/bin/sift
- Sets Architecture to 64 bit only for SaltStack install
- Switches to only installing salt-common if it's new install or if it needs to fix.
- Fixes bug where existing env vars were not pulled in (thanks @angry-bender)
v1.9.0-rc4
Install
curl -Lo /usr/local/bin/sift https://github.com/sans-dfir/sift-cli/releases/download/v1.9.0-rc4/sift-cli-linux
chmod +x /usr/local/bin/sift
- Sets Architecture to 64 bit only for SaltStack install
- Switches to only installing salt-common if it's new install or if it needs to fix.
- Fixes bug where existing env vars were not pulled in (thanks @angry-bender)
v1.9.0-rc1
Install
curl -Lo /usr/local/bin/sift https://github.com/sans-dfir/sift-cli/releases/download/v1.9.0-rc1/sift-cli-linux
chmod +x /usr/local/bin/sift
- Upgrades Saltstack to 3001
- Upgrades all NPM modules
v1.8.5
Install
curl -Lo /usr/local/bin/sift https://github.com/sans-dfir/sift-cli/releases/download/v1.8.5/sift-cli-linux
chmod +x /usr/local/bin/sift
- Fixed a bug where the install/upgrade mode would get set incorrectly when upgrading from SIFT version older than 2019.11.0
v1.8.4
v1.8.3
v1.8.2
v1.8.1
Install
curl -Lo /usr/local/bin/sift https://github.com/sans-dfir/sift-cli/releases/download/v1.8.1/sift-cli-linux
chmod +x /usr/local/bin/sift
New This Release
- Adds fix to use legacy mode when saltstack version is less than 2019.11.0 (teamdfir/sift#406)
SIFT Related Changes
- Adds support for 18.04 in the CLI tool
- Updates Saltstack to 2018.3
Code Changes
- Fixes bug with new installs that was caused by the fix for #406
- Upgrade to node 12
- Switch from bluebird to native promise and async/await
- Add some additional help text to encourage users to validate their apt health when failures occur
- Adds support for new modes, desktop and server for installation
- Removes deprecation warning about promises from GitHub setup
- Fixes regression where salt-call name was accidentally replaced with a space
v1.8.1-rc2
Install
curl -Lo /usr/local/bin/sift https://github.com/sans-dfir/sift-cli/releases/download/v1.8.1-rc2/sift-cli-linux
chmod +x /usr/local/bin/sift
New This Release
- Adds fix to use legacy mode when saltstack version is less than 2019.11.0 (teamdfir/sift#406)
SIFT Related Changes
- Adds support for 18.04 in the CLI tool
- Updates Saltstack to 2018.3
Code Changes in RC2
- Fixes bug with new installs that was caused by the fix for #406
Code Changes in RC1
- Upgrade to node 12
- Switch from bluebird to native promise and async/await
- Add some additional help text to encourage users to validate their apt health when failures occur
- Adds support for new modes, desktop and server for installation
- Removes deprecation warning about promises from GitHub setup
- Fixes regression where salt-call name was accidentally replaced with a space
v1.8.1-rc1
Install
curl -Lo /usr/local/bin/sift https://github.com/sans-dfir/sift-cli/releases/download/v1.8.1-rc1/sift-cli-linux
chmod +x /usr/local/bin/sift
New This Release
- Adds fix to use legacy mode when saltstack version is less than 2019.11.0 (teamdfir/sift#406)
SIFT Related Changes
- Adds support for 18.04 in the CLI tool
- Updates Saltstack to 2018.3
Code Changes
- Upgrade to node 12
- Switch from bluebird to native promise and async/await
- Add some additional help text to encourage users to validate their apt health when failures occur
- Adds support for new modes, desktop and server for installation
- Removes deprecation warning about promises from GitHub setup
- Fixes regression where salt-call name was accidentally replaced with a space