Skip to content

Commit

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

* [Release] Bumped datadog_checks_downloader version to 3.6.0

* [Release] Bumped kubelet version to 7.2.1

* [Release] Bumped nginx version to 5.2.1

* [Release] Update metadata
  • Loading branch information
ofek authored Feb 25, 2022
1 parent e0420b8 commit 0dacf81
Show file tree
Hide file tree
Showing 10 changed files with 25 additions and 9 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 datadog_checks_base/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# CHANGELOG - datadog_checks_base

## 25.0.1 / 2022-02-24

* [Fixed] Properly raise scraper error in OpenMetrics v2. See [#11564](https://github.com/DataDog/integrations-core/pull/11564).

## 25.0.0 / 2022-02-19

* [Added] Add `pyproject.toml` file. See [#11301](https://github.com/DataDog/integrations-core/pull/11301).
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__ = "25.0.0"
__version__ = "25.0.1"
4 changes: 4 additions & 0 deletions datadog_checks_downloader/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# CHANGELOG - Datadog Checks Downloader

## 3.6.0 / 2022-02-24

* [Added] Add --ignore-python-version flag. See [#11568](https://github.com/DataDog/integrations-core/pull/11568).

## 3.5.0 / 2022-02-19

* [Added] Add `pyproject.toml` file. See [#11305](https://github.com/DataDog/integrations-core/pull/11305).
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@

# NOTE: tie datadog-checks-downloader to v2 of our software supply chain:
# https://github.com/DataDog/integrations-core/blob/6388602b6deb3b65b62cf7cda69dc20d99dede29/datadog_checks_downloader/datadog_checks/downloader/download.py#L51
__version__ = "3.5.0"
__version__ = "3.6.0"
4 changes: 4 additions & 0 deletions kubelet/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# CHANGELOG - kubelet

## 7.2.1 / 2022-02-24

* [Fixed] Apply namespace exclusion rules in cadvisor and summary metrics. See [#11559](https://github.com/DataDog/integrations-core/pull/11559).

## 7.2.0 / 2022-02-19

* [Added] Add `pyproject.toml` file. See [#11386](https://github.com/DataDog/integrations-core/pull/11386).
Expand Down
2 changes: 1 addition & 1 deletion kubelet/datadog_checks/kubelet/__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.2.0"
__version__ = "7.2.1"
4 changes: 4 additions & 0 deletions nginx/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# CHANGELOG - nginx

## 5.2.1 / 2022-02-24

* [Fixed] Adjust endpoint detection logic for warn log. See [#11567](https://github.com/DataDog/integrations-core/pull/11567).

## 5.2.0 / 2022-02-19

* [Added] Add `pyproject.toml` file. See [#11404](https://github.com/DataDog/integrations-core/pull/11404).
Expand Down
2 changes: 1 addition & 1 deletion nginx/datadog_checks/nginx/__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__ = '5.2.0'
__version__ = '5.2.1'
8 changes: 4 additions & 4 deletions requirements-agent-release.txt
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,9 @@ datadog-cacti==1.10.0; sys_platform == 'linux2'
datadog-cassandra-nodetool==1.10.0
datadog-cassandra==1.15.0
datadog-ceph==2.6.0; sys_platform != 'win32'
datadog-checks-base==25.0.0
datadog-checks-base==25.0.1
datadog-checks-dependency-provider==1.2.0
datadog-checks-downloader==3.5.0
datadog-checks-downloader==3.6.0
datadog-cilium==2.0.0
datadog-cisco-aci==2.0.0
datadog-citrix-hypervisor==2.0.0
Expand Down Expand Up @@ -78,7 +78,7 @@ datadog-kube-dns==3.0.0
datadog-kube-metrics-server==2.0.0
datadog-kube-proxy==5.0.0
datadog-kube-scheduler==4.0.0
datadog-kubelet==7.2.0
datadog-kubelet==7.2.1
datadog-kubernetes-state==7.0.0
datadog-kyototycoon==2.0.0
datadog-lighttpd==3.0.0
Expand All @@ -97,7 +97,7 @@ datadog-nagios==1.10.0
datadog-network==2.6.0
datadog-nfsstat==1.10.0; sys_platform == 'linux2'
datadog-nginx-ingress-controller==2.0.0
datadog-nginx==5.2.0
datadog-nginx==5.2.1
datadog-openldap==1.9.0
datadog-openmetrics==2.0.0
datadog-openstack-controller==2.0.0
Expand Down

0 comments on commit 0dacf81

Please sign in to comment.