Skip to content

Releases: genesis-community/concourse-genesis-kit

v1.2.3

10 Jan 20:52
4ddcaed
Compare
Choose a tag to compare

Feature Change

  • change db back to use static ip

1.2.2

08 Jan 14:59
b61311c
Compare
Choose a tag to compare

Updated Shield subkit with embedded proxy support

v1.2.1

05 Jan 18:19
4221349
Compare
Choose a tag to compare

Support shield v8.0.4

v1.2.0

13 Dec 18:51
Compare
Choose a tag to compare

Changes

v1.1.0

12 Dec 15:38
Compare
Choose a tag to compare

Changes

  • Bump to Concourse release 3.7.0
  • Terminate TLS at the ATC instead of at the HA Proxy.
  • Support load-balancing between up to 5 web nodes (instead of the sort-of kind-of 2 from before).

v1.0.1

10 Nov 15:09
Compare
Choose a tag to compare
v1.0.1 Pre-release
Pre-release

Fix a enterprise oauth bug

v1.0.0

02 Nov 19:18
Compare
Choose a tag to compare
  • Bumped to Concourse 3.6.0

  • Bumped to HAProxy 8.4.2

  • Bumped to Garden RunC 1.9.4

  • new-postgres-migration subkit no longer does anything, but remains present to make transitioning from earlier kits smoother.

Upgrade Notes

If you're upgrading from a 0.2.x version of this kit (or Concourse 3.5), then you should know that this version requires a recreate of all of the workers because of the garden upgrade. This means that you will need to first deploy this version of the kit with

instance_groups:
- name: worker
  instances: 0

and then either delete that block, or return your worker instance count to the desired number and deploy again.

v0.2.1

01 Nov 12:26
cb9f52f
Compare
Choose a tag to compare

Fix prompt which would try to use a non-existent subkit

v0.2.0

31 Oct 18:47
Compare
Choose a tag to compare

Bumped Concourse release to 3.5.0

Upgrade Path

This version of Concourse is required to upgrade to any further versions of Concourse because it switches the Postgres release which it uses internally.

To properly perform this upgrade, first deploy this release with the same settings which you have used for previous kits. After you have successfully deployed this, then deploy again, but this time add the subkit new-postgres-migration. This will perform the migration to the new postgres (it does what it says).

In the period between these two deploys, the VM must not recreated. This means that you cannot perform a stemcell upgrade when deploying new-postgres-migration for the first time.

If this is a clean deploy of Concourse, please use the new-postgres-migration subkit right away.

The Concourse 3.6 release will be 1.0.0 release of this kit. Get hype. 🎊

v0.1.6

24 Aug 14:14
Compare
Choose a tag to compare
v0.1.6 Pre-release
Pre-release

#New Features

  • Add support for generating SSL PEMs via subkits

#Bug Fixes

  • Fixed bad haproxy URL + locker version
  • Fixed bad uaa auth configure