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 +4 -4
- data/CHANGELOG.md +6 -1
- data/lib/sensu-plugins-azurerm/version.rb +1 -1
- metadata +1 -1
    
        checksums.yaml
    CHANGED
    
    | @@ -1,7 +1,7 @@ | |
| 1 1 | 
             
            ---
         | 
| 2 2 | 
             
            SHA256:
         | 
| 3 | 
            -
              metadata.gz:  | 
| 4 | 
            -
              data.tar.gz:  | 
| 3 | 
            +
              metadata.gz: 683c7a9d1dd5b2ea323d4deb279f25e862109501ee0b4a0006754f65509d9ebd
         | 
| 4 | 
            +
              data.tar.gz: e45eeccbe4f4261ae4496164ae0de1210309629fb5a7786d233450540795c050
         | 
| 5 5 | 
             
            SHA512:
         | 
| 6 | 
            -
              metadata.gz:  | 
| 7 | 
            -
              data.tar.gz:  | 
| 6 | 
            +
              metadata.gz: 067ecb010f648e71c3acce1d9249e1dc66ed37868438e4f0d0892e95808d440251e197574131a531b91c725bcb75b8100a6dc775b53414c7de238a146ab2275e
         | 
| 7 | 
            +
              data.tar.gz: f18c40213632f7e9d1edaa37b1a214b3cb2574c1ded233025e362e9818959ed15dc3ab69dd6f98fc23c7041e5497bbac1fd1ec6bd553942c1bb8d47da8b323f1
         | 
    
        data/CHANGELOG.md
    CHANGED
    
    | @@ -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. | 
| 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
         |