Skip to content

Releases: hashicorp/terraform-provider-boundary

v1.0.9

06 Jun 19:01
Compare
Choose a tag to compare

Bug Fixes

  • The bug fix released in 1.0.8 to resolve the plugin is nil error only worked for
    Linux AMD64. This was due to a build issue where the plugin binaries were only built for
    Linux AMD64. Other platforms would receive an error similar to:

          Error: error reading wrappers from "recovery_kms_hcl":
          Error configuring kms: error fetching kms plugin rpc client: 
          fork/exec boundary-plugin-kms-awskms.gz: exec format error
    

    (Issue),
    (PR).

What's Changed

  • bug(kms): Generate all kms plugin assets during goreleaser pre build by @louisruch in #216

Full Changelog: v1.0.8...v1.0.9

v1.0.8

01 Jun 20:47
Compare
Choose a tag to compare

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

What's Changed

Full Changelog: v1.0.7...v1.0.8

v1.0.7

16 May 23:24
9acb1b6
Compare
Choose a tag to compare

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

What's Changed

New Contributors

Full Changelog: v1.0.6...v1.0.7

v1.0.6

01 Feb 00:06
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.0.5...v1.0.6

v1.0.5

01 Feb 00:06
Compare
Choose a tag to compare

What's Changed

  • Include the 'type' attribute in the boundary_target documentation example. by @grantorchard in #88
  • docs: fix examples by @apsega in #96
  • Deprecate target host_set_ids and credential_library_ids by @louisruch in #134
  • updating examples to use new grants_strings syntax by @devops-rob in #132
  • 1.0.5 release update dependencies by @louisruch in #140

New Contributors

Full Changelog: v1.0.4...v1.0.5

v1.0.4

01 Feb 00:07
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.0.3...v1.0.4

v1.0.3

01 Feb 00:07
Compare
Choose a tag to compare

What's Changed

  • build(deps): bump github.com/hashicorp/boundary from 0.2.0 to 0.2.1 by @dependabot in #109
  • Add account claim maps to OIDC auth method by @malnick in #111
  • Add claim scopes attribute by @malnick in #112
  • Update static type attribute for host catalog resource by @malnick in #121
  • Make OIDC account attribute for subject ForceNew by @malnick in #122
  • docs: update auto-generated docs by @malnick in #124
  • Add credential library resource for Vault by @malnick in #114
  • Update token/clientKey on hmac change by @louisruch in #125

Full Changelog: v1.0.2...v1.0.3

v1.0.2

01 Feb 00:07
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.0.1...v1.0.2

v1.0.1

01 Feb 00:07
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.0.0...v1.0.1

v1.0.0

01 Feb 00:08
Compare
Choose a tag to compare

What's Changed

  • Turn on dependabot for actions and Go by @paultyng in #64
  • Update docs by @louisruch in #65
  • build(deps): bump tomhjp/gh-action-jira-create from v0.1.3 to v0.2.0 by @dependabot in #68
  • build(deps): bump atlassian/gajira-transition from v2.0.1 to v2.0.2 by @dependabot in #67
  • build(deps): bump tomhjp/gh-action-jira-comment from v0.1.0 to v0.2.0 by @dependabot in #66
  • Dont allow password change via tf apply by @louisruch in #70

Full Changelog: v0.1.4...v1.0.0