Skip to content

Releases: nobl9/terraform-provider-nobl9

v0.53.0

Choose a tag to compare

@n9-machine-user n9-machine-user released this 12 Aug 10:59
e16b05a

What's Changed

⚠️ Breaking Changes

  • fix: read config file by default (#602) @nieomylnieja

    The default value of no_config_file changed from true to false, so
    an existing local config.toml file may now be read automatically.

🚀 Features

  • feat: add Elasticsearch Direct resource (#594) @matkaras

    Add the beta-only nobl9_direct_elasticsearch Terraform 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.project is omitted.

  • fix: read config file by default (#602) @nieomylnieja

    The provider now reads Nobl9 config.toml by default when credentials
    are not supplied through provider configuration or environment
    variables. Set no_config_file = true to disable this fallback.

🧰 Maintenance

11 changes

v0.53.0-rc1

v0.53.0-rc1 Pre-release
Pre-release

Choose a tag to compare

@matkaras matkaras released this 12 Aug 08:46
e16b05a

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

Choose a tag to compare

@n9-machine-user n9-machine-user released this 14 Jul 10:23
5fb8fe3

What's Changed

🚀 Features

  • feat: Allow to configure no data anomaly for 0 values (#588) @nobl9-adam-szymanski

    Added treat_zero_as_no_data to the nobl9_slo resource
    anomaly_config.no_data block. 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

v0.52.0-rc1

v0.52.0-rc1 Pre-release
Pre-release

Choose a tag to compare

@nobl9-adam-szymanski nobl9-adam-szymanski released this 14 Jul 09:55
5fb8fe3

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

Choose a tag to compare

@n9-machine-user n9-machine-user released this 17 Jun 08:35
58f3079

What's Changed

🐞 Bug Fixes

  • fix: reject duplicate label keys [PC-19826] (#576) @nieomylnieja

    Duplicate label keys in Terraform resource label blocks were rejected
    with a validation error.

🧰 Maintenance

v0.51.0

Choose a tag to compare

@n9-machine-user n9-machine-user released this 12 Jun 11:13
2e86931

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

v0.50.0

Choose a tag to compare

@n9-machine-user n9-machine-user released this 26 May 13:25
c3197b9

What's Changed

🚀 Features

🧰 Maintenance

4 changes

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

v0.50.0-rc4 Pre-release
Pre-release

Choose a tag to compare

@klaudia-nobl9 klaudia-nobl9 released this 26 May 09:04
c3197b9

What's Changed

Full Changelog: v0.50.0-rc1...v0.50.0-rc4

v0.50.0-rc3

v0.50.0-rc3 Pre-release
Pre-release

Choose a tag to compare

@bdw-nobl9 bdw-nobl9 released this 22 May 09:32

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

v0.50.0-rc2 Pre-release
Pre-release

Choose a tag to compare

@bdw-nobl9 bdw-nobl9 released this 22 May 07:46

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