Skip to content

Releases: nobl9/terraform-provider-nobl9

v0.8.2

03 Feb 09:34
e75e156
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.8.1...v0.8.2

v0.8.1

27 Jan 11:02
b7ef4e8
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.8.0...v0.8.1

v0.8.0

22 Dec 15:54
3ee9518
Compare
Choose a tag to compare

What's Changed

  • add foundations to CODEOWNERS by @nuusk in #72
  • PC-6755: Add schemas for client_id and client_secret by @danstan9 in #68
  • Update version to 0.8.0 by @danstan9 in #73

New Contributors

Full Changelog: v0.7.0...v0.8.0

v0.7.0

14 Dec 10:44
4e41eed
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.6.4...v0.7.0

v0.6.4

05 Oct 05:58
cd84076
Compare
Choose a tag to compare
 reuse n9 client per project (#63)

Reusing N9 client for all API calls caused using an invalid project
for some of the requests. Now clients are created per individual
project.

Resolves: PC-6512

v0.6.3

30 Sep 14:31
bc7bf9d
Compare
Choose a tag to compare
reuse n9 client (#62)

* reuse n9 client

Every new N9 client calls Okta for a new auth token. Because of that,
 we're hitting Okta's rate limits.

Now N9 client is created once on the first call and cached for
subsequent calls to the API.

We took into consideration using the client's pool in the provider
and changing SDK to support more concurrent connections, but now
it seems to be a bit over-engineering since TF by default only
runs 10 concurrent operations.

Resolves: PC-6512

v0.6.2

29 Sep 13:30
8797cf3
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.6.1...v0.6.2

v0.6.1

29 Sep 12:46
db8338e
Compare
Choose a tag to compare
PC-5874 Rename experience_name to objective_name in webhook alert met…

v0.6.0

22 Sep 09:27
5d95949
Compare
Choose a tag to compare

What's Changed

  • Enable agents, add missing metric types by @mkaras-nobl9 in #52
  • Fix deleting alert policies from SLOs by @ptak7 in #55

Full Changelog: v0.5.0...v0.6.0

v0.5.0

09 Sep 05:51
e120934
Compare
Choose a tag to compare

What's Changed

  • Support for Labels (SLOs, Services, Projects)
  • Developer's internal enhancements

Full Changelog: v0.4.0...v0.5.0