Releases: EngineerBetter/control-tower
control-tower 0.19.4
Auto-generated release
director_bpm_release: 1.1.16 > 1.1.17
Deploys:
AWS
- Concourse VM stemcell bosh-aws-xen-hvm-ubuntu-bionic-go_agent 1.76
- Director stemcell bosh-aws-xen-hvm-ubuntu-bionic-go_agent 1.76
- Concourse 7.7.1
- BOSH 272.2.0
- BOSH AWS CPI 93
- BPM 1.1.17
- Credhub 2.12.3
- Grafana 0.0.31
- InfluxDB 8.0.14
- UAA 75.18.0
- BOSH CLI 5.5.1
- Terraform 0.11.11
GCP
- Concourse VM stemcell bosh-google-kvm-ubuntu-bionic-go_agent 1.76
- Director stemcell bosh-google-kvm-ubuntu-bionic-go_agent 1.76
- Concourse 7.7.1
- BOSH 272.2.0
- BOSH GCP CPI 43.0.0
- BPM 1.1.17
- Credhub 2.12.3
- Grafana 0.0.31
- InfluxDB 8.0.14
- UAA 75.18.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.436) to the same level as control-tower to get the required manifests and ops files.
control-tower 0.19.3
Auto-generated release
director_bosh_cpi_release_gcp: 42.0.0 > 43.0.0
Deploys:
AWS
- Concourse VM stemcell bosh-aws-xen-hvm-ubuntu-bionic-go_agent 1.76
- Director stemcell bosh-aws-xen-hvm-ubuntu-bionic-go_agent 1.76
- Concourse 7.7.1
- BOSH 272.2.0
- BOSH AWS CPI 93
- BPM 1.1.16
- Credhub 2.12.3
- Grafana 0.0.31
- InfluxDB 8.0.14
- UAA 75.18.0
- BOSH CLI 5.5.1
- Terraform 0.11.11
GCP
- Concourse VM stemcell bosh-google-kvm-ubuntu-bionic-go_agent 1.76
- Director stemcell bosh-google-kvm-ubuntu-bionic-go_agent 1.76
- Concourse 7.7.1
- BOSH 272.2.0
- BOSH GCP CPI 43.0.0
- BPM 1.1.16
- Credhub 2.12.3
- Grafana 0.0.31
- InfluxDB 8.0.14
- UAA 75.18.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.436) to the same level as control-tower to get the required manifests and ops files.
control-tower 0.19.2
Upgrades Postgres on AWS to v13. Note that GCP is still on 9.6 as Google hasn't yet come out with a method to do the upgrade in-place. They have said that they will continue to support 9.6 for one year after they release such a method.
❗ This release will fail to deploy on AWS if you are upgrading from a release before 0.18.0 (which enabled auto minor version bumps) and/or haven't had your RDS instance upgraded to the latest 10.X release of postgres yet (this happens automatically but in a maintenance window).
credhub_release: 2.12.2 > 2.12.3
Deploys:
AWS
- Concourse VM stemcell bosh-aws-xen-hvm-ubuntu-bionic-go_agent 1.76
- Director stemcell bosh-aws-xen-hvm-ubuntu-bionic-go_agent 1.76
- Concourse 7.7.1
- BOSH 272.2.0
- BOSH AWS CPI 93
- BPM 1.1.16
- Credhub 2.12.3
- Grafana 0.0.31
- InfluxDB 8.0.14
- UAA 75.18.0
- BOSH CLI 5.5.1
- Terraform 0.11.11
GCP
- Concourse VM stemcell bosh-google-kvm-ubuntu-bionic-go_agent 1.76
- Director stemcell bosh-google-kvm-ubuntu-bionic-go_agent 1.76
- Concourse 7.7.1
- BOSH 272.2.0
- BOSH GCP CPI 42.0.0
- BPM 1.1.16
- Credhub 2.12.3
- Grafana 0.0.31
- InfluxDB 8.0.14
- UAA 75.18.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.435) to the same level as control-tower to get the required manifests and ops files.
control-tower 0.19.1
Various dependency bumps courtesy of dependabot.
Deploys:
AWS
- Concourse VM stemcell bosh-aws-xen-hvm-ubuntu-bionic-go_agent 1.76
- Director stemcell bosh-aws-xen-hvm-ubuntu-bionic-go_agent 1.76
- Concourse 7.7.1
- BOSH 272.2.0
- BOSH AWS CPI 93
- BPM 1.1.16
- Credhub 2.12.2
- Grafana 0.0.31
- InfluxDB 8.0.14
- UAA 75.18.0
- BOSH CLI 5.5.1
- Terraform 0.11.11
GCP
- Concourse VM stemcell bosh-google-kvm-ubuntu-bionic-go_agent 1.76
- Director stemcell bosh-google-kvm-ubuntu-bionic-go_agent 1.76
- Concourse 7.7.1
- BOSH 272.2.0
- BOSH GCP CPI 42.0.0
- BPM 1.1.16
- Credhub 2.12.2
- Grafana 0.0.31
- InfluxDB 8.0.14
- UAA 75.18.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.422) to the same level as control-tower to get the required manifests and ops files.
control-tower 0.19.0
Adds --main-team-github-users
, --main-team-github-teams
, and --main-team-github-orgs
flags for configuring GitHub Auth on the main team. Note that you must also have GitHub Auth configured for this to work.
All three flags are comma-separated lists. Example:
control-tower deploy \
--iaas aws \
--domain my-ci.engineerbetter.com \
--github-auth-client-id some-id \
--github-auth-client-secret some-secret \
--main-team-github-users "a-user,b-user" \
--main-team-github-teams foo:bar \
--main-team-github-orgs EngineerBetter \
my-ci
Results in:
fly -t my-ci teams -d
name/role users groups
main/owner github:a-user,github:b-user,local:admin github:engineerbetter,github:foo:bar
Deploys:
AWS
- Concourse VM stemcell bosh-aws-xen-hvm-ubuntu-bionic-go_agent 1.76
- Director stemcell bosh-aws-xen-hvm-ubuntu-bionic-go_agent 1.76
- Concourse 7.7.1
- BOSH 272.2.0
- BOSH AWS CPI 93
- BPM 1.1.16
- Credhub 2.12.2
- Grafana 0.0.31
- InfluxDB 8.0.14
- UAA 75.18.0
- BOSH CLI 5.5.1
- Terraform 0.11.11
GCP
- Concourse VM stemcell bosh-google-kvm-ubuntu-bionic-go_agent 1.76
- Director stemcell bosh-google-kvm-ubuntu-bionic-go_agent 1.76
- Concourse 7.7.1
- BOSH 272.2.0
- BOSH GCP CPI 42.0.0
- BPM 1.1.16
- Credhub 2.12.2
- Grafana 0.0.31
- InfluxDB 8.0.14
- UAA 75.18.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.421) to the same level as control-tower to get the required manifests and ops files.
control-tower 0.18.11
Auto-generated release
Deploys:
AWS
- Concourse VM stemcell bosh-aws-xen-hvm-ubuntu-bionic-go_agent 1.76
- Director stemcell bosh-aws-xen-hvm-ubuntu-bionic-go_agent 1.76
- Concourse 7.7.1
- BOSH 272.2.0
- BOSH AWS CPI 93
- BPM 1.1.16
- Credhub 2.12.2
- Grafana 0.0.31
- InfluxDB 8.0.14
- UAA 75.18.0
- BOSH CLI 5.5.1
- Terraform 0.11.11
GCP
- Concourse VM stemcell bosh-google-kvm-ubuntu-bionic-go_agent 1.76
- Director stemcell bosh-google-kvm-ubuntu-bionic-go_agent 1.76
- Concourse 7.7.1
- BOSH 272.2.0
- BOSH GCP CPI 42.0.0
- BPM 1.1.16
- Credhub 2.12.2
- Grafana 0.0.31
- InfluxDB 8.0.14
- UAA 75.18.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.422) to the same level as control-tower to get the required manifests and ops files.
control-tower 0.18.10
Auto-generated release
uaa_release: 75.17.0 > 75.18.0
Deploys:
AWS
- Concourse VM stemcell bosh-aws-xen-hvm-ubuntu-bionic-go_agent 1.76
- Director stemcell bosh-aws-xen-hvm-ubuntu-bionic-go_agent 1.76
- Concourse 7.7.1
- BOSH 272.2.0
- BOSH AWS CPI 93
- BPM 1.1.16
- Credhub 2.12.2
- Grafana 0.0.31
- InfluxDB 8.0.14
- UAA 75.18.0
- BOSH CLI 5.5.1
- Terraform 0.11.11
GCP
- Concourse VM stemcell bosh-google-kvm-ubuntu-bionic-go_agent 1.76
- Director stemcell bosh-google-kvm-ubuntu-bionic-go_agent 1.76
- Concourse 7.7.1
- BOSH 272.2.0
- BOSH GCP CPI 42.0.0
- BPM 1.1.16
- Credhub 2.12.2
- Grafana 0.0.31
- InfluxDB 8.0.14
- UAA 75.17.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.421) to the same level as control-tower to get the required manifests and ops files.
control-tower 0.18.9
Auto-generated release
grafana_release: 0.0.30 > 0.0.31
Deploys:
AWS
- Concourse VM stemcell bosh-aws-xen-hvm-ubuntu-bionic-go_agent 1.76
- Director stemcell bosh-aws-xen-hvm-ubuntu-bionic-go_agent 1.76
- Concourse 7.7.1
- BOSH 272.2.0
- BOSH AWS CPI 93
- BPM 1.1.16
- Credhub 2.12.2
- Grafana 0.0.31
- InfluxDB 8.0.14
- UAA 75.17.0
- BOSH CLI 5.5.1
- Terraform 0.11.11
GCP
- Concourse VM stemcell bosh-google-kvm-ubuntu-bionic-go_agent 1.76
- Director stemcell bosh-google-kvm-ubuntu-bionic-go_agent 1.76
- Concourse 7.7.1
- BOSH 272.2.0
- BOSH GCP CPI 42.0.0
- BPM 1.1.16
- Credhub 2.12.2
- Grafana 0.0.31
- InfluxDB 8.0.14
- UAA 75.17.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.422) to the same level as control-tower to get the required manifests and ops files.
control-tower 0.18.8
Auto-generated release
stemcell_gcp: 1.71 > 1.76
director_stemcell_aws: 1.71 > 1.76
director_stemcell_gcp: 1.71 > 1.76
Deploys:
AWS
- Concourse VM stemcell bosh-aws-xen-hvm-ubuntu-bionic-go_agent 1.76
- Director stemcell bosh-aws-xen-hvm-ubuntu-bionic-go_agent 1.76
- Concourse 7.7.1
- BOSH 272.2.0
- BOSH AWS CPI 93
- BPM 1.1.16
- Credhub 2.12.2
- Grafana 0.0.30
- InfluxDB 8.0.14
- UAA 75.17.0
- BOSH CLI 5.5.1
- Terraform 0.11.11
GCP
- Concourse VM stemcell bosh-google-kvm-ubuntu-bionic-go_agent 1.76
- Director stemcell bosh-google-kvm-ubuntu-bionic-go_agent 1.76
- Concourse 7.7.1
- BOSH 272.2.0
- BOSH GCP CPI 42.0.0
- BPM 1.1.16
- Credhub 2.12.2
- Grafana 0.0.30
- InfluxDB 8.0.14
- UAA 75.17.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.422) to the same level as control-tower to get the required manifests and ops files.
control-tower 0.18.7
Auto-generated release
stemcell_aws: 1.71 > 1.76
Deploys:
AWS
- Concourse VM stemcell bosh-aws-xen-hvm-ubuntu-bionic-go_agent 1.76
- Director stemcell bosh-aws-xen-hvm-ubuntu-bionic-go_agent 1.71
- Concourse 7.7.1
- BOSH 272.2.0
- BOSH AWS CPI 93
- BPM 1.1.16
- Credhub 2.12.2
- Grafana 0.0.30
- InfluxDB 8.0.14
- UAA 75.17.0
- BOSH CLI 5.5.1
- Terraform 0.11.11
GCP
- Concourse VM stemcell bosh-google-kvm-ubuntu-bionic-go_agent 1.71
- Director stemcell bosh-google-kvm-ubuntu-bionic-go_agent 1.71
- Concourse 7.7.1
- BOSH 272.2.0
- BOSH GCP CPI 42.0.0
- BPM 1.1.16
- Credhub 2.12.2
- Grafana 0.0.30
- InfluxDB 8.0.14
- UAA 75.17.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.422) to the same level as control-tower to get the required manifests and ops files.