Skip to content

Releases: genesis-community/concourse-genesis-kit

v4.2.0

03 Sep 22:57
Compare
Choose a tag to compare

Bug Fixes

  • Fix error when downloading fly if fly not already present

Improvements

  • Prompt during genesis new for vault integration for secrets
    management.

  • Correct default and validation of vault locations for vault
    integration token or approle id/secret.

  • Fix chicken-and-egg issue with running setup-approle addon requiring
    environment be deployed, but needing approle generation to be
    deployed.

  • Offer editor on completion of genesis new.

  • Updated to use ubuntu-jammy stemcell

Software Components

Releases

Release Version Release Date Type Changed
bpm 1.2.20 04 June 2024 source X
concourse 7.11.2 07 February 2024 source X
haproxy 14.1.1+2.8.10 24 June 2024 source X
locker 0.2.1 31 May 2017 source
postgres 52 25 May 2024 source X
shout 0.1.0 03 September 2018 source
slack-notification-resource 9 19 February 2016 source

v4.1.5-rc.34

15 Jul 19:24
be96537
Compare
Choose a tag to compare
v4.1.5-rc.34 Pre-release
Pre-release

This is a prerelease - please see commit messages for changes

v4.1.5-rc.31

22 Jun 17:21
Compare
Choose a tag to compare
v4.1.5-rc.31 Pre-release
Pre-release

This is a prerelease - please see commit messages for changes

Bug Fixes

  • Fix error when downloading fly if fly not already present

Improvements

  • Prompt during genesis new for vault integration for secrets
    management.

  • Correct default and validation of vault locations for vault
    integration token or approle id/secret.

  • Fix chicken-and-egg issue with running setup-approle addon requiring
    environment be deployed, but needing approle generation to be
    deployed.

  • Offer editor on completion of genesis new.

  • Updated to use ubuntu-jammy stemcell

Software Components

Releases

Release Version Release Date Type Changed
bpm 1.2.2 15 May 2023 source X
concourse 7.9.1 06 February 2023 source X
haproxy 12.1.0+2.7.7 28 April 2023 source X
locker 0.2.1 31 May 2017 source
postgres 44 07 June 2022 source
shout 0.1.0 03 September 2018 source
slack-notification-resource 9 19 February 2016 source

v4.1.5-rc.21

30 Mar 19:11
Compare
Choose a tag to compare
v4.1.5-rc.21 Pre-release
Pre-release

This is a prerelease - please see commit messages for full changes. Partial summary of highlighted changes below:

Bug Fixes

  • Fix error when downloading fly if fly not already present

Improvements

  • Prompt during genesis new for vault integration for secrets
    management.

  • Correct default and validation of vault locations for vault
    integration token or approle id/secret.

  • Fix chicken-and-egg issue with running setup-approle addon requiring
    environment be deployed, but needing approle generation to be
    deployed.

  • Offer editor on completion of genesis new.

  • Updated to use ubuntu-jammy stemcell

Software Components

Releases

Release Version Release Date Type Changed
bpm 1.1.21 07 December 2022 source
concourse 7.9.0 01 December 2022 source
haproxy 11.16.1 01 December 2022 source
locker 0.2.1 31 May 2017 source
postgres 44 07 June 2022 source
shout 0.1.0 03 September 2018 source
slack-notification-resource 9 19 February 2016 source

v4.1.5-rc.20

16 Dec 04:59
Compare
Choose a tag to compare

This is a prerelease - please see commit messages for changes

v4.1.5

18 Dec 21:18
Compare
Choose a tag to compare

Improvements

  • The internal db password cannot be rotated without data loss, so it has been marked as "fixed"

  • Added external-db feature support to new hook. genesis new now prompts use to provide external db configuration if selected

  • Support vault shared path (default: /concourse/shared)

  • Added ocfp feature which encodes the opensource cloud foundry platform reference architecture. ocfp specifies that inputs for features come from vault.

    The reference architecture specifies the network, vm_type, disk_type, and azs based on dev vs prod environment scales.

    Naming scheme is entirely based on environment name, and is designed to work with the ocfp-ops-scripts ocfp cli in order to generate configs, initialize and test environments.

  • Added missing documentation for external_db_user and password secret

Software Components

Releases

Release Version Release Date Type Changed
bpm 1.1.21 07 December 2022 source X
concourse 7.9.0 01 December 2022 source X
haproxy 11.16.1 01 December 2022 source X
locker 0.2.1 31 May 2017 source
postgres 44 07 June 2022 source X
shout 0.1.0 03 September 2018 source
slack-notification-resource 9 19 February 2016 source

v4.1.5-rc.18

13 Dec 23:34
Compare
Choose a tag to compare

This is a prerelease - please see commit messages for changes

v4.1.4

14 Jul 21:14
332ae41
Compare
Choose a tag to compare

Software Components

Releases

Release Version Release Date Type Changed
bpm 1.1.15 20 October 2021 source
concourse 7.7.1 26 March 2022 source
haproxy 11.10.1 01 April 2022 source
locker 0.2.1 31 May 2017 source
postgres 43 20 November 2020 source
shout 0.1.0 03 September 2018 source
slack-notification-resource 9 19 February 2016 source

---8<--- This line and everything below will be ignored ---8<---

