Releases: bodymindarts/cepler
Releases · bodymindarts/cepler
cepler release v0.4.2
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
Deprecation
- Remove
concourse gen
subcommand. For integration with concourse pipelines see the ongoing work at https://github.com/bodymindarts/cepler-templates
cepler release v0.4.0
Breaking Changes
- Encode where the file came from in the state file via
{env}/path/to/file
cepler release v0.2.2
Bug Fixes
- Fix
Error: Couldn't find environment
after adding new environment tocepler.yml
cepler release v0.2.1
Bug Fixes
- Load cepler.yml from disk when constructing head deploy state
cepler release v0.2.0
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
- 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
Initial release of cepler - the Capricious Environment Propagate(l)er
Alpha software!
Please look at the README and the cepler help [sub]
command.