Skip to content

Commit

Permalink
Update documentation, CHANGELOG.md, and NOTICE
Browse files Browse the repository at this point in the history
  • Loading branch information
dimuon committed Sep 22, 2023
1 parent e70d0e4 commit b06640e
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 9 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# 0.9.0 (Unreleased)

FEATURES:

* resource/deployment: new "elasticsearch"'s "keystore_contents" attribute to manage deployment keystore items during deployment create and update calls. ([#674](https://github.com/elastic/terraform-provider-ec/issues/674))

ENHANCEMENTS:

* resource/deployment: Set the deployment ID in state as soon as possible to avoid an unmanaged deployment as a result of a subsequent failure. ([#690](https://github.com/elastic/terraform-provider-ec/issues/690))
Expand Down
18 changes: 9 additions & 9 deletions NOTICE
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ third-party software developed by the licenses listed below.

github.com/davecgh/go-spew 0BSD
github.com/agext/levenshtein Apache-2.0
github.com/apparentlymart/go-textseg/v13 Apache-2.0
github.com/elastic/cloud-sdk-go Apache-2.0
github.com/go-logr/logr Apache-2.0
github.com/go-logr/stdr Apache-2.0
Expand Down Expand Up @@ -66,26 +65,27 @@ github.com/mitchellh/mapstructure MIT
github.com/mitchellh/reflectwalk MIT
github.com/stretchr/testify MIT
github.com/zclconf/go-cty MIT
github.com/hashicorp/errwrap MPL-2.0
github.com/hashicorp/go-checkpoint MPL-2.0
github.com/hashicorp/go-cleanhttp MPL-2.0
github.com/hashicorp/go-plugin MPL-2.0
github.com/hashicorp/go-uuid MPL-2.0
github.com/hashicorp/go-version MPL-2.0
github.com/hashicorp/hc-install MPL-2.0
github.com/hashicorp/hcl/v2 MPL-2.0
github.com/hashicorp/logutils MPL-2.0
github.com/hashicorp/terraform-exec MPL-2.0
github.com/hashicorp/terraform-json MPL-2.0
github.com/hashicorp/terraform-plugin-framework-validators MPL-2.0
github.com/hashicorp/terraform-plugin-framework MPL-2.0
github.com/hashicorp/terraform-plugin-go MPL-2.0
github.com/hashicorp/terraform-registry-address MPL-2.0
github.com/hashicorp/terraform-plugin-log MPL-2.0
github.com/hashicorp/terraform-plugin-sdk/v2 MPL-2.0
github.com/hashicorp/terraform-svchost MPL-2.0
github.com/hashicorp/yamux MPL-2.0
github.com/hashicorp/errwrap MPL-2.0-no-copyleft-exception
github.com/hashicorp/go-multierror MPL-2.0-no-copyleft-exception
github.com/hashicorp/go-version MPL-2.0-no-copyleft-exception
github.com/hashicorp/hc-install MPL-2.0-no-copyleft-exception
github.com/hashicorp/hcl/v2 MPL-2.0-no-copyleft-exception
github.com/hashicorp/terraform-json MPL-2.0-no-copyleft-exception
github.com/hashicorp/terraform-plugin-log MPL-2.0-no-copyleft-exception
github.com/hashicorp/terraform-plugin-sdk/v2 MPL-2.0-no-copyleft-exception
github.com/hashicorp/terraform-registry-address MPL-2.0-no-copyleft-exception
github.com/ghodss/yaml no license file was found
github.com/apparentlymart/go-textseg/v13 Unicode-TOU

=========================================================================

0 comments on commit b06640e

Please sign in to comment.