Skip to content

Commit

Permalink
Port changelogs from 7.63 to master. (#19498)
Browse files Browse the repository at this point in the history
  • Loading branch information
nubtron authored Jan 28, 2025
1 parent cbd2c7c commit c931d1a
Show file tree
Hide file tree
Showing 132 changed files with 334 additions and 131 deletions.
6 changes: 6 additions & 0 deletions active_directory/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@

<!-- towncrier release notes start -->

## 4.1.0 / 2025-01-25

***Added***:

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

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

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

This file was deleted.

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.0.0'
__version__ = '4.1.0'
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.2.0 / 2025-01-25

***Added***:

* Reduced the volume of logging from the `botocore` library ([#19376](https://github.com/DataDog/integrations-core/pull/19376))
* Update dependencies ([#19430](https://github.com/DataDog/integrations-core/pull/19430))

## 6.1.0 / 2025-01-16

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

This file was deleted.

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

<!-- towncrier release notes start -->

## 2.3.0 / 2025-01-25

***Added***:

* Update Argo-Workflow Metric names for v3.6+ ([#19417](https://github.com/DataDog/integrations-core/pull/19417))
* Add new Argo Workflow metrics for v3.6+ ([#19447](https://github.com/DataDog/integrations-core/pull/19447))

## 2.2.0 / 2025-01-16

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

This file was deleted.

1 change: 0 additions & 1 deletion argo_workflows/changelog.d/19447.added

This file was deleted.

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

<!-- towncrier release notes start -->

## 4.1.0 / 2025-01-25

***Added***:

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

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

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

This file was deleted.

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

<!-- towncrier release notes start -->

## 37.5.0 / 2025-01-25

***Added***:

* Update dependencies ([#19430](https://github.com/DataDog/integrations-core/pull/19430))
* Add tls_ciphers option for http ([#19469](https://github.com/DataDog/integrations-core/pull/19469))

***Fixed***:

* Handle unexpected values for `expires_in` in OAuth Access response ([#19371](https://github.com/DataDog/integrations-core/pull/19371))
* Drop unused importlib-metadata dependency. ([#19382](https://github.com/DataDog/integrations-core/pull/19382))

## 37.4.0 / 2025-01-16

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

This file was deleted.

1 change: 0 additions & 1 deletion datadog_checks_base/changelog.d/19382.fixed

This file was deleted.

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

This file was deleted.

1 change: 0 additions & 1 deletion datadog_checks_base/changelog.d/19469.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.4.0"
__version__ = "37.5.0"
6 changes: 6 additions & 0 deletions datadog_checks_downloader/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@

<!-- towncrier release notes start -->

## 7.1.0 / 2025-01-25

***Added***:

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

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

***Changed***:
Expand Down
1 change: 0 additions & 1 deletion datadog_checks_downloader/changelog.d/19430.added

This file was deleted.

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__ = "7.0.0"
__version__ = "7.1.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.4.0 / 2025-01-25

***Added***:

* Add telemetry for checks that are not scheduled. ([#19306](https://github.com/DataDog/integrations-core/pull/19306))

## 5.3.0 / 2025-01-16

***Added***:
Expand Down
1 change: 0 additions & 1 deletion datadog_cluster_agent/changelog.d/19306.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.3.0'
__version__ = '5.4.0'
6 changes: 6 additions & 0 deletions dcgm/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 / 2025-01-25

***Added***:

* Add the gauge/total version of some monotonic counter metrics ([#19459](https://github.com/DataDog/integrations-core/pull/19459))

## 3.2.0 / 2025-01-16

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

This file was deleted.

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

<!-- towncrier release notes start -->

## 4.0.1 / 2025-01-25

***Fixed***:

* Drop unused scandir dependency. ([#19380](https://github.com/DataDog/integrations-core/pull/19380))

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

***Removed***:
Expand Down
1 change: 0 additions & 1 deletion directory/changelog.d/19380.fixed

This file was deleted.

2 changes: 1 addition & 1 deletion directory/datadog_checks/directory/__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.0.0'
__version__ = '4.0.1'
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 -->

## 5.1.0 / 2025-01-25

***Added***:

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

## 5.0.1 / 2024-12-26

***Fixed***:
Expand Down
1 change: 0 additions & 1 deletion dns_check/changelog.d/19430.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__ = '5.0.1'
__version__ = '5.1.0'
6 changes: 6 additions & 0 deletions dotnetclr/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@

<!-- towncrier release notes start -->

## 4.1.0 / 2025-01-25

***Added***:

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

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

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

This file was deleted.

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

<!-- towncrier release notes start -->

## 4.1.0 / 2025-01-25

***Added***:

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

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

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

This file was deleted.

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

<!-- towncrier release notes start -->

## 6.2.0 / 2025-01-25

***Added***:

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

## 6.1.0 / 2025-01-16

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

This file was deleted.

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

<!-- towncrier release notes start -->

## 4.1.0 / 2025-01-25

***Added***:

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

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

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

This file was deleted.

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

<!-- towncrier release notes start -->

## 4.1.0 / 2025-01-25

***Added***:

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

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

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

This file was deleted.

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

<!-- towncrier release notes start -->

## 8.1.0 / 2025-01-25

***Added***:

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

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

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

This file was deleted.

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

<!-- towncrier release notes start -->

## 5.1.0 / 2025-01-25

***Added***:

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

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

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

This file was deleted.

2 changes: 1 addition & 1 deletion iis/datadog_checks/iis/__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.0.0'
__version__ = '5.1.0'
Loading

0 comments on commit c931d1a

Please sign in to comment.