Skip to content

Releases: nobl9/terraform-provider-nobl9

v0.37.1

27 Feb 11:18
fd1bb5f
Compare
Choose a tag to compare

What's Changed

🧰 Maintenance

  • chore: Update module golang.org/x/tools/cmd/goimports to v0.30.0 by @renovate in #398
  • chore: Update dependency golangci/golangci-lint to v1.64.2 by @renovate in #399
  • chore: Update dependency golangci/golangci-lint to v1.64.4 by @renovate in #400
  • chore: Update dependency securego/gosec to v2.22.1 by @renovate in #382
  • chore: Update dependency golangci/golangci-lint to v1.64.5 by @renovate in #401
  • chore: Update dependency cspell to v8.17.4 by @renovate in #395
  • chore: Update minor and patch Golang dependencies by @renovate in #397
  • chore: Update dependency cspell to v8.17.5 by @renovate in #402
  • chore: Remove Honeycomb acceptance tests by @bdw-nobl9 in #403
  • chore: Bump version of TF provider by @bdw-nobl9 in #404

Full Changelog: v0.37.0...v0.37.1

v0.37.1-rc1

27 Feb 10:24
fd1bb5f
Compare
Choose a tag to compare
v0.37.1-rc1 Pre-release
Pre-release

What's Changed

  • chore: Update module golang.org/x/tools/cmd/goimports to v0.30.0 by @renovate in #398
  • chore: Update dependency golangci/golangci-lint to v1.64.2 by @renovate in #399
  • chore: Update dependency golangci/golangci-lint to v1.64.4 by @renovate in #400
  • chore: Update dependency securego/gosec to v2.22.1 by @renovate in #382
  • chore: Update dependency golangci/golangci-lint to v1.64.5 by @renovate in #401
  • chore: Update dependency cspell to v8.17.4 by @renovate in #395
  • chore: Update minor and patch Golang dependencies by @renovate in #397
  • chore: Update dependency cspell to v8.17.5 by @renovate in #402
  • chore: Remove Honeycomb acceptance tests by @bdw-nobl9 in #403
  • chore: Bump version of TF provider by @bdw-nobl9 in #404

Full Changelog: v0.37.0...v0.37.1-rc1

v0.37.0

27 Jan 12:33
d32604b
Compare
Choose a tag to compare

What's Changed

🚀 Features

  • feat: Support promql field in GCM terraform [PC-14302] (#371) @dawidwisn

    Support promql field in GCM terraform

  • feat: Add website metrics to LogicMonitor [PC-15088] (#359) @dawidwisn

    Support website metrics in LogicMonitor

  • feat: Support for single query splunk ratio SLOs [PC-13052] (#375) @dawidwisn

    Support for single query splunk ratio SLOs

🐞 Bug Fixes

🧰 Maintenance

8 changes
  • chore: Update version to 0.37.0 (#394) @dawidwisn
  • chore: Update dependency markdownlint-cli to v0.44.0 (#393) @renovate[bot]
  • chore: fix message error in test that validates metrics. (#392) @dawidwisn
  • chore: Update module github.com/hashicorp/terraform-plugin-mux to v0.18.0 (#391) @renovate[bot]
  • chore: Fix failing test because of wrong formatting multiline string [PC-13052] (#390) @dawidwisn
  • chore: Update module github.com/hashicorp/terraform-plugin-go to v0.26.0 (#389) @renovate[bot]
  • chore: Update module golang.org/x/vuln/cmd/govulncheck to v1.1.4 (#386) @renovate[bot]
  • chore: Update dependency cspell to v8.17.2 (#385) @renovate[bot]

v0.37.0-rc1

27 Jan 11:39
d32604b
Compare
Choose a tag to compare
v0.37.0-rc1 Pre-release
Pre-release
chore: Update version to 0.37.0 (#394)

v0.36.0

13 Jan 13:54
c40c669
Compare
Choose a tag to compare

What's Changed

🚀 Features

  • feat: Add custom headers support for Webhook AlertMethod (#383) @kskitek

    Webhook alert method now supports custom HTTP headers.

💻 Fixed Vulnerabilities

  • chore: Update module golang.org/x/net to v0.33.0 [SECURITY] (#372) @renovate

🐞 Bug Fixes

🧰 Maintenance

10 changes
  • chore: Update broken link for webhook (#384) @labtom
  • chore: Update module golang.org/x/tools/cmd/goimports to v0.29.0 (#381) @renovate
  • chore: Update value description (#380) @labtom
  • chore: Update adjustments description (#379) @labtom
  • chore: Update dependency golangci/golangci-lint to v1.63.4 (#378) @renovate
  • chore: Update dependency golangci/golangci-lint to v1.63.3 (#376) @renovate
  • chore: Update dependency golangci/golangci-lint to v1.63.1 (#374) @renovate
  • chore: Update dependency markdownlint-cli to v0.43.0 (#315) @renovate
  • chore: Update dependency yaml to v2.7.0 (#373) @renovate
  • chore: Update module golang.org/x/net to v0.33.0 [SECURITY] (#372) @renovate

v0.35.0

17 Dec 15:01
b77f13e
Compare
Choose a tag to compare

What's Changed

🚀 Features

  • feat: Switch Service resource to Terraform Plugin Framework [PC-14988] (#351) @nieomylnieja

    Service resource plan was improved, invalid status computed attribute
    changes will no longer be presented.
    Added warning to Service plan when the resource is recreated due to
    name or project which informs the practitioners that the associated
    SLOs will be removed and their data lost during recreation.

💻 Fixed Vulnerabilities

  • chore: Update module golang.org/x/crypto to v0.31.0 [SECURITY] (#363) @renovate

🐞 Bug Fixes

🧰 Maintenance

6 changes

v0.35.0-rc3

17 Dec 14:08
b77f13e
Compare
Choose a tag to compare
v0.35.0-rc3 Pre-release
Pre-release
fix: Correct version handling (#370)

With the recent changes and the introduction of Terraform Plugin
Framework we needed to shift `Version` variable declaration away from
`nobl9` package to `main`. It turns out `go build` expects the `main`
package path to be just `main` instead of the module's name prefix.

v0.35.0-rc2

17 Dec 10:53
3c74d0c
Compare
Choose a tag to compare
v0.35.0-rc2 Pre-release
Pre-release
fix: Correct version handling for Terraform Plugin Framework and fix …

v0.35.0-rc1

16 Dec 10:29
3415496
Compare
Choose a tag to compare
v0.35.0-rc1 Pre-release
Pre-release
chore: Update version to 0.35.0 (#365)

v0.34.0

13 Dec 08:38
e0c22d8
Compare
Choose a tag to compare

What's Changed

💻 Fixed Vulnerabilities

  • chore: Update module golang.org/x/crypto to v0.31.0 [SECURITY] (#360) @renovate

🧰 Maintenance