v2.0.0-pre1
github-actions
released this
17 Jan 22:03
·
112 commits
to master
since this release
2.0.0-pre1 (January 18, 2023)
ENHANCEMENTS
- Upgraded to Terraform SDK 2.24.1. Users of Pulsar will need to make minor changes in their resource files, see below.
INCOMPATIBILITIES WITH PREVIOUS VERSIONS
- The
ns1_application
resource attributesconfig
,default_config
andblended_metric_weights
are now blocks, with only one item permitted. This is due to an SDK 2.x restriction on nested structures. Existing resource files will need to be edited to remove the equals sign in the declarations of the affected stanzas.