Skip to content

7.1.0 released 2019-09-10

Compare
Choose a tag to compare
@jantman jantman released this 10 Sep 17:18
· 237 commits to master since this release
7.1.0
8790ab9
  • Issue #301 - Distribute an official Docker image for awslimitchecker.
  • Issue #421
    • Stop referencing deprecated botocore.vendored.requests.exceptions.ConnectTimeout in favor of new, and higher-level, botocore.exceptions.ConnectionError
    • In awslimitchecker.utils._get_latest_version, replace use of botocore.vendored.requests with urllib3.
  • Issue #324 - Support loading limit overrides and/or threshold overrides from a JSON file either stored locally or in S3 via new --limit-override-json and --threshold-override-json CLI options.
  • Issue #418 - Add support for sending runtime, limits, and usage to metric providers such as Datadog.
  • Issue #419 - Add support for alerts/notifications of thresholds crossed or failed runs (exceptions) via alert providers such as PagerDuty.