Skip to content

Releases: faros-ai/faros-events-cli

v0.2.3: Dependency Clarification

28 Sep 16:18
df1d323
Compare
Choose a tag to compare

This PR clarifies the awk dependency as satisfiable by any implementation of awk. We recommend using gawk.

v0.2.2: Minify JSON when using --no_format

09 Sep 23:38
0a72ecf
Compare
Choose a tag to compare

Remove JSON formatting when the --no_format flag is present.

v0.2.1: Lowercase VCS Org and Repo

07 Sep 18:22
4e5dea9
Compare
Choose a tag to compare

The various VCS feeds that Faros provides lowercase the vcs_Organization and vcs_Repository fields. To make sure that we correctly connect to the objects pulled from those feeds, we need to lowercase these fields by default. To prevent this default behavior, the --no_lowercase_vcs flag can be used.

v0.2.0: CI and CD events

02 Sep 18:08
b37822d
Compare
Choose a tag to compare

This PR moves to 2 new event notions. The CI event for communicating code build information and the CD event for communicating deployment information.

v0.2.0-rc0: CI and CD Events

27 Aug 21:12
0c2f559
Compare
Choose a tag to compare
Pre-release

This PR moves to 2 new event notions. The CI event for communicating code build information and the CD event for communicating deployment information.

v0.1.2: Do Not Send compute_Application in Build Events

16 Aug 22:34
4b3e04f
Compare
Choose a tag to compare

compute_Application is no longer sent with build event.
--app is no longer required for build events.

v0.1.1: Send cicd_Organization in Events

06 Aug 22:02
0803ecd
Compare
Choose a tag to compare

We will now send cicd_Organization in the events sent to Faros, which will also create an organizations within the UI.

v0.1.0: --build required for build event

05 Aug 21:44
ab8ade4
Compare
Choose a tag to compare

❗ Please Note: This is a backward incompatible change

This release makes the --build argument required for the build event.

v0.0.2: Usability improvements

03 Aug 20:15
b151963
Compare
Choose a tag to compare
Updating README Usability (#13)

Also updated some required fields and default values for optional fields.

v0.0.1: Initial Release

22 Jul 18:20
7070d14
Compare
Choose a tag to compare

Locking in the initial version of the CLI.