Skip to content

Releases: CallyCo-io/Cally

v0.6.0

01 Dec 09:24
v0.6.0
f445eb5
Compare
Choose a tag to compare

Features

  • Run Terraform (efe9614 by Leon Wright).

Bug Fixes

  • Terraform Passthrough (a30fa57 by Leon Wright).
  • Data/Resource Referencing (1b1dd75 by Leon Wright).

Docs

  • CallyServiceCommand (fffa66a by Leon Wright).
  • Update Config Types (9f5bc6c by Leon Wright).

v0.5.1

11 Nov 09:24
v0.5.1
1c4aece
Compare
Choose a tag to compare

Bug Fixes

  • Write Terraform (cfa750c by Leon Wright).

v0.5.0

07 Nov 01:18
v0.5.0
e6e9224
Compare
Choose a tag to compare

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.
  • Use recently updated release action (565ec81 by Leon Wright).

Tests

  • Update + Fix Tests (d8404b1 by Leon Wright).

v0.4.4

28 May 09:30
v0.4.4
2f20da3
Compare
Choose a tag to compare

Bug Fixes

v0.4.3

28 May 09:22
v0.4.3
8fc3840
Compare
Choose a tag to compare

Bug Fixes

v0.4.2

28 May 09:20
v0.4.2
7ca0ca0
Compare
Choose a tag to compare
v0.4.2

v0.4.1

28 May 09:12
v0.4.1
7ca0ca0
Compare
Choose a tag to compare

Features

Bug Fixes

Documentation

v0.4.0

10 Apr 09:19
v0.4.0
c5641f3
Compare
Choose a tag to compare

Features

Bug Fixes

Documentation

Code Refactoring

Builds

Chores

v0.3.0

05 Apr 09:42
v0.3.0
589f191
Compare
Choose a tag to compare

Bug Fixes

v0.2.0

30 Mar 05:35
v0.2.0
7b0e354
Compare
Choose a tag to compare

Features

Bug Fixes

Documentation

Continuous Integration

Chores