Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Release 0.3.0 #59

Merged
merged 4 commits into from
Oct 25, 2023
Merged
Show file tree
Hide file tree
Changes from 3 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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-24

### 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