Skip to content

Releases: alechenninger/monarch

v0.5.5

14 Jul 14:58
Compare
Choose a tag to compare
Cut 0.5.5, remove unused import

v0.5.4

03 Jun 01:24
Compare
Choose a tag to compare

v0.5.3

03 Jun 00:39
Compare
Choose a tag to compare

Full Changelog

Closed issues:

  • Include more information when YAML parse exception occurs #34

Merged pull requests:

  • Include filename when parse error occurs; refactor out common parsing code #51 (alechenninger)

v0.5.2

30 May 22:10
Compare
Choose a tag to compare

Full Changelog

Merged pull requests:

v0.5.1

30 May 18:54
Compare
Choose a tag to compare

Full Changelog

Merged pull requests:

v0.5.0

29 May 22:23
Compare
Choose a tag to compare

Added support for commands, which means existing behavior from running only monarch is deprecated in favor of monarch apply.

Full Changelog

Closed issues:

  • Accept changeset as alias of changes #39
  • Add command(s) to modify an existing changeset #37
  • Merge keys on command line accepts comma delimited list, should be space #31

Merged pull requests:

v0.4.0

24 Jan 20:26
Compare
Choose a tag to compare

Full Changelog

Implemented enhancements:

  • Allow declaration of multiple 'root' hierarchies in config file #26
  • Allow multiple config files #22

Fixed bugs:

  • Config data dir parser reads "data" not "dataDir" #30
  • Having a changeset that ends with '---' causes a null pointer exception #25
  • Missing warning when no changes are provided #24

Closed issues:

  • Rename "pivot source" -> "target" #23

Merged pull requests:

v0.3.4

18 Dec 21:16
Compare
Choose a tag to compare

Full Changelog

Implemented enhancements:

  • Use more terse config keys in config yaml #19

Fixed bugs:

  • Config file expects values to be strings; does not like arbitrary yaml #20

v0.3.3

17 Dec 04:50
Compare
Choose a tag to compare

Full Changelog

Fixed bugs:

  • Flattened view of data goes in reverse order #17
  • If key/value in a change is already present in data, but only in the pivot source, it is removed #16

v0.3.2

09 Dec 23:07
Compare
Choose a tag to compare

Full Changelog

Implemented enhancements:

  • Sort output yaml #11
  • Only write out pivot source and below #10

Merged pull requests: