Skip to content

Releases: attini-cloud-solutions/attini-framework

v1.10.0

03 Jul 08:58
b21237e
Compare
Choose a tag to compare

feat: Added support for app pipelines. A deployment plan can now deploy one or more "app deployment plans". App deployment plans are deployment pipeline definitions meant to be used by other distributions. Multiple distributions can use the same app deployment plan.

v1.9.3

24 May 10:10
23a3e4e
Compare
Choose a tag to compare
  • feat: Removed dependency on the AWS CLI for the runner.
  • fix: removed old code from the register cdk function in the step guard.
  • chore: upgraded the framework to use Quarkus 3.
  • feat: rebuild of the SAM step
  • feat: Faster cold starts for EC2 runners.
  • fix: fixed bug when the SAM step was the first step in a parallel branch.
  • build: set mvn build logs to quiet.
  • test: added additional permissions to auto update policy to improve integration tests.
  • fix: fixed bug when the deployment plan failed when updating a stack cross account stack.
  • Fix: EC2 concurrent start bug.

v1.9.2

21 Apr 12:31
f58bc41
Compare
Choose a tag to compare

What's Changed

  • Runner image 1.1.0 is now the default runner image, supporting EC2-hosted runners.

v1.9.1

20 Apr 14:07
6987d15
Compare
Choose a tag to compare

What's Changed

  • feat: Added support for running the Attini runner on an EC2 instance

v1.8.0

29 Mar 07:44
5b92a2c
Compare
Choose a tag to compare
  • feat: Automatic diff and manual approval for AttiniCdk steps.
  • fix: Will now return a specific error message when getting an access denied exception from CloudFormation.

v1.7.0

14 Mar 12:05
7ad4b26
Compare
Choose a tag to compare

fix: To make it easier for anyone to work with the Framework, we have changed the way we configure code signing, now using a CFN parameter in attini-setup.
fix: AWS Resource Groups now seem to be supported by all AWS Regions, so the condition is no longer needed.

chore: Refactoring of the event handling in the step-guard function.

Earlier versions

See the change-log for earlier releases here.