Skip to content

Releases: sbecker59/terraform-provider-statuspage

v1.0.1

24 Aug 17:58
Compare
Choose a tag to compare

NOTES:

  • Refactor use custom transport for HTTPClient to enable retries on 420, 429 and 5xx http errors (#172)
  • Update go version 1.23.x
  • Update dependencies go
  • Update dependencies actions github

v1.0.0

20 May 09:54
Compare
Choose a tag to compare

IMPROVEMENTS:

  • #157 Pagination parameters required

NOTES:

  • Statuspage is making important performance-based changes to the authenticated REST API by enforcing pagination for a specific set of endpoints. If you have an existing integration with our REST API, you may need to make changes to your REST API calls to accommodate these changes, so please read on to understand the details.

v0.8.0

15 Mar 22:26
00b617e
Compare
Choose a tag to compare

FEATURES:

  • statuspage_pages : Add Page datasource (#86)

New Contributors

v0.7.0

01 Oct 19:03
7888cde
Compare
Choose a tag to compare

FEATURES:

  • statuspage_page_access_group : Add Page Access Group resource (#68)
  • statuspage_page_access_user : Add Page Access User resource (#68)

New Contributors

v0.6.0

23 Jun 20:12
a2bbb5d
Compare
Choose a tag to compare

IMPROVEMENTS:

  • statuspage_components: Adding the automation_email fied (read-only)
  • statuspage_component: Adding the automation_email fied (read-only)

NOTES:

  • Use custom transport for HTTPClient to enable retries on 420, 429 and 5xx http errors (#52)
    • Remove Ratelimiter for blocking call
  • Update go version 0.16.x

v0.5.0

05 Jun 23:18
Compare
Choose a tag to compare

FEATURES:

  • statuspage_incident: Add Indicent resource

v0.4.3

02 Mar 08:29
1d1b1a8
Compare
Choose a tag to compare

IMPROVEMENTS:

  • statuspage_subscriber: Schema Resource page_id & endpoint

FEATURES:

  • statuspage_metric_provider: Add Metric Provider resource

NOTES:

  • Add codecov.io
  • Add Ratelimiter for blocking call. Statuspage API Documentation
    • Each API token is limited to 1 request / second as measured on a 60 second rolling window
  • Increate Unit & Integration Tests

v0.4.2

02 Feb 18:16
ed59ac0
Compare
Choose a tag to compare

IMPROVEMENTS:

  • statuspage_component: Default value to true for the showcase field

NOTES:

  • Update terraform-plugin-docs
  • Documentation
  • Update Statuspage api go client. See here for changes

v0.4.1

23 Jan 14:39
5016747
Compare
Choose a tag to compare

BUGFIXES:

  • statuspage_component_groups: Return components (#20)
  • statuspage_components: Return components (#20)

v0.4.0

14 Jan 09:41
217afbc
Compare
Choose a tag to compare

IMPROVEMENTS:

  • statuspage_component : Add function import resource

BUGFIXES:

  • statuspage_component_groups: Output values not map

FEATURES:

  • statuspage_components: Add components datasource