From 98dd5d5c4abd5a67880dabf31e6a7622cdd2b492 Mon Sep 17 00:00:00 2001 From: Carlos Gajardo Date: Mon, 13 Jan 2025 18:23:24 -0300 Subject: [PATCH] Update CHANGELOG.md v3.19.1 This reverts commit 6ac1d38ebe026e17bd2af99d8cadc6a4b74acaf5. --- CHANGELOG.md | 6 ++++++ README.md | 12 ++++++------ 2 files changed, 12 insertions(+), 6 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2a31dd096..667084bb9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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: diff --git a/README.md b/README.md index d29234d04..6817aa585 100644 --- a/README.md +++ b/README.md @@ -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