Skip to content

Releases: faros-ai/faros-events-cli

v0.4.3

25 Apr 20:47
2a55628
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.4.2...v0.4.3

v0.4.2 Commit's PullRequest Info

13 Apr 15:18
ddc775f
Compare
Choose a tag to compare

What's Changed

You can now attached Pull Request information with each CI or CD event by adding:

--pull_request_number 123

Full Changelog: v0.4.1...v0.4.2

v0.4.1: Add origin to Community Edition events

08 Mar 22:31
b8adec2
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.4.0...v0.4.1

v0.4.0: Support for Community Edition

24 Feb 23:31
06a959f
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.3.2...v0.4.0

v0.3.2: Bug fixes

05 Feb 00:25
243a848
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.3.1...v0.3.2

v0.3.1

29 Jan 00:05
6965478
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.3.0...v0.3.1

v0.3.0: Using Faros Events API

28 Jan 17:43
f7a814a
Compare
Choose a tag to compare

What's Changed

❗ Notes on Updating to v0.3.x

The following arguments are no longer defaulted to the current time. Please provide them if you wish for them to be populated.

  • deploy_start_time
  • deploy_end_time
  • run_start_time
  • run_end_time

Full Changelog: v0.2.6...v0.3.0

v0.2.6: CD Event `--artifact` xor `--commit`

06 Dec 23:01
f0feac3
Compare
Choose a tag to compare

The CD event supports --artifact or --commit, not both. This functionality is now enforced with a failure and helpful message when both pieces of information are provided.

v0.2.5: CI Event to Write cicd_Repository

05 Oct 21:32
3140590
Compare
Choose a tag to compare

The CLI will now send a cicd_Repository within the CI events to Faros.

v0.2.4: Docker Image Published on Release

05 Oct 00:43
828d5d4
Compare
Choose a tag to compare

Also sending a CI and CD event to Faros as part of the Release workflow.