Releases: SumoLogic/sumologic-orb
Update Sumo Help Link
Merge pull request #15 from SumoLogic/new_release_2.2.1 New release 2.2.1
Continuous Workflow Monitoring Support
Features
-
The workflow-collector job now runs in a loop, continuously assessing the health of all jobs in the Workflow. Any status change in jobs will now be sent to SumoLogic. Only once all Jobs are no longer in some form of running/in process state will the workflow-collector finish. This addresses the current issue with the workflow-collector where only the initial job status will be sent to Sumo, and often some are completely missed as they aren't running when the first API call is made to CircleCI.
-
Added timeout-seconds parameter (defaults to 180s/3mins) to end the workflow-collector early when required. This helps to account for any unforeseen edge cases which could cause the loop to never end, therefore consuming large amounts of CircleCI credits unintentionally.
-
Manually setting the Workflow status based on the overall health as the final step. This is a bit of a workaround to the workflow-collector job itself being a blocker to the workflow ever reaching its final state.
Bug Fixes
-
The workflow-collector job will now always send compact JSON payloads to SumoLogic.
-
The provided custom-data is now added to the job updates when sent to SumoLogic (this won't happen when job-collector command is being used as a step in the job as no data is sent to Sumo for these jobs by the workflow-collector).
Bump jq install version to 2.2.1
Merge pull request #12 from SumoLogic/read_me_update updated orb version
v2.1.0 Updated orb name to sumologic/sumologic
This release involved the name change of the orb.
v2.0.1 Updated examples and orb descriptions
Merge pull request #5 from SumoLogic/alpha updated orb.yml and examples
v2.0.0 release on transfer of orb to SumoLogic namespace and adding job-collector command feature
What's Changed
- Added job-collector command feature which allows support for setting environment name, team, and service per CircleCI job
- Moved orb to SumoLogic namespace
New Contributors
- @JKashyap96 made their first contribution in #1
Full Changelog: https://github.com/SumoLogic/sumologic-orb/commits/v2.0.0