Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Release] Bumped datadog_checks_dev version to 32.2.0 #17925

Merged
merged 2 commits into from
Jun 25, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .in-toto/tag.ec45eb9d.link

Large diffs are not rendered by default.

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

<!-- towncrier release notes start -->

## 32.2.0 / 2024-06-25

***Security***:

* Update pydantic to 2.7.3 to address CVE-2024-3772 ([#17802](https://github.com/DataDog/integrations-core/pull/17802))

***Added***:

* Add license override for requests-unixsocket2 ([#17702](https://github.com/DataDog/integrations-core/pull/17702))

***Fixed***:

* CheckEndpoints lets its clients pass alternative to `urllib.requests.urlopen` which:
1. exposes the external dependency more clearly
2. supports deterministic testing ([#17614](https://github.com/DataDog/integrations-core/pull/17614))
* Replace DD_LOGS_CONFIG_DD_URL with DD_LOGS_CONFIG_LOGS_DD_URL ([#17890](https://github.com/DataDog/integrations-core/pull/17890))

## 32.1.1 / 2024-05-09

***Fixed***:
Expand Down
3 changes: 0 additions & 3 deletions datadog_checks_dev/changelog.d/17614.fixed

This file was deleted.

1 change: 0 additions & 1 deletion datadog_checks_dev/changelog.d/17702.added

This file was deleted.

1 change: 0 additions & 1 deletion datadog_checks_dev/changelog.d/17802.security

This file was deleted.

1 change: 0 additions & 1 deletion datadog_checks_dev/changelog.d/17890.fixed

This file was deleted.

2 changes: 1 addition & 1 deletion datadog_checks_dev/datadog_checks/dev/__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__ = '32.1.1'
__version__ = '32.2.0'
Loading