Releases: nobl9/terraform-provider-nobl9
Releases · nobl9/terraform-provider-nobl9
v0.37.1
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
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
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
- fix: PC-9592 Update opsgenie, slack URLs in tests (#388) @piotrkwarcinski
🧰 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
chore: Update version to 0.37.0 (#394)
v0.36.0
What's Changed
🚀 Features
- feat: Add custom headers support for Webhook AlertMethod (#383) @kskitek
Webhook alert method now supports custom HTTP headers.
💻 Fixed Vulnerabilities
🐞 Bug Fixes
- fix: Perform replay only if SLO is created successfully (#377) @greg-agacinski
🧰 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
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
orproject
which informs the practitioners that the associated
SLOs will be removed and their data lost during recreation.
💻 Fixed Vulnerabilities
🐞 Bug Fixes
- fix: Correct version handling (#370) @nieomylnieja
- fix: Correct version handling for Terraform Plugin Framework and fix acceptance tests (#366) @nieomylnieja
🧰 Maintenance
6 changes
- chore: Update Makefile to compile Provider binary on any platform (#369) @nieomylnieja
- chore: Update minor and patch Golang dependencies (#368) @renovate
- chore: Update dependency cspell to v8.17.1 (#367) @renovate
- chore: Update module golang.org/x/crypto to v0.31.0 [SECURITY] (#363) @renovate
- chore: Update version to 0.35.0 (#365) @nieomylnieja
- chore: Update dependency cspell to v8.17.0 (#362) @renovate
v0.35.0-rc3
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
fix: Correct version handling for Terraform Plugin Framework and fix …
v0.35.0-rc1
chore: Update version to 0.35.0 (#365)
v0.34.0
What's Changed
💻 Fixed Vulnerabilities
🧰 Maintenance
- chore: Bump version number for release (#361) @marcinlawnik
- chore: Update module golang.org/x/crypto to v0.31.0 [SECURITY] (#360) @renovate
- chore: PC-15033 Remove experimental fields (#358) @marcinlawnik