Skip to content

control-tower 0.18.0

Compare
Choose a tag to compare
@EngineerBetterCI EngineerBetterCI released this 18 Mar 10:58
1d511e4
  • Enable aws rds auto minor upgrades: RDS will now automatically patch to new minor versions. We've tried this before but we failed to notice that specifying the minor version in engine_version and enabling automatic patching will cause terraform to try downgrading on next Control Tower deploy (which fails). We've sorted that out now.

  • Add a --no-metrics flag which removes the metrics stack from the deployment. By default we colocate Grafana, InfluxDB, and Telegraf on the web VM as well as Telegraf on each worker VM. This can cause unnecessary additional resource consumption for people who don't use the metrics. Deploying with --no-metrics removes the metrics components and deploying with --no-metrics=false adds them back in.

Deploys:

AWS

  • Concourse VM stemcell bosh-aws-xen-hvm-ubuntu-bionic-go_agent 1.67
  • Director stemcell bosh-aws-xen-hvm-ubuntu-bionic-go_agent 1.61
  • Concourse 7.7.0
  • BOSH 272.1.0
  • BOSH AWS CPI 93
  • BPM 1.1.16
  • Credhub 2.12.0
  • Grafana 0.0.29
  • InfluxDB 8.0.14
  • UAA 75.15.0
  • BOSH CLI 5.5.1
  • Terraform 0.11.11

GCP

  • Concourse VM stemcell bosh-google-kvm-ubuntu-bionic-go_agent 1.67
  • Director stemcell bosh-google-kvm-ubuntu-bionic-go_agent 1.61
  • Concourse 7.7.0
  • BOSH 272.1.0
  • BOSH GCP CPI 42.0.0
  • BPM 1.1.16
  • Credhub 2.12.0
  • Grafana 0.0.29
  • InfluxDB 8.0.14
  • UAA 75.15.0
  • BOSH CLI 5.5.1
  • Terraform 0.11.11

Note to build locally you will need to clone control-tower-ops (version 0.0.420) to the same level as control-tower to get the required manifests and ops files.