Skip to content

Releases: cello-proj/cello

v0.4.0

28 Jun 22:15
44dd7be
Compare
Choose a tag to compare

Added

  • Git information is now stored in a postgreSQL database on project creation

Changed

  • Git information is now retrieved from db and used for workflow operations
  • Project create API now takes in repository
  • Operations API no longer takes in repository

v0.3.2

17 Jun 22:34
5829cd1
Compare
Choose a tag to compare

Fixed

  • Updated CHANGELOG to 'Keep a Changelog' format.

v0.3.1-dev4

16 Jun 23:02
0515f7d
Compare
Choose a tag to compare
v0.3.1-dev4 Pre-release
Pre-release

Added

  • Release automation using GoReleaser.

Changed

  • Updated CHANGELOG to 'Keep a Changelog' format.

v0.3.1-dev3

16 Jun 22:42
91f1b45
Compare
Choose a tag to compare
v0.3.1-dev3 Pre-release
Pre-release

Added

  • Release automation using GoReleaser.

Changed

  • Updated CHANGELOG to 'Keep a Changelog' format.

v0.3.0

16 Jun 20:59
fa0b2cb
Compare
Choose a tag to compare

Added

  • Health check tests.
  • More linting.

Changed

  • Health check uses newer env var pattern.
  • Health check uses newer logging pattern.
  • Health check now responds with the same for success/failure (was json for
    failures).

Fixed

  • Issues reported by linter.

v0.2.1

16 Jun 19:42
eecb76d
Compare
Choose a tag to compare

Added

  • CLI tests.
  • More linting.

Changed

  • Break up CLI commands into separate files.

Fixed

  • Issues reported by linter.

v0.2.0

15 Jun 16:08
dd61657
Compare
Choose a tag to compare

Changed

  • Move env to internal service package

v0.1.3

14 Jun 20:41
6f304a7
Compare
Choose a tag to compare

Changed

  • Using X-B3-TraceId as trace HTTP header

v0.1.2

14 Jun 17:21
2fc6df3
Compare
Choose a tag to compare

Changed

  • Adding HTTP headers to Vault client for logging (e.g. transaction ID)

v0.1.1

09 Jun 16:37
8926956
Compare
Choose a tag to compare

Fixed

  • Add additional valid status codes for Vault health check