This repository has been archived by the owner on Jun 1, 2023. It is now read-only.
Releases: robertpeteuil/consul-demo
Releases · robertpeteuil/consul-demo
1.2.0
1.1.1
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
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
andtop_level_domain
Release 1.0.7
Code and Module cleanup
- removed provider blocks from sub-modules
Release 1.0.6
Repo Structure Change
main
now default branch and switched to Terraform 0.12 formatmaster
kept for legacy tracking (same asmain
as of this release)- will not be maintained going forward, use
main
- will not be maintained going forward, use
terraform-0.11
- Terraform 0.11 formatted code for legacy purposes- will not be maintained going forward
1.0.5
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
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
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
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
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