Skip to content

Releases: captainsafia/burrow

v2.0.0-preview.7add0dd (Preview)

28 Feb 04:56
7add0dd

Choose a tag to compare

Pre-release

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 | sh

npm:

npm install burrow@v2.0.0-preview.7add0dd

Binary (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)

26 Feb 01:21
a054b9a

Choose a tag to compare

Pre-release

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 | sh

npm:

npm install burrow@v2.0.0-preview.a054b9a

Binary (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)

21 Jan 21:36

Choose a tag to compare

Pre-release

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 | sh

npm:

npm install burrow@v1.3.0-preview.8fe41bb

Binary (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)

04 Jan 21:37

Choose a tag to compare

Pre-release

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 | sh

npm:

npm install burrow@v1.3.0-preview.03113b8

Binary (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

02 Jan 22:14

Choose a tag to compare

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:

  1. Install the latest version of Burrow using the instructions below.
  2. Run burrow init YOUR_SHELL to initialize the shell hooks needed for the integration for supported shells.
  3. Run burrow trust DIRECTORY where the directory is where you want secrets auto-loaded.
  4. cd DIRECTORY and 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.0

Update previous installation:

burrow update v1.3.0

npm:

npm install burrow

Binary (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)

02 Jan 22:11

Choose a tag to compare

Pre-release

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.c020b98

npm:

npm install burrow@preview

Binary (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)

02 Jan 18:25

Choose a tag to compare

Pre-release

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.a796b20

npm:

npm install burrow@preview

Binary (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)

02 Jan 20:14

Choose a tag to compare

Pre-release

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.4437197

npm:

npm install burrow@preview

Binary (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)

02 Jan 20:56

Choose a tag to compare

Pre-release

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.319e6c8

npm:

npm install burrow@preview

Binary (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

29 Dec 23:36

Choose a tag to compare

Release v1.2.0

burrow-v12.0-demo.mp4

Installation

  • Add support for burrow set KEY VALUE syntax
  • Add support for burrow set KEY sytnax with stdin prompting for values
  • Add support for new version checks and burrow update command for self-updates

Installation

Install script (Linux/macOS):

curl -fsSL https://safia.rocks/burrow/install.sh | sh -s -- v1.2.0

npm:

npm install burrow

Binary (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