Releases: projectsyn/commodore
Releases · projectsyn/commodore
v0.2.3
v0.2.3
Added
- Validation of component slug (#153)
component compile
now applies postprocessing filters (#154)- Option to disable postprocessing filters (#155)
--interactive
option to prompt push confirmation (#157)- Extend component template with docs setup (#158)
- Build Helm bindings for native Helm dependencies (#161)
- Replaced playbook.yml with custom command (#165)
Changed
v0.2.2
v0.2.1
v0.2.0
Added
getValueOrDefault
helper (#125)makeMergeable
helper (#126)commodore component compile
to compile a single component (#122)- Option to explicitly set a component's display name (#133)
- labels to issue templates (#134)
- Vale Makefile target in component template (#137)
- Allow overriding Git user info for catalog commits (#140)
- Refactor tests to work with new setup-python (#143)
Changed
compile
andclean
commands were moved to thecatalog
command group (#122)new-component
command was moved to thecomponent
command group (#122)- Jsonnet library file extension to
.libsonnet
in component template (#137) - Applied the component template to Commodore itself (#145)
Fixed
- Commit messages from automated catalog updates do no longer contain a leading newline (#136)
v0.1.6
v0.1.5
v0.1.4
Release v0.1.3
This is a bugfix release for Commodore
Fixed
- Changed all f-strings without interpolations to regular strings ([#81])
- Adjusted Dockerfile so image builds again
Changed
- Bulk updated dependencies
Release v0.1.2
This is a bugfix version of Commodore.
Notable changes:
- Build process properly sets Commodore binary version (#58)
For a full list of changes see CHANGELOG.md
Release v0.1.1
Added
- Option to provide API token to Commodore from file instead of directly as argument (#53).