Skip to content

Releases: bodymindarts/cepler

cepler release v0.4.2

14 Oct 19:44
Compare
Choose a tag to compare

Bug Fix

  • Use explicit MatchOptions when testing glob pattern:
    glob::MatchOptions {
        case_sensitive: true,
        require_literal_separator: true,
        require_literal_leading_dot: true,
    }
    

cepler release v0.4.1

14 Oct 12:33
Compare
Choose a tag to compare

Deprecation

cepler release v0.4.0

29 Sep 14:44
Compare
Choose a tag to compare

Breaking Changes

  • Encode where the file came from in the state file via {env}/path/to/file

cepler release v0.2.2

28 Sep 20:32
Compare
Choose a tag to compare

Bug Fixes

  • Fix Error: Couldn't find environment after adding new environment to cepler.yml

cepler release v0.2.1

26 Sep 13:42
Compare
Choose a tag to compare

Bug Fixes

  • Load cepler.yml from disk when constructing head deploy state

cepler release v0.2.0

24 Sep 21:32
Compare
Choose a tag to compare

Features

  • Check determins head commit based on last commit that actually influenced the environment state (instead of current head)

Improvements

  • Nicer commit message. When committing the state via cepler record the commit message shouldn't have a !
  • Display added files in metadata.

cepler release v0.1.1

21 Sep 11:25
Compare
Choose a tag to compare
  • Report crate_version on stderr in concourse operations
  • Add ls command - cepler ls -e <environment> lists all files tracked by the current config.

cepler release v0.1.0

18 Sep 14:47
Compare
Choose a tag to compare

Initial release of cepler - the Capricious Environment Propagate(l)er
Alpha software!
Please look at the README and the cepler help [sub] command.