Skip to content

Latest commit

 

History

History
213 lines (106 loc) · 13.4 KB

CHANGELOG.md

File metadata and controls

213 lines (106 loc) · 13.4 KB

Change Log

v1.0.0 (2015-08-31)

Full Changelog

Implemented enhancements:

  • [route53] Need to publish DNS entries in the account's zone #124

  • [ec2] Need to be able to configure incoming security group #90

  • [ec2] Make ELB optional #50

  • Support S3 + IAM Instance Role + EC2 #43

  • Move publishing bucket to the admin account #38

Fixed bugs:

  • [vpc] Search Domain incorrect in us-east-1 #126

  • [vpc] PrivateSubnet outputs all report the first subnet #112

  • [lambda] We assume everything in a stack's resources are ARNs, but they aren't #110

Closed issues:

  • In one-account-per-app, we don't need to create a zone anymore. #121

  • [vpc] Give NAT instance EIPs so they have stable, predictable public IP addresses #119

  • Add 'admin' as an allowed Environment where it makes sense. #116

  • [route53] use IPv6 by default for ELBs #87

Merged pull requests:

  • [route53] Create the DNS record into the Account's main zone. #125 (gozer)

  • Upgrade to nubis-storage v1.0.0 #123 (gozer)

  • Associate one EIP per NAT instance #120 (gozer)

  • [storage] Template fixups from upstream #130 (gozer)

  • Add 'admin' as a valid value for environment. #129 (gozer)

  • Support diferent search domain in us-east-1 #128 (tinnightcap)

  • Remove AvailabilityZones for us-east-1 deployments #117 (tinnightcap)

  • fix missing = tyop #115 (gozer)

  • Fix a simple cut-n-paste error, missed in my review. #113 (gozer)

  • [lambda] Stacks's Resources aren't always ARNs #111 (gozer)

  • Add the new user-data input NUBIS_ACCOUNT from VpcInfo.ServiceName #109 (gozer)

  • Documentation updates for Lambda functions #108 (tinnightcap)

  • Call a spade a spade #107 (tinnightcap)

  • Remove AvailabilityZones from ec2.template #106 (tinnightcap)

  • Adjust for multiple VPCs in one account #103 (tinnightcap)

  • README updates for doing local lambda dev #102 (limed)

  • Add iam roles into ec2 stack #100 (limed)

  • Rewrite VPC templates for multiple accounts #99 (tinnightcap)

  • Add optional argument SecurityGroup, if present, uses it as the security group for EC2 instances instead of the default. #94 (gozer)

  • Updated eip README #93 (limed)

  • get rid of canonical user id #92 (gozer)

  • Add support for an optional ConsulToken to ec2 to enable Consul ACL tokens #91 (gozer)

  • Say what branch/tag we upload to #89 (gozer)

  • Prefix ELB CNAME with dualstack. #88 (gozer)

  • S3 backup bucket with IAM roles #85 (limed)

  • [ec2] Make the ELB Paramater optional. #82 (gozer)

  • Create EIP stack #81 (limed)

v0.9.0 (2015-07-23)

Implemented enhancements:

  • [EC2] No ability to launch instances in the Public Subnets #53

  • ELB support for port 443 #42

  • Versionning from within projects CF templates #41

  • Determine versionned release mechanics #40

  • Complete validation for all input parameters #37

Fixed bugs:

  • Storage template still has 'master' hardcoded in the stack url #58

Closed issues:

  • CloudFormation doesn't support comments #4

Merged pull requests:

* This Change Log was automatically generated by github_changelog_generator