sensu-plugins-azurerm 1.0.0 → 2.0.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +5 -5
- data/CHANGELOG.md +6 -1
- data/lib/sensu-plugins-azurerm/version.rb +1 -1
- metadata +18 -18
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
|
-
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
2
|
+
SHA256:
|
|
3
|
+
metadata.gz: 031b76d776d3302c32c3b0f6f5f1553e2f3afd153f509506bbd7806b961efdd4
|
|
4
|
+
data.tar.gz: b112f955b57c08a445d905a5b1c519f2e4078803b45e95ca4d28ec2f0f0d4fe5
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: dc7068537d941dc3826f161fc68c9e432030a8608d233114bc38dd983c00fbdefd8edd95b59d1c86faa501d142817176b0224655f2491555520def259d4d9a70
|
|
7
|
+
data.tar.gz: 34c084b5bab53e29995c490d6e2bf0a4a1694cfa473d2c925312d5a628733bbe3b90c2a766ce2403127480abcf4bffc523c1e29b0e633c6c1dcb195e44b3adff
|
data/CHANGELOG.md
CHANGED
|
@@ -5,12 +5,16 @@ This CHANGELOG follows the format located [here](https://github.com/sensu-plugin
|
|
|
5
5
|
|
|
6
6
|
## [Unreleased]
|
|
7
7
|
|
|
8
|
+
## [2.0.0] - 2017-12-11
|
|
8
9
|
### Security
|
|
9
10
|
- updated rubocop dependency to `~> 0.51.0` per: https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-8418. (@majormoses)
|
|
10
11
|
|
|
11
12
|
### Breaking Changes
|
|
12
13
|
- bumped dependency of `sensu-plugin` to 2.x you can read about it [here](https://github.com/sensu-plugins/sensu-plugin/blob/master/CHANGELOG.md#v200---2017-03-29) (@majormoses)
|
|
13
14
|
|
|
15
|
+
### Fixed
|
|
16
|
+
- updated missed refs in `.travis.yml` to old repo (@majormoses)
|
|
17
|
+
|
|
14
18
|
|
|
15
19
|
## [1.0.0] - 2017-12-10
|
|
16
20
|
### Changed
|
|
@@ -73,7 +77,8 @@ This CHANGELOG follows the format located [here](https://github.com/sensu-plugin
|
|
|
73
77
|
### Added
|
|
74
78
|
- initial release
|
|
75
79
|
|
|
76
|
-
[Unreleased]: https://github.com/sensu-plugins/sensu-plugins-azurerm/compare/
|
|
80
|
+
[Unreleased]: https://github.com/sensu-plugins/sensu-plugins-azurerm/compare/2.0.0..HEAD
|
|
81
|
+
[2.0.0]: https://github.com/sensu-plugins/sensu-plugins-azurerm/compare/1.0.0..2.0.0
|
|
77
82
|
[1.0.0]: https://github.com/sensu-plugins/sensu-plugins-azurerm/compare/0.0.5...1.0.0
|
|
78
83
|
[0.0.5]: https://github.com/sensu-plugins/sensu-plugins-azurerm/compare/0.0.4...0.0.5
|
|
79
84
|
[0.0.4]: https://github.com/sensu-plugins/sensu-plugins-azurerm/compare/0.0.3...0.0.4
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: sensu-plugins-azurerm
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version:
|
|
4
|
+
version: 2.0.0
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Tom Harvey
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2017-12-
|
|
11
|
+
date: 2017-12-11 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: azure_mgmt_compute
|
|
@@ -285,27 +285,27 @@ dependencies:
|
|
|
285
285
|
description: This plugin provides checks for Microsoft Azure's Resource Manager service.
|
|
286
286
|
email: "<github@ibuildstuff.co.uk>"
|
|
287
287
|
executables:
|
|
288
|
-
- check-azurerm-virtual-network-gateway-connected.rb
|
|
289
|
-
- metric-azurerm-virtual-network-gateway-usage.rb
|
|
290
|
-
- check-azurerm-virtual-networks-usage.rb
|
|
291
|
-
- check-azurerm-service-bus-subscription.rb
|
|
292
|
-
- metric-azurerm-service-bus-subscription-message-count.rb
|
|
293
288
|
- check-azurerm-static-public-ip-addresses-usage.rb
|
|
289
|
+
- check-azurerm-cores-ds-usage.rb
|
|
290
|
+
- check-azurerm-service-bus-subscription.rb
|
|
291
|
+
- check-azurerm-load-balancers-usage.rb
|
|
294
292
|
- check-azurerm-network-interfaces-usage.rb
|
|
295
|
-
- check-azurerm-
|
|
296
|
-
- check-azurerm-
|
|
297
|
-
- check-azurerm-virtual-network-gateway-failure-connected.rb
|
|
298
|
-
- check-azurerm-public-ip-addresses-usage.rb
|
|
293
|
+
- check-azurerm-route-tables-usage.rb
|
|
294
|
+
- check-azurerm-cores-d-usage.rb
|
|
299
295
|
- check-azurerm-service-bus-topic-size.rb
|
|
300
296
|
- check-azurerm-core-usage.rb
|
|
301
|
-
- check-azurerm-
|
|
302
|
-
- check-azurerm-
|
|
303
|
-
- check-azurerm-load-balancers-usage.rb
|
|
304
|
-
- check-azurerm-cores-dv2-usage.rb
|
|
305
|
-
- check-azurerm-cores-f-usage.rb
|
|
297
|
+
- check-azurerm-cores-dsv2-usage.rb
|
|
298
|
+
- check-azurerm-virtual-network-gateway-failure-connected.rb
|
|
306
299
|
- check-azurerm-virtual-machines-usage.rb
|
|
307
|
-
-
|
|
300
|
+
- metric-azurerm-service-bus-subscription-message-count.rb
|
|
301
|
+
- metric-azurerm-virtual-network-gateway-usage.rb
|
|
302
|
+
- check-azurerm-virtual-networks-usage.rb
|
|
308
303
|
- check-azurerm-cores-fs-usage.rb
|
|
304
|
+
- check-azurerm-network-security-groups-usage.rb
|
|
305
|
+
- check-azurerm-cores-f-usage.rb
|
|
306
|
+
- check-azurerm-public-ip-addresses-usage.rb
|
|
307
|
+
- check-azurerm-cores-dv2-usage.rb
|
|
308
|
+
- check-azurerm-virtual-network-gateway-connected.rb
|
|
309
309
|
extensions: []
|
|
310
310
|
extra_rdoc_files: []
|
|
311
311
|
files:
|
|
@@ -365,7 +365,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
365
365
|
version: '0'
|
|
366
366
|
requirements: []
|
|
367
367
|
rubyforge_project:
|
|
368
|
-
rubygems_version: 2.
|
|
368
|
+
rubygems_version: 2.7.3
|
|
369
369
|
signing_key:
|
|
370
370
|
specification_version: 4
|
|
371
371
|
summary: Sensu plugins for working with an Azure Resource Manager environment
|