Skip to content

Releases: cloudposse/terraform-aws-route53-cluster-hostname

v0.7.0

09 Sep 17:16
abd2415
Compare
Choose a tag to compare
Add dns_name so that you can set the hostname externally. @htplbc (#27)

what

  • Add dns_name so that you can set the hostname externally
  • Default to module.this.name from context.tf if var.dns_name isn't set.

why

  • v0.6.0 removed the ability to set the DNS record when passing var.name. This was caused by move to context.tf

v0.6.0

02 Sep 17:52
5acf966
Compare
Choose a tag to compare
Update to `context.tf`. Update Terratest to Golang modules @aknysh (#25)

what

  • Update to context.tf
  • Update Terratest to Golang modules

why

  • Standardization and interoperability
  • Keep the module up to date

related

0.5.0: [AUTOMATED] Update Version Pinning for Terraform to support 0.13 (#22)

16 Aug 02:59
cdb46e0
Compare
Choose a tag to compare
## What

1. Update Version Pinning for Terraform to support 0.13

## Why

1. This is a relatively minor update that the CloudPosse module already likely supports.
1. This allows module consumers to not individually update our Terraform module to support Terraform 0.13.

0.4.0: Updates to ChatOps - Automated commit (#21)

14 Jul 05:02
18100c4
Compare
Choose a tag to compare
## What
* Adds chatops commands
  - '/test all'
  - '/test bats'
  - '/test readme'
  - '/test terratest'
* Drops codefresh
* Drops slash-command-dispatch
* Removes codefresh badge
* Rebuilds README

## Why
* Change over from codefresh to GH Actions
* Facilitate testing of PRs from forks

0.3.0 Convert to TF 0.12. Add tests. Add Codefresh test pipeline

25 Jun 05:53
60860d9
Compare
Choose a tag to compare

what

  • Port module to Terraform 0.12
  • Pin all providers
  • Add example for testing
  • Add bats and terratest for the example
  • Add Codefresh badge to point to the test pipeline in terraform-modules project
  • Update README

why

  • Module currently does not work with 0.12. Much easier syntax
  • Better regression control
  • Automatically test the example on every commit and pull request
  • Provision resources on AWS in the test account and check the outputs for the correct values
  • terraform-modules project contains pipelines for all terraform modules

0.2.6 Update readme yaml file and rebuild md

06 Dec 12:43
eb04683
Compare
Choose a tag to compare

what

  • updated README.yaml file
  • add tags and categories
  • rebuild README.md file

why

  • need to add categories and tags so we can pull them into the documentation

0.2.5

24 Jul 02:30
d363f24
Compare
Choose a tag to compare

what

  • Remove build-harness from git

why

  • Was causing errors in top-level modules

Error downloading modules: Error loading modules: error downloading 'https://github.com/cloudposse/terraform-aws-route53-cluster-hostname.git?ref=tags/0.2.4': /usr/bin/git exited with 128: fatal: No url found for submodule path 'build-harness' in .gitmodules

0.2.4

22 Jul 02:48
dfa5677
Compare
Choose a tag to compare

what

  • Update .gitignore
  • Update README
  • Add .travis.yml

why

  • build-harness submodule was added to the repo throwing the error: No url found for submodule path 'build-harness' in .gitmodules
  • Fix typos
  • Monitor build status

Migrate to README.yaml format

19 Jul 09:18
9e7cf0d
Compare
Choose a tag to compare

what

  • Add README.yaml

why

  • Standardize README

0.2.2

22 Feb 05:22
Compare
Choose a tag to compare

what

why

  • More complete README