Releases: launchdarkly/terraform-provider-launchdarkly
Releases · launchdarkly/terraform-provider-launchdarkly
v2.21.2
v2.21.1
[2.21.1] - 2024-12-06
Updated:
- Added a note to global
launchdarkly_feature_flag
documentation about managing variations for env-level flag configurations outside of Terraform.
v2.21.0
[2.21.0] - 2024-10-24
Added:
- Added support for managing the Kosli integration with the
launchdarkly_audit_log_subscription
resource and data source. - Add missing fields
analysis_type
,include_units_without_events
,percentile_value
, andunit_aggregation_type
to thelaunchdarkly_metric
resource and data provider. - Added the computed
version
attribute tolaunchdarkly_metric
.
Deprecated:
- Deprecated the
launchdarkly_metric
'sis_active
attribute. This attribute is no longer used by LaunchDarkly and is safe to remove from Terraform configs.
v2.20.2
[2.20.2] - 2024-09-04
Fixed:
- Fixed a bug in the
launchdarkly_team
resource that prevented changes to thekey
from requiring the resource to be destroyed and recreated. - Bump google.golang.org/grpc from 1.64.0 to 1.64.1 to address CVE-2023-45288.
v2.20.1
[2.20.1] - 2024-09-02
Fixed:
- Fixed a bug that prevented
api_host
from being respected when using thelaunchdarkly_team_role_mapping
resource. - Fixed a bug in the
launchdarkly_team_role_mapping
resource that prevented creating the resource with an emptycustom_role_keys
array.
v2.20.0
[2.20.0] - 2024-07-22
Added:
- Updated
launchdarkly_audit_log_subscription
resource and data source to support the Last9 integration.
v2.19.0
[2.19.0] - 2024-06-14
Added:
- Added support for the
dynatrace-cloud-automation
integration_key
on thelaunchdarkly_flag_trigger
resource.
Updated:
- Documentation for all resources and data sources is now generated from the underlying schema using tf-plugin-docs.
- Updated various dependencies.
v2.18.4
[2.18.4] - 2024-05-28
Fixed:
- Do not retry 409s from LaunchDarkly.
Updated:
- Update LaunchDarkly API client dependency to v16.
v2.18.3
[2.18.3] - 2024-05-16
Added:
critical
field onlaunchdarkly_environment
.
Changed:
- Updated examples to show use of all clause property
v2.18.2
[2.18.2] - 2024-03-25
Improvements:
- Updated the resource name in our
launchdarkly_feature_flag_environment
docs example to make it more clear that it's a feature flag environment, not an environment. - Updated the LD API client from v14 to v15.