Skip to content
This repository has been archived by the owner on May 28, 2024. It is now read-only.

Releases: lightspeed/palisade

Version 0.4.0

05 Aug 13:39
0690555
Compare
Choose a tag to compare

Tag names were incorrectly generated. Before they were the version number, but now they are v${VERSION}. This should fix compatibility issues with Go modules.
An end-to-end test has been fixed as well.

Version 0.3.0

10 Jul 16:26
c84eb09
Compare
Choose a tag to compare

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

11 Jun 20:05
93e1d03
Compare
Choose a tag to compare

ADDED

  • Palisade now manages its own releases
  • CircleCI support

Version 0.1.0

11 Jun 15:27
f96085c
Compare
Choose a tag to compare

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