Skip to content

v3.0.0

Compare
Choose a tag to compare
@jhunt jhunt released this 20 Mar 19:14
· 268 commits to master since this release

Release Changes

  • Bumped Concourse to 4.2.3
  • Bumped Garden RunC to 1.18.3
  • Bumped Postgres to 31

Upgrading (IMPORTANT)

Hey! If you're not careful, you can break your Concourse during this upgrade!
Read this: GMP-CONCOURSE-0001

As additional notes, you'll likely need to run genesis add secrets before
deploying so that Genesis can generate a bcrypt of your existing password.

Bug Fixes

In the last release, there was a regression where you couldn't directly
override properties of jobs in the manifest. It's fixed now.

Known Issues

There are some YAML merging bugs in this version of the kit if you are specifically doing a deployment with only workers. You can work around this by adding the following to your environment file.

meta:
  jobs:
    haproxy: ~
    atc: ~
    tsa: ~
    postgres: ~
    locker: ~
    worker: {}

instance_groups:
- name: worker
  jobs:
  - name: worker
    release: concourse

Core Components

Release Version Release Date
Concourse 4.2.3 Feb 25, 2019
Garden RunC 1.18.3 Feb 18, 2019
Postgres 31 Nov 19, 2018
Slack Notification Resource 9 Feb 19, 2016
Shout 0.1.0 Sep 3, 2018
Locker 0.2.1 May 31, 2017
HAProxy 8.4.2 Oct 29, 2017