control-tower icon indicating copy to clipboard operation
control-tower copied to clipboard

Deploy and operate Concourse CI in a single command

Results 61 control-tower issues
Sort by recently updated
recently updated
newest added

Bumps [github.com/GoogleCloudPlatform/cloudsql-proxy](https://github.com/GoogleCloudPlatform/cloudsql-proxy) from 1.31.0 to 1.31.2. Release notes Sourced from github.com/GoogleCloudPlatform/cloudsql-proxy's releases. v1.31.2 1.31.2 (2022-08-02) Bug Fixes update dependencies to latest versions (#1286) (d3f9dcb) filename sha256 hash cloud_sql_proxy.darwin.amd64 607a446af73f2ada5eeeb4a445ba6dd3a89285379ac79bdee14d297759bd06f4 cloud_sql_proxy.darwin.arm64...

dependencies

Bumps [google.golang.org/api](https://github.com/googleapis/google-api-go-client) from 0.87.0 to 0.91.0. Release notes Sourced from google.golang.org/api's releases. v0.91.0 0.91.0 (2022-08-01) Features all: auto-regenerate discovery clients, refs #1639 #1637 v0.90.0 0.90.0 (2022-07-28) Features all: auto-regenerate discovery...

dependencies

Bumps [github.com/square/certstrap](https://github.com/square/certstrap) from 1.2.0 to 1.3.0. Release notes Sourced from github.com/square/certstrap's releases. v1.3.0 Release Build (from refs/tags/v1.3.0/1377eabdd8242bc353dcebf879a3b077413036c2) What's Changed Bump Go to 1.13 by @​mbyczkowski in square/certstrap#86 Bump github.com/urfave/cli from...

dependencies

Bumps [cloud.google.com/go/storage](https://github.com/googleapis/google-cloud-go) from 1.23.0 to 1.24.0. Release notes Sourced from cloud.google.com/go/storage's releases. storage: v1.24.0 1.24.0 (2022-07-20) Features storage: add Custom Placement Config Dual Region Support (#6294) (5a8c607) pubsub: v1.24.0 1.24.0...

dependencies

Bumps [github.com/go-acme/lego/v4](https://github.com/go-acme/lego) from 4.7.0 to 4.8.0. Release notes Sourced from github.com/go-acme/lego/v4's releases. v4.8.0 Changelog 175164fb Prepare release v4.8.0 806ef243 hetzner: set min TTL to 60s (#1666) 0e614c1d feat: add a...

dependencies

I have GitHub auth federation set up and a "main" team in Concourse that looks like this: ``` roles: - name: owner local: users: ["admin"] - name: pipeline-operator github: teams:...

enhancement

Running `control-tower deploy` sets the security group rules for the bosh director automatically to my current IP address. (A reasonable assumption to make, which unfortunately doesn't hold true in my...

enhancement

Is there a way to rotate the AWS access keys of the two IAM users (the one that can access the blobstore and the one that can deploy EC2 instances...

enhancement

In order to adjust the [container placement](https://concourse-ci.org/container-placement.html) strategy, you need to set environment variables on the web node. Is this possible with control-tower? I couldn't find it in the documentation.

Hi, Thanks for control-tower, it has saved me lots of time in setting up Concourse. It comes with "Grafana" publicly accessible on port 3000, but I'm not sure what for?...