Skip to content
This repository has been archived by the owner on Mar 20, 2023. It is now read-only.

Releases: davidji99/terraform-provider-rollbar

v1.2.0

10 Aug 04:23
d35cd78
Compare
Choose a tag to compare

Improvements

  • Hook up E2E tests (#34)
  • Bump rollrest-go to v0.1.5 (#34)
  • Improve how rollbar_user data source is defined by accepting an email attribute instead of the ID (#34)
  • Lots of test fixes (#34)

v1.1.0

06 Aug 11:17
2ca7b17
Compare
Choose a tag to compare

Improvements

  • Change rollbar_project_access_token deletion behavior to set the rate limit to 1 call per 30 days as a means of 'disabling' the token. (#33)

v1.0.1

04 Aug 23:40
90309fa
Compare
Choose a tag to compare

Improvements

  • Upgrade rollrest-go to v0.1.4. This upgrade enables the provider to respect NO_PROXY or no_proxy environment variable. (#32)

v1.0.0-beta2

03 Aug 06:22
288e573
Compare
Choose a tag to compare

This release builds upon v1.0.0-beta1 and adds support for automatically respecting proxy ENV variables via [email protected].

v1.0.0

04 Aug 23:34
0c1602c
Compare
Choose a tag to compare

Improvements

  • Upgrade terraform-plugin-sdk to v2.0.0. This upgrade drop support for terraform v0.11.x. (#29)
  • Upgrade rollrest-go to v0.1.3. This upgrades add supports to automatically read proxy variables from the ENV. (#30)
  • Change release.yml to support an all remote workflow (#31)

BREAKING CHANGE: As of v1.0.0, this provider no longer supports terraform v0.11.x

v1.0.0-beta1

02 Aug 03:20
1e8cf50
Compare
Choose a tag to compare

No new features/improvements/bug fixes. Testing out [email protected], which drops support for Terraform v0.11.

v0.4.6

27 Jul 02:36
232e2d1
Compare
Choose a tag to compare

Improvements

  • Bump terraform-provider-sdk to v1.15.0.

v0.4.5

16 Jul 12:51
214c425
Compare
Choose a tag to compare

Improvements

  • Update release process to generate binaries compliant with publishing to registry.terraform.io

v0.4.4

30 Jun 06:10
279d0a5
Compare
Choose a tag to compare

Improvements

  • Use Github Actions and goreleaser to publish and release binaries (#25)

v0.4.3

12 Jun 00:17
88f321c
Compare
Choose a tag to compare

Bug Fix

  • Remove regex validation for rollbar_project_access_token.name & rollbar_team.name attributes (#24)