Skip to content

Commit

Permalink
Release all checks for 7.49.0 (#15930)
Browse files Browse the repository at this point in the history
* [Release] Bumped amazon_msk version to 4.2.0

* [Release] Bumped argocd version to 2.1.0

* [Release] Bumped cisco_aci version to 2.4.0

* [Release] Bumped clickhouse version to 3.1.0

* [Release] Bumped datadog_checks_base version to 34.0.0

* [Release] Bumped datadog_checks_downloader version to 4.3.1

* [Release] Bumped ddev version to 5.1.1

* [Release] Bumped envoy version to 3.1.0

* [Release] Bumped harbor version to 3.0.0

* [Release] Bumped http_check version to 9.2.0

* [Release] Bumped ibm_mq version to 6.0.0

* [Release] Bumped istio version to 5.2.0

* [Release] Bumped kube_controller_manager version to 4.5.0

* [Release] Bumped kube_scheduler version to 4.7.0

* [Release] Bumped kubelet version to 7.9.2

* [Release] Bumped mysql version to 11.2.0

* [Release] Bumped openstack_controller version to 5.0.0

* [Release] Bumped postgres version to 15.0.0

* [Release] Bumped redisdb version to 5.2.0

* [Release] Bumped snmp version to 7.0.0

* [Release] Bumped sqlserver version to 15.0.0

* [Release] Bumped teamcity version to 4.0.1

* [Release] Bumped tls version to 2.13.0

* [Release] Bumped tomcat version to 1.12.2

* [Release] Bumped vertica version to 4.2.0

* [Release] Bumped vsphere version to 7.1.0

* [Release] Bumped win32_event_log version to 3.1.0

* [Release] Update metadata

* add missing changelog entry
  • Loading branch information
steveny91 authored Sep 29, 2023
1 parent 865a5af commit c7746ad
Show file tree
Hide file tree
Showing 55 changed files with 108 additions and 53 deletions.
2 changes: 1 addition & 1 deletion .in-toto/tag.ec45eb9d.link

Large diffs are not rendered by default.

2 changes: 2 additions & 0 deletions amazon_msk/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

## Unreleased

## 4.2.0 / 2023-09-29

***Added***:

* Update Boto3 dependency to 1.28.55 ([#15922](https://github.com/DataDog/integrations-core/pull/15922))
Expand Down
2 changes: 1 addition & 1 deletion amazon_msk/datadog_checks/amazon_msk/__about__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# (C) Datadog, Inc. 2019-present
# All rights reserved
# Licensed under a 3-clause BSD style license (see LICENSE)
__version__ = '4.1.0'
__version__ = '4.2.0'
2 changes: 2 additions & 0 deletions argocd/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

## Unreleased

## 2.1.0 / 2023-09-29

***Added***:

* Collect metrics for ArgoCD ApplicationSet ([#15308](https://github.com/DataDog/integrations-core/pull/15308))
Expand Down
2 changes: 1 addition & 1 deletion argocd/datadog_checks/argocd/__about__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# (C) Datadog, Inc. 2022-present
# All rights reserved
# Licensed under a 3-clause BSD style license (see LICENSE)
__version__ = '2.0.0'
__version__ = '2.1.0'
2 changes: 2 additions & 0 deletions cisco_aci/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

## Unreleased

## 2.4.0 / 2023-09-29

***Added***:

* Update Cryptography to 41.0.4 ([#15922](https://github.com/DataDog/integrations-core/pull/15922))
Expand Down
2 changes: 1 addition & 1 deletion cisco_aci/datadog_checks/cisco_aci/__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__ = "2.3.1"
__version__ = "2.4.0"
2 changes: 2 additions & 0 deletions clickhouse/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

## Unreleased

## 3.1.0 / 2023-09-29

***Added***:

* Upgrade clickhouse-driver to 0.2.6 on Python 3 ([#15726](https://github.com/DataDog/integrations-core/pull/15726))
Expand Down
2 changes: 1 addition & 1 deletion clickhouse/datadog_checks/clickhouse/__about__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# (C) Datadog, Inc. 2019-present
# All rights reserved
# Licensed under a 3-clause BSD style license (see LICENSE)
__version__ = '3.0.0'
__version__ = '3.1.0'
2 changes: 2 additions & 0 deletions datadog_checks_base/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

## Unreleased

## 34.0.0 / 2023-09-29

***Changed***:

* Upgrade to openstacksdk version 1.5.0 ([#15919](https://github.com/DataDog/integrations-core/pull/15919))
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__ = "33.1.0"
__version__ = "34.0.0"
2 changes: 2 additions & 0 deletions datadog_checks_downloader/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

## Unreleased

## 4.3.1 / 2023-09-29

***Fixed***:

* Override the default test options for some integrations ([#15779](https://github.com/DataDog/integrations-core/pull/15779))
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__ = "4.3.0"
__version__ = "4.3.1"
2 changes: 2 additions & 0 deletions ddev/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

## Unreleased

## 5.1.1 / 2023-09-29

***Fixed***:

* Trigger tests on JMX metrics.yaml updates ([#15877](https://github.com/DataDog/integrations-core/pull/15877))
Expand Down
2 changes: 2 additions & 0 deletions envoy/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

## Unreleased

## 3.1.0 / 2023-09-29

***Added***:

* Add [TCP proxy statistics](https://www.envoyproxy.io/docs/envoy/latest/configuration/listeners/network_filters/tcp_proxy_filter#statistics) ([#15704](https://github.com/DataDog/integrations-core/pull/15704))
Expand Down
2 changes: 1 addition & 1 deletion envoy/datadog_checks/envoy/__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__ = '3.0.0'
__version__ = '3.1.0'
2 changes: 2 additions & 0 deletions harbor/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

## Unreleased

## 3.0.0 / 2023-09-29

***Removed***:

* Remove support for harbor < 1.10 ([#15634](https://github.com/DataDog/integrations-core/pull/15634))
Expand Down
2 changes: 1 addition & 1 deletion harbor/datadog_checks/harbor/__about__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# (C) Datadog, Inc. 2019-present
# All rights reserved
# Licensed under a 3-clause BSD style license (see LICENSE)
__version__ = '2.3.1'
__version__ = '3.0.0'
2 changes: 2 additions & 0 deletions http_check/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

## Unreleased

## 9.2.0 / 2023-09-29

***Added***:

* Update Cryptography to 41.0.4 ([#15922](https://github.com/DataDog/integrations-core/pull/15922))
Expand Down
2 changes: 1 addition & 1 deletion http_check/datadog_checks/http_check/__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__ = "9.1.0"
__version__ = "9.2.0"
2 changes: 2 additions & 0 deletions ibm_mq/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

## Unreleased

## 6.0.0 / 2023-09-29

***Changed***:

* Drop Python 2 support ([#15786](https://github.com/DataDog/integrations-core/pull/15786))
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__ = '5.0.0'
__version__ = '6.0.0'
2 changes: 2 additions & 0 deletions istio/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

## Unreleased

## 5.2.0 / 2023-09-29

***Added***:

* Add additional Istio metrics ([#15820](https://github.com/DataDog/integrations-core/pull/15820))
Expand Down
2 changes: 1 addition & 1 deletion istio/datadog_checks/istio/__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__ = "5.1.0"
__version__ = "5.2.0"
2 changes: 2 additions & 0 deletions kube_controller_manager/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

## Unreleased

## 4.5.0 / 2023-09-29

***Added***:

* Capture node_collector_evictions_total metric in kube controller manager ([#15737](https://github.com/DataDog/integrations-core/pull/15737))
Expand Down
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__ = '4.4.0'
__version__ = '4.5.0'
2 changes: 2 additions & 0 deletions kube_scheduler/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

## Unreleased

## 4.7.0 / 2023-09-29

***Added***:

* Add goroutine_by_scheduling_operation metric to kube_scheduler check ([#15697](https://github.com/DataDog/integrations-core/pull/15697))
Expand Down
2 changes: 1 addition & 1 deletion kube_scheduler/datadog_checks/kube_scheduler/__about__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# (C) Datadog, Inc. 2019-present
# All rights reserved
# Licensed under a 3-clause BSD style license (see LICENSE)
__version__ = '4.6.1'
__version__ = '4.7.0'
2 changes: 2 additions & 0 deletions kubelet/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

## Unreleased

## 7.9.2 / 2023-09-29

***Fixed***:

* Fix kubelet check failing to initialize when the kubelet is temporarily unavailable ([#15706](https://github.com/DataDog/integrations-core/pull/15706))
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.9.1"
__version__ = "7.9.2"
3 changes: 3 additions & 0 deletions mysql/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,12 @@

## Unreleased

## 11.2.0 / 2023-09-29

***Added***:

* Update Cryptography to 41.0.4 ([#15922](https://github.com/DataDog/integrations-core/pull/15922))
* Add `wsrep_local_{recv,send}_queue` instant metric ([#15841](https://github.com/DataDog/integrations-core/pull/15841)) Thanks [frivoire](https://github.com/frivoire).

## 11.1.0 / 2023-08-18

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__ = "11.1.0"
__version__ = "11.2.0"
2 changes: 2 additions & 0 deletions openstack_controller/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

## Unreleased

## 5.0.0 / 2023-09-29

***Changed***:

* Upgrade to openstacksdk version 1.5.0 ([#15919](https://github.com/DataDog/integrations-core/pull/15919))
Expand Down
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__ = '4.0.0'
__version__ = '5.0.0'
2 changes: 2 additions & 0 deletions postgres/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

## Unreleased

## 15.0.0 / 2023-09-29

***Changed***:

* Update `ssl` default configuration to 'allow' ([#15917](https://github.com/DataDog/integrations-core/pull/15917))
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__ = "14.4.0"
__version__ = "15.0.0"
2 changes: 2 additions & 0 deletions redisdb/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

## Unreleased

## 5.2.0 / 2023-09-29

***Added***:

* Update Redis to 5.0.1 ([#15922](https://github.com/DataDog/integrations-core/pull/15922))
Expand Down
2 changes: 1 addition & 1 deletion redisdb/datadog_checks/redisdb/__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__ = "5.1.0"
__version__ = "5.2.0"
Loading

0 comments on commit c7746ad

Please sign in to comment.