Skip to content

Latest commit

 

History

History
90 lines (74 loc) · 3.01 KB

CHANGELOG.md

File metadata and controls

90 lines (74 loc) · 3.01 KB

Change Log

This project adheres to Semantic Versioning.

This CHANGELOG follows the format located here

Changed

  • updated .gemspec to reflect new url after transfer (@majormoses)

2.0.0 - 2017-12-11

Security

Breaking Changes

  • bumped dependency of sensu-plugin to 2.x you can read about it here (@majormoses)

Fixed

  • updated missed refs in .travis.yml to old repo (@majormoses)

1.0.0 - 2017-12-10

Changed

  • 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)

Added

  • 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

Added

  • Checks for
    • ServiceBus subscription
    • ServiceBus topic size

0.0.4 - 2016-12-04

Added

  • 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

Changed

  • Refactoring to match the linting guidelines.

Fixed

  • Documentation for Virtual Network Gateways

0.0.3 - 2016-11-24

Added

  • 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

Added

  • 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

Added

  • initial release