Skip to content

Commit

Permalink
Release existing integrations for Agent 7.64 (#19666)
Browse files Browse the repository at this point in the history
  • Loading branch information
iliakur authored Feb 20, 2025
1 parent 1eb1995 commit ab3ee0b
Show file tree
Hide file tree
Showing 79 changed files with 189 additions and 78 deletions.
2 changes: 1 addition & 1 deletion .in-toto/tag.b9ca7eb3.link

Large diffs are not rendered by default.

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

<!-- towncrier release notes start -->

## 6.3.0 / 2025-02-20

***Added***:

* Allow for check to skip over nodes with empty `BrokerNodeInfo` fields ([#19552](https://github.com/DataDog/integrations-core/pull/19552))
* Update dependencies ([#19576](https://github.com/DataDog/integrations-core/pull/19576))

## 6.2.0 / 2025-01-25 / Agent 7.63.0

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

This file was deleted.

1 change: 0 additions & 1 deletion amazon_msk/changelog.d/19576.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__ = '6.2.0'
__version__ = '6.3.0'
6 changes: 6 additions & 0 deletions cilium/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@

<!-- towncrier release notes start -->

## 5.2.0 / 2025-02-20

***Added***:

* Added Cilium 1.16 metrics ([#19520](https://github.com/DataDog/integrations-core/pull/19520))

## 5.1.0 / 2025-01-16 / Agent 7.63.0

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

This file was deleted.

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

<!-- towncrier release notes start -->

## 5.2.0 / 2025-02-20

***Added***:

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

## 5.1.0 / 2024-11-28 / Agent 7.61.0

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

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

<!-- towncrier release notes start -->

## 5.2.0 / 2025-02-20

***Added***:

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

## 5.1.0 / 2025-01-16 / Agent 7.63.0

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

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__ = '5.1.0'
__version__ = '5.2.0'
8 changes: 8 additions & 0 deletions datadog_checks_base/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,14 @@

<!-- towncrier release notes start -->

## 37.6.0 / 2025-02-20

***Added***:

* Add support for target_info metric w/ shared label cache ([#19397](https://github.com/DataDog/integrations-core/pull/19397))
* Update dependencies ([#19576](https://github.com/DataDog/integrations-core/pull/19576))
* Adds HA_SUPPORTED as a class attribute to the AgentCheck to let integrations self declare that they support HA. ([#19580](https://github.com/DataDog/integrations-core/pull/19580))

## 37.5.0 / 2025-01-25 / Agent 7.63.0

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

This file was deleted.

1 change: 0 additions & 1 deletion datadog_checks_base/changelog.d/19576.added

This file was deleted.

1 change: 0 additions & 1 deletion datadog_checks_base/changelog.d/19580.added

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__ = "37.5.0"
__version__ = "37.6.0"
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 -->

## 5.5.0 / 2025-02-20

***Added***:

* Collect telemetry for autoscaling local fallback ([#19522](https://github.com/DataDog/integrations-core/pull/19522))

## 5.4.0 / 2025-01-25 / Agent 7.63.0

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

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

<!-- towncrier release notes start -->

## 3.1.0 / 2025-02-20

***Added***:

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

## 3.0.0 / 2024-10-04 / Agent 7.59.0

***Removed***:
Expand Down
1 change: 0 additions & 1 deletion foundationdb/changelog.d/19576.added

This file was deleted.

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

<!-- towncrier release notes start -->

## 1.0.1 / 2025-02-20

***Fixed***:

* Correct the data type and collection method for 2 metrics. ([#19530](https://github.com/DataDog/integrations-core/pull/19530))

## 1.0.0 / 2024-12-26 / Agent 7.62.0

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

This file was deleted.

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

<!-- towncrier release notes start -->

## 1.2.0 / 2025-02-20

***Added***:

* Add Milvus logs ([#19331](https://github.com/DataDog/integrations-core/pull/19331))

## 1.1.0 / 2025-01-16 / Agent 7.63.0

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

This file was deleted.

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

<!-- towncrier release notes start -->

## 8.5.0 / 2025-02-20

***Added***:

* Collect `lsid` and `transaction` details from `$currentOp` for MongoDB activity sampling. ([#19553](https://github.com/DataDog/integrations-core/pull/19553))
* Update dependencies ([#19576](https://github.com/DataDog/integrations-core/pull/19576))
* Bump `pymongo` to 4.11. ([#19610](https://github.com/DataDog/integrations-core/pull/19610))

***Fixed***:

* Skip host info system metrics collection on arbiter node due to `HostInfo` command cannot not be ran on arbiter without admin access. ([#19571](https://github.com/DataDog/integrations-core/pull/19571))

## 8.4.0 / 2025-01-25 / Agent 7.63.0

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

This file was deleted.

1 change: 0 additions & 1 deletion mongo/changelog.d/19571.fixed

This file was deleted.

1 change: 0 additions & 1 deletion mongo/changelog.d/19576.added

This file was deleted.

1 change: 0 additions & 1 deletion mongo/changelog.d/19610.added

This file was deleted.

2 changes: 1 addition & 1 deletion mongo/datadog_checks/mongo/__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__ = '8.4.0'
__version__ = '8.5.0'
7 changes: 7 additions & 0 deletions mysql/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,13 @@

<!-- towncrier release notes start -->

## 14.6.0 / 2025-02-20

***Added***:

* Update mysql schema data model ([#19472](https://github.com/DataDog/integrations-core/pull/19472))
* Update dependencies ([#19576](https://github.com/DataDog/integrations-core/pull/19576))

## 14.5.1 / 2025-02-13 / Agent 7.63.0

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

This file was deleted.

1 change: 0 additions & 1 deletion mysql/changelog.d/19576.added

This file was deleted.

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

<!-- towncrier release notes start -->

## 1.0.1 / 2025-02-20

***Fixed***:

* Add `role_name` tag key to machine metrics. ([#19613](https://github.com/DataDog/integrations-core/pull/19613))
* Add validation that filtering is in place. ([#19631](https://github.com/DataDog/integrations-core/pull/19631))

## 1.0.0 / 2025-01-24 / Agent 7.63.0

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

This file was deleted.

1 change: 0 additions & 1 deletion octopus_deploy/changelog.d/19631.fixed

This file was deleted.

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

<!-- towncrier release notes start -->

## 8.3.0 / 2025-02-20

***Added***:

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

## 8.2.0 / 2025-01-25 / Agent 7.63.0

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

This file was deleted.

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

<!-- towncrier release notes start -->

## 22.6.0 / 2025-02-20

***Added***:

* Add support for collecting raw query statements and explain plans when `collect_raw_query_statement.enabled` is true. ([#19493](https://github.com/DataDog/integrations-core/pull/19493))
* Update dependencies ([#19576](https://github.com/DataDog/integrations-core/pull/19576))

***Fixed***:

* Split Postgres query metrics payload to conform to max payload size and enable larger query metrics collection ([#19582](https://github.com/DataDog/integrations-core/pull/19582))
* Fix exception handling for auto discovered databases ([#19586](https://github.com/DataDog/integrations-core/pull/19586))

## 22.5.1 / 2025-01-29 / Agent 7.63.0

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

This file was deleted.

1 change: 0 additions & 1 deletion postgres/changelog.d/19576.added

This file was deleted.

1 change: 0 additions & 1 deletion postgres/changelog.d/19582.fixed

This file was deleted.

1 change: 0 additions & 1 deletion postgres/changelog.d/19586.fixed

This file was deleted.

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__ = "22.5.1"
__version__ = "22.6.0"
Loading

0 comments on commit ab3ee0b

Please sign in to comment.