Skip to content
This repository has been archived by the owner on Jun 1, 2023. It is now read-only.

Releases: robertpeteuil/consul-demo

1.2.0

30 Oct 01:23
73020a0
Compare
Choose a tag to compare
  • Removed Ent License requirement by switching to OSS AMIs by default
  • Ent AMIs can be built with packer and specified using the ami_prefix variable
  • Updated README to reflect changes

1.1.1

27 Oct 19:49
22ffbd1
Compare
Choose a tag to compare

Minor Adjustments

  • Adjust DNS entry for web-client service LB
  • Add Consul provider definition logic to reduce error possibilities
  • Last release supporting 1.7.3 AMI's (and enterprise license in v1 format)
    • Next release will require v2 format enterprise license

Release 1.1.0

27 Jul 22:57
Compare
Choose a tag to compare

Change DNS entry creation to simplify using route53 sub-zones

This release requires assigning a value to a new variable, route53_subzone

  • route53_subzone specifies the Route53 zone where host records will be created
  • this replaces previous vars route53_zone_id and top_level_domain

Release 1.0.7

22 Jul 20:35
Compare
Choose a tag to compare

Code and Module cleanup

  • removed provider blocks from sub-modules

Release 1.0.6

22 Jul 19:15
Compare
Choose a tag to compare

Repo Structure Change

  • main now default branch and switched to Terraform 0.12 format
  • master kept for legacy tracking (same as main as of this release)
    • will not be maintained going forward, use main
  • terraform-0.11 - Terraform 0.11 formatted code for legacy purposes
    • will not be maintained going forward

1.0.5

06 May 20:50
Compare
Choose a tag to compare

Release 1.0.5

Packer Image changes only

  • Upgrade to Consul 1.7.3
  • Change end of AMI-Name from timestamp to build date in format of 20200506-1125

1.0.4

04 May 21:47
Compare
Choose a tag to compare

Upgrade Images to Consul 1.7.2

  • upgraded images to use consul 1.7.2
  • removed messages from MOTD on images
    • no longer display updates, version update
  • updated proj_suffix_tag in packer templates to Q2-2020

1.0.3

23 Jan 23:50
Compare
Choose a tag to compare

1.0.3

Enhancements

  • Add variable descriptions
  • Add default values to some variables
  • Add Module README
  • Adjust TFE Reference script and README

1.0.2

29 Oct 16:12
Compare
Choose a tag to compare

Refine README and variable comments

  • change consul_license to recommended
  • describe service stoppage if consul_license not specified
  • provide workaround if stoppage occurs

1.0.0 - Refined Release

26 Sep 23:01
Compare
Choose a tag to compare

1.0.0 - Refined Release

  • Rewritten README with simplified setup, demo instructions and description
  • New architecture diagrams in multiple sizes; editable PowerPoint presentation with diagrams
  • TFC/TFE compatible
  • Upgraded for Consul >= 1.6.0
  • Publicly Accessible AMIs
  • add ssh aliases to terraform output
    • useful for those repeating the demo multiple times with hosts using the same FQDN
  • Ability to publish & use custom AMIs via the new ami_prefix variables
  • Added reference material on pushing ssh keys to AWS, and prepared queries