Releases: captainsafia/burrow
v2.0.0-preview.7add0dd (Preview)
Preview Release
This is an automated preview release from the main branch.
Commit: 7add0dd
Installation
Install script (Linux/macOS):
curl -fsSL https://i.captainsafia.sh/captainsafia/burrow/v2.0.0-preview.7add0dd | shnpm:
npm install burrow@v2.0.0-preview.7add0ddBinary (Linux/macOS):
curl -fsSL https://github.com/captainsafia/burrow/releases/download/v2.0.0-preview.7add0dd/burrow-$(uname -s | tr '[:upper:]' '[:lower:]')-$(uname -m | sed 's/x86_64/x64/' | sed 's/aarch64/arm64/') -o burrow
chmod +x burrow
sudo mv burrow /usr/local/bin/Download
| Platform | Binary |
|---|---|
| Linux x64 | burrow-linux-x64 |
| Linux ARM64 | burrow-linux-arm64 |
| macOS x64 | burrow-darwin-x64 |
| macOS ARM64 | burrow-darwin-arm64 |
| Windows x64 | burrow-windows-x64.exe |
v2.0.0-preview.a054b9a (Preview)
Preview Release
This is an automated preview release from the main branch.
Commit: a054b9a
Installation
Install script (Linux/macOS):
curl -fsSL https://i.captainsafia.sh/captainsafia/burrow/v2.0.0-preview.a054b9a | shnpm:
npm install burrow@v2.0.0-preview.a054b9aBinary (Linux/macOS):
curl -fsSL https://github.com/captainsafia/burrow/releases/download/v2.0.0-preview.a054b9a/burrow-$(uname -s | tr '[:upper:]' '[:lower:]')-$(uname -m | sed 's/x86_64/x64/' | sed 's/aarch64/arm64/') -o burrow
chmod +x burrow
sudo mv burrow /usr/local/bin/Download
| Platform | Binary |
|---|---|
| Linux x64 | burrow-linux-x64 |
| Linux ARM64 | burrow-linux-arm64 |
| macOS x64 | burrow-darwin-x64 |
| macOS ARM64 | burrow-darwin-arm64 |
| Windows x64 | burrow-windows-x64.exe |
v1.3.0-preview.8fe41bb (Preview)
Preview Release
This is an automated preview release from the main branch.
Commit: 8fe41bb
Installation
Install script (Linux/macOS):
curl -fsSL https://i.captainsafia.sh/captainsafia/burrow/v1.3.0-preview.8fe41bb | shnpm:
npm install burrow@v1.3.0-preview.8fe41bbBinary (Linux/macOS):
curl -fsSL https://github.com/captainsafia/burrow/releases/download/v1.3.0-preview.8fe41bb/burrow-$(uname -s | tr '[:upper:]' '[:lower:]')-$(uname -m | sed 's/x86_64/x64/' | sed 's/aarch64/arm64/') -o burrow
chmod +x burrow
sudo mv burrow /usr/local/bin/Download
| Platform | Binary |
|---|---|
| Linux x64 | burrow-linux-x64 |
| Linux ARM64 | burrow-linux-arm64 |
| macOS x64 | burrow-darwin-x64 |
| macOS ARM64 | burrow-darwin-arm64 |
| Windows x64 | burrow-windows-x64.exe |
v1.3.0-preview.03113b8 (Preview)
Preview Release
This is an automated preview release from the main branch.
Commit: 03113b8
Installation
Install script (Linux/macOS):
curl -fsSL https://i.captainsafia.sh/captainsafia/burrow/v1.3.0-preview.03113b8 | shnpm:
npm install burrow@v1.3.0-preview.03113b8Binary (Linux/macOS):
curl -fsSL https://github.com/captainsafia/burrow/releases/download/v1.3.0-preview.03113b8/burrow-$(uname -s | tr '[:upper:]' '[:lower:]')-$(uname -m | sed 's/x86_64/x64/' | sed 's/aarch64/arm64/') -o burrow
chmod +x burrow
sudo mv burrow /usr/local/bin/Download
| Platform | Binary |
|---|---|
| Linux x64 | burrow-linux-x64 |
| Linux ARM64 | burrow-linux-arm64 |
| macOS x64 | burrow-darwin-x64 |
| macOS ARM64 | burrow-darwin-arm64 |
| Windows x64 | burrow-windows-x64.exe |
v1.3.0
Release v1.3.0
burrow-autoload-demo.mp4
Burrow now includes support for automatically loading secrets managed by burrow into the active working directory when applicable. Kinda like direnv but with secret management centralized in Burrow's SQLite store.
To get started:
- Install the latest version of Burrow using the instructions below.
- Run
burrow init YOUR_SHELLto initialize the shell hooks needed for the integration for supported shells. - Run
burrow trust DIRECTORYwhere the directory is where you want secrets auto-loaded. cd DIRECTORYand observe secrets are loaded into environment variables.
Secrets are only loaded into trusted directories. Directories can be untrusted at any time with the burrow untrust command. Secrets are unloaded when navigating away from the target directory.
Installation
Install script (Linux/macOS):
curl -fsSL https://safia.rocks/burrow/install.sh | sh -s -- v1.3.0Update previous installation:
burrow update v1.3.0
npm:
npm install burrowBinary (Linux/macOS):
curl -fsSL https://github.com/captainsafia/burrow/releases/download/v1.3.0/burrow-$(uname -s | tr '[:upper:]' '[:lower:]')-$(uname -m | sed 's/x86_64/x64/' | sed 's/aarch64/arm64/') -o burrow
chmod +x burrow
sudo mv burrow /usr/local/bin/Download
| Platform | Binary |
|---|---|
| Linux x64 | burrow-linux-x64 |
| Linux ARM64 | burrow-linux-arm64 |
| macOS x64 | burrow-darwin-x64 |
| macOS ARM64 | burrow-darwin-arm64 |
| Windows x64 | burrow-windows-x64.exe |
Changelog
See commits since last release: v1.3.0...HEAD
v1.3.0-preview.c020b98 (Preview)
Preview Release
This is an automated preview release from the main branch.
Commit: c020b98
Installation
Install script (Linux/macOS):
curl -fsSL https://safia.rocks/burrow/install.sh | sh -s -- v1.3.0-preview.c020b98npm:
npm install burrow@previewBinary (Linux/macOS):
curl -fsSL https://github.com/captainsafia/burrow/releases/download/v1.3.0-preview.c020b98/burrow-$(uname -s | tr '[:upper:]' '[:lower:]')-$(uname -m | sed 's/x86_64/x64/' | sed 's/aarch64/arm64/') -o burrow
chmod +x burrow
sudo mv burrow /usr/local/bin/Download
| Platform | Binary |
|---|---|
| Linux x64 | burrow-linux-x64 |
| Linux ARM64 | burrow-linux-arm64 |
| macOS x64 | burrow-darwin-x64 |
| macOS ARM64 | burrow-darwin-arm64 |
| Windows x64 | burrow-windows-x64.exe |
v1.3.0-preview.a796b20 (Preview)
Preview Release
This is an automated preview release from the main branch.
Commit: a796b20
Installation
Install script (Linux/macOS):
curl -fsSL https://safia.rocks/burrow/install.sh | sh -s -- v1.3.0-preview.a796b20npm:
npm install burrow@previewBinary (Linux/macOS):
curl -fsSL https://github.com/captainsafia/burrow/releases/download/v1.3.0-preview.a796b20/burrow-$(uname -s | tr '[:upper:]' '[:lower:]')-$(uname -m | sed 's/x86_64/x64/' | sed 's/aarch64/arm64/') -o burrow
chmod +x burrow
sudo mv burrow /usr/local/bin/Download
| Platform | Binary |
|---|---|
| Linux x64 | burrow-linux-x64 |
| Linux ARM64 | burrow-linux-arm64 |
| macOS x64 | burrow-darwin-x64 |
| macOS ARM64 | burrow-darwin-arm64 |
| Windows x64 | burrow-windows-x64.exe |
v1.3.0-preview.4437197 (Preview)
Preview Release
This is an automated preview release from the main branch.
Commit: 4437197
Installation
Install script (Linux/macOS):
curl -fsSL https://safia.rocks/burrow/install.sh | sh -s -- v1.3.0-preview.4437197npm:
npm install burrow@previewBinary (Linux/macOS):
curl -fsSL https://github.com/captainsafia/burrow/releases/download/v1.3.0-preview.4437197/burrow-$(uname -s | tr '[:upper:]' '[:lower:]')-$(uname -m | sed 's/x86_64/x64/' | sed 's/aarch64/arm64/') -o burrow
chmod +x burrow
sudo mv burrow /usr/local/bin/Download
| Platform | Binary |
|---|---|
| Linux x64 | burrow-linux-x64 |
| Linux ARM64 | burrow-linux-arm64 |
| macOS x64 | burrow-darwin-x64 |
| macOS ARM64 | burrow-darwin-arm64 |
| Windows x64 | burrow-windows-x64.exe |
v1.3.0-preview.319e6c8 (Preview)
Preview Release
This is an automated preview release from the main branch.
Commit: 319e6c8
Installation
Install script (Linux/macOS):
curl -fsSL https://safia.rocks/burrow/install.sh | sh -s -- v1.3.0-preview.319e6c8npm:
npm install burrow@previewBinary (Linux/macOS):
curl -fsSL https://github.com/captainsafia/burrow/releases/download/v1.3.0-preview.319e6c8/burrow-$(uname -s | tr '[:upper:]' '[:lower:]')-$(uname -m | sed 's/x86_64/x64/' | sed 's/aarch64/arm64/') -o burrow
chmod +x burrow
sudo mv burrow /usr/local/bin/Download
| Platform | Binary |
|---|---|
| Linux x64 | burrow-linux-x64 |
| Linux ARM64 | burrow-linux-arm64 |
| macOS x64 | burrow-darwin-x64 |
| macOS ARM64 | burrow-darwin-arm64 |
| Windows x64 | burrow-windows-x64.exe |
v1.2.0
Release v1.2.0
burrow-v12.0-demo.mp4
Installation
- Add support for
burrow set KEY VALUEsyntax - Add support for
burrow set KEYsytnax with stdin prompting for values - Add support for new version checks and
burrow updatecommand for self-updates
Installation
Install script (Linux/macOS):
curl -fsSL https://safia.rocks/burrow/install.sh | sh -s -- v1.2.0npm:
npm install burrowBinary (Linux/macOS):
curl -fsSL https://github.com/captainsafia/burrow/releases/download/v1.2.0/burrow-$(uname -s | tr '[:upper:]' '[:lower:]')-$(uname -m | sed 's/x86_64/x64/' | sed 's/aarch64/arm64/') -o burrow
chmod +x burrow
sudo mv burrow /usr/local/bin/Download
| Platform | Binary |
|---|---|
| Linux x64 | burrow-linux-x64 |
| Linux ARM64 | burrow-linux-arm64 |
| macOS x64 | burrow-darwin-x64 |
| macOS ARM64 | burrow-darwin-arm64 |
| Windows x64 | burrow-windows-x64.exe |
Changelog
See commits since last release: v1.2.0...HEAD