Skip to content

[Release] Bumped datadog_checks_dev version to 35.1.1 #20439

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

Merged
merged 2 commits into from
Jun 4, 2025
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.b9ca7eb3.link

Large diffs are not rendered by default.

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

<!-- towncrier release notes start -->

## 35.1.1 / 2025-06-04

***Fixed***:

* Stop relying on manifest.json to validate spec.yaml. Also stop checking the 'name' field in spec.yaml. ([#20398](https://github.com/DataDog/integrations-core/pull/20398))
* Ignore missing readmes in extras and marketplace repos. This is to temporarily unblock contributors while we discuss how to handle readmes in Publishing Platform. ([#20438](https://github.com/DataDog/integrations-core/pull/20438))

## 35.1.0 / 2025-05-27

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

This file was deleted.

1 change: 0 additions & 1 deletion datadog_checks_dev/changelog.d/20438.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__ = '35.1.0'
__version__ = '35.1.1'
Loading