Skip to content

Commit 1963330

Browse files
authored
Revert release and bump cucumber (#2441)
* Revert "Bump versions and add changelog entries. (#2440)" This reverts commit ee6c9d2. * downgrade version * bump cucumber
1 parent ee6c9d2 commit 1963330

File tree

3 files changed

+3
-20
lines changed

3 files changed

+3
-20
lines changed

CHANGELOG.md

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

3-
## 2.34.0/2025-05-28
4-
5-
### Fixed
6-
* add `include` parameter to On-Call team rules test [#2426](https://github.com/DataDog/datadog-api-client-ruby/pull/2426)
7-
* fix On-Call spec [#2417](https://github.com/DataDog/datadog-api-client-ruby/pull/2417)
8-
* Fix frozen string errors again, more durably this time [#2407](https://github.com/DataDog/datadog-api-client-ruby/pull/2407)
9-
* Fix incorrect pattern for url [#2399](https://github.com/DataDog/datadog-api-client-ruby/pull/2399)
10-
* Make metadata optional for GCS destination [#2389](https://github.com/DataDog/datadog-api-client-ruby/pull/2389)
11-
* Remove isReadOnly default when creating dashboards [#2388](https://github.com/DataDog/datadog-api-client-ruby/pull/2388)
12-
13-
### Added
14-
* Add support for Datadog Events as a data source for rules [#2421](https://github.com/DataDog/datadog-api-client-ruby/pull/2421)
15-
* Add public APIs to search DORA events [#2418](https://github.com/DataDog/datadog-api-client-ruby/pull/2418)
16-
* Adding endpoints to manage Resource Evaluation Filters [#2411](https://github.com/DataDog/datadog-api-client-ruby/pull/2411)
17-
* Add Sev0 as a supported incident severity [#2403](https://github.com/DataDog/datadog-api-client-ruby/pull/2403)
18-
* Share timerestriction object [#2397](https://github.com/DataDog/datadog-api-client-ruby/pull/2397)
19-
* add On-Call Paging spec [#2391](https://github.com/DataDog/datadog-api-client-ruby/pull/2391)
20-
213
## 2.33.0 / 2025-05-01
224

235
### Fixed

Gemfile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,11 @@ gemspec
66

77
group :development, :test do
88
gem 'activesupport'
9-
gem 'cucumber', '~> 9.1.1'
9+
gem 'cucumber', '~> 9.2.1'
1010
gem 'datadog-ci', '~> 1.11'
1111
gem 'gem-release'
1212
gem 'rake', '~> 13.0.1'
13+
gem 'ostruct'
1314
gem 'rspec-expectations'
1415
gem 'rubocop'
1516
gem 'rufo'

lib/datadog_api_client/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Define library version.
22

33
module DatadogAPIClient
4-
VERSION = '2.34.0'
4+
VERSION = '2.33.0-dev.1'
55
end

0 commit comments

Comments
 (0)