Releases: sysdiglabs/terraform-provider-sysdig
Releases · sysdiglabs/terraform-provider-sysdig
v1.1.0
We added support for IBM Cloud Monitoring authentication with this release. Users can use IBM API key and Instance ID to authenticate against IBM Cloud Monitoring. Since this new authentication is still under active development we are going to iteratively enable it for each terraform resource starting with teams. Users on IBM monitor application can use previously mentioned authentication method to manage teams.
Changelog
v1.0.2
Changelog
- 0e4534b Add Provider Header to All Secure Requests (#280)
- 0234a9e Remove tee comand from output as it was overrinding the final result (#278)
- dbe9488 fix(alerts): remove hardcoded ids in tests (#284)
- 8d92c94 fix(policy): fix actions to not apply different schema on actions in state (#281)
- 9cc9632 add description to rule as falco validation requires a description (#279)
v1.0.1
Summary:
Drifts created by manually disabling/enabling (eg. via UI) capture on sysdig_secure_policy
are now recognized by provider and will report them in terraform plan
.
Changelog
- 3bfd921 fix(policy): if capture is disabled manually it should also be reflected as drift in terraform (#275)
- 4724c0b test: Add make step to generate xml report for acceptance tests (#276)
v1.0.0
BREAKING CHANGE: Resource sysdig_secure_benchmark_task
is removed from provider since benchmark task
feature is not supported anymore. Making any API call using this resource will result in 501 Not implemented
error.
Changelog
- f655b89 fix(benchmark): remove deprecated benchmark feature (#274)
v0.7.4
Changelog
- e8abb60 fix(falco): json omitempty on description and output (#268)
v0.7.3
Changelog
- 5d0427a refactor(v2): refactor client to have better code organization (#267)
v0.7.2
Changelog
- 63000c8 feat(teams) refactor teams to use new v2 client (#266)
v0.7.1
Summary
Support Azure Platform and GCP Audit log data source on sysdig_secure_rule_falco resource #261
Better handling errors when policy missing #265
Support notify_on_resolve on Sysdig monitor alert resource #260
Changelog
- 4deea58 GCP and Azure Falco rule support (#261)
- 798aefa Fix Issue With Handling Missing Policy (#265)
- e6c1a37 feat(monitor): support notify_on_resolve option in alerts (#260)
v0.7.0
Changelog
- 37a8e9b feat(dashboard) add format options for query (#258)
v0.6.0
Changelog
- 648b868 feat(group mapping) Add group mapping resource which can be used for both monitor and secure (#254)