11.0.0 released 2021-04-20
IMPORTANT - Breaking Changes
- This release removes the EBS
General Purpose (SSD) volume storage (GiB)
limit in favor ofGeneral Purpose (SSD gp2) volume storage (GiB)
andGeneral Purpose (SSD gp3) volume storage (GiB)
limits, to account for the new gp3 volume type and corresponding AWS service limits. - This release removes the EBS
Provisioned IOPS
andProvisioned IOPS (SSD) storage (GiB)
limits in favor ofProvisioned IOPS (io1)
andProvisioned IOPS (io2)
, andProvisioned IOPS SSD (io1) storage (GiB)
andProvisioned IOPS SSD (io2) storage (GiB)
, respectively, to account for the newio2
EBS volume type and corresponding AWS service limtits.
IMPORTANT - Seeking New Maintainer
As I commented in Issue #500, I'm looking for someone to share (and perhaps take over) maintenance of this project. awslimitchecker is, and has always been, a personal-time-only project for me; the only time I've done work on it during my day job is when my employer was experiencing an issue or requested a specific feature. Because of a variety of issues, including changing personal interests and my employer relying on this project much less (following an AWS account restructuring that largely avoids service limits), I've been spending much less time on this project than it deserves. As a result, I'm looking for someone to help with maintenance... at the very least, helping review PRs and get them to a merge-able state. If you're interested, please comment on Issue #500 or contact me directly. While I am incredibly flattered by the offers I've received for sponsorship, paid support, or other financial incentive, I'd ask that anyone who's willing to make that commitment instead dedicate a few hours to working on issues or PRs. I, for my part, will make a concerted effort to quickly merge and release any PRs that meet all of the development.pull_request_guidelines
{.interpreted-text role="ref"}.
All Changes
- PR #519 - Add support for
gp3
EBS volume type. Thanks to spockNinja for this contribution! - Issue #514 / PR #517 - Fix EKS Fargate profile usage check exception (
KeyError: 'labels'
). Thanks to jwu2 for first reporting this issue and sebasrp for the fix! - Issue #520 / PR #522 - Add awslimitchecker to conda-forge so it can be installed via Conda. Thanks to BastianZim for this.
- PR #525 - Fix Prometheus example in docs, thanks to felixkrohn.
- PR #526 - Fix possible
KeyError: 'LaunchSpecifications'
in EC2 service. Thanks to nitrocode for this. - PR #528 - Update ECS default limits. Thanks to arturpriz for this contribution.
- PR #523 - Add support for io2 type EBS volumes. Thanks to andyjp for this contribution.
- Add tox and TravisCI support for testing against Python 3.9; bump the
docker
,docs
, andintegration3
tox environments from 3.8 to 3.9. - Bump the base Docker image from Python 3.8 to 3.9.