Skip to content

Releases: sysdiglabs/terraform-provider-sysdig

v0.5.22

04 Oct 09:50
31a53bb
Compare
Choose a tag to compare

Features

  • New resource: sysdig_monitor_alert_promql with support for PromQL Alerts in monitor.
  • Updated resource: sysdig_secure_benchmark_task, it now supports the schema azure_foundations_bench-1.3.0.
  • New data source: sysdig_fargate_workload_agent, provides an updated fargate workload definition for Sysdig deployment.

Changelog

31a53bb feat: Support for PromQL Alerts (#108) (#129)
e4747a5 feat: Add azure to valid benchmark schemas (#125)
c9602fb feat: Add a data source to wrap Fargate tasks in the Sysdig workload agent (#120)

v0.5.21

16 Sep 06:59
37ae391
Compare
Choose a tag to compare

Changelog

37ae391 Add role_name to cloud account resource (#121)

v0.5.20

30 Aug 07:51
073fa8f
Compare
Choose a tag to compare

Features

  • Allow enabling/disabling of benchmark tasks using the enabled field for sysdig_secure_benchmark_task (#119)
  • Add aws_account_id and aws_role_name attributes to the secure_trusted_cloud_identity datasource (#118)

Changelog

073fa8f feat: Allow enabling/disabling of benchark tasks (#119)
c8592a4 feat: Add attributes to the trusted identity datasource (#118)

v0.5.19

24 Aug 17:35
1f11570
Compare
Choose a tag to compare

Features

  • Add validation to cloud_provider
  • Add Benchmark Task resource

Bug Fixes

  • Properly unmarshal trustedIdentity response

Changelog

1f11570 - Add Benchmark Task resource (#117)
c53fba1 - Properly unmarshal trustedIdentity response (#116)
451475d - Add validation to cloud_provider (#115)

v0.5.18

19 Aug 10:02
Compare
Choose a tag to compare

Bug Fixes

  • Fix Sysdig Secure Cloud sysdig_secure_trusted_cloud_identity datasource provided identity ARN

Changelog

8c199a6 Properly unmarshal trustedIdentity response

v0.5.17

17 Aug 16:23
d464ef6
Compare
Choose a tag to compare

Features

  • Adds support to handle Sysdig Secure Cloud configuration
    • resources (sysdig_secure_cloud_account). to be used with terraform-aws|gcp|azure-cloudvisionmodules
    • datasources(sysdig_secure_trusted_cloud_identity)

Changelog

  • d464ef6 feat: Add secure-trusted-cloud-account datasource (#113)
  • 036d69a feat: Add secure CloudAccount resource (#111)

thx for the work @nkraemer-sysdig , @gautam417 🔥

v0.5.16

29 Jul 15:54
75eb3d8
Compare
Choose a tag to compare

Features

  • Add support for Falco exceptions (#110)

v0.5.15

13 Jul 15:27
6a9f09c
Compare
Choose a tag to compare

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)

v0.5.14

07 Apr 19:48
91a7daf
Compare
Choose a tag to compare

Changelog

91a7daf feat: Allow to use aws_cloudtrail policies (#96)

v0.5.13

29 Mar 19:42
7a76793
Compare
Choose a tag to compare

Changelog

7a76793 feat: Add policy types support (#93)
1435887 feat: Add falco rule type 'aws_cloudtrail' (#94)