From bd9d27fe3879180ac5af543a66af712074d2bce4 Mon Sep 17 00:00:00 2001 From: Fred Heinecke Date: Thu, 30 May 2024 13:56:38 -0500 Subject: [PATCH 1/2] v1.13.0 release --- CHANGELOG.md | 32 ++++++++++++++++++++++++++++++++ 1 file changed, 32 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index f9cd7d1..5da87dd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,38 @@ 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.13.0] - 2024-05-30 +This is the first release of this project under Gravitational management. + +### Added + +- Helm chart with Prometheus Operator support, pushed to GHCR (#29) +- Multiarch container images (#33) +- Images are now also pushed to GHCR, and include semver tags (#28) +- Quota limits are now overridable via the `--limit-override` parameter (#31) +- Service quota lookups are now cached (#22) +- Added SNS checks for messages published per second, topic transactions per second, + and resource transactions per second (#23) +- A new dynamic dashboard has been added to visualize resources nearing their + quota limits (#29) +- Added checks for KMS, Athena, EKS, and EC2 launch templates (#15) +- Added VPC checks for endpoint count, NAT gateway count, and peering + connections per VPC (#6) + +### Changed + +- The `instance` label is now called `aws_resource` to avoid naming conflict + with Prometheus' `instance` service discovery label (#35) +- Updated dependencies +- Request duration metrics will now also include `account`, `region`, and + `aws_resource` labels (#34) +- Updated all quota descriptions to match AWS descriptions (#20) + +### Fixed +- Fixed assorted quota scopes using incorrect values (#21) + ## [1.12.0] - 2022-01-14 ### Added From 07b597925bb53f802931fc4ba6f75499caf33d16 Mon Sep 17 00:00:00 2001 From: Fred Heinecke Date: Thu, 30 May 2024 15:39:20 -0500 Subject: [PATCH 2/2] Added changelog links --- CHANGELOG.md | 26 +++++++++++++------------- 1 file changed, 13 insertions(+), 13 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5da87dd..844bd70 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -12,30 +12,30 @@ This is the first release of this project under Gravitational management. ### Added -- Helm chart with Prometheus Operator support, pushed to GHCR (#29) -- Multiarch container images (#33) -- Images are now also pushed to GHCR, and include semver tags (#28) -- Quota limits are now overridable via the `--limit-override` parameter (#31) -- Service quota lookups are now cached (#22) +- Helm chart with Prometheus Operator support, pushed to GHCR [#29](https://github.com/gravitational/aws-quota-checker/pull/29) +- Multiarch container images [#33](https://github.com/gravitational/aws-quota-checker/pull/33) +- Images are now also pushed to GHCR, and include semver tags [#28](https://github.com/gravitational/aws-quota-checker/pull/28) +- Quota limits are now overridable via the `--limit-override` parameter [#31](https://github.com/gravitational/aws-quota-checker/pull/31) +- Service quota lookups are now cached [#22](https://github.com/gravitational/aws-quota-checker/pull/22) - Added SNS checks for messages published per second, topic transactions per second, - and resource transactions per second (#23) + and resource transactions per second [#23](https://github.com/gravitational/aws-quota-checker/pull/23) - A new dynamic dashboard has been added to visualize resources nearing their - quota limits (#29) -- Added checks for KMS, Athena, EKS, and EC2 launch templates (#15) + quota limits [#29](https://github.com/gravitational/aws-quota-checker/pull/29) +- Added checks for KMS, Athena, EKS, and EC2 launch templates [#15](https://github.com/gravitational/aws-quota-checker/pull/15) - Added VPC checks for endpoint count, NAT gateway count, and peering - connections per VPC (#6) + connections per VPC [#6](https://github.com/gravitational/aws-quota-checker/pull/6) ### Changed - The `instance` label is now called `aws_resource` to avoid naming conflict - with Prometheus' `instance` service discovery label (#35) + with Prometheus' `instance` service discovery label [#35](https://github.com/gravitational/aws-quota-checker/pull/35) - Updated dependencies - Request duration metrics will now also include `account`, `region`, and - `aws_resource` labels (#34) -- Updated all quota descriptions to match AWS descriptions (#20) + `aws_resource` labels [#34](https://github.com/gravitational/aws-quota-checker/pull/34) +- Updated all quota descriptions to match AWS descriptions [#20](https://github.com/gravitational/aws-quota-checker/pull/20) ### Fixed -- Fixed assorted quota scopes using incorrect values (#21) +- Fixed assorted quota scopes using incorrect values [#21](https://github.com/gravitational/aws-quota-checker/pull/21) ## [1.12.0] - 2022-01-14