control-tower 0.21.0
Adds --github-auth-host
and --github-auth-ca-cert
as deploy flags to enable GitHub Auth to be configured with a GitHub Enterprise server as an alternative to github.com.
Both flags must be provided together; a CA cert is always needed, even if the server's TLS certificate is not self-signed. The new flags must also be used in conjunction with the existing flags --github-auth-client-id
and --github-auth-client-secret
.
You can grant main
team access to particular users, or members of orgs or teams that are configured in your GitHub Enterprise server by also providing GitHub main team auth flags
This release also bumps the following stemcell versions:
director_stemcell_aws: 1.88 > 1.90
director_stemcell_gcp: 1.88 > 1.90
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.90
- Concourse 7.7.1
- BOSH 272.5.0
- BOSH AWS CPI 93
- BPM 1.1.18
- 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.90
- Concourse 7.7.1
- BOSH 272.5.0
- BOSH GCP CPI 43.0.0
- BPM 1.1.18
- 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.446) to the same level as control-tower to get the required manifests and ops files.