From cd3212e4f6d2f74ed1295c69a4745f962a433ca9 Mon Sep 17 00:00:00 2001 From: Max Brenner Date: Sat, 27 Feb 2021 13:37:06 +0100 Subject: [PATCH] release version v1.1.0 --- CHANGELOG.md | 2 +- README.md | 2 +- setup.py | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index eaa95a1..1ed07f3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,7 +5,7 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). -## [Unreleased] +## [1.1.0] - 2021-02-27 ### Added diff --git a/README.md b/README.md index fcdab43..49fc4e5 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ A tool that helps keeping track of your AWS quota utilization. It'll determine the limits of your AWS account and compare them to the number of current resources. -![Example output of aws-quota-checker](/img/example.png) +![Example output of aws-quota-checker](https://raw.githubusercontent.com/brennerm/aws-quota-checker/master/img/example.png) This is especially useful cause today, cloud resources are being created from all kinds of sources, e.g. IaC and Kubernetes operators. This tool will give you a head start for requesting quota increases before you hit a quota limit to prevent being stuck with a production system not being able to scale anymore. diff --git a/setup.py b/setup.py index 591b1ac..c96ab11 100644 --- a/setup.py +++ b/setup.py @@ -7,7 +7,7 @@ setup( name='aws-quota-checker', - version='1.0.0', + version='1.1.0', description='A CLI tool that checks your AWS quota utilization', long_description=long_description, long_description_content_type='text/markdown',