Skip to content

Commit

Permalink
[Release] All integrations (#17260)
Browse files Browse the repository at this point in the history
* [Release] Bumped amazon_msk version to 4.6.0

* [Release] Bumped argocd version to 2.4.0

* [Release] Bumped clickhouse version to 3.4.0

* [Release] Bumped cockroachdb version to 3.3.0

* [Release] Bumped confluent_platform version to 1.10.1

* [Release] Bumped consul version to 2.6.0

* [Release] Bumped coredns version to 3.2.1

* [Release] Bumped datadog_checks_base version to 36.5.1

* [Release] Bumped datadog_cluster_agent version to 3.0.0

* [Release] Bumped dns_check version to 3.3.0

* [Release] Bumped harbor version to 3.2.1

* [Release] Bumped istio version to 6.0.0

* [Release] Bumped kafka_consumer version to 4.3.0

* [Release] Bumped karpenter version to 1.3.0

* [Release] Bumped kube_scheduler version to 4.10.0

* [Release] Bumped kubelet version to 7.13.0

* [Release] Bumped mongo version to 6.3.0

* [Release] Bumped mysql version to 12.3.0

* [Release] Bumped nginx version to 6.3.0

* [Release] Bumped openstack_controller version to 6.4.0

* [Release] Bumped oracle version to 5.2.0

* [Release] Bumped postgres version to 18.0.0

* [Release] Bumped rabbitmq version to 5.2.1

* [Release] Bumped sap_hana version to 3.2.0

* [Release] Bumped singlestore version to 2.2.0

* [Release] Bumped snowflake version to 5.5.0

* [Release] Bumped spark version to 4.3.0

* [Release] Bumped sqlserver version to 17.1.0

* [Release] Bumped teradata version to 2.2.0

* [Release] Bumped tls version to 2.16.1

* [Release] Bumped vertica version to 4.5.0

* [Release] Bumped voltdb version to 3.2.0

* [Release] Bumped vsphere version to 7.5.0

* [Release] Bumped weaviate version to 2.3.1

* [Release] Update metadata

* fixes to changelog description format

* small spelling fix

* more changelog fixes

* fix
  • Loading branch information
Kyle-Neale authored Mar 22, 2024
1 parent 9503e88 commit 8fd1580
Show file tree
Hide file tree
Showing 170 changed files with 399 additions and 180 deletions.
2 changes: 1 addition & 1 deletion .in-toto/tag.bd79a691.link

Large diffs are not rendered by default.

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

<!-- towncrier release notes start -->

## 4.6.0 / 2024-03-22

***Added***:

* Update dependencies ([#16899](https://github.com/DataDog/integrations-core/pull/16899)), ([#16963](https://github.com/DataDog/integrations-core/pull/16963))

## 4.5.0 / 2024-02-16 / Agent 7.52.0

***Added***:
Expand Down
1 change: 0 additions & 1 deletion amazon_msk/changelog.d/16899.added

This file was deleted.

1 change: 0 additions & 1 deletion amazon_msk/changelog.d/16963.added

This file was deleted.

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.5.0'
__version__ = '4.6.0'
10 changes: 10 additions & 0 deletions argocd/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,16 @@

<!-- towncrier release notes start -->

## 2.4.0 / 2024-03-22

***Added***:

* Collect 'argocd_app_labels' for ArgoCD metric ([#16897](https://github.com/DataDog/integrations-core/pull/16897))

***Fixed***:

* Rename Go inuse_use metric to the correct inuse_bytes name ([#17252](https://github.com/DataDog/integrations-core/pull/17252))

## 2.3.0 / 2024-02-16 / Agent 7.52.0

***Added***:
Expand Down
1 change: 0 additions & 1 deletion argocd/changelog.d/16897.added

This file was deleted.

1 change: 0 additions & 1 deletion argocd/changelog.d/17252.fixed

This file was deleted.

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.3.0'
__version__ = '2.4.0'
12 changes: 12 additions & 0 deletions clickhouse/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,18 @@

<!-- towncrier release notes start -->

## 3.4.0 / 2024-03-22

***Added***:

* Update custom_queries configuration to support optional collection_interval ([#16957](https://github.com/DataDog/integrations-core/pull/16957))
* Update dependencies ([#16963](https://github.com/DataDog/integrations-core/pull/16963))

***Fixed***:

* Document the `metric_prefix` option for custom queries ([#17061](https://github.com/DataDog/integrations-core/pull/17061))
* Update the configuration to include the `metric_prefix` option ([#17065](https://github.com/DataDog/integrations-core/pull/17065))

## 3.3.0 / 2024-02-16 / Agent 7.52.0

***Added***:
Expand Down
1 change: 0 additions & 1 deletion clickhouse/changelog.d/16957.added

This file was deleted.

1 change: 0 additions & 1 deletion clickhouse/changelog.d/16963.added

This file was deleted.

1 change: 0 additions & 1 deletion clickhouse/changelog.d/17061.fixed

This file was deleted.

1 change: 0 additions & 1 deletion clickhouse/changelog.d/17065.fixed

This file was deleted.

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.3.0'
__version__ = '3.4.0'
13 changes: 13 additions & 0 deletions cockroachdb/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,19 @@

<!-- towncrier release notes start -->

## 3.3.0 / 2024-03-22

***Added***:

* Collect changefeed metrics ([#17079](https://github.com/DataDog/integrations-core/pull/17079))
* Add admission metrics ([#17141](https://github.com/DataDog/integrations-core/pull/17141))
* Add distsender metrics ([#17155](https://github.com/DataDog/integrations-core/pull/17155))
* Add jobs metrics ([#17163](https://github.com/DataDog/integrations-core/pull/17163))
* Add kv metrics ([#17164](https://github.com/DataDog/integrations-core/pull/17164))
* Add physical replication and queue metrics ([#17166](https://github.com/DataDog/integrations-core/pull/17166))
* Collect more metrics ([#17183](https://github.com/DataDog/integrations-core/pull/17183))
* Collect new metrics ([#17192](https://github.com/DataDog/integrations-core/pull/17192))

## 3.2.0 / 2024-02-16 / Agent 7.52.0

***Added***:
Expand Down
1 change: 0 additions & 1 deletion cockroachdb/changelog.d/17079.added

This file was deleted.

1 change: 0 additions & 1 deletion cockroachdb/changelog.d/17141.added

This file was deleted.

1 change: 0 additions & 1 deletion cockroachdb/changelog.d/17155.added

This file was deleted.

1 change: 0 additions & 1 deletion cockroachdb/changelog.d/17163.added

This file was deleted.

1 change: 0 additions & 1 deletion cockroachdb/changelog.d/17164.added

This file was deleted.

1 change: 0 additions & 1 deletion cockroachdb/changelog.d/17166.added

This file was deleted.

1 change: 0 additions & 1 deletion cockroachdb/changelog.d/17183.added

This file was deleted.

1 change: 0 additions & 1 deletion cockroachdb/changelog.d/17192.added

This file was deleted.

2 changes: 1 addition & 1 deletion cockroachdb/datadog_checks/cockroachdb/__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.2.0'
__version__ = '3.3.0'
6 changes: 6 additions & 0 deletions confluent_platform/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@

<!-- towncrier release notes start -->

## 1.10.1 / 2024-03-22

***Fixed***:

* Correct spelling error in Kafka Connect Metrics ([#17107](https://github.com/DataDog/integrations-core/pull/17107))

## 1.10.0 / 2024-01-05 / Agent 7.51.0

***Added***:
Expand Down
1 change: 0 additions & 1 deletion confluent_platform/changelog.d/17107.fixed

This file was deleted.

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.10.0'
__version__ = '1.10.1'
6 changes: 6 additions & 0 deletions consul/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@

<!-- towncrier release notes start -->

## 2.6.0 / 2024-03-22

***Added***:

* Add configuration option to disable hosts from being created by `consul.net.node.*` metrics ([#17004](https://github.com/DataDog/integrations-core/pull/17004))

## 2.5.0 / 2024-02-16 / Agent 7.52.0

***Added***:
Expand Down
1 change: 0 additions & 1 deletion consul/changelog.d/17004.added

This file was deleted.

2 changes: 1 addition & 1 deletion consul/datadog_checks/consul/__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.5.0"
__version__ = "2.6.0"
6 changes: 6 additions & 0 deletions coredns/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@

<!-- towncrier release notes start -->

## 3.2.1 / 2024-03-22

***Fixed***:

* Fix a typo in the configuration file ([#17227](https://github.com/DataDog/integrations-core/pull/17227))

## 3.2.0 / 2024-02-16 / Agent 7.52.0

***Added***:
Expand Down
1 change: 0 additions & 1 deletion coredns/changelog.d/17227.fixed

This file was deleted.

2 changes: 1 addition & 1 deletion coredns/datadog_checks/coredns/__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.2.0'
__version__ = '3.2.1'
6 changes: 6 additions & 0 deletions datadog_checks_base/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@

<!-- towncrier release notes start -->

## 36.5.1 / 2024-03-22

***Fixed***:

* Pin requests-oauthlib for Py2 ([#17181](https://github.com/DataDog/integrations-core/pull/17181))

## 36.5.0 / 2024-03-12

***Added***:
Expand Down
1 change: 0 additions & 1 deletion datadog_checks_base/changelog.d/17181.fixed

This file was deleted.

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

<!-- towncrier release notes start -->

## 3.0.0 / 2024-03-22

***Removed***:

* Removed `admission_webhooks.mutation_errors` metric in the `datadog_cluster_agent` integration ([#17195](https://github.com/DataDog/integrations-core/pull/17195))

## 2.11.1 / 2024-02-29 / Agent 7.52.0

***Fixed***:
Expand Down
1 change: 0 additions & 1 deletion datadog_cluster_agent/changelog.d/17195.removed

This file was deleted.

Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# (C) Datadog, Inc. 2021-present
# All rights reserved
# Licensed under a 3-clause BSD style license (see LICENSE)
__version__ = '2.11.1'
__version__ = '3.0.0'
6 changes: 6 additions & 0 deletions dns_check/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@

<!-- towncrier release notes start -->

## 3.3.0 / 2024-03-22

***Added***:

* Update dependencies ([#16899](https://github.com/DataDog/integrations-core/pull/16899))

## 3.2.0 / 2024-02-16 / Agent 7.52.0

***Added***:
Expand Down
1 change: 0 additions & 1 deletion dns_check/changelog.d/16899.added

This file was deleted.

2 changes: 1 addition & 1 deletion dns_check/datadog_checks/dns_check/__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.2.0'
__version__ = '3.3.0'
6 changes: 6 additions & 0 deletions harbor/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@

<!-- towncrier release notes start -->

## 3.2.1 / 2024-03-22

***Fixed***:

* Add missing custom tags to the `can_connect` service check ([#17194](https://github.com/DataDog/integrations-core/pull/17194))

## 3.2.0 / 2024-02-16 / Agent 7.52.0

***Added***:
Expand Down
1 change: 0 additions & 1 deletion harbor/changelog.d/17194.fixed

This file was deleted.

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__ = '3.2.0'
__version__ = '3.2.1'
6 changes: 6 additions & 0 deletions istio/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@

<!-- towncrier release notes start -->

## 6.0.0 / 2024-03-22

***Changed***:

* Disable `exclude_labels` by default ([#17225](https://github.com/DataDog/integrations-core/pull/17225))

## 5.4.0 / 2024-02-16 / Agent 7.52.0

***Added***:
Expand Down
1 change: 0 additions & 1 deletion istio/changelog.d/17225.changed

This file was deleted.

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.4.0"
__version__ = "6.0.0"
6 changes: 6 additions & 0 deletions kafka_consumer/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@

<!-- towncrier release notes start -->

## 4.3.0 / 2024-03-22

***Added***:

* Add consumer lag in seconds metric ([#16889](https://github.com/DataDog/integrations-core/pull/16889))

## 4.2.1 / 2024-02-16 / Agent 7.52.0

***Fixed***:
Expand Down
1 change: 0 additions & 1 deletion kafka_consumer/changelog.d/16889.added

This file was deleted.

2 changes: 1 addition & 1 deletion kafka_consumer/datadog_checks/kafka_consumer/__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.2.1"
__version__ = "4.3.0"
6 changes: 6 additions & 0 deletions karpenter/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@

<!-- towncrier release notes start -->

## 1.3.0 / 2024-03-22

***Added***:

* New karpenter metrics. ([#17127](https://github.com/DataDog/integrations-core/pull/17127))

## 1.2.0 / 2024-02-16 / Agent 7.52.0

***Added***:
Expand Down
1 change: 0 additions & 1 deletion karpenter/changelog.d/17127.added

This file was deleted.

2 changes: 1 addition & 1 deletion karpenter/datadog_checks/karpenter/__about__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# (C) Datadog, Inc. 2023-present
# All rights reserved
# Licensed under a 3-clause BSD style license (see LICENSE)
__version__ = '1.2.0'
__version__ = '1.3.0'
6 changes: 6 additions & 0 deletions kube_scheduler/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@

<!-- towncrier release notes start -->

## 4.10.0 / 2024-03-22

***Added***:

* Support new scheduler_pod_scheduling_sli_duration_seconds metric ([#17110](https://github.com/DataDog/integrations-core/pull/17110))

## 4.9.0 / 2024-02-16 / Agent 7.52.0

***Added***:
Expand Down
1 change: 0 additions & 1 deletion kube_scheduler/changelog.d/17110.added

This file was deleted.

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.9.0'
__version__ = '4.10.0'
12 changes: 12 additions & 0 deletions kubelet/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,18 @@

<!-- towncrier release notes start -->

## 7.13.0 / 2024-03-22

***Added***:

* Add logic to skip loading Python check in favor of core check based on config variable `DD_KUBELET_CORE_CHECK_ENABLED` ([#16856](https://github.com/DataDog/integrations-core/pull/16856))
* Emit kubelet metrics for init containers and pending pods ([#17035](https://github.com/DataDog/integrations-core/pull/17035))
* Bump the min base check version to 34.2.0 ([#17196](https://github.com/DataDog/integrations-core/pull/17196))

***Fixed***:

* Fix SSL error on kubelet check startup when talking to probes endpoint ([#16987](https://github.com/DataDog/integrations-core/pull/16987))

## 7.12.0 / 2024-02-16 / Agent 7.52.0

***Added***:
Expand Down
1 change: 0 additions & 1 deletion kubelet/changelog.d/16856.added

This file was deleted.

1 change: 0 additions & 1 deletion kubelet/changelog.d/16987.fixed

This file was deleted.

1 change: 0 additions & 1 deletion kubelet/changelog.d/17035.added

This file was deleted.

1 change: 0 additions & 1 deletion kubelet/changelog.d/17196.added

This file was deleted.

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.12.0"
__version__ = "7.13.0"
Loading

0 comments on commit 8fd1580

Please sign in to comment.