Skip to content

Releases: hashicorp/terraform-provider-boundary

v1.1.5

21 Apr 20:05
1a83d0e
Compare
Choose a tag to compare

Canonical reference for changes, improvements, and bugfixes for the Boundary Terraform provider.

1.1.5 (April 21, 2023)

New and Improved

  • Add support for credential store vault worker filters (PR)

Bug Fix

  • Allow users to set OIDC maxAge value to 0 to require immediate reauth (PR)

v1.1.4

15 Feb 21:04
f58bb09
Compare
Choose a tag to compare

Canonical reference for changes, improvements, and bugfixes for the Boundary Terraform provider.

1.1.4 (February 15, 2023)

New and Improved

  • Add support for worker egress and ingress filters (PR)
  • Add support for vault ssh certificate credential libraries (PR)
  • Add support for targets with address configurations (PR)

v1.1.3

29 Nov 23:17
Compare
Choose a tag to compare

Canonical reference for changes, improvements, and bugfixes for the Boundary Terraform provider.

1.1.3 (November 29, 2022)

New and Improved

  • Add support for a workers as a resource
    (PR).

What's Changed

Full Changelog: v1.1.2...v1.1.3

v1.1.2

18 Oct 21:22
f95954c
Compare
Choose a tag to compare

Canonical reference for changes, improvements, and bugfixes for the Boundary Terraform provider.

Next

New and Improved

  • Add support for setting mapping overrides for vault credential libraries
    (PR).

Bug Fixes

  • Improve error message when authenticating to boundary
    (PR).
  • Set state before returning an error when creating a resource
    (PR)

What's Changed

  • Support Vault Credential Library Mapping Overrides by @ddebko in #287
  • fix: improve error message for invalid provider credentials by @ddebko in #290
  • fix: save resource state when failing on subtasks by @ddebko in #289

Full Changelog: v1.1.1...v1.1.2

v1.1.1

12 Oct 18:20
Compare
Choose a tag to compare

Canonical reference for changes, improvements, and bugfixes for the Boundary Terraform provider.

1.1.1 (October 12, 2022)

Bug Fixes

  • The plugin cleanup function is being called before the entire Terraform workflow is complete.
    (Issue),
    (PR).

v1.1.0

04 Oct 19:05
Compare
Choose a tag to compare

Canonical reference for changes, improvements, and bugfixes for the Boundary Terraform provider.

1.1.0 (October 4, 2022)

New and Improved

  • Add support for JSON credentials
    (PR).
  • Add support for setting the plugin execution directory from the config
    (PR).

Deprecations/Changes

  • Fix panic resulting from expired Vault credential store tokens
    (Issue,
    PR).
  • Remove application_credential_source_ids of the target resource which was deprecated
    in 1.0.12 (PR).
  • Remove default_role from the role resource, this schema was never supported and was
    included mistakenly (Issue,
    PR).

v1.0.12

13 Sep 18:21
Compare
Choose a tag to compare

Canonical reference for changes, improvements, and bugfixes for the Boundary Terraform provider.

1.0.12 (September 13, 2022)

New and Improved

  • Add support for SSH targets
    (PR).

Deprecations/Changes

  • Deprecate application_credential_source_ids of the target resource
    (PR).

What's Changed

Full Changelog: v1.0.11...v1.0.12

v1.0.11

26 Aug 18:12
Compare
Choose a tag to compare

Canonical reference for changes, improvements, and bugfixes for the Boundary Terraform provider.

1.0.11 (August 26, 2022)

New and Improved

  • Add support for SSH private key credentials
    (PR).
  • Add support for credential type in Vault libraries
    (PR).

What's Changed

Full Changelog: v1.0.10...v1.0.11

v1.0.10

10 Aug 22:16
Compare
Choose a tag to compare

New and Improved

  • Adds support for static credential stores
    (PR).
  • Adds support for username password credentials
    (PR).

What's Changed

  • build(deps): bump github.com/stretchr/testify from 1.7.1 to 1.7.2 by @dependabot in #219
  • build(deps): bump github.com/hashicorp/go-secure-stdlib/parseutil from 0.1.5 to 0.1.6 by @dependabot in #217
  • build(deps): bump github.com/hashicorp/terraform-plugin-docs from 0.9.0 to 0.13.0 by @dependabot in #234
  • upgrade boundary version from 0.8.1 to 0.9.1 by @DanielleMiu in #238
  • build(deps): bump github.com/hashicorp/terraform-plugin-sdk/v2 from 2.17.0 to 2.19.0 by @dependabot in #237
  • build(deps): bump github.com/stretchr/testify from 1.7.2 to 1.8.0 by @dependabot in #229
  • Static Credential Store by @DanielleMiu in #236
  • Fix deprecation messages by @louisruch in #235
  • Username Password Credential Provider by @DanielleMiu in #242
  • Louis deps by @louisruch in #248

New Contributors

  • @DanielleMiu made their first contribution in #238

Full Changelog: v1.0.9...v1.0.10

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