Skip to content

v0.5.0

Compare
Choose a tag to compare
@github-actions github-actions released this 06 Oct 13:42
· 338 commits to master since this release
4d76489

BREAKING CHANGES

  • Removed Resource: The sysdig_secure_notification_channel was marked as deprecated in the latest version and this one removes it.
  • Terraform SDK has been updated to v2, and now it makes use of the Go's context for cancellation, which improves reliability when cancelling a terraform apply.

FEATURES

  • New Resource: sysdig_monitor_dashboard that implements Dashboards v3 with PromQL support. More info.
  • New Datasource: sysdig_current_user. Retrieves information from the current user performing API calls. More info

BUG FIXES

  • Admins will be ignored from the team creation with sysdig_monitor_team and sysdig_secure_team since they are added by default.

DOCS

Changelog

4d76489 docs: Add documentation for sysdig_monitor_dashboard (#49)
345d46a refactor: Move creation logics from Dashboard v3 to the client (#47)
6fff856 feat: Initial support for Dashboards v3 (#46)
6d8b71a feat: Add context in CRUD functions and in the client (#45)
8644bb4 docs: Remove unused docs and add instructions for TF 0.13+ (#44)
2073574 feat!: Upgrade TF SDK to v2 (#43)