Skip to content

Commit

Permalink
[Release] Bumped hivemq version to 1.0.1 (#6769)
Browse files Browse the repository at this point in the history
* [Release] Bumped hivemq version to 1.0.1

* [Release] Update metadata
  • Loading branch information
FlorianVeaux authored May 28, 2020
1 parent e65aafe commit 09bf712
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .in-toto/tag.31091c85.link

Large diffs are not rendered by default.

4 changes: 4 additions & 0 deletions hivemq/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# CHANGELOG - HiveMQ

## 1.0.1 / 2020-05-28

* [Fixed] Fix metric definitions to match the unnormalized bean names. See [#6768](https://github.com/DataDog/integrations-core/pull/6768).

## 1.0.0 / 2020-05-14

* [Added] Add HiveMQ integration. See [#6600](https://github.com/DataDog/integrations-core/pull/6600).
Expand Down
2 changes: 1 addition & 1 deletion hivemq/datadog_checks/hivemq/__about__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# (C) Datadog, Inc. 2020-present
# All rights reserved
# Licensed under a 3-clause BSD style license (see LICENSE)
__version__ = '1.0.0'
__version__ = '1.0.1'
2 changes: 1 addition & 1 deletion requirements-agent-release.txt
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ datadog-hazelcast==1.1.1
datadog-hdfs-datanode==1.13.0; sys_platform != 'win32'
datadog-hdfs-namenode==1.12.0; sys_platform != 'win32'
datadog-hive==1.3.0
datadog-hivemq==1.0.0
datadog-hivemq==1.0.1
datadog-http-check==4.8.0
datadog-hyperv==1.2.0; sys_platform == 'win32'
datadog-ibm-db2==1.5.0
Expand Down

0 comments on commit 09bf712

Please sign in to comment.