You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+13Lines changed: 13 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,6 +5,19 @@ All notable changes of the StatusPal Terraform provider will be documented in th
5
5
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
6
6
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
7
7
8
+
## [0.2.6] - 2024-07-10
9
+
10
+
### Added
11
+
12
+
-`webhook_monitoring_service`, `webhook_custom_jsonpath_settings`, `inbound_email_address` and `incoming_webhook_url` attributes to the service resource and services data source.
13
+
-`webhook` type to the service `monitoring` attribute
14
+
-`bg_image`, `logo` and `favicon` readonly attributes to the status_page resource and status_pages data source.
15
+
- Validators to the service resource attributes where it was needed.
Sets the incident type to this value when an incident is created via monitoring.
55
56
The type of the (current) incident:
56
57
-`minor` - A minor incident is currently taking place.
57
58
-`major` - A major incident is currently taking place.
59
+
-`incoming_webhook_url` (String) This is field is populated from `inbound_email_id`, if the `monitoring` is set to `webhook` and the `webhook_monitoring_service` is set.
58
60
-`inserted_at` (String) Datetime at which the service was inserted.
Sets the incident type to this value when an incident is created via monitoring.
99
110
The type of the (current) incident:
100
111
-`minor` - A minor incident is currently taking place.
101
112
-`major` - A major incident is currently taking place.
113
+
-`incoming_webhook_url` (String) This is field is populated from `inbound_email_id`, if the `monitoring` is set to `webhook` and the `webhook_monitoring_service` is set.
102
114
-`inserted_at` (String) Datetime at which the service was inserted.
0 commit comments