Raw commit messages since v4.1.3 (oldest to latest)


added comment to settings.yml

ed4142e1ba232321c5671038dfcca13cf3bf6c21
authored 3 months ago by Noah Coker ([email protected])


Fixes #70

8e4812d5a060acc935d5c7be94ac0923cda3ce99
authored 4 hours ago by Ryan Riddell ([email protected])


Merge pull request #71 from genesis-community/bugfix-issue-70

332ae416a7ab28e0a872cf63397d27c78c7dc1af
authored 2 hours ago by DigitalEagle ([email protected])
committed 2 hours ago by GitHub ([email protected])

Fixes #70

v4.1.3

12 Jul 15:02
Compare
Choose a tag to compare

Improvement

  • Added the ability to update concourse approle for use with pipeline
    secrets interpolation

  • params.main_target can be used to give your concourse a more easily
    remembered fly target.

Improvements

  • Support user-specified fly executable by specifying GENESIS_FLY_CMD
    environment variable

  • Uses ./fly if present and no user-specified fly executable given.

  • Detects if fly is missing and will download fly for the correct
    platform, and places it in the current directory.

  • Can now use login/logout addons to log into and out of teams

    • do -- login [team-name] [--local] will log into the team, by default
      using the oauth configuration, but --local will use the local
      concourse user

    • do -- logout [team1 ... teamN] will log out of all specified teams.
      If no team is specified, just the main team will be logged out.

Software Components

Releases

Release Version Release Date Type Changed
bpm 1.1.15 20 October 2021 source
concourse 7.7.1 26 March 2022 source X
haproxy 11.10.1 01 April 2022 source X
locker 0.2.1 31 May 2017 source
postgres 43 20 November 2020 source
shout 0.1.0 03 September 2018 source
slack-notification-resource 9 19 February 2016 source

---8<--- This line and everything below will be ignored ---8<---

Raw commit messages since v4.1.2 (oldest to latest)


Added concourse approle management

49279c4198256bcc317de9dd6c9b2d74c0188273
authored 8 weeks ago by Dennis Bell ([email protected])

[Improvement]

* Added the ability to update `concourse` approle for use with pipeline
  secrets interpolation

Add main_target to target main login

a69c43cc6d867c377a53d1df128cdfb04b13e2ac
authored 8 weeks ago by Dennis Bell ([email protected])

[Improvement]

* params.main_target can be used to give your concourse a more easily
  remembered fly target.

Support user-specified and local fly commands

f62a5c09aa593228a6a4be7b3547fb547e37c8ea
authored 7 weeks ago by Dennis Bell ([email protected])

[Improvements]

* Support user-specified fly executable by specifying GENESIS_FLY_CMD
  environment variable

* Uses ./fly if present and no user-specified fly executable given.

* Detects if fly is missing and will download fly for the correct
  platform, and places it in the current directory.

Fix vault policies

56cdba9be1ddbc539f320afd93bc81fd08a5c9ff
authored 7 weeks ago by Dennis Bell ([email protected])


More fixes

93d59c09dc76d4bbd10eeb0d9c9b549bb7dbf173
authored 7 weeks ago by Dennis Bell ([email protected])


Added team support for login/logout

1db8d86b956de63678798604086028b05556c06c
authored 7 weeks ago by Dennis Bell ([email protected])

[Improvements]

* Can now use login/logout addons to log into and out of teams

  * do -- login [team-name] [--local] will log into the team, by default
    using the oauth configuration, but --local will use the local
    concourse user

  * do -- logout [team1 ... teamN] will log out of all specified teams.
    If no team is specified, just the main team will be logged out.

Refactor targets to be target/team

8620678694a77e28f755d79085aebc9ca8db4bd5
authored 7 weeks ago by Dennis Bell ([email protected])


Fix team support

96a34e28946445c56eef4bdadf8b32cf99b6d7b2
authored 7 weeks ago by Dennis Bell ([email protected])


genesis-pipelines role accidentally lost the trailing s

37f8e50b1ce6002788c82d03647e6cd9565a02be
authored 7 weeks ago by Dennis Bell ([email protected])


Releases updated: concourse/7.7.0

3c5cc0eef41d68e70b291b0ee2644794b6668cfa
authored 5 weeks ago by CI Bot ([email protected])


Releases updated: haproxy/11.10.0

66ac1226f29cfbf32fea9a5bdae7ce406324f7e2
authored 5 weeks ago by CI Bot ([email protected])


Releases updated: concourse/7.7.1

33297356960f1fa0190d7500dc8f542126ed5e35
authored 2 weeks ago by CI Bot ([email protected])


Releases updated: haproxy/11.10.1

a50a381d5d890941130d4be830bccd622cfd6f35
authored 11 days ago by CI Bot ([email protected])


Updating concourse pipeline /ci directory to match new template

5adb6bd372b8caef449114ad5dc4c9bcd534c35b
authored 4 days ago by Noah Coker ([email protected])


updated spec tests with missing params in the exodus block

2f7416f40b39f5283d7b30d0c9d5959378ac5f25
authored 4 days ago by Noah Coker ([email protected])

v4.1.3-rc.5

08 Apr 18:44
Compare
Choose a tag to compare

This is a prerelease - please see commit messages for changes