Skip to content

Commit

Permalink
Revert "Update CHANGELOG.md v3.19.1"
Browse files Browse the repository at this point in the history
This reverts commit 4069c30.
  • Loading branch information
cjgajard committed Jan 13, 2025
1 parent 4069c30 commit 6ac1d38
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 12 deletions.
6 changes: 0 additions & 6 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,3 @@
## 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 6ac1d38

Please sign in to comment.