Skip to content

Commit 528922c

Browse files
authored
Revert release and unpin ubuntu version (#2596)
* Revert "Bump versions and add changelog entries. (#2593)" This reverts commit 3213b3c. * Unpin ubuntu
1 parent 3213b3c commit 528922c

File tree

3 files changed

+3
-22
lines changed

3 files changed

+3
-22
lines changed

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ on:
1313
jobs:
1414
upload_release:
1515
name: Upload release
16-
runs-on: ubuntu-20.04
16+
runs-on: ubuntu-latest
1717
steps:
1818
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
1919
with:

CHANGELOG.md

Lines changed: 1 addition & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -1,23 +1,4 @@
1-
# CHANGELOG
2-
3-
## 2.35.0/2025-05-28
4-
5-
### Fixed
6-
* add `include` parameter to On-Call team rules test [#2582](https://github.com/DataDog/datadog-api-client-python/pull/2582)
7-
* fix On-Call spec [#2572](https://github.com/DataDog/datadog-api-client-python/pull/2572)
8-
* Fix incorrect pattern for url [#2558](https://github.com/DataDog/datadog-api-client-python/pull/2558)
9-
* Make metadata optional for GCS destination [#2549](https://github.com/DataDog/datadog-api-client-python/pull/2549)
10-
* Remove isReadOnly default when creating dashboards [#2548](https://github.com/DataDog/datadog-api-client-python/pull/2548)
11-
* Make assertion target be int or string [#2545](https://github.com/DataDog/datadog-api-client-python/pull/2545)
12-
13-
### Added
14-
* Add support for Datadog Events as a data source for rules [#2578](https://github.com/DataDog/datadog-api-client-python/pull/2578)
15-
* Add public APIs to search DORA events [#2575](https://github.com/DataDog/datadog-api-client-python/pull/2575)
16-
* Adding endpoints to manage Resource Evaluation Filters [#2567](https://github.com/DataDog/datadog-api-client-python/pull/2567)
17-
* Add Sev0 as a supported incident severity [#2561](https://github.com/DataDog/datadog-api-client-python/pull/2561)
18-
* Share timerestriction object [#2557](https://github.com/DataDog/datadog-api-client-python/pull/2557)
19-
* add On-Call Paging spec [#2551](https://github.com/DataDog/datadog-api-client-python/pull/2551)
20-
* Add pagination method for NDM ListDevices. [#2547](https://github.com/DataDog/datadog-api-client-python/pull/2547)
1+
# Changelog
212

223
## 2.34.0 / 2025-04-14
234

src/datadog_api_client/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@
33
# This product includes software developed at Datadog (https://www.datadoghq.com/).
44
# Copyright 2020-Present Datadog, Inc.
55

6-
__version__ = "2.35.0"
6+
__version__ = "2.34.0"

0 commit comments

Comments
 (0)