Skip to content

Commit af56a9f

Browse files
author
elasticcloudclients
committed
Update CHANGELOG.md and NOTICE
1 parent 2dd81d2 commit af56a9f

File tree

2 files changed

+12
-11
lines changed

2 files changed

+12
-11
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
FEATURES:
44

55
* datasource/privatelink: Adds data sources to obtain AWS/Azure Private Link, and GCP Private Service Connect configuration data. ([#533](https://github.com/elastic/terraform-provider-ec/issues/533))
6+
* resource/deployment: Adds fleet_https_endpoint and apm_https_endpoint to integrations server resources. This allows consumers to explicitly capture service urls for dependent modules. ([#548](https://github.com/elastic/terraform-provider-ec/issues/548))
67
* resource/elasticsearch: Adds support for the `strategy` property to the `elasticsearch` resource. This allows users to define how different plan changes are coordinated. ([#507](https://github.com/elastic/terraform-provider-ec/issues/507))
78

89
BUG FIXES:

NOTICE

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@ third-party software developed by the licenses listed below.
88

99
github.com/davecgh/go-spew 0BSD
1010
github.com/agext/levenshtein Apache-2.0
11-
github.com/apparentlymart/go-textseg/v13 Apache-2.0
1211
github.com/elastic/cloud-sdk-go Apache-2.0
1312
github.com/go-openapi/analysis Apache-2.0
1413
github.com/go-openapi/errors Apache-2.0
@@ -59,23 +58,24 @@ github.com/mitchellh/mapstructure MIT
5958
github.com/mitchellh/reflectwalk MIT
6059
github.com/stretchr/testify MIT
6160
github.com/zclconf/go-cty MIT
62-
github.com/hashicorp/go-checkpoint MPL-2.0
6361
github.com/hashicorp/go-cleanhttp MPL-2.0
64-
github.com/hashicorp/go-plugin MPL-2.0
62+
github.com/hashicorp/go-multierror MPL-2.0
6563
github.com/hashicorp/go-uuid MPL-2.0
6664
github.com/hashicorp/go-version MPL-2.0
67-
github.com/hashicorp/hc-install MPL-2.0
6865
github.com/hashicorp/terraform-exec MPL-2.0
69-
github.com/hashicorp/terraform-json MPL-2.0
66+
github.com/hashicorp/terraform-plugin-go MPL-2.0
7067
github.com/hashicorp/terraform-plugin-log MPL-2.0
71-
github.com/hashicorp/terraform-registry-address MPL-2.0
72-
github.com/hashicorp/terraform-svchost MPL-2.0
68+
github.com/hashicorp/terraform-plugin-sdk/v2 MPL-2.0
69+
github.com/hashicorp/yamux MPL-2.0
7370
github.com/hashicorp/errwrap MPL-2.0-no-copyleft-exception
74-
github.com/hashicorp/go-multierror MPL-2.0-no-copyleft-exception
71+
github.com/hashicorp/go-checkpoint MPL-2.0-no-copyleft-exception
72+
github.com/hashicorp/go-plugin MPL-2.0-no-copyleft-exception
73+
github.com/hashicorp/hc-install MPL-2.0-no-copyleft-exception
7574
github.com/hashicorp/hcl/v2 MPL-2.0-no-copyleft-exception
7675
github.com/hashicorp/logutils MPL-2.0-no-copyleft-exception
77-
github.com/hashicorp/terraform-plugin-go MPL-2.0-no-copyleft-exception
78-
github.com/hashicorp/terraform-plugin-sdk/v2 MPL-2.0-no-copyleft-exception
79-
github.com/hashicorp/yamux MPL-2.0-no-copyleft-exception
76+
github.com/hashicorp/terraform-json MPL-2.0-no-copyleft-exception
77+
github.com/hashicorp/terraform-registry-address MPL-2.0-no-copyleft-exception
78+
github.com/hashicorp/terraform-svchost MPL-2.0-no-copyleft-exception
79+
github.com/apparentlymart/go-textseg/v13 Unicode-TOU
8080

8181
=========================================================================

0 commit comments

Comments
 (0)