Releases: splunk-terraform/terraform-provider-signalfx
Releases · splunk-terraform/terraform-provider-signalfx
v9.0.0
What's Changed
- Fix LogsView tests by @jieqiongliu123 in #449
- Update CHANGELOG.md by @akonarska in #451
- Don't allow empty regions in AWS integration by @anosek-an in #450
Full Changelog: v8.1.0...v9.0.0
v8.1.0
What's Changed
- Improve GCP integration documentation by @akonarska in #447
- Add Logs Timeline Chart resource by @jieqiongliu123 in #448
New Contributors
- @jieqiongliu123 made their first contribution in #448
Full Changelog: v8.0.0...v8.1.0
v8.0.0
What's Changed
- Remove cloud services validation from AWS/Azure/GCP integrations by @bgola-signalfx in #444
- Fix external-id when token-based AWS integration is created in two steps by @bgola-signalfx in #445
- Update signalfx_aws_integration documentation by @akonarska in #446
Full Changelog: v7.0.0...v8.0.0
v7.0.0-beta1
What's Changed
- Update docs for metric ruleset by @ndmoeller in #431
- Update aws_token_integration.html.markdown by @dgcom in #432
- Remove deprecated fields from AWS and GCP integration resources by @akonarska in #430
- Remove unused name and auth_method from AWS integration resource by @akonarska in #438
- fix: typo Gigibyte => Gibibyte has been corrected in the server side frontend by @pdecat in #434
- Restore unecessarily removed fields by @akonarska in #440
- Fix height calculation when using dashboard grid or column layout by @mbojko-signalfx in #441
- Upgrade to SDK v2 by @benkeith-splunk in #437
- Update integrations docs by @akonarska in #442
- Complete user session token information in docs by @maltefiala in #401
- Fix go version by @akonarska in #443
New Contributors
- @dgcom made their first contribution in #432
- @benkeith-splunk made their first contribution in #437
- @maltefiala made their first contribution in #401
Full Changelog: v6.24.0...v7.0.0-beta1
v7.0.0
What's Changed
- Update docs for metric ruleset by @ndmoeller in #431
- Update aws_token_integration.html.markdown by @dgcom in #432
- Remove deprecated fields from AWS and GCP integration resources by @akonarska in #430
- Remove unused name and auth_method from AWS integration resource by @akonarska in #438
- fix: typo Gigibyte => Gibibyte has been corrected in the server side frontend by @pdecat in #434
- Restore unecessarily removed fields by @akonarska in #440
- Fix height calculation when using dashboard grid or column layout by @mbojko-signalfx in #441
- Upgrade to SDK v2 by @benkeith-splunk in #437
- Update integrations docs by @akonarska in #442
- Complete user session token information in docs by @maltefiala in #401
- Fix go version by @akonarska in #443
New Contributors
- @dgcom made their first contribution in #432
- @benkeith-splunk made their first contribution in #437
- @maltefiala made their first contribution in #401
Full Changelog: v6.24.0...v7.0.0
v6.24.0
What's Changed
- Deprecate use_get_metric_data_method by @akonarska in #428
- Restore whitelist for backward compatibility by @akonarska in #429
Full Changelog: v6.23.0...v6.24.0
v6.23.0
6.23.0
IMPROVEMENTS:
- provider: Use go-retryablehttp for automatic retries with exponential backoff. Add
retry_max_attempts
(default=4),retry_wait_min_seconds
(default=1), andretry_wait_max_seconds
(default=30) configuration options. #416 - resource/signalfx_metric_ruleset: added along with docs