From e415a9931fd7fa60dc49e4ac0bdde1b797cdb52a Mon Sep 17 00:00:00 2001 From: Sherzod Karimov Date: Wed, 28 May 2025 14:28:53 -0400 Subject: [PATCH 1/3] Revert "Bump versions and add changelog entries. (#2440)" This reverts commit ee6c9d2f010a777cf172a45bd621c78ec4bb6e34. --- CHANGELOG.md | 18 ------------------ lib/datadog_api_client/version.rb | 2 +- 2 files changed, 1 insertion(+), 19 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 49160517c56e..facff45eb4c4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,23 +1,5 @@ # CHANGELOG -## 2.34.0/2025-05-28 - -### Fixed -* add `include` parameter to On-Call team rules test [#2426](https://github.com/DataDog/datadog-api-client-ruby/pull/2426) -* fix On-Call spec [#2417](https://github.com/DataDog/datadog-api-client-ruby/pull/2417) -* Fix frozen string errors again, more durably this time [#2407](https://github.com/DataDog/datadog-api-client-ruby/pull/2407) -* Fix incorrect pattern for url [#2399](https://github.com/DataDog/datadog-api-client-ruby/pull/2399) -* Make metadata optional for GCS destination [#2389](https://github.com/DataDog/datadog-api-client-ruby/pull/2389) -* Remove isReadOnly default when creating dashboards [#2388](https://github.com/DataDog/datadog-api-client-ruby/pull/2388) - -### Added -* Add support for Datadog Events as a data source for rules [#2421](https://github.com/DataDog/datadog-api-client-ruby/pull/2421) -* Add public APIs to search DORA events [#2418](https://github.com/DataDog/datadog-api-client-ruby/pull/2418) -* Adding endpoints to manage Resource Evaluation Filters [#2411](https://github.com/DataDog/datadog-api-client-ruby/pull/2411) -* Add Sev0 as a supported incident severity [#2403](https://github.com/DataDog/datadog-api-client-ruby/pull/2403) -* Share timerestriction object [#2397](https://github.com/DataDog/datadog-api-client-ruby/pull/2397) -* add On-Call Paging spec [#2391](https://github.com/DataDog/datadog-api-client-ruby/pull/2391) - ## 2.33.0 / 2025-05-01 ### Fixed diff --git a/lib/datadog_api_client/version.rb b/lib/datadog_api_client/version.rb index 80c6af1affb1..23705b32b669 100644 --- a/lib/datadog_api_client/version.rb +++ b/lib/datadog_api_client/version.rb @@ -1,5 +1,5 @@ # Define library version. module DatadogAPIClient - VERSION = '2.34.0' + VERSION = '2.33.0-dev.1' end From c239b8d2236609f2fe8c74c3431c7f8bd9d72a58 Mon Sep 17 00:00:00 2001 From: Sherzod Karimov Date: Wed, 28 May 2025 14:29:10 -0400 Subject: [PATCH 2/3] downgrade version --- .github/workflows/publish.yml | 4 ++-- Gemfile | 1 + 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 91b19eb08d62..d18957eda235 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -24,10 +24,10 @@ jobs: with: fetch-depth: 1 - - name: Set up Ruby 3.4.3 + - name: Set up Ruby 3.3.8 uses: ruby/setup-ruby@eaecf785f6a34567a6d97f686bbb7bccc1ac1e5c # v1.237.0 with: - ruby-version: 3.4.3 + ruby-version: 3.3.8 - name: Install dependencies ${{ github.event.release.tag_name }} run: | diff --git a/Gemfile b/Gemfile index beb1d2ec9adc..691cbc548242 100644 --- a/Gemfile +++ b/Gemfile @@ -10,6 +10,7 @@ group :development, :test do gem 'datadog-ci', '~> 1.11' gem 'gem-release' gem 'rake', '~> 13.0.1' + gem 'ostruct' gem 'rspec-expectations' gem 'rubocop' gem 'rufo' From eb98dc84d7ed7e9a10f69547e32177d97bc6c06f Mon Sep 17 00:00:00 2001 From: Sherzod Karimov Date: Wed, 28 May 2025 14:37:48 -0400 Subject: [PATCH 3/3] bump cucumber --- .github/workflows/publish.yml | 4 ++-- Gemfile | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index d18957eda235..91b19eb08d62 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -24,10 +24,10 @@ jobs: with: fetch-depth: 1 - - name: Set up Ruby 3.3.8 + - name: Set up Ruby 3.4.3 uses: ruby/setup-ruby@eaecf785f6a34567a6d97f686bbb7bccc1ac1e5c # v1.237.0 with: - ruby-version: 3.3.8 + ruby-version: 3.4.3 - name: Install dependencies ${{ github.event.release.tag_name }} run: | diff --git a/Gemfile b/Gemfile index 691cbc548242..9e2f99a0e75f 100644 --- a/Gemfile +++ b/Gemfile @@ -6,7 +6,7 @@ gemspec group :development, :test do gem 'activesupport' - gem 'cucumber', '~> 9.1.1' + gem 'cucumber', '~> 9.2.1' gem 'datadog-ci', '~> 1.11' gem 'gem-release' gem 'rake', '~> 13.0.1'