Skip to content

Releases: brennerm/aws-quota-checker

Release 1.3.1

17 Mar 20:26
64317d6
Compare
Choose a tag to compare

Changelog

Fixed

  • fix check key validation for check and prometheus-exporter subcommands

Release 1.3.0

12 Mar 01:08
Compare
Choose a tag to compare

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

09 Mar 21:33
Compare
Choose a tag to compare

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

27 Feb 12:41
76f9f8d
Compare
Choose a tag to compare

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

24 Feb 22:30
Compare
Choose a tag to compare

Changelog

Added

  • initial release