Skip to content

Commit

Permalink
Merge pull request #59 from DataDog/bump_to_version_0.3.0
Browse files Browse the repository at this point in the history
Release 0.3.0
  • Loading branch information
anmarchenko authored Oct 25, 2023
2 parents ccf7b64 + b926357 commit eaa9ca8
Show file tree
Hide file tree
Showing 50 changed files with 65 additions and 50 deletions.
17 changes: 16 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
## [Unreleased]

## [0.3.0] - 2023-10-25

### Added

* Add AWS CodePipeline support for automatic CI tags extraction ([#54][])
* Support test visibility protocol via Datadog Agent with EVP proxy ([#51][])

### Changed

* Migrate to Net::HTTP adapter from Core module of ddtrace gem ([#49][])

## [0.2.0] - 2023-10-05

### Added
Expand Down Expand Up @@ -36,7 +47,8 @@

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

[Unreleased]: https://github.com/DataDog/datadog-ci-rb/compare/v0.2.0...main
[Unreleased]: https://github.com/DataDog/datadog-ci-rb/compare/v0.3.0...main
[0.3.0]: https://github.com/DataDog/datadog-ci-rb/compare/v0.2.0...v0.3.0
[0.2.0]: https://github.com/DataDog/datadog-ci-rb/compare/v0.1.1...v0.2.0
[0.1.1]: https://github.com/DataDog/datadog-ci-rb/compare/v0.1.0...v0.1.1

Expand All @@ -51,3 +63,6 @@
[#31]: https://github.com/DataDog/datadog-ci-rb/issues/31
[#33]: https://github.com/DataDog/datadog-ci-rb/issues/33
[#40]: https://github.com/DataDog/datadog-ci-rb/issues/40
[#49]: https://github.com/DataDog/datadog-ci-rb/issues/49
[#51]: https://github.com/DataDog/datadog-ci-rb/issues/51
[#54]: https://github.com/DataDog/datadog-ci-rb/issues/54
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 (0.2.0)
datadog-ci (0.3.0)
msgpack

GEM
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 (0.2.0)
datadog-ci (0.3.0)
msgpack

GEM
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 (0.2.0)
datadog-ci (0.3.0)
msgpack

GEM
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 (0.2.0)
datadog-ci (0.3.0)
msgpack

GEM
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 (0.2.0)
datadog-ci (0.3.0)
msgpack

GEM
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 (0.2.0)
datadog-ci (0.3.0)
msgpack

GEM
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 (0.2.0)
datadog-ci (0.3.0)
msgpack

GEM
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 (0.2.0)
datadog-ci (0.3.0)
msgpack

GEM
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 (0.2.0)
datadog-ci (0.3.0)
msgpack

GEM
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 (0.2.0)
datadog-ci (0.3.0)
msgpack

GEM
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 (0.2.0)
datadog-ci (0.3.0)
msgpack

GEM
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 (0.2.0)
datadog-ci (0.3.0)
msgpack

GEM
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 (0.2.0)
datadog-ci (0.3.0)
msgpack

GEM
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 (0.2.0)
datadog-ci (0.3.0)
msgpack

GEM
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 (0.2.0)
datadog-ci (0.3.0)
msgpack

GEM
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 (0.2.0)
datadog-ci (0.3.0)
msgpack

GEM
Expand Down
2 changes: 1 addition & 1 deletion gemfiles/ruby_3.0_cucumber_3.gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: ..
specs:
datadog-ci (0.2.0)
datadog-ci (0.3.0)
msgpack

GEM
Expand Down
2 changes: 1 addition & 1 deletion gemfiles/ruby_3.0_cucumber_4.gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: ..
specs:
datadog-ci (0.2.0)
datadog-ci (0.3.0)
msgpack

GEM
Expand Down
2 changes: 1 addition & 1 deletion gemfiles/ruby_3.0_cucumber_5.gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: ..
specs:
datadog-ci (0.2.0)
datadog-ci (0.3.0)
msgpack

GEM
Expand Down
2 changes: 1 addition & 1 deletion gemfiles/ruby_3.0_cucumber_6.gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: ..
specs:
datadog-ci (0.2.0)
datadog-ci (0.3.0)
msgpack

GEM
Expand Down
2 changes: 1 addition & 1 deletion gemfiles/ruby_3.0_cucumber_7.gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: ..
specs:
datadog-ci (0.2.0)
datadog-ci (0.3.0)
msgpack

GEM
Expand Down
2 changes: 1 addition & 1 deletion gemfiles/ruby_3.0_cucumber_8.gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: ..
specs:
datadog-ci (0.2.0)
datadog-ci (0.3.0)
msgpack

GEM
Expand Down
2 changes: 1 addition & 1 deletion gemfiles/ruby_3.0_minitest_5.gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: ..
specs:
datadog-ci (0.2.0)
datadog-ci (0.3.0)
msgpack

GEM
Expand Down
2 changes: 1 addition & 1 deletion gemfiles/ruby_3.0_rspec_3.gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: ..
specs:
datadog-ci (0.2.0)
datadog-ci (0.3.0)
msgpack

GEM
Expand Down
2 changes: 1 addition & 1 deletion gemfiles/ruby_3.1_cucumber_3.gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: ..
specs:
datadog-ci (0.2.0)
datadog-ci (0.3.0)
msgpack

GEM
Expand Down
2 changes: 1 addition & 1 deletion gemfiles/ruby_3.1_cucumber_4.gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: ..
specs:
datadog-ci (0.2.0)
datadog-ci (0.3.0)
msgpack

GEM
Expand Down
2 changes: 1 addition & 1 deletion gemfiles/ruby_3.1_cucumber_5.gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: ..
specs:
datadog-ci (0.2.0)
datadog-ci (0.3.0)
msgpack

GEM
Expand Down
2 changes: 1 addition & 1 deletion gemfiles/ruby_3.1_cucumber_6.gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: ..
specs:
datadog-ci (0.2.0)
datadog-ci (0.3.0)
msgpack

GEM
Expand Down
2 changes: 1 addition & 1 deletion gemfiles/ruby_3.1_cucumber_7.gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: ..
specs:
datadog-ci (0.2.0)
datadog-ci (0.3.0)
msgpack

GEM
Expand Down
2 changes: 1 addition & 1 deletion gemfiles/ruby_3.1_cucumber_8.gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: ..
specs:
datadog-ci (0.2.0)
datadog-ci (0.3.0)
msgpack

GEM
Expand Down
2 changes: 1 addition & 1 deletion gemfiles/ruby_3.1_minitest_5.gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: ..
specs:
datadog-ci (0.2.0)
datadog-ci (0.3.0)
msgpack

GEM
Expand Down
2 changes: 1 addition & 1 deletion gemfiles/ruby_3.1_rspec_3.gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: ..
specs:
datadog-ci (0.2.0)
datadog-ci (0.3.0)
msgpack

GEM
Expand Down
2 changes: 1 addition & 1 deletion gemfiles/ruby_3.2_cucumber_3.gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: ..
specs:
datadog-ci (0.2.0)
datadog-ci (0.3.0)
msgpack

GEM
Expand Down
2 changes: 1 addition & 1 deletion gemfiles/ruby_3.2_cucumber_4.gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: ..
specs:
datadog-ci (0.2.0)
datadog-ci (0.3.0)
msgpack

GEM
Expand Down
2 changes: 1 addition & 1 deletion gemfiles/ruby_3.2_cucumber_5.gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: ..
specs:
datadog-ci (0.2.0)
datadog-ci (0.3.0)
msgpack

GEM
Expand Down
2 changes: 1 addition & 1 deletion gemfiles/ruby_3.2_cucumber_6.gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: ..
specs:
datadog-ci (0.2.0)
datadog-ci (0.3.0)
msgpack

GEM
Expand Down
2 changes: 1 addition & 1 deletion gemfiles/ruby_3.2_cucumber_7.gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: ..
specs:
datadog-ci (0.2.0)
datadog-ci (0.3.0)
msgpack

GEM
Expand Down
2 changes: 1 addition & 1 deletion gemfiles/ruby_3.2_cucumber_8.gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: ..
specs:
datadog-ci (0.2.0)
datadog-ci (0.3.0)
msgpack

GEM
Expand Down
2 changes: 1 addition & 1 deletion gemfiles/ruby_3.2_minitest_5.gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: ..
specs:
datadog-ci (0.2.0)
datadog-ci (0.3.0)
msgpack

GEM
Expand Down
2 changes: 1 addition & 1 deletion gemfiles/ruby_3.2_rspec_3.gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: ..
specs:
datadog-ci (0.2.0)
datadog-ci (0.3.0)
msgpack

GEM
Expand Down
Loading

0 comments on commit eaa9ca8

Please sign in to comment.