This repository has been archived by the owner on May 28, 2024. It is now read-only.
Releases: lightspeed/palisade
Releases · lightspeed/palisade
Version 0.4.0
Version 0.3.0
Support for brackets in version numbers has been added. This allows you to write
changelogs that look like this:
## [0.1.0]
This release completes our Flopnax sprint. We now have a publicly visible
GraphQL API as a part of this project.
### ADDED
- Exposed GraphQL API for customers and internal integrators
### FIXED
- Solved WAT-2392 which previously prevented users from being able to
refrobnicate already frobnicated strings when using the secret management API.
ADDED
- The GitHub client is now exposed as a crate in
./github
. This is potentially
useful for non-palisade use. - Full end to end tests of the entire release cutting process.
FIXED
- Don't push the git tag to github, this apparently causes weird permissions
issues. GitHub will create a tag as a side effect of creating a release
anyways.
Version 0.2.0
ADDED
- Palisade now manages its own releases
- CircleCI support
Version 0.1.0
This is the first release of palisade!
ADDED
- Initial implementation of the
cut
command - Single-call GitHub API client for creating releases
- Support for operations on git repos using
git2 - Builds with Nix
- Documentation and project layout
- TL;DR Rust document
- GitHub Action support
- Commentary across the project
- Support using SSH keys for authentication to GitHub