Releases: exasol/terraform-aws-exasol
2.0.0: Update CloudFormation template and new DB version
Summary
This release updates the NodeJS version for Lambdas used by the CloudFormation template during deployment to 20.x.
Breaking Change
The "Bring your Own License" (BYOL) AMI images are deprecated and not available any more. Specifying your own license file is not possible any more. Please use the "Pay as you go" (PAYG) AMI images, e.g. Exasol-R7.1.26-PAYG
.
Bug Fixes
- #39: Fixed nodejs version in CF template
1.0.4: Fix deployment
Summary
This release updates the NodeJS version for Lambdas used by the CloudFormation template during deployment to 16.x.
Starting with this version terraform-aws-exasol is tested with Terraform 1.5.7. We recommend using the same version.
Bug Fixes
- #37: Fixed nodejs version in CF template
1.0.3: Fix deployment
Summary
This release updates the NodeJS version for Lambdas used by the CloudFormation template during deployment.
Starting with this version terraform-aws-exasol is tested with Terraform 1.5.1. We recommend using the same version.
Bug Fixes
Migrated to Github Actions
Summary
In this release, we migrated our Continuous Integration (CI) from Travis CI to Github Actions.
Refactoring
- #27: Migrated to Github Actions from Travis CI