summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStuart Stock <stuart@int08h.com>2019-02-23 08:59:53 -0600
committerStuart Stock <stuart@int08h.com>2019-02-23 08:59:53 -0600
commite2b230b461801016a7390b2344e065f773bff57b (patch)
tree3369642a2d112ea5170efab1992e258759bb27e0
parentf851deb0bf12cb8c094809ce2b924e1af2fcb6c4 (diff)
downloadroughenough-e2b230b461801016a7390b2344e065f773bff57b.zip
Update README and changelog for 1.1.4
-rw-r--r--CHANGELOG.md5
-rw-r--r--README.md1
2 files changed, 6 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 228f110..82c9a4d 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,8 @@
+## Version 1.1.4
+
+* Implement Roughtime ecosystem response mangling (177372f, f851deb)
+* Doc fix from @Muncan90 (20ba144)
+
## Version 1.1.3
* Add decrypt option to `roughenough-kms`
diff --git a/README.md b/README.md
index 70bf5b7..4935b3b 100644
--- a/README.md
+++ b/README.md
@@ -84,6 +84,7 @@ YAML Key | Environment Variable | Necessity | Description
`status_interval` | `ROUGHENOUGH_STATUS_INTERVAL` | Optional | Number of _seconds_ between each logged status update. Default is `600` seconds (10 minutes).
`health_check_port` | `ROUGHENOUGH_HEALTH_CHECK_PORT` | Optional | If present, enable an HTTP health check responder on the provided port. **Use with caution**, see [Optional Features](#optional-features).
`kms_protection` | `ROUGHENOUGH_KMS_PROTECTION` | Optional | If compiled with KMS support, the ID of the KMS key used to protect the long-term identity. See [Optional Features](#optional-features).
+`fault_percentage` | `ROUGHENOUGH_FAULT_PERCENTAGE` | Optional | Likelihood (as a percentage) that the server will intentionally return an invalid client response. An integer range from `0` (disabled, all responses valid) to `50` (50% of responses will be invalid). Default is `0` (disabled).
#### YAML Configuration