Releases: JupiterOne/starbase
Releases · JupiterOne/starbase
v0.10.0
🚀 Enhancement
- Bump @babel/traverse from 7.16.10 to 7.23.2 #106 (@dependabot[bot])
⚠️ Pushed to main
- Populate CODEOWENRS, baseline package.json and baseline cortex.yaml (@jablonnc)
Authors: 2
- @dependabot[bot]
- Noah Jablonski (@jablonnc)
v0.9.0
🚀 Enhancement
- Revising node version requirements #98 (@dependabot[bot] @adam-in-ict)
🐛 Bug Fix
- Merge branch 'dependabot/npm_and_yarn/word-wrap-1.2.4' of https://github.com/JupiterOne/starbase into revise-engine-requirements #96 (@adam-in-ict)
Authors: 2
- @dependabot[bot]
- Adam Pierson (@adam-in-ict)
v0.8.0
🚀 Enhancement
- Update to use Node.js 18 #95 (@austinkelleher)
🐛 Bug Fix
- Remove J1 free account reference #94 (@austinkelleher)
Authors: 1
- Austin Kelleher (@austinkelleher)
v0.7.0
🚀 Enhancement
- Merge branch 'dependabot/npm_and_yarn/simple-git-3.16.0' of https://github.com/JupiterOne/starbase into expose-stderr #88 (@adam-in-ict)
🐛 Bug Fix
- Exposing stderr output #89 (@dependabot[bot] @adam-in-ict)
Authors: 2
- @dependabot[bot]
- Adam Pierson (@adam-in-ict)
v0.6.0
🚀 Enhancement
- Bumping minor revision to fix past manual tag creation #87 (@adam-in-ict)
🐛 Bug Fix
- Updating to latest SDK #86 (@adam-in-ict)
Authors: 1
- Adam Pierson (@adam-in-ict)
Support -c, --config optional config path option
CLI now supports the -c, --config
optional parameter (defaults to config.yaml
). This option is required when working with docker, e.g.:
# assume working dir contains a config.yaml
cd /path/to/working/dir && mkdir -p .integrations
docker run -it --rm -v $PWD/.integrations:/opt/jupiterone/starbase/.integrations -v $PWD/config.yaml:/tmp/config.yaml ghcr.io/jupiterone/starbase setup -c /tmp/config.yaml
docker run -it --rm -v $PWD/.integrations:/opt/jupiterone/starbase/.integrations -v $PWD/config.yaml:/tmp/config.yaml ghcr.io/jupiterone/starbase run -c /tmp/config.yaml
v0.5.0
v0.4.3
🐛 Bug Fix
- Adding in optional Neo4j database name configuration #78 (@adam-in-ict)
- Initial Starbase documentation website #75 (@austinkelleher)
Authors: 2
- Adam Pierson (@adam-in-ict)
- Austin Kelleher (@austinkelleher)
v0.3.0
Release 0.2.4
Fixed
- Bumped SDK version to pull in fix for issue where we would periodically see
duplicate nodes.