Releases: hashicorp/terraform-provider-boundary
Releases · hashicorp/terraform-provider-boundary
v1.1.6
Canonical reference for changes, improvements, and bugfixes for the Boundary Terraform provider.
1.1.6 (May 5, 2023)
New and Improved
- Add support for using default auth method if no auth method ID is provided for provider
(PR) - Fix typo in Managed Group resource page
(PR)
Bug Fix
- Force new resource on credential_type change
(PR)
v1.1.5
v1.1.4
Canonical reference for changes, improvements, and bugfixes for the Boundary Terraform provider.
1.1.4 (February 15, 2023)
New and Improved
v1.1.3
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
- Add support for boundary_self_managed_worker resource. by @grantorchard in #293
Full Changelog: v1.1.2...v1.1.3
v1.1.2
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
v1.1.0
v1.0.12
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 thetarget
resource
(PR).
What's Changed
- chore: deprecate application_credential_source_ids by @louisruch in #260
- Add support for ssh target by @louisruch in #264
Full Changelog: v1.0.11...v1.0.12
v1.0.11
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
- Add support for ssh_private_key by @louisruch in #257
Full Changelog: v1.0.10...v1.0.11
v1.0.10
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