You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+5-2Lines changed: 5 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,6 +4,8 @@ This project adheres to [Semantic Versioning](http://semver.org/).
4
4
This CHANGELOG follows the format listed at [Keep A Changelog](http://keepachangelog.com/)
5
5
6
6
## [Unreleased]
7
+
8
+
## [7.1.0] - 2017-08-14
7
9
### Added
8
10
- Add `check-alb-target-group-health.rb` that checks the health of ALB target groups (@eheydrick)
9
11
@@ -13,7 +15,7 @@ This CHANGELOG follows the format listed at [Keep A Changelog](http://keepachang
13
15
- check-cloudwatch-metric.rb: short option `-n` was conflicting with `no_data_ok` and `namespace` as `check-cloudwatch-composite-metric.rb` uses `-O` I opted for that for consistency (@majormoses)
14
16
15
17
### Changed
16
-
- check-cloudwatch-metric.rb, check-cloudwatch-composite-metric.rb: `self.parse_dimensions` and `dimension_string` were the same in both checks This fix was common mamong both checks so I moved it into the module
18
+
- check-cloudwatch-metric.rb, check-cloudwatch-composite-metric.rb: `self.parse_dimensions` and `dimension_string` were the same in both checks. This fix was common among both checks so I moved it into the module
17
19
18
20
## [7.0.0] - 2017-08-07
19
21
### Breaking Change
@@ -346,7 +348,8 @@ WARNING: This release contains major breaking changes that will impact all user
0 commit comments