Skip to content

Commit

Permalink
Merge pull request #39 from gravitational/release/1.13.0
Browse files Browse the repository at this point in the history
v1.13.0 release
  • Loading branch information
fheinecke authored May 30, 2024
2 parents 4589621 + 07b5979 commit 5ca1785
Showing 1 changed file with 32 additions and 0 deletions.
32 changes: 32 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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](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](https://github.com/gravitational/aws-quota-checker/pull/23)
- A new dynamic dashboard has been added to visualize resources nearing their
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](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](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](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](https://github.com/gravitational/aws-quota-checker/pull/21)

## [1.12.0] - 2022-01-14

### Added
Expand Down

0 comments on commit 5ca1785

Please sign in to comment.