Releases: launchdarkly/terraform-provider-launchdarkly
v2.7.2
[2.7.2] (July 28, 2022)
BUG FIXES:
- Remove invalid configurations from the
launchdarkly_audit_log_subscription
resource.
v2.7.1
v2.7.0
FEATURES:
- Added the
base_permissions
field to thelaunchdarkly_custom_role
resource.
v2.6.1
[2.6.1] (April 12, 2022)
NOTES:
- Removed callout to
bypassRequiredApproval
action in documentation pending further development. - Fix formatting in some documentation
v2.6.0
[2.6.0] (April 7, 2022)
ENHANCEMENTS:
- Added the
hide_member_details
argument to the Datadogconfig
for thelaunchdarkly_audit_log_subscription
resource. Whenhide_member_details
istrue
, LaunchDarkly member information will be redacted before events are sent to Datadog.
NOTES:
- Added a callout to the
bypassRequiredApproval
action in documentation.
v2.5.0
[2.5.0] (February 7, 2022)
FEATURES:
- Added Slack webhooks to the
launchdarkly_audit_log_subscription
resource and data source. #16 - Added more Datadog host URLs to the Datadog
launchdarkly_audit_log_subscription
resource.
BUG FIXES:
- Fixed an issue where the
config
was not being set on thelaunchdarkly_audit_log_subscription
data source.
v2.4.1
v2.4.0
[2.4.0] (January 19, 2022)
FEATURES:
-
Added a
launchdarkly_team_members
data source to allow using multiple team members in one data source. -
Added a new
launchdarkly_metric
resource and data source for managing LaunchDarkly experiment flag metrics. -
Added a new
launchdarkly_flag_triggers
resource and data source for managing LaunchDarkly flag triggers. -
Added a new
launchdarkly_relay_proxy_configuration
resource and data source for managing configurations for the Relay Proxy's automatic configuration feature. -
Added a new
launchdarkly_audit_log_subscription
resource and data source for managing LaunchDarkly audit log integration subscriptions.
ENHANCEMENTS:
-
Updated tests to use the constant attribute keys defined in launchdarkly/keys.go.
-
Added a pre-commit file with a hook to alphabetize launchdarkly/keys.go
-
Improved 409 and 429 retry handling.
v2.3.0
[2.3.0] (January 4, 2022)
FEATURES:
- Added
default_client_side_availability
block to thelaunchdarkly_project
resource to specify whether feature flags created under the project should be available to client-side SDKs by default.
BUG FIXES:
- Fixed a bug in the
launchdarkly_project
andlaunchdarkly_environment
resources which caused Terraform to crash when environment approvals settings are omitted from the LaunchDarkly API response.
NOTES:
-
The
launchdarkly_project
resource's argumentinclude_in_snippet
has been deprecated in favor ofdefault_client_side_availability
. Please update your config to usedefault_client_side_availability
in order to maintain compatibility with future versions. -
The
launchdarkly_project
data source's attributeclient_side_availability
has been renamed todefault_client_side_availability
. Please update your config to usedefault_client_side_availability
in order to maintain compatibility with future versions.
v2.2.0
[2.2.0] (December 23, 2021)
ENHANCEMENTS:
- Upgraded the LaunchDarkly API client to version 7.
- Flag resource creation respects project level SDK availability defaults.
FEATURES:
- Added
client_side_availability
block to thelaunchdarkly_feature_flag
resource to allow setting whether this flag should be made available to the client-side JavaScript SDK using the client-side ID, mobile key, or both.
NOTES:
- The
launchdarkly_feature_flag
resource's argumentinclude_in_snippet
has been deprecated in favor ofclient_side_availability
. Please update your config to useclient_side_availability
in order to maintain compatibility with future versions.