Skip to content

Releases: cloudposse/terraform-aws-ec2-bastion-server

v0.31.0

10 May 08:30
eec81d6
Compare
Choose a tag to compare

Important

Earlier versions (everything since v0.27.0) were marked pre-release because this module uses the obsolete version of terraform-aws-security-group (pre v0.4.0) and there are breaking changes in 0.4.0, and further breaking changes in v2.0.0, and we wanted to encourage people to wait until we had an updated version using terraform-aws-security-group v2, to limit the impact of migration.

At this point, it's obviously too long a wait, and despite the earlier versions being marked as pre-release, they were released to the Terraform registry and people are using them, so we are not marking these versions as pre-release anymore. However, if anyone has any issues with the security group created by this module, we invite you to upgrade it to use the much more capable and up-to-date terraform-aws-security-group v2. See #234

What's Changed

Full Changelog: 0.30.1...0.31.0

v0.30.1

21 Jun 21:19
7b82ee0
Compare
Choose a tag to compare
v0.30.1 Pre-release
Pre-release
git.io->cloudposse.tools update, Lock down CODEOWNERS @dylanbannon (#96)

what and why

  1. Change all references to git.io/build-harness into cloudposse.tools/build-harness, since git.io redirects will stop working on April 29th, 2022.
  2. Lock down this repo via CODEOWNERS until breaking changes from v0.28.0 are reverted, to avoid publishing new releases that perpetuate the breaking changes.

References

  • DEV-143

v0.30.0

17 Feb 22:36
7f8fc52
Compare
Choose a tag to compare
v0.30.0 Pre-release
Pre-release
feat: replace `template` provider with `templatefile` function @kevcube (#95)

what

  • remove template provider

why

  • m1 Mac compatibility

Duplicate

#91
I didn't realize until after pushing 🤦

v0.29.0

09 Feb 18:21
3f203ee
Compare
Choose a tag to compare
v0.29.0 Pre-release
Pre-release
Override the `ami` @nitrocode (#81)

what

  • Override the ami

why

  • Sometimes you want to ensure that your plan is the same and it's difficult to do if the ami is different. By allowing the module to override the ami, I can pin it down and only show the plan relevant to my other changes.

references

N/A

v0.28.5

05 Jan 22:08
d2fa23a
Compare
Choose a tag to compare
v0.28.5 Pre-release
Pre-release

🚀 Enhancements

Fix: Run `make github/init`, Allow for `context.tf` That Has `null-label:0.25.0` @korenyoni (#94)

what

  • Run make github/init.
  • Bump security-group module to minimum version with context.tf that has null-label:0.25.0.
  • Bump route53-cluster-hostname module to latest.

why

  • Running make github/init updates GHA-related files, including those relating to release-drafter which will now allow a no-release label that can be used to consolidate multiple PRs into a single release.
  • Allow for a context.tf that has null-label:0.25.0 to be used with this module, without having to introduce changes allowing for https://github.com/cloudposse/terraform-aws-security-group 0.4.0+ (out of scope for this PR).

references

🐛 Bug Fixes

Fix: Run `make github/init`, Allow for `context.tf` That Has `null-label:0.25.0` @korenyoni (#94)

what

  • Run make github/init.
  • Bump security-group module to minimum version with context.tf that has null-label:0.25.0.
  • Bump route53-cluster-hostname module to latest.

why

  • Running make github/init updates GHA-related files, including those relating to release-drafter which will now allow a no-release label that can be used to consolidate multiple PRs into a single release.
  • Allow for a context.tf that has null-label:0.25.0 to be used with this module, without having to introduce changes allowing for https://github.com/cloudposse/terraform-aws-security-group 0.4.0+ (out of scope for this PR).

references

v0.28.4

05 Jan 21:17
dc8155c
Compare
Choose a tag to compare
v0.28.4 Pre-release
Pre-release

🚀 Enhancements

Update context.tf @cloudpossebot (#93)

what

This is an auto-generated PR that updates the context.tf file to the latest version from cloudposse/terraform-null-label

why

To support all the features of the context interface.

🤖 Automatic Updates

Update context.tf @cloudpossebot (#93)

what

This is an auto-generated PR that updates the context.tf file to the latest version from cloudposse/terraform-null-label

why

To support all the features of the context interface.

v0.28.3

09 Jul 20:36
8dda61f
Compare
Choose a tag to compare
v0.28.3 Pre-release
Pre-release

🚀 Enhancements

Fix: var.zone_id conditional logic @korenyoni (#83)

what

  • Fix checks on var.zone_id in order to handle var.zone_id being null.

why

  • var.zone_id is only expected to be an empty string, but the module does not handle it being null.

references

  • N/A

🐛 Bug Fixes

Fix: var.zone_id conditional logic @korenyoni (#83)

what

  • Fix checks on var.zone_id in order to handle var.zone_id being null.

why

  • var.zone_id is only expected to be an empty string, but the module does not handle it being null.

references

  • N/A

v0.28.2

09 Jul 20:24
46ef8ba
Compare
Choose a tag to compare
v0.28.2 Pre-release
Pre-release

🚀 Enhancements

Use instance profile if created @nitrocode (#82)

what

  • Use instance profile if created

why

  • It creates the instance profile but does not associate it with the ec2 instance

references

N/A

🐛 Bug Fixes

Use instance profile if created @nitrocode (#82)

what

  • Use instance profile if created

why

  • It creates the instance profile but does not associate it with the ec2 instance

references

N/A

v0.28.1

09 Jul 17:11
adb1ac4
Compare
Choose a tag to compare
v0.28.1 Pre-release
Pre-release

🐛 Bug Fixes

Fix conditional logic for creating IAM role @korenyoni (#80)

what

  • Fix conditional logic for creating IAM role
  • Bump modules in examples/complete.

why

  • IAM Role was being created even when var.enabled=false

references

v0.28.0

15 Jun 12:39
27fa74b
Compare
Choose a tag to compare
v0.28.0 Pre-release
Pre-release
feat: add missed vars for SG module and update deps @SweetOps (#75)

what

  • add missed vars for SG
  • bump to SG module to 0.3.1
  • update tests

why

  • bring configuration of security group/rules to one standard

references

  • CPCO-409