Skip to content

Commit 3f11a52

Browse files
authored
Revert release and unpin github runner os (#688)
1 parent b12d460 commit 3f11a52

File tree

3 files changed

+2
-21
lines changed

3 files changed

+2
-21
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@v3
1919
# Include all history and tags, needed for building the right version

CHANGELOG.md

Lines changed: 0 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -1,24 +1,5 @@
11
# CHANGELOG
22

3-
## 0.11.0/2025-05-28
4-
5-
### Fixed
6-
* add `include` parameter to On-Call team rules test [#675](https://github.com/DataDog/datadog-api-client-rust/pull/675)
7-
* fix On-Call spec [#667](https://github.com/DataDog/datadog-api-client-rust/pull/667)
8-
* Fix incorrect pattern for url [#651](https://github.com/DataDog/datadog-api-client-rust/pull/651)
9-
* Make metadata optional for GCS destination [#641](https://github.com/DataDog/datadog-api-client-rust/pull/641)
10-
* Remove isReadOnly default when creating dashboards [#640](https://github.com/DataDog/datadog-api-client-rust/pull/640)
11-
* Make assertion target be int or string [#637](https://github.com/DataDog/datadog-api-client-rust/pull/637)
12-
13-
### Added
14-
* Add support for Datadog Events as a data source for rules [#670](https://github.com/DataDog/datadog-api-client-rust/pull/670)
15-
* Add public APIs to search DORA events [#668](https://github.com/DataDog/datadog-api-client-rust/pull/668)
16-
* Adding endpoints to manage Resource Evaluation Filters [#658](https://github.com/DataDog/datadog-api-client-rust/pull/658)
17-
* Add Sev0 as a supported incident severity [#654](https://github.com/DataDog/datadog-api-client-rust/pull/654)
18-
* Share timerestriction object [#650](https://github.com/DataDog/datadog-api-client-rust/pull/650)
19-
* add On-Call Paging spec [#644](https://github.com/DataDog/datadog-api-client-rust/pull/644)
20-
* Add pagination method for NDM ListDevices. [#638](https://github.com/DataDog/datadog-api-client-rust/pull/638)
21-
223
## 0.10.1 / 2025-04-14
234

245
### Fixed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ license = "Apache-2.0"
2727
name = "datadog-api-client"
2828
readme = "README.md"
2929
repository = "https://github.com/DataDog/datadog-api-client-rust"
30-
version = "0.11.0"
30+
version = "0.10.1"
3131

3232
[dependencies]
3333
async-stream = "0.3.5"

0 commit comments

Comments
 (0)