Releases: SolaceProducts/terraform-provider-solacebroker
v1.1.0
Release v1.1.0
of the Solace PubSub+ Software Event Broker (solacebroker) Provider, based on SEMP version 2.42.
Important: This version of the PubSub+ Terraform provider is generally available for production services contained within a Message VPN. Use of any resource not contained within a Message VPN is not supported in production by Solace.
Improvements
- Updated SEMP schema to 2.42
- Added support for HTTP Proxy
- Upgrade Terraform provider to Go v1.23 and latest stable libraries
v1.0.1
Release v1.0.1
of the Solace PubSub+ Software Event Broker (solacebroker) Provider, based on SEMP version 2.41.
Bug Fixes
- Provider fails if broker credentials are provided in env variables
v1.0.0
GA release v1.0.0
of the Solace PubSub+ Software Event Broker (solacebroker) Provider, based on SEMP version 2.41
.
Important: This version of the PubSub+ Terraform provider is generally available for production services contained within a Message VPN. Use of any resource not contained within a Message VPN is not supported in production by Solace.
Upgrading from Beta releases
The state schema version of this release has changed from 0 to 1. State files created by Beta versions of the provider are automatically upgraded. After the upgrade, they can only be managed by the GA provider.
Improvements
- Updated SEMP schema to 2.41
- Upgrade Terraform provider to Go v1.22 and latest stable libraries
Bug Fixes
- More checks and better feedback on provider parameter conflicts
- Generator now accepts both env vars and command line arguments
Misc
- Updated documentation
v0.9.3
Updated Beta release v0.9.3
of the Solace PubSub+ Software Event Broker (solacebroker) Provider, based on Semp version 2.39
.
Improvements
- Code Generator optimization and enhancements including improved resource naming in generated configuration
- Support provider configuration with values that come from other resources
Bug Fixes
- Several code generator issues
Misc
- Updated documentation, particularly the new config generator
v0.9.2
Beta release v0.9.2
of the Solace PubSub+ Software Event Broker (solacebroker) Provider. Semp version: 2.39
.
Misc
- Security update, fixes cve: GHSA-9763-4f94-gfch
v0.9.1
Updated Beta release v0.9.1
of the Solace PubSub+ Software Event Broker (solacebroker) Provider, based on Semp version 2.39
.
Improvements
- Updated SEMP schema to 2.39
- Upgrade Terraform provider to Go v1.21
- Improved retry mechanism in provider SEMP client
- Updated module versions
- Removed
id
attribute from all objects as it is no longer required by the Terraform test framework v1.5
Bug Fixes
- Objects that dont have dependancies dont follow the 'request_min_interval' provider attribute
- The request_min_interval attribute seems to wait before the first SEMP request is sent
- Improved retry mechanism in provider SEMP client
- Generator needs to escape certain charaters in attribute names
- broker provider makes API calls at configure time
- Generator needs to handle terraform interpolation in string outputs
Misc
- Updated documentation