Skip to content

Latest commit

 

History

History
113 lines (74 loc) · 4.2 KB

CHANGELOG.md

File metadata and controls

113 lines (74 loc) · 4.2 KB

1.0.8 (June 1, 2022)

Bug Fixes

  • After moving to go-kms-wrapping V2, the Boundary Terraform Provider did not load all KMS plugins resulting in an error when trying to create a wrapper for any type other than 'aead':

          Error: error reading wrappers from "recovery_kms_hcl":
          Error configuring kms: plugin is nil
    

    (Issue), (PR).

1.0.7 (May 16, 2022)

Deprecations/Changes

  • Undoes an erroneous deprecation of the login_name and password fields in resource_account_password and resource_account. Deprecates resource_account that was replaced with resource_account_password (PR).

1.0.6 (January 21, 2022)

New and Improved

  • Adds dynamic host plugin catalog/set (PR).
  • Adds support for insecure TLS to Boundary (PR).

Deprecations/Changes

  • Removes fields host_set_ids and application_credential_library_ids of the target resource, which were deprecated in 1.0.5 (PR).

1.0.5 (September 09, 2021)

Deprecations/Changes

  • Deprecate fields host_set_ids and application_credential_library_ids of the target resource. See boundary 0.5.0 changelog for more detail on the deprecation. (PR).

1.0.4 (August 19, 2021)

New and Improved

  • Adds managed groups resource (PR).

1.0.3 (June 30, 2021)

New and Improved

  • Adds credential library resource for Vault (PR).
  • Adds credential store resource for Vault (PR 1), (PR 2).
  • Adds claim scopes attribute to OIDC auth method (PR).
  • Adds account claim maps attribute to OIDC auth method (PR).

Bug Fixes

  • Make OIDC account attribute for subject ForceNew (Issue), (PR).
  • Update static type attribute for host catalog resource (Issue), (PR).

1.0.2 (May 06, 2021)

New and Improved

  • Adds OIDC account resource (PR).
  • Adds OIDC auth method resource (PR).

Deprecations/Changes

  • Deprecates fields on resource_auth_method that will be replaced in the future with generic attributes attribute.

1.0.1 (February 02, 2021)

New and Improved

  • Adds worker filter to target resource (PR).

1.0.0 (January 20, 2021)

We are bumping the version of the Boundary Terraform provider to v1.0.0 and will release new versions of the provider at its own cadence instead of keeping it in lockstep with Boundary.

Bug Fixes

  • During terraform apply, do not update existing user account passwords when the password field is updated in the tf file. (Issue), (PR).

0.1.4 (January 14, 2021)

New and Improved

Update provider to handle new domain errors (PR).

0.1.0 (October 14, 2020)

Initial release!