Releases: faros-ai/faros-events-cli
Releases · faros-ai/faros-events-cli
v0.4.3
What's Changed
- Update README.md by @tovbinm in #60
- Update README.md by @tovbinm in #61
- Accepts multiple formats for datetime and Hasura admin secret by @ypc-faros in #64
- Accepts multiple formats for timestamps sent to SaaS by @ypc-faros in #65
- FAI-1786: Canary deployment environment by @willmarks in #62
Full Changelog: v0.4.2...v0.4.3
v0.4.2 Commit's PullRequest Info
What's Changed
- Added ShellCheck check by @tovbinm in #55
- Remove the migration notes by @tovbinm in #56
- Added detailed diagram by @tovbinm in #57
- Passthrough start time & end time by @willmarks in #58
- Add pull request option support by @chalenge in #59
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
What's Changed
- Doc update by @tovbinm in #51
- Remove $ from commands by @ypc-faros in #52
- Add data_origin to mutations for Faros CE events by @chalenge in #53
New Contributors
Full Changelog: v0.4.0...v0.4.1
v0.4.0: Support for Community Edition
What's Changed
- Deploy time updates by @willmarks in #45
- Processing CI events for Community edition. by @ypc-faros in #46
- Times are taken in epoch millis by @ypc-faros in #47
- Process CD events mutations for CE by @ypc-faros in #48
- Documents the community_edition flag by @ypc-faros in #49
- Bump v0.4.0 by @willmarks in #50
New Contributors
- @ypc-faros made their first contribution in #46
Full Changelog: v0.3.2...v0.4.0
v0.3.2: Bug fixes
What's Changed
- application platform not being picked up by @willmarks in #44
Full Changelog: v0.3.1...v0.3.2
v0.3.1
What's Changed
- FAI-1122:
--no_build_object
by @willmarks in #42 - FAI-1122:
--skip_saving_run
by @willmarks in #43
Full Changelog: v0.3.0...v0.3.1
v0.3.0: Using Faros Events API
What's Changed
- Update README.md by @tovbinm in #40
- FAI-1066 - Use the Event API by @willmarks in #41
❗ 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`
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
The CLI will now send a cicd_Repository
within the CI events to Faros.
v0.2.4: Docker Image Published on Release
Also sending a CI and CD event to Faros as part of the Release workflow.