Genesis v2.7.14 Release Notes

Release Date: 2020-09-18 // over 3 years ago
  • ๐Ÿ‘Œ Improvements

    ๐Ÿ‘ Allow genesis repipe to keep pipelines paused.

    โšก๏ธ Update generated pipelines:

    โž• Add icons to resources.

    ๐Ÿ—„ Replace deprecated aggregate with in_parallel.

    ๐Ÿ‘Œ Support for git resource extra configurations.

    ๐Ÿ”ง This allows adding configurations to all git resource types. The extra
    ๐Ÿ”ง configurations can be specified under pipeline.git.config. Common
    ๐Ÿ”ง configurations that are expected to be utilized would be check_every
    and webhook_token, but any value specified on
    ๐Ÿ‘ป https://concourse-ci.org/resources.html could be used (with the exception
    of name and type).

    ๐Ÿ‘Œ Support for an upcoming generic Genesis Kit.

    ๐Ÿ› Bug Fixes

    Prevent new_enough helper from exiting on false

    ๐Ÿš€ Error if create-env deploy uses invalid options

    In particular, specifying --dry-run on a create-env, has no effect. It
    actually changes the target, which can be destructive and allowing this
    ๐Ÿ”’ option gives users a false sense of security. Options --yes, --fix and
    ๐Ÿš€ --recreate are also considered invalid for genesis deploy when deploying
    a create-env.