Skip to content

Commit

Permalink
remove obsolete cw_alarm_count
Browse files Browse the repository at this point in the history
  • Loading branch information
brennerm committed Sep 21, 2021
1 parent 8c10b50 commit ebc041f
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 15 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,16 @@ 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]

### Added

- new check: rds_event_subscriptions

### Removed

- obsolete check: cw_alarm_count

## [1.8.0] - 2021-09-10

### Added
Expand Down
1 change: 0 additions & 1 deletion aws_quota/check/__init__.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
from .appmesh import *
from .autoscaling import *
from .cloudformation import *
from .cloudwatch import *
from .dynamodb import *
from .ebs import *
from .ec2 import *
Expand Down
14 changes: 0 additions & 14 deletions aws_quota/check/cloudwatch.py

This file was deleted.

0 comments on commit ebc041f

Please sign in to comment.