Skip to content

Releases: sysdiglabs/terraform-provider-sysdig

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)

v0.5.12

03 Mar 08:17
40a1947
Compare
Choose a tag to compare

Bug Fixes

  • trigger_after_pct not handled correctly in sysdig_monitor_alert_downtime resource (#92)

v0.5.11

15 Feb 07:56
9aae0dc
Compare
Choose a tag to compare

Features

  • New scope parameter for sysdig_monitor_dashboard resources that allows to define the global scope of a dashboard and assign PromQL variables. (#90)
  • Add user provisioning without email confirmation for the sysdig_user resource. (#87)

Bug Fixes

  • Solve crash when updating Dashboard v3 (#89)
  • Solve Monitor alert import and vuln exception removal (#83)
  • Improve Monitor Alert condition regexp (#86)

Continuous Integration

  • Update stale action to v3 (#81)

Documentation

  • Fix a couple of typos in doc page (#88)

Release

  • Bump required Go version to 1.15 (#91)