Skip to content

Commit

Permalink
[Release] (#9456)
Browse files Browse the repository at this point in the history
* [Release] Bumped ibm_mq version to 3.13.1

* [Release] Bumped mysql version to 4.0.1

* [Release] Bumped postgres version to 7.0.1

* [Release] Bumped voltdb version to 1.3.1

* [Release] Bumped win32_event_log version to 2.9.1

* [Release] Update metadata
  • Loading branch information
ofek committed Jun 1, 2021
1 parent ccfc55c commit ee9a3fe
Show file tree
Hide file tree
Showing 12 changed files with 31 additions and 11 deletions.
2 changes: 1 addition & 1 deletion .in-toto/tag.c295cf63.link

Large diffs are not rendered by default.

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

## 3.13.1 / 2021-06-01

* [Fixed] Don't emit any warnings if NO_MSG_AVAILABLE is received. See [#9452](https://github.com/DataDog/integrations-core/pull/9452).

## 3.13.0 / 2021-05-25

* [Added] Add runtime configuration validation. See [#8935](https://github.com/DataDog/integrations-core/pull/8935).
Expand Down
2 changes: 1 addition & 1 deletion ibm_mq/datadog_checks/ibm_mq/__about__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# (C) Datadog, Inc. 2018-present
# All rights reserved
# Licensed under a 3-clause BSD style license (see LICENSE)
__version__ = '3.13.0'
__version__ = '3.13.1'
4 changes: 4 additions & 0 deletions mysql/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# CHANGELOG - mysql

## 4.0.1 / 2021-06-01

* [Fixed] Bump minimum base package requirement. See [#9449](https://github.com/DataDog/integrations-core/pull/9449).

## 4.0.0 / 2021-05-28

* [Added] Adds a `replication_role` tag to metrics emitted from AWS Aurora instances. See [#8282](https://github.com/DataDog/integrations-core/pull/8282).
Expand Down
2 changes: 1 addition & 1 deletion mysql/datadog_checks/mysql/__about__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@
# All rights reserved
# Licensed under a 3-clause BSD style license (see LICENSE)

__version__ = "4.0.0"
__version__ = "4.0.1"
4 changes: 4 additions & 0 deletions postgres/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# CHANGELOG - postgres

## 7.0.1 / 2021-06-01

* [Fixed] Bump minimum base package requirement. See [#9449](https://github.com/DataDog/integrations-core/pull/9449).

## 7.0.0 / 2021-05-28

* [Added] Filter lock relation metrics by relkind. See [#9323](https://github.com/DataDog/integrations-core/pull/9323).
Expand Down
2 changes: 1 addition & 1 deletion postgres/datadog_checks/postgres/__about__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@
# All rights reserved
# Licensed under a 3-clause BSD style license (see LICENSE)

__version__ = "7.0.0"
__version__ = "7.0.1"
10 changes: 5 additions & 5 deletions requirements-agent-release.txt
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ datadog-hivemq==1.3.2
datadog-http-check==5.3.1
datadog-hyperv==1.3.1; sys_platform == 'win32'
datadog-ibm-db2==1.6.1
datadog-ibm-mq==3.13.0; sys_platform != 'win32'
datadog-ibm-mq==3.13.1; sys_platform != 'win32'
datadog-ibm-was==1.9.0
datadog-ignite==1.3.2
datadog-iis==2.11.0; sys_platform == 'win32'
Expand Down Expand Up @@ -86,7 +86,7 @@ datadog-mcache==1.12.0; sys_platform != 'win32'
datadog-mesos-master==1.13.0; sys_platform != 'win32'
datadog-mesos-slave==2.8.0; sys_platform != 'win32'
datadog-mongo==2.4.0
datadog-mysql==4.0.0
datadog-mysql==4.0.1
datadog-nagios==1.8.0
datadog-network==2.1.2
datadog-nfsstat==1.7.0; sys_platform == 'linux2'
Expand All @@ -101,7 +101,7 @@ datadog-pdh-check==1.13.0; sys_platform == 'win32'
datadog-pgbouncer==1.12.2; sys_platform != 'win32'
datadog-php-fpm==1.11.1
datadog-postfix==1.8.4; sys_platform != 'win32'
datadog-postgres==7.0.0
datadog-postgres==7.0.1
datadog-powerdns-recursor==1.9.0
datadog-presto==2.3.2
datadog-process==1.17.2
Expand Down Expand Up @@ -138,9 +138,9 @@ datadog-twistlock==1.11.0
datadog-varnish==1.10.0
datadog-vault==2.13.0
datadog-vertica==2.1.0
datadog-voltdb==1.3.0
datadog-voltdb==1.3.1
datadog-vsphere==5.10.0
datadog-win32-event-log==2.9.0; sys_platform == 'win32'
datadog-win32-event-log==2.9.1; sys_platform == 'win32'
datadog-windows-service==3.2.0; sys_platform == 'win32'
datadog-wmi-check==1.10.0; sys_platform == 'win32'
datadog-yarn==1.19.0
Expand Down
4 changes: 4 additions & 0 deletions voltdb/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# CHANGELOG - VoltDB

## 1.3.1 / 2021-06-01

* [Fixed] Bump minimum base package requirement. See [#9449](https://github.com/DataDog/integrations-core/pull/9449).

## 1.3.0 / 2021-05-28

* [Added] Add runtime configuration validation. See [#9004](https://github.com/DataDog/integrations-core/pull/9004).
Expand Down
2 changes: 1 addition & 1 deletion voltdb/datadog_checks/voltdb/__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.3.0'
__version__ = '1.3.1'
4 changes: 4 additions & 0 deletions win32_event_log/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# CHANGELOG - win32_event_log

## 2.9.1 / 2021-06-01

* [Fixed] Bump minimum base package requirement. See [#9449](https://github.com/DataDog/integrations-core/pull/9449).

## 2.9.0 / 2021-05-28

* [Added] Add runtime configuration validation. See [#9006](https://github.com/DataDog/integrations-core/pull/9006).
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@
# All rights reserved
# Licensed under a 3-clause BSD style license (see LICENSE)

__version__ = '2.9.0'
__version__ = '2.9.1'

0 comments on commit ee9a3fe

Please sign in to comment.