Skip to content
This repository has been archived by the owner on Sep 16, 2020. It is now read-only.

Releases: vmware-archive/terraforming-aws

v0.54.0

25 Sep 18:14
73eecd4
Compare
Choose a tag to compare

This release contains the following changes:

terraforming-pks

  • Added required fields in PKS v1.5.0
  • Cleaner and clearer policy for workers and masters

v0.52.0

15 Aug 18:39
d773c07
Compare
Choose a tag to compare

Features 🥇

  • Create Ops Manager vm based on the presence of ops_manager_ami variable

terraforming-pks

  • Use iam_users variable to determine whether or not to make an iam user for Ops Manager

terraforming-pas

  • Add a flag to turn on/off tcp routes
  • Add a flag to turn on/off ssh routing

terraforming-control-plane

  • Add NS records to top level domain zone via top_level_zone_id
  • Update Credhub health check port to 8845

v0.37.0

08 Apr 22:33
Compare
Choose a tag to compare

This release contains the following changes

  • Added the ability to disable TCP routing with use_tcp_routes variable
  • Deprecated ops_manager_vm variable in terraforming-pks and terraforming-pas
    • Instead ops_manager_ami variable can used in order to skip OpsMan creation

v0.35.0

22 Mar 21:21
Compare
Choose a tag to compare
  • fix pks_worker instance profile
  • do not create nameservers in pre-existing hosted zones
  • do not bump major versions of providers
  • fail earlier if you don't have psql installed
  • add necessary tags for PKS and ignore the tags clusters will need to add
  • use Route53 ALIAS entries instead of CNAME so we can have health checks
  • add option to use IAM instance profile
  • extract CIDR calculations into their own module
  • add optional_ops_manager_public_ip output to terraforming-pas
  • reintroduce use_route53 variable (instead of inferring based on being in us-gov-west-1 region)

v0.24.0

29 Jan 18:19
Compare
Choose a tag to compare

This release contains the following changes

  • add internetless variable to terraforming-pas to disable all internet access except to and from the Ops Manager VM
  • switch from using NAT Instances to NAT Gateways
  • add terraforming-control-plane
  • add ops_manager_vm variable to skip deploying Ops Manager VM (by setting it to false)
  • replace unnecessary wildcard DNS for PKS with DNS for the PKS API
  • switch from Elastic Load Balancers (ELBs) to Network Load Balancers (NLBs)
  • add missing roles that ops manager needs to create a Kubernetes cluster
  • don't use Route53 if using GovCloud

v0.22.0

28 Jan 17:41
Compare
Choose a tag to compare
  • Make modules structure more clear
  • Fix issue with not computing count for certificate module

v0.21.0

10 Oct 15:59
Compare
Choose a tag to compare
  • Rename management subnet to infrastructure subnet
  • Move PAS terraform to its own module. After v0.21.0 and later, you will need to run terraform from either the terraforming-pas or the terraforming-pks sub directory of our release tarball
  • Adds significant improvements to PKS support, more is still to come.

v0.20.0

18 Jul 16:43
Compare
Choose a tag to compare
Calculate subnet gateway for each AZ

[#157130845]

Signed-off-by: Dave Walter <dwalter@pivotal.io>

v0.19.0

27 Jun 22:09
64b0971
Compare
Choose a tag to compare

Support deployments to ap-northeast-2 (Seoul) region.

v0.18.0

06 Jun 21:56
Compare
Choose a tag to compare

Setting ops_manager_private to true will put the Ops Manager instance in a private subnet.