sensu-plugins-azurerm 4.0.0 → 4.0.1

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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 0e6fb84ff6ba9d0566a53566feef63e2a6d07bd6c11957bb7ba42bacb19cd821
4
- data.tar.gz: 69b3bd2502eeb7c069a0b1f4666075496add1de94be68b7ab49c7a9a1e2065d9
3
+ metadata.gz: 683c7a9d1dd5b2ea323d4deb279f25e862109501ee0b4a0006754f65509d9ebd
4
+ data.tar.gz: e45eeccbe4f4261ae4496164ae0de1210309629fb5a7786d233450540795c050
5
5
  SHA512:
6
- metadata.gz: 9ddea309f6c79db39b7fb477f7f411efbe2ef31ee5b5c69505eca8057c4cbbcaf0ca4692d42948bb100a3c19cc014d73eaf04b7810fce0bd5fc762b485cff1ce
7
- data.tar.gz: 9aea60dd65f869171cf13538bd1df98c516315315fd48e0a8b89f7ba46f8bccc354e8b2cb1bde992aa3ede35f196b3ccbb12c9e29181c9b88cda5f2ab1299545
6
+ metadata.gz: 067ecb010f648e71c3acce1d9249e1dc66ed37868438e4f0d0892e95808d440251e197574131a531b91c725bcb75b8100a6dc775b53414c7de238a146ab2275e
7
+ data.tar.gz: f18c40213632f7e9d1edaa37b1a214b3cb2574c1ded233025e362e9818959ed15dc3ab69dd6f98fc23c7041e5497bbac1fd1ec6bd553942c1bb8d47da8b323f1
@@ -6,6 +6,10 @@ This CHANGELOG follows the format located [here](https://github.com/sensu-plugin
6
6
  ## [Unreleased]
7
7
 
8
8
 
9
+ ## [4.0.1] - 2020-03-09
10
+ ### Changed
11
+ - Fix for travis deploy of Bonsai asset build
12
+
9
13
  ## [4.0.0] - 2020-03-09
10
14
  ### Added
11
15
  - Added Bonsai pieces
@@ -118,7 +122,8 @@ This CHANGELOG follows the format located [here](https://github.com/sensu-plugin
118
122
  ### Added
119
123
  - initial release
120
124
 
121
- [Unreleased]: https://github.com/sensu-plugins/sensu-plugins-azurerm/compare/4.0.0..HEAD
125
+ [Unreleased]: https://github.com/sensu-plugins/sensu-plugins-azurerm/compare/4.0.1..HEAD
126
+ [4.0.1]: https://github.com/sensu-plugins/sensu-plugins-azurerm/compare/4.0.0..4.0.1
122
127
  [4.0.0]: https://github.com/sensu-plugins/sensu-plugins-azurerm/compare/3.1.0..4.0.0
123
128
  [3.1.0]: https://github.com/sensu-plugins/sensu-plugins-azurerm/compare/3.0.0..3.1.0
124
129
  [3.0.0]: https://github.com/sensu-plugins/sensu-plugins-azurerm/compare/2.1.0..3.0.0
@@ -4,7 +4,7 @@ module SensuPluginsAzureRM
4
4
  module Version
5
5
  MAJOR = 4
6
6
  MINOR = 0
7
- PATCH = 0
7
+ PATCH = 1
8
8
  VER_STRING = [MAJOR, MINOR, PATCH].compact.join('.')
9
9
  end
10
10
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: sensu-plugins-azurerm
3
3
  version: !ruby/object:Gem::Version
4
- version: 4.0.0
4
+ version: 4.0.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Tom Harvey