Releases: brennerm/aws-quota-checker
Releases · brennerm/aws-quota-checker
Release 1.3.1
Changelog
Fixed
- fix check key validation for check and prometheus-exporter subcommands
Release 1.3.0
Changelog
Added
- now available as a Docker image, give it a try with
docker run ghcr.io/brennerm/aws-quota-checker:latest
- improve autocompletion support
Release 1.2.0
Changelog
Added
- implement Prometheus exporter that provides access to all quota results
Changed
- display AWS account ID instead of profile name in check scope
Release 1.1.0
Changelog
Added
- new check: ec2_on_demand_f_count
- new check: ec2_on_demand_g_count
- new check: ec2_on_demand_p_count
- new check: ec2_on_demand_x_count
- new check: ec2_on_demand_inf_count
- new check: ec2_spot_f_count
- new check: ec2_spot_g_count
- new check: ec2_spot_p_count
- new check: ec2_spot_x_count
- new check: ec2_spot_inf_count
- new check: sns_topics_count
- new check: sns_pending_subscriptions_count
- new check: sns_subscriptions_per_topic
Changed
- sort checks alphabetically by key
Release 1.0.0
Changelog
Added
- initial release