Skip to content

Commit

Permalink
Merge pull request #241 from DataDog/bump_to_version_1.7.0
Browse files Browse the repository at this point in the history
Bump to version 1.7.0
  • Loading branch information
anmarchenko authored Sep 25, 2024
2 parents a997734 + 09560b1 commit 570d019
Show file tree
Hide file tree
Showing 132 changed files with 144 additions and 133 deletions.
15 changes: 13 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
## [Unreleased]

## [1.7.0] - 2024-09-25

### Added
* Report total lines coverage percentage to Datadog ([#240][])
* add source location info to test suites ([#239][])
* Add pull_request extra tags for GitHub Actions ([#238][])

## [1.6.0] - 2024-09-20


Expand Down Expand Up @@ -332,7 +339,8 @@ Currently test suite level visibility is not used by our instrumentation: it wil

- Ruby versions < 2.7 no longer supported ([#8][])

[Unreleased]: https://github.com/DataDog/datadog-ci-rb/compare/v1.6.0...main
[Unreleased]: https://github.com/DataDog/datadog-ci-rb/compare/v1.7.0...main
[1.7.0]: https://github.com/DataDog/datadog-ci-rb/compare/v1.6.0...v1.7.0
[1.6.0]: https://github.com/DataDog/datadog-ci-rb/compare/v1.5.0...v1.6.0
[1.5.0]: https://github.com/DataDog/datadog-ci-rb/compare/v1.4.1...v1.5.0
[1.4.1]: https://github.com/DataDog/datadog-ci-rb/compare/v1.4.0...v1.4.1
Expand Down Expand Up @@ -477,4 +485,7 @@ Currently test suite level visibility is not used by our instrumentation: it wil
[#229]: https://github.com/DataDog/datadog-ci-rb/issues/229
[#231]: https://github.com/DataDog/datadog-ci-rb/issues/231
[#235]: https://github.com/DataDog/datadog-ci-rb/issues/235
[#236]: https://github.com/DataDog/datadog-ci-rb/issues/236
[#236]: https://github.com/DataDog/datadog-ci-rb/issues/236
[#238]: https://github.com/DataDog/datadog-ci-rb/issues/238
[#239]: https://github.com/DataDog/datadog-ci-rb/issues/239
[#240]: https://github.com/DataDog/datadog-ci-rb/issues/240
2 changes: 1 addition & 1 deletion gemfiles/jruby_9.4_activesupport_4.gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: ..
specs:
datadog-ci (1.6.0)
datadog-ci (1.7.0)
datadog (~> 2.3)
msgpack

Expand Down
2 changes: 1 addition & 1 deletion gemfiles/jruby_9.4_activesupport_5.gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: ..
specs:
datadog-ci (1.6.0)
datadog-ci (1.7.0)
datadog (~> 2.3)
msgpack

Expand Down
2 changes: 1 addition & 1 deletion gemfiles/jruby_9.4_activesupport_6.gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: ..
specs:
datadog-ci (1.6.0)
datadog-ci (1.7.0)
datadog (~> 2.3)
msgpack

Expand Down
2 changes: 1 addition & 1 deletion gemfiles/jruby_9.4_activesupport_7.gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: ..
specs:
datadog-ci (1.6.0)
datadog-ci (1.7.0)
datadog (~> 2.3)
msgpack

Expand Down
2 changes: 1 addition & 1 deletion gemfiles/jruby_9.4_ci_queue_0_minitest_5.gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: ..
specs:
datadog-ci (1.6.0)
datadog-ci (1.7.0)
datadog (~> 2.3)
msgpack

Expand Down
2 changes: 1 addition & 1 deletion gemfiles/jruby_9.4_ci_queue_0_rspec_3.gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: ..
specs:
datadog-ci (1.6.0)
datadog-ci (1.7.0)
datadog (~> 2.3)
msgpack

Expand Down
2 changes: 1 addition & 1 deletion gemfiles/jruby_9.4_cucumber_3.gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: ..
specs:
datadog-ci (1.6.0)
datadog-ci (1.7.0)
datadog (~> 2.3)
msgpack

Expand Down
2 changes: 1 addition & 1 deletion gemfiles/jruby_9.4_cucumber_4.gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: ..
specs:
datadog-ci (1.6.0)
datadog-ci (1.7.0)
datadog (~> 2.3)
msgpack

Expand Down
2 changes: 1 addition & 1 deletion gemfiles/jruby_9.4_cucumber_5.gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: ..
specs:
datadog-ci (1.6.0)
datadog-ci (1.7.0)
datadog (~> 2.3)
msgpack

Expand Down
2 changes: 1 addition & 1 deletion gemfiles/jruby_9.4_cucumber_6.gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: ..
specs:
datadog-ci (1.6.0)
datadog-ci (1.7.0)
datadog (~> 2.3)
msgpack

Expand Down
2 changes: 1 addition & 1 deletion gemfiles/jruby_9.4_cucumber_7.gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: ..
specs:
datadog-ci (1.6.0)
datadog-ci (1.7.0)
datadog (~> 2.3)
msgpack

Expand Down
2 changes: 1 addition & 1 deletion gemfiles/jruby_9.4_cucumber_8.gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: ..
specs:
datadog-ci (1.6.0)
datadog-ci (1.7.0)
datadog (~> 2.3)
msgpack

Expand Down
2 changes: 1 addition & 1 deletion gemfiles/jruby_9.4_cucumber_9.gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: ..
specs:
datadog-ci (1.6.0)
datadog-ci (1.7.0)
datadog (~> 2.3)
msgpack

Expand Down
2 changes: 1 addition & 1 deletion gemfiles/jruby_9.4_knapsack_pro_7_rspec_3.gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: ..
specs:
datadog-ci (1.6.0)
datadog-ci (1.7.0)
datadog (~> 2.3)
msgpack

Expand Down
2 changes: 1 addition & 1 deletion gemfiles/jruby_9.4_minitest_5.gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: ..
specs:
datadog-ci (1.6.0)
datadog-ci (1.7.0)
datadog (~> 2.3)
msgpack

Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: ..
specs:
datadog-ci (1.6.0)
datadog-ci (1.7.0)
datadog (~> 2.3)
msgpack

Expand Down
2 changes: 1 addition & 1 deletion gemfiles/jruby_9.4_rspec_3.gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: ..
specs:
datadog-ci (1.6.0)
datadog-ci (1.7.0)
datadog (~> 2.3)
msgpack

Expand Down
2 changes: 1 addition & 1 deletion gemfiles/jruby_9.4_selenium_4_capybara_3.gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: ..
specs:
datadog-ci (1.6.0)
datadog-ci (1.7.0)
datadog (~> 2.3)
msgpack

Expand Down
2 changes: 1 addition & 1 deletion gemfiles/jruby_9.4_timecop_0.gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: ..
specs:
datadog-ci (1.6.0)
datadog-ci (1.7.0)
datadog (~> 2.3)
msgpack

Expand Down
2 changes: 1 addition & 1 deletion gemfiles/ruby_2.7_activesupport_4.gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: ..
specs:
datadog-ci (1.6.0)
datadog-ci (1.7.0)
datadog (~> 2.3)
msgpack

Expand Down
2 changes: 1 addition & 1 deletion gemfiles/ruby_2.7_activesupport_5.gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: ..
specs:
datadog-ci (1.6.0)
datadog-ci (1.7.0)
datadog (~> 2.3)
msgpack

Expand Down
2 changes: 1 addition & 1 deletion gemfiles/ruby_2.7_activesupport_6.gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: ..
specs:
datadog-ci (1.6.0)
datadog-ci (1.7.0)
datadog (~> 2.3)
msgpack

Expand Down
2 changes: 1 addition & 1 deletion gemfiles/ruby_2.7_activesupport_7.gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: ..
specs:
datadog-ci (1.6.0)
datadog-ci (1.7.0)
datadog (~> 2.3)
msgpack

Expand Down
2 changes: 1 addition & 1 deletion gemfiles/ruby_2.7_ci_queue_0_minitest_5.gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: ..
specs:
datadog-ci (1.6.0)
datadog-ci (1.7.0)
datadog (~> 2.3)
msgpack

Expand Down
2 changes: 1 addition & 1 deletion gemfiles/ruby_2.7_ci_queue_0_rspec_3.gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: ..
specs:
datadog-ci (1.6.0)
datadog-ci (1.7.0)
datadog (~> 2.3)
msgpack

Expand Down
2 changes: 1 addition & 1 deletion gemfiles/ruby_2.7_cucumber_3.gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: ..
specs:
datadog-ci (1.6.0)
datadog-ci (1.7.0)
datadog (~> 2.3)
msgpack

Expand Down
2 changes: 1 addition & 1 deletion gemfiles/ruby_2.7_cucumber_4.gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: ..
specs:
datadog-ci (1.6.0)
datadog-ci (1.7.0)
datadog (~> 2.3)
msgpack

Expand Down
2 changes: 1 addition & 1 deletion gemfiles/ruby_2.7_cucumber_5.gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: ..
specs:
datadog-ci (1.6.0)
datadog-ci (1.7.0)
datadog (~> 2.3)
msgpack

Expand Down
2 changes: 1 addition & 1 deletion gemfiles/ruby_2.7_cucumber_6.gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: ..
specs:
datadog-ci (1.6.0)
datadog-ci (1.7.0)
datadog (~> 2.3)
msgpack

Expand Down
2 changes: 1 addition & 1 deletion gemfiles/ruby_2.7_cucumber_7.gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: ..
specs:
datadog-ci (1.6.0)
datadog-ci (1.7.0)
datadog (~> 2.3)
msgpack

Expand Down
2 changes: 1 addition & 1 deletion gemfiles/ruby_2.7_cucumber_8.gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: ..
specs:
datadog-ci (1.6.0)
datadog-ci (1.7.0)
datadog (~> 2.3)
msgpack

Expand Down
2 changes: 1 addition & 1 deletion gemfiles/ruby_2.7_cucumber_9.gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: ..
specs:
datadog-ci (1.6.0)
datadog-ci (1.7.0)
datadog (~> 2.3)
msgpack

Expand Down
2 changes: 1 addition & 1 deletion gemfiles/ruby_2.7_knapsack_pro_7_rspec_3.gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: ..
specs:
datadog-ci (1.6.0)
datadog-ci (1.7.0)
datadog (~> 2.3)
msgpack

Expand Down
2 changes: 1 addition & 1 deletion gemfiles/ruby_2.7_minitest_5.gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: ..
specs:
datadog-ci (1.6.0)
datadog-ci (1.7.0)
datadog (~> 2.3)
msgpack

Expand Down
2 changes: 1 addition & 1 deletion gemfiles/ruby_2.7_rspec_3.gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: ..
specs:
datadog-ci (1.6.0)
datadog-ci (1.7.0)
datadog (~> 2.3)
msgpack

Expand Down
2 changes: 1 addition & 1 deletion gemfiles/ruby_2.7_timecop_0.gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: ..
specs:
datadog-ci (1.6.0)
datadog-ci (1.7.0)
datadog (~> 2.3)
msgpack

Expand Down
2 changes: 1 addition & 1 deletion gemfiles/ruby_3.0_activesupport_4.gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: ..
specs:
datadog-ci (1.6.0)
datadog-ci (1.7.0)
datadog (~> 2.3)
msgpack

Expand Down
2 changes: 1 addition & 1 deletion gemfiles/ruby_3.0_activesupport_5.gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: ..
specs:
datadog-ci (1.6.0)
datadog-ci (1.7.0)
datadog (~> 2.3)
msgpack

Expand Down
2 changes: 1 addition & 1 deletion gemfiles/ruby_3.0_activesupport_6.gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: ..
specs:
datadog-ci (1.6.0)
datadog-ci (1.7.0)
datadog (~> 2.3)
msgpack

Expand Down
2 changes: 1 addition & 1 deletion gemfiles/ruby_3.0_activesupport_7.gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: ..
specs:
datadog-ci (1.6.0)
datadog-ci (1.7.0)
datadog (~> 2.3)
msgpack

Expand Down
Loading

0 comments on commit 570d019

Please sign in to comment.