Skip to content

Commit

Permalink
[Release] (#6879)
Browse files Browse the repository at this point in the history
* [Release] Bumped datadog_checks_base version to 11.11.0

* [Release] Bumped datadog_checks_dev version to 3.11.0

* [Release] Update metadata
  • Loading branch information
ofek authored Jun 11, 2020
1 parent e9e978a commit 23e1010
Show file tree
Hide file tree
Showing 6 changed files with 21 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .in-toto/tag.c295cf63.link

Large diffs are not rendered by default.

7 changes: 7 additions & 0 deletions datadog_checks_base/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# CHANGELOG - datadog_checks_base

## 11.11.0 / 2020-06-11

* [Added] Document openmetrics interface and options. See [#6666](https://github.com/DataDog/integrations-core/pull/6666).
* [Added] Add methods for the persistent cache Agent interface. See [#6819](https://github.com/DataDog/integrations-core/pull/6819).
* [Added] Upgrade redis dependency to support `username` in connection strings. See [#6708](https://github.com/DataDog/integrations-core/pull/6708).
* [Added] Support multiple properties in tag_by. See [#6614](https://github.com/DataDog/integrations-core/pull/6614).

## 11.10.0 / 2020-05-25

* [Added] Override CaseInsensitiveDict `copy()` function. See [#6715](https://github.com/DataDog/integrations-core/pull/6715).
Expand Down
2 changes: 1 addition & 1 deletion datadog_checks_base/datadog_checks/base/__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__ = "11.10.0"
__version__ = "11.11.0"
10 changes: 10 additions & 0 deletions datadog_checks_dev/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# CHANGELOG - Datadog Checks Dev

## 3.11.0 / 2020-06-11

* [Added] Add automated signing workflow for non-core integrations. See [#6868](https://github.com/DataDog/integrations-core/pull/6868).
* [Added] Allow ddev release command to work for different organizations. See [#6855](https://github.com/DataDog/integrations-core/pull/6855).
* [Added] Add extra validation to manifest files for fields that cannot change. See [#6848](https://github.com/DataDog/integrations-core/pull/6848).
* [Added] Validate that dashboards have required fields. See [#6833](https://github.com/DataDog/integrations-core/pull/6833).
* [Fixed] Provide helpful error message when releasing a project with missing or improper tags. See [#6861](https://github.com/DataDog/integrations-core/pull/6861).
* [Fixed] Adjust jmxfetch config. See [#6864](https://github.com/DataDog/integrations-core/pull/6864).
* [Fixed] Remove unused dashboard fields in export. See [#6787](https://github.com/DataDog/integrations-core/pull/6787).

## 3.10.0 / 2020-06-08

* [Added] Add option to open DogStatsD port on agent. See [#6777](https://github.com/DataDog/integrations-core/pull/6777).
Expand Down
2 changes: 1 addition & 1 deletion datadog_checks_dev/datadog_checks/dev/__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.10.0'
__version__ = '3.11.0'
2 changes: 1 addition & 1 deletion requirements-agent-release.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ datadog-cacti==1.7.0; sys_platform == 'linux2'
datadog-cassandra-nodetool==1.6.0
datadog-cassandra==1.6.0
datadog-ceph==2.1.0; sys_platform != 'win32'
datadog-checks-base==11.10.0
datadog-checks-base==11.11.0
datadog-checks-downloader==2.5.0
datadog-cilium==1.2.0
datadog-cisco-aci==1.9.0
Expand Down

0 comments on commit 23e1010

Please sign in to comment.