Skip to content

Releases: launchdarkly/terraform-provider-launchdarkly

v2.7.2

28 Jul 10:52
0e962da
Compare
Choose a tag to compare

[2.7.2] (July 28, 2022)

BUG FIXES:

  • Remove invalid configurations from the launchdarkly_audit_log_subscription resource.

v2.7.1

27 Jul 13:27
f8b4333
Compare
Choose a tag to compare

[2.7.1] (July 27, 2022)

BUG FIXES:

  • Datasource launchdarkly_feature_flag_environment now checks whether the environment exists and print out a more descriptive error. #101

NOTES:

  • Upgrade Go version to 1.18

v2.7.0

05 May 14:49
17292e6
Compare
Choose a tag to compare

FEATURES:

  • Added the base_permissions field to the launchdarkly_custom_role resource.

v2.6.1

14 Apr 17:13
9f560bd
Compare
Choose a tag to compare

[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

07 Apr 14:27
21e3e7d
Compare
Choose a tag to compare

[2.6.0] (April 7, 2022)

ENHANCEMENTS:

  • Added the hide_member_details argument to the Datadog config for the launchdarkly_audit_log_subscription resource. When hide_member_details is true, 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

08 Feb 11:05
2512cf3
Compare
Choose a tag to compare

[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 the launchdarkly_audit_log_subscription data source.

v2.4.1

21 Jan 14:09
e9777b2
Compare
Choose a tag to compare

[2.4.1] (January 21, 2022)

BUG FIXES:

  • Fixed a bug preventing launchdarkly_flag_triggers from being created in the enabled state.

  • Fixed a bug introduced in v2.2.0 where launchdarkly_segments with rule blocks not containing a weight were defaulting to a weight of 0.

v2.4.0

20 Jan 16:52
6a118f2
Compare
Choose a tag to compare

[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

05 Jan 13:56
8c7d0fc
Compare
Choose a tag to compare

[2.3.0] (January 4, 2022)

FEATURES:

  • Added default_client_side_availability block to the launchdarkly_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 and launchdarkly_environment resources which caused Terraform to crash when environment approvals settings are omitted from the LaunchDarkly API response.

NOTES:

  • The launchdarkly_project resource's argument include_in_snippet has been deprecated in favor of default_client_side_availability. Please update your config to use default_client_side_availability in order to maintain compatibility with future versions.

  • The launchdarkly_project data source's attribute client_side_availability has been renamed to default_client_side_availability. Please update your config to use default_client_side_availability in order to maintain compatibility with future versions.

v2.2.0

23 Dec 14:24
Compare
Choose a tag to compare

[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 the launchdarkly_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 argument include_in_snippet has been deprecated in favor of client_side_availability. Please update your config to use client_side_availability in order to maintain compatibility with future versions.