Skip to content

v0.5.15

Compare
Choose a tag to compare
@github-actions github-actions released this 13 Jul 15:27
· 351 commits to master since this release
6a9f09c

Features

  • Enhanced error reporting from the API

Before, some API errors were reported as "422 Unprocessable Entity" without so much more information, now, the provider tries to retrieve the message from the API and shows it to the user, for more context on what's wrong in the resource.

  • Ignore 404 errors while removing resources.

If a resource is being removed but was previously removed through the UI or other client, we can safely ignore this error.

Documentation

  • Documented the type parameter for the sysdig_secure_policy resource.
  • Added extra_headers documentation to the provider (for IBM users or extra headers needed for proxies)
  • Updated some resource attributes documentation, mainly report that all of them export the ID after the creation.
  • Clarify team name documentation indicating that teams created in Monitor cannot be the same as the ones existing in Secure. This was confusing for some customers.

Changelog

6a9f09c feat: enhance error report and ignore removed resources on destroy (#107)
463ceec docs: Add type field documentation to runtime policies (#101)
bcca50e feat: Improve error message handling and avoid memory leaks (#100)
e1a2da8 docs: Update some resources in the documentation (#99)