This project adheres to Semantic Versioning.
This CHANGELOG follows the format located here
- Updated rake requirement from ~> 12.3 to ~> 13.0
4.0.1 - 2020-03-09
- Fix for travis deploy of Bonsai asset build
4.0.0 - 2020-03-09
- Added Bonsai pieces
- Added Assets to README
- Bump
sensu-plugin
dependency to~> 4.0
you can read the changelog entries for 4.0
- Updated ms_rest_azure to ['>= 0.6.2', '< 0.12.0']
- Updated bundler to '~> 2.1'
- Updated codeclimate-test-reporter to '~> 1.0'
- Updated mixlib-shellout to ['~> 2.2', '< 3.1.0']
- Updated rdoc to '~> 6.2'
- Updated rubocop to '~> 0.80.1'
- Updated serverspec to '~> 2.41.5'
- Updated yard to '~> 0.9.20'
- Remediated any new warnings from updated rubocop
3.1.0 - 2019-03-04
- check-azurerm-monitor-metric.rb: added
--aggregate_results aggregation_type TYPE
option that allows users to aggregate results returned from Azure DB query @MrMisa93
3.0.0 - 2018-09-15
- updated
yard
dependency to~> 0.9.11
per: https://nvd.nist.gov/vuln/detail/CVE-2017-17042 which closes attacks against a yard server loading arbitrary files (@majormoses)
- removed ruby support for
< 2.3
(@majormoses)
- bumped minumum dependency of
sensu-plugin
to 2.5 (@majormoses)
2.1.0 - 2018-09-10
- check-azurerm-monitor-metric.rb: allows you to check against azure metric thresholds for a particular resource id or name (@thomaslitton)
- updated
.gemspec
to reflect new url after transfer (@majormoses)
2.0.0 - 2017-12-11
- updated rubocop dependency to
~> 0.51.0
per: https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-8418. (@majormoses)
- bumped dependency of
sensu-plugin
to 2.x you can read about it here (@majormoses)
- updated missed refs in
.travis.yml
to old repo (@majormoses)
1.0.0 - 2017-12-10
- changelog gudelines location (@majormoses)
- standard
.gitignore
(@majormoses) - standard
Rakefile
(@majormoses) - rubygems api key for sensu-plugins user (@majormoses)
.travis.yml
docker, notitications, test all versions on tag (@majormoses)
- version diff links (@majormoses)
- standard PR/issue templates (@majormoses)
- standard
.kitchen.yml
(@majormoses) - ruby 2.4.1 testing (@majormoses)
- standard
test-kitchen
,kitchen-docker
,serverspec
testing skel (@majormoses)
0.0.5 - 2016-12-05
- Checks for
- ServiceBus subscription
- ServiceBus topic size
0.0.4 - 2016-12-04
- Checks for the following Quota's:
- D Family Cores
- DS Family Cores
- DSv2 Family Cores
- Dv2 Family Cores
- F Family Cores
- FS Family Cores
- Load Balancers
- Network Interfaces
- Network Security Groups
- Public IP Addresses
- Route Tables
- Static Public IP Addresses
- Virtual Networks
- Refactoring to match the linting guidelines.
- Documentation for Virtual Network Gateways
0.0.3 - 2016-11-24
- Virtual Network Gateways:
- Added functionality to check Failover connections
- Made it possible to specify a custom Scheme for Metrics
- Service Bus:
- Added a Metric to expose the the Message Count for a Service Bus Topic
0.0.2 - 2016-11-23
- Virtual Network Gateways:
- Check to ensure a given Virtual Network Gateway is Connected
- Metrics exposed for a given Virtual Network Gateway
0.0.1 - 2016-11-18
- initial release