Skip to content

Commit

Permalink
Update CHANGELOG.md v3.19.1
Browse files Browse the repository at this point in the history
This reverts commit 6ac1d38.
  • Loading branch information
cjgajard committed Jan 13, 2025
1 parent 6ac1d38 commit 98dd5d5
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 6 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
## v3.19.1 (January 13, 2025)

FIXES:

* Add support for Incident Types (retry failed release)

## v3.19.0 (January 13, 2025)

FEATURES:
Expand Down
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,12 +56,12 @@ The `go-pagerduty` library relies on various APIs to interact with PagerDuty's r

### To activate caching support

| Environment Variable | Example Value | Description |
|----------------------------|------------------------------------------------------------------------------------|----------------------------------------------------------------------------------------------------------------------------------------------|
| TF_PAGERDUTY_CACHE | memory | Activate **In Memory** cache. |
| TF_PAGERDUTY_CACHE | `mongodb+srv://[mongouser]:[mongopass]@[mongodbname].[mongosubdomain].mongodb.net` | Activate MongoDB cache. |
| TF_PAGERDUTY_CACHE_MAX_AGE | 30s | Only applicable for MongoDB cache. Time in seconds for cached data to become staled. Default value `10s`. |
| TF_PAGERDUTY_CACHE_PREFILL | 1 | Only applicable for MongoDB cache. Indicates to pre-fill data in cache for *Abilities*, *Users*, *Contact Methods* and *Notification Rules*. |
| Environment Variable | Example Value | Description |
|------------------------------|------------------------------------------------------------------------------------|----------------------------------------------------------------------------------------------------------------------------------------------|
| `TF_PAGERDUTY_CACHE` | memory | Activate **In Memory** cache. |
| `TF_PAGERDUTY_CACHE` | `mongodb+srv://[mongouser]:[mongopass]@[mongodbname].[mongosubdomain].mongodb.net` | Activate MongoDB cache. |
| `TF_PAGERDUTY_CACHE_MAX_AGE` | 30s | Only applicable for MongoDB cache. Time in seconds for cached data to become staled. Default value `10s`. |
| `TF_PAGERDUTY_CACHE_PREFILL` | 1 | Only applicable for MongoDB cache. Indicates to pre-fill data in cache for *Abilities*, *Users*, *Contact Methods* and *Notification Rules*. |


## Development
Expand Down

0 comments on commit 98dd5d5

Please sign in to comment.