Skip to content

v0.9.0-rc.2

Pre-release
Pre-release
Compare
Choose a tag to compare
@thomastaylor312 thomastaylor312 released this 22 Dec 20:16
· 13 commits to main since this release
v0.9.0-rc.2
e133e19

This is the second RC (release candidate) 0.9 release for Bindle! The update contains fixes and a few small quality of life features. For full release notes on breaking changes, see the release notes for RC1

Installing

You can download the prebuilt binaries for the Bindle CLI client and the Bindle server from the following links:

Once downloaded, you can follow the installation and getting started instructions

Using as a crate

Besides the pre-compiled binaries, we also publish a fully featured crate (that the binaries also use). You can find docs here.

Major Features

  • The healthz endpoint now returns the server version
  • We now push docker images to GHCR
  • When running bindle server locally, you no longer have to pull the host key the first time you start the server

Breaking changes

None

Bug fixes

  • The server now automatically trusts any of its signing keys in its keyring

Caveats

Please note that this is NOT production-ready software, but it is in a usable/consumable state. Because this is pre-1.0 software, we make no guarantees about spec, Rust API, or CLI compatibility. However, we will do our best to call out every breaking change in future release notes. Once we hit 1.0, backwards compatibility guarantees will be in effect.

What's next?

Our next anticipated version is the full 0.9.0 release (although we will cut a 0.9.0-rc.3 if necessary). Please give things a try and feel free to open PRs or issues with your feedback. In fact, your feedback is crucial as we continue to solidify the spec and features desired in Bindle!

Changelog

  • Bumps to new RC version ecdf3d3 (Taylor Thomas)
  • fix(server): Adds default host keys and signing keys to keychain 72c4e2c (Taylor Thomas)
  • fix(release.yaml): add apt-get update in aarch64 build step (#360) e43a08c (Vaughn Dice)
  • fix(wasm): Fixes deps for building in wasm 767ec06 (Taylor Thomas)
  • Bump azure-blob-storage-upload to v2.0.1 a5ba2c9 (Matthew Fisher)
  • feat(healthz): add version 9347ac3 (Frank Yang)
  • feat: push docker image (#352) 218e4f2 (Frank Yang)
  • Updates deny.toml with unicode license f026e9a (Taylor Thomas)
  • Use Debian as base image in Dockerfile 6c047eb (Dan Norris)
  • fix(docs/README.md): add missing EOF a0444c1 (Vaughn Dice)
  • feat(docs): add using bindle-server in container 4ce8959 (Frank Yang)
  • feat: add Dockerfile 3c9d5ae (Frank Yang)
  • chore(*): Update dependencies to latest version 759bc0c (Taylor Thomas)
  • Remove temp pipeline for regenerating binaries 49414ef (Taylor Thomas)
  • Push rc as well 226a051 (Taylor Thomas)
  • fix(ci): Fixes missing blobs 725562d (Taylor Thomas)
  • Removes warning about not using in production c844d0f (Taylor Thomas)