Releases: faros-ai/faros-events-cli
v0.2.3: Dependency Clarification
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
Remove JSON formatting when the --no_format
flag is present.
v0.2.1: Lowercase VCS Org and Repo
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
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
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
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
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
❗ Please Note: This is a backward incompatible change
This release makes the --build
argument required for the build
event.
v0.0.2: Usability improvements
Updating README Usability (#13) Also updated some required fields and default values for optional fields.
v0.0.1: Initial Release
Locking in the initial version of the CLI.