Skip to content
This repository has been archived by the owner on Jan 25, 2020. It is now read-only.

Releases: articulate/biplane

1.2.2

20 Apr 14:58
Compare
Choose a tag to compare
bump version for hotfix release

1.2.1

14 Apr 15:31
Compare
Choose a tag to compare

Fixes an issue where MD5 checksums would change under certain conditions between diffs of identical configurations.

1.2.0

08 Apr 21:05
Compare
Choose a tag to compare
  • Output checksum of diff when running the diff command.
  • apply command now requires the --checksum|-c flag when running. Will complain otherwise.
  • Requirement of checksum can be overridden by using the --force|-f flag.
  • apply's --format short flag (formerly -f) changed to -F to allow the more consistent use of -f for force.

1.1.7

07 Apr 21:49
Compare
Choose a tag to compare
somehow mixin was being ignored

1.1.6

07 Apr 20:38
Compare
Choose a tag to compare
bump version

1.1.5

05 Apr 22:28
Compare
Choose a tag to compare
bump release

small tweak to fix test

1.1.4

05 Apr 19:54
Compare
Choose a tag to compare

Small tweaks to things:

  • Nested diff output will now prefix the line with the + or - symbol rather than just the diff text. This allows tools like GitHub and Slack to format and colorize the diff snippets properly.
  • The client now accepts the --uri flag so you can specify the full URI as one rather than in parts via --host, --port, --no-https like so: biplane --uri https://api.example.com:8001 config.yml

1.1.3

31 Mar 22:12
Compare
Choose a tag to compare
bump version

1.1.2

30 Mar 14:23
Compare
Choose a tag to compare
cleanup make file

1.1.1

30 Mar 13:47
Compare
Choose a tag to compare
update readme