Skip to content

Releases: launchdarkly/terraform-provider-launchdarkly

v2.21.5

30 Jan 13:34
5415225
Compare
Choose a tag to compare

2.21.5 (2025-01-30)

Bug Fixes

  • Bump golang.org/x/crypto from 0.24.0 to 0.31.0 (#254) (eaea627)
  • Bump golang.org/x/net from 0.26.0 to 0.33.0 (#267) (505712e)

v2.21.4

30 Jan 12:57
3398463
Compare
Choose a tag to compare

2.21.4 (2025-01-30)

Bug Fixes

  • add random characters to name that keeps conflicting (#272) (4d5cd7a)
  • update LD API version to 20240415 (#268) (70bef86)

v2.21.3

30 Jan 12:07
f035564
Compare
Choose a tag to compare

2.21.3 (2025-01-30)

Bug Fixes

v2.21.2

06 Dec 13:20
1e6fabf
Compare
Choose a tag to compare

[2.21.2] - 2024-12-06

Fixed:

  • Fixed and issue with our release process. This release does not contain any code changes to the provider.

v2.21.1

06 Dec 12:23
Compare
Choose a tag to compare

[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

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.