Skip to content

0.2.0

Compare
Choose a tag to compare
@DeXtroTip DeXtroTip released this 07 Oct 12:23
· 48 commits to main since this release
db0094d

Summary

This release includes support for new integrations: PagerDuty and SonarQube.

We've also introduced a new status standardization layer for the automations for Git Providers and Opsgenie automations, expanded GitHub's native deployment support, and enhanced error handling in key areas.

These updates improve stability, performance, and feature coverage for various clients.

Changes

  • feat: added PagerDuty integration
  • feat: added pagination support to SonarQube client
  • feat: updated Plugin client cookiecutter to use new client context and session utils
  • feat: changed Git Providers and Opsgenie automations to use new status standardization layer
  • feat: expanded Github Integration to support Environments and native Deployments
  • feat: added baseline Sonarqube Integration
  • feat: added Retry policy for Opsgenie Integration
  • fix: added GitHub request error handling to not fail run if a resource fetch fails
  • fix: improved Core logic to avoid Magneto upsert "too large" error
  • refactor: cleanup and improve error handling on common 'make_request' utils