Releases: CallyCo-io/Cally
Releases · CallyCo-io/Cally
v0.6.0
v0.5.1
v0.5.0
Bug Fixes
- Unpin Ruff (2dcf7ba by Leon Wright).
Code Refactoring
- Config Interface + Environments (25e9262 by Leon Wright).
BREAKING CHANGES:- Config types now live under 'config_types'
from cally.cli.config.types -> from cally.cli.config.config_types - 'as_dataclass' no longer needs to be called, config property will
automatically have the correct type.
CallyStackService().as_dataclass('CallyStackService') ->
CallyStackService().config - Test harness has a 'get_cally_stack_method', should be used instead of
'get_cally_config' for terraform stack tests.
self.get_cally_stack_config(stack_type='ExampleStack') - It's no longer required to provid a 'CallyConfig' to CliRunner based
tests.
- Config types now live under 'config_types'
- Use recently updated release action (565ec81 by Leon Wright).
Tests
- Update + Fix Tests (d8404b1 by Leon Wright).
v0.4.4
Bug Fixes
- Checkout for cli #26 (Leon Wright)
v0.4.3
Bug Fixes
- Missing token for gh cli #25 (Leon Wright)
v0.4.2
v0.4.2
v0.4.1
Features
- Build Tool Caches #24 (Leon Wright)
Bug Fixes
- Setup Tools + PEP-625 #24 (Leon Wright)
Documentation
- Add initial API docs #23 (Leon Wright)
- Initial CLI Documentation #23 (Leon Wright)
- Initial CDK docs #23 (Leon Wright)
- Adding the 'why' #23 (Leon Wright)
v0.4.0
Features
- Terraform Stack Outputs #21 (Leon Wright)
Bug Fixes
- Allow MappingProxyType for defaults #22 (Leon Wright)
- Data resources #22 (Leon Wright)
Documentation
- Configuration #21 (Leon Wright)
Code Refactoring
- identifier -> tf_identifier #22 (Leon Wright)
Builds
- Include sphinx in dev deps #21 (Leon Wright)
Chores
- exclude watch paths #21 (Leon Wright)
- Add autobuild #21 (Leon Wright)
v0.3.0
Bug Fixes
- Resource Attributes #20 (Leon Wright)
v0.2.0
Features
- Write Template #19 (Leon Wright)
Bug Fixes
- Resource Identifer #19 (Leon Wright)
Documentation
- Initial Documentation #17 (Leon Wright)
Continuous Integration
- Add opinionated to examples #17 (Leon Wright)
- Combine provider caches #19 (Leon Wright)
Chores
- Pipenv #18 (Leon Wright)
- Revert Pipenv #19 (Leon Wright)