cog v0.16.0 Release Notes

Release Date: 2016-11-03 // over 7 years ago
  • โœจ Enhancements

    • ๐Ÿ“œ Brand new command parser #1082
      • Supports string interpolation "EC2 Region ${region}"
      • Improved shell-like behavior greatly reduces surprising parse errors
    • โž• Added support for git-style subcommands #1091
    • โž• Added basic usage tracking Pull Request
      • This information is used by Operable in order to help understand the size of the Cog install base and the currently deployed versions. If you would like to opt out of having this telemetry data sent, you can set the COG_TELEMETRY environment variable to the value false before starting Cog.
    • โž• Added tee and cat commands Pull Request
    • ๐Ÿ‘ Allow binding JSON arrays to list options #1097
    • โž• Added support for single and triple backticks to Greenbar templates #1087
    • ๐Ÿ‘Œ Improved command not found error messages #1092
    • ๐Ÿ”ง Made timeouts configurable for interactive and trigger pipelines #1027
    • ๐Ÿšš Moved to Erlang R19.1 and Elixir 1.3.4 #1028
    • ๐Ÿ—„ Deprecated mist bundle replaced with ec2 and s3 bundles #1051
    • โž• Added health checks to docker-compose.yml #939

    ๐Ÿ› Bug Fixes

    • Raw commands should return JSON #1023
    • Bundle install can return an incorrect error message #1065
    • Greenbar interprets != as == #1071
    • Triggers should be able to redirect to newly created rooms #1096
    • Cannot interact with HipChat room names containing a space #1102
    • Slack @-mentions aren't properly linkified #1111
    • Required options don't work w/short option names #1088
    • ๐Ÿ›  Fixed password reset emails Pull Request
    • ๐Ÿ›  Fixed permission rule evaluation for list options Pull Request

    ๐Ÿ“š Documentation

    • ๐Ÿณ Documented docker-compose-override.yaml #961