All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog and this project adheres to Semantic Versioning.
0.6.9 - 2024-10-22
- Update conjur-api-go to v0.12.4 cyberark/terraform-provider-conjur#137
0.6.8 - 2024-08-01
- Update to support new automated release process and correct terraform registry publication.
0.6.7 - 2024-04-08
- Upgrade Go to 1.22 (CONJSE-1842)
0.6.6 - 2023-06-21
- Updated golang.org/x/sys to v0.8.0 and golang.org/x/text to v0.9.0 cyberark/terraform-provider-conjur#123
- Updated golang.org/x/net to v0.7.0 for CVE-2022-41721 and CVE-2022-41723, and golang.org/x/text to v0.3.8 for CVE_2022-32149 cyberark/terraform-provider-conjur#117
0.6.5 - 2022-11-30
- Added support for Conjur Cloud by appending
appliance_url
with/api
cyberark/terraform-provider-conjur#115
0.6.4 - 2022-11-14
- Added replaces for 2 versions of golang.org/x/crypto brought in by the terraform sdk to resolve CVE-2021-43565 cyberark/terraform-provider-conjur#111
- Upgraded to Go 1.19 cyberark/terraform-provider-conjur#110
- Forced golang.org/x/net to use v0.0.0-20220923203811-8be639271d50 to resolve CVE-2022-27664 cyberark/terraform-provider-conjur#109
0.6.3 - 2022-08-17
- Updated Terraform Plugin SDK to v2. This removes support for Terraform 0.11. cyberark/terraform-provider-conjur#106
- Updated direct dependencies (conjur-api-go -> 0.10.1 and github.com/hashicorp/terraform-plugin-sdk -> 1.17.2) cyberark/terraform-provider-conjur#102
- Add replace statements to go.mod to remove 3rd party dependencies with known vulnerabilities from our dependency tree. cyberark/terraform-provider-conjur#103 cyberark/terraform-provider-conjur#104 cyberark/terraform-provider-conjur#105 cyberark/terraform-provider-conjur#107
0.6.2 - 2021-09-02
- Documentation layout for the Terraform Registry
0.6.1 - 2021-09-02
- Archive format changed to support publishing to registry.terraform.io
0.6.0 - 2021-08-12
- Build for Apple M1 silicon. cyberark/terraform-provider-conjur#84
0.5.0 - 2021-05-06
- Validated support with Terraform v0.15. Please note that in v0.15, behavior around sensitive output values changed; with Terraform v0.15, you must mark output values with "sensitive: true" if its definition includes any Conjur-provided secret values. cyberark/terraform-provider-conjur#76
- Plugin now uses the Terraform Plugin SDK instead of Terraform core as its plugin library. With this change, the Go version was also incremented to 1.15. cyberark/terraform-provider-conjur#76
0.4.0 - 2020-04-29
- You can now specify
account
,appliance_url
,ssl_cert
, andssl_cert_path
values directly in the.tf
provider config #29
0.3.1 - 2020-04-20
- Each brew recipe binary now includes the provider version #47
- Updated output binary file names to include version suffix so that the version command returns the correct version #30
0.3.0 - 2020-04-13
- Converted to Go modules
- Updated build to use official Goreleaser image
- Code now builds against Terraform v0.12
0.2.0 - 2018-08-31
- Homebrew installer, see https://github.com/cyberark/terraform-provider-conjur#homebrew-macos for instructions.
- Initial release
- Use https://github.com/cyberark/conjur-api-go to read configuration.