Skip to content
This repository has been archived by the owner on Jan 31, 2021. It is now read-only.

Releases: cloudposse-archives/terraform-aws-kops-external-dns

0.3.0 Added variable IAM role session duration

28 Jan 10:54
cee0a0d
Compare
Choose a tag to compare
Added variable IAM role session duration (#12)

0.2.2

31 Jul 19:35
056e04f
Compare
Choose a tag to compare

Expand permissions so cert-manager can also use this role (#11)

0.2.1: Switch from terraform-aws-kops-metadata to terraform-aws-kops-data-iam

13 Apr 19:26
1f9a89a
Compare
Choose a tag to compare

Switch from terraform-aws-kops-metadata to terraform-aws-kops-data-iam (#9)

0.2.0: (Breaking change) allow/require list of DNS zones

16 Mar 01:14
ab1ecc3
Compare
Choose a tag to compare

You now can past a list of DNS zones to manage in the new required variable dns_zone_names. If you want to upgrade to this version but preserve the previous configuration, copy the cluster_name into the dns_zone_names list. For example:

   cluster_name   = "cluster.cloudposse.co"
   dns_zone_names = ["cluster.cloudposse.co"]

0.1.5: Update readme yaml file and rebuild md

12 Dec 09:35
2fbae37
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

Regenerate README.md

27 Jul 14:00
e929ddb
Compare
Choose a tag to compare

what

  • Regenerate README.md

why

  • Previous version of build-harness has some typos

Migrate to README.yaml format

18 Jul 09:24
24b2baf
Compare
Choose a tag to compare

what

  • Add README.yaml

why

  • Standardize README

0.1.2: Allow nodes to assume role (#3)

29 May 19:24
bc4cc19
Compare
Choose a tag to compare
* Allow nodes assume role

* Format fix

* Address PR comments

0.1.1

16 Apr 01:35
6552674
Compare
Choose a tag to compare

what

  • Separate cluster_name and name variables

why

  • Use name variable for all created resources (S3 buckets, IAM Roles, etc.)
  • Use cluster_name as a pattern to lookup Kops clusters

0.1.0

01 Apr 00:25
ecd37bc
Compare
Choose a tag to compare

what

  • Terraform module to provision an IAM role for external-dns with the required permissions to modify Route53 record sets

why

  • Make it easier to provision resources required for external-dns running in a Kops cluster
  • Useful to make Kubernetes services discoverable via AWS DNS services