Skip to content

Latest commit

 

History

History
62 lines (37 loc) · 1.8 KB

CHANGELOG.md

File metadata and controls

62 lines (37 loc) · 1.8 KB

Cogito Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

[Unreleased]

  • ...

v0.3.0 - 2019-11-14

Changed

  • Cogito is now open source.
  • Docker images available at https://hub.docker.com/r/pix4d/cogito
  • The cogito.yml sample pipeline is fully parametric.
  • Renamed DEVELOPMENT file to CONTRIBUTING.

Added

  • Build and release via Travis.
  • Extensive documentation.

v0.2.1 - 2019-10-22

Fixed

  • Always return a non-null version also for a get step. This is unlikely to have caused any problem, but better safer than sorry.

v0.2.0 - 2019-10-16

Fixed

  • If the git resource has a tag_filter, cogito parsing of the commit SHA is broken.
  • If the git repo is in detached HEAD state, cogito parsing of the commit SHA is broken.
  • The context of Cogito notifications make it impossible to use GitHub branch protection rules.

Changed

  • e2e tests are now fully parametric, so that any contributor can run their e2e tests.
  • Split contributing and developing information from README into their own DEVELOPMENT (then CONTRIBUTING) file.
  • Simplify testdata

Added

  • Support for gotestsum, see DEVELOPMENT (then CONTRIBUTING) file.
  • Provide better GH API error diagnostics via heuristics to workaround GH API bug (see commit comments for 2c812c6 for details).

v0.1.0 - 2019-09-23

Added

  • First version, deployed in production at Pix4D.