Skip to content

Releases: launchdarkly/terraform-provider-launchdarkly

v2.21.0

24 Oct 10:26
Compare
Choose a tag to compare

[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, and unit_aggregation_type to the launchdarkly_metric resource and data provider.
  • Added the computed version attribute to launchdarkly_metric.

Deprecated:

  • Deprecated the launchdarkly_metric's is_active attribute. This attribute is no longer used by LaunchDarkly and is safe to remove from Terraform configs.

v2.20.2

04 Sep 14:14
Compare
Choose a tag to compare

[2.20.2] - 2024-09-04

Fixed:

  • Fixed a bug in the launchdarkly_team resource that prevented changes to the key 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

02 Sep 13:09
Compare
Choose a tag to compare

[2.20.1] - 2024-09-02

Fixed:

  • Fixed a bug that prevented api_host from being respected when using the launchdarkly_team_role_mapping resource.
  • Fixed a bug in the launchdarkly_team_role_mapping resource that prevented creating the resource with an empty custom_role_keys array.

v2.20.0

22 Jul 10:56
Compare
Choose a tag to compare

[2.20.0] - 2024-07-22

Added:

  • Updated launchdarkly_audit_log_subscription resource and data source to support the Last9 integration.

v2.19.0

14 Jun 12:25
250c3fe
Compare
Choose a tag to compare

[2.19.0] - 2024-06-14

Added:

  • Added support for the dynatrace-cloud-automation integration_key on the launchdarkly_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

28 May 16:07
Compare
Choose a tag to compare

[2.18.4] - 2024-05-28

Fixed:

  • Do not retry 409s from LaunchDarkly.

Updated:

  • Update LaunchDarkly API client dependency to v16.

v2.18.3

16 May 17:28
Compare
Choose a tag to compare

[2.18.3] - 2024-05-16

Added:

  • critical field on launchdarkly_environment.

Changed:

  • Updated examples to show use of all clause property

v2.18.2

25 Mar 11:22
Compare
Choose a tag to compare

[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.

v2.18.1

14 Mar 15:05
Compare
Choose a tag to compare

[2.18.1] - 2024-03-14

Fixed:

  • Fixed the "Default off variation must be a valid index in the variations list" error for cases where the default variations were defined when creating a launchdarkly_feature_flag but no variations were explicitly defined (in the case of a default boolean flag, for example).
  • Adds a default value "HigherThanBaseline" to the launchdarkly_metric.success_criteria field to correspond to the same change in the API.

v2.18.0

23 Feb 11:29
Compare
Choose a tag to compare

[2.18.0] - 2024-02-23

Fixed:

  • Fixed a bug surfaced by issue #198 where feature flag configuration off variations were being reverted to an incorrect default value when a launchdarkly_feature_flag_environment was removed.

Added:

  • Added previously missing support for team maintainers on the launchdarkly_feature_flag resource and data source with the new team_maintainer_key attribute field.

Improvements:

  • Updated the LD API client to v0.14.