Releases: nobl9/terraform-provider-nobl9
Release list
v0.53.0
What's Changed
⚠️ Breaking Changes
- fix: read config file by default (#602) @nieomylnieja
The default value of
no_config_filechanged fromtruetofalse, so
an existing localconfig.tomlfile may now be read automatically.
🚀 Features
- feat: add Elasticsearch Direct resource (#594) @matkaras
Add the beta-only
nobl9_direct_elasticsearchTerraform resource with
HTTPS URL and sensitive API key configuration.
💻 Fixed Vulnerabilities
- chore: Update module google.golang.org/grpc to v1.82.1 [SECURITY] (#603) @renovate[bot]
- chore: Update module golang.org/x/crypto to v0.52.0 [SECURITY] (#590) @renovate[bot]
🐞 Bug Fixes
- fix: preserve omitted SLO indicator project (#601) @nieomylnieja
Fixed SLO creation when the optional
indicator.projectis omitted. - fix: read config file by default (#602) @nieomylnieja
The provider now reads Nobl9
config.tomlby default when credentials
are not supplied through provider configuration or environment
variables. Setno_config_file = trueto disable this fallback.
🧰 Maintenance
11 changes
- chore: Update module github.com/hashicorp/terraform-plugin-log to v0.11.0 (#620) @renovate[bot]
- chore: automate provider release versioning (#577) @nieomylnieja
- chore: Update module google.golang.org/grpc to v1.82.1 [SECURITY] (#603) @renovate[bot]
- chore: bump golang.org/x/text to v0.39.0 (#600) @bdw-nobl9
- chore: Update module golang.org/x/crypto to v0.52.0 [SECURITY] (#590) @renovate[bot]
- chore: Update actions/setup-node action to v7 (#593) @renovate[bot]
- chore: Update actions/setup-go action to v7 (#595) @renovate[bot]
- chore: Update actions/checkout action to v7.0.1 (#596) @renovate[bot]
- chore: Update actions/setup-node action to v6.5.0 (#591) @renovate[bot]
- chore: Update module golang.org/x/vuln/cmd/govulncheck to v1.6.0 (#589) @renovate[bot]
- chore: Update dependency markdownlint-cli to v0.49.1 (#592) @renovate[bot]
v0.53.0-rc1
What's Changed
- chore: Update dependency markdownlint-cli to v0.49.1 by @renovate[bot] in #592
- chore: Update module golang.org/x/vuln/cmd/govulncheck to v1.6.0 by @renovate[bot] in #589
- chore: Update actions/setup-node action to v6.5.0 by @renovate[bot] in #591
- chore: Update actions/checkout action to v7.0.1 by @renovate[bot] in #596
- chore: Update actions/setup-go action to v7 by @renovate[bot] in #595
- chore: Update actions/setup-node action to v7 by @renovate[bot] in #593
- chore: Update module golang.org/x/crypto to v0.52.0 [SECURITY] by @renovate[bot] in #590
- doc: document framework migration caveats by @nieomylnieja in #599
- chore: bump golang.org/x/text to v0.39.0 by @bdw-nobl9 in #600
- chore: Update module google.golang.org/grpc to v1.82.1 [SECURITY] by @renovate[bot] in #603
- fix: read config file by default by @nieomylnieja in #602
- fix: preserve omitted SLO indicator project by @nieomylnieja in #601
- chore: automate provider release versioning by @nieomylnieja in #577
- chore: Update module github.com/hashicorp/terraform-plugin-log to v0.11.0 by @renovate[bot] in #620
- feat: add Elasticsearch Direct resource by @matkaras in #594
Full Changelog: v0.52.0...v0.53.0-rc1
v0.52.0
What's Changed
🚀 Features
- feat: Allow to configure no data anomaly for 0 values (#588) @nobl9-adam-szymanski
Added
treat_zero_as_no_datato thenobl9_sloresource
anomaly_config.no_datablock. The provider now preserves omitted,
true, and explicit false values for this field to avoid perpetual drift
and keep Terraform state. - feat: add project scope setting to report filter (#586) @nikodemrafalski
Terraform report resources now support
filters.project_scope = "all"
for all current and future projects. Existing selected-scope
configurations can continue omitting the field.
🧰 Maintenance
9 changes
- chore: Update goreleaser/goreleaser-action action to v7.2.3 (#587) @renovate[bot]
- chore: bump SDK for Splunk Observability examples (#584) @matkaras
- chore: Update actions/cache action to v6.1.0 (#585) @renovate[bot]
- chore: Update module golang.org/x/vuln/cmd/govulncheck to v1.5.0 (#583) @renovate[bot]
- chore: Update actions/cache action to v6 (#581) @renovate[bot]
- chore: Update actions/setup-go action to v6.5.0 (#582) @renovate[bot]
- chore: Update actions/checkout action to v7 (#580) @renovate[bot]
- chore: Update module golang.org/x/vuln/cmd/govulncheck to v1.4.0 (#579) @renovate[bot]
- chore: Update dependency markdownlint-cli to v0.49.0 (#578) @renovate[bot]
v0.52.0-rc1
What's Changed
- chore: Update dependency markdownlint-cli to v0.49.0 by @renovate[bot] in #578
- chore: Update module golang.org/x/vuln/cmd/govulncheck to v1.4.0 by @renovate[bot] in #579
- chore: Update actions/checkout action to v7 by @renovate[bot] in #580
- chore: Update actions/setup-go action to v6.5.0 by @renovate[bot] in #582
- chore: Update actions/cache action to v6 by @renovate[bot] in #581
- chore: Update module golang.org/x/vuln/cmd/govulncheck to v1.5.0 by @renovate[bot] in #583
- chore: Update actions/cache action to v6.1.0 by @renovate[bot] in #585
- chore: bump SDK for Splunk Observability examples by @matkaras in #584
- chore: Update goreleaser/goreleaser-action action to v7.2.3 by @renovate[bot] in #587
- feat: add project scope setting to report filter by @nikodemrafalski in #586
- feat: Allow to configure no data anomaly for 0 values by @nobl9-adam-szymanski in #588
Full Changelog: v0.51.1...v0.52.0-rc1
v0.51.1
What's Changed
🐞 Bug Fixes
- fix: reject duplicate label keys [PC-19826] (#576) @nieomylnieja
Duplicate label keys in Terraform resource
labelblocks were rejected
with a validation error.
🧰 Maintenance
- chore: Update dependency cspell to v10 (#562) @renovate[bot]
v0.51.0
What's Changed
🚀 Features
- feat: add Dynatrace DQL SLO support (#570) @matkaras
Add support for configuring Dynatrace DQL queries in SLO metric blocks
and Dynatrace Direct platform tokens.
🧰 Maintenance
- chore: bump nobl9-go to v0.130.0 (#575) @bdw-nobl9
- chore: Pin dependencies (#573) @renovate[bot]
v0.50.0
What's Changed
🚀 Features
- feat: nobl9_report_reliability_rollup resource (#568) @nikodemrafalski
- feat: add Splunk Observability historical retrieval (#567) @bdw-nobl9
🧰 Maintenance
4 changes
- chore: Update module golang.org/x/vuln/cmd/govulncheck to v1.3.0 (#564) @renovate[bot]
- chore: Update dependency golangci/golangci-lint to v2.12.2 (#566) @renovate[bot]
- chore: Update minor and patch Golang dependencies (#563) @renovate[bot]
- chore: Update dependency cspell to v9.8.0 (#561) @renovate[bot]
What's Changed
- chore: Update dependency cspell to v9.8.0 by @renovate[bot] in #561
- feat: add Splunk Observability historical retrieval by @bdw-nobl9 in #567
- chore: Update minor and patch Golang dependencies by @renovate[bot] in #563
- chore: Update dependency golangci/golangci-lint to v2.12.2 by @renovate[bot] in #566
- chore: Update module golang.org/x/vuln/cmd/govulncheck to v1.3.0 by @renovate[bot] in #564
- feat: nobl9_report_reliability_rollup resource by @nikodemrafalski in #568
Full Changelog: v0.49.0...v0.50.0
v0.50.0-rc4
What's Changed
- feat: nobl9_report_reliability_rollup resource by @nikodemrafalski in #568
Full Changelog: v0.50.0-rc1...v0.50.0-rc4
v0.50.0-rc3
What's Changed
- chore: Update dependency cspell to v9.8.0 by @renovate[bot] in #561
- feat: add Splunk Observability historical retrieval by @bdw-nobl9 in #567
- chore: Update minor and patch Golang dependencies by @renovate[bot] in #563
- chore: Update dependency golangci/golangci-lint to v2.12.2 by @renovate[bot] in #566
- chore: Update module golang.org/x/vuln/cmd/govulncheck to v1.3.0 by @renovate[bot] in #564
Full Changelog: v0.49.0...v0.50.0-rc3
v0.50.0-rc2
What's Changed
- chore: Update dependency cspell to v9.8.0 by @renovate[bot] in #561
- feat: add Splunk Observability historical retrieval by @bdw-nobl9 in #567
- chore: Update minor and patch Golang dependencies by @renovate[bot] in #563
- chore: Update dependency golangci/golangci-lint to v2.12.2 by @renovate[bot] in #566
- chore: Update module golang.org/x/vuln/cmd/govulncheck to v1.3.0 by @renovate[bot] in #564
Full Changelog: v0.49.0...v0.50.0-rc2