Skip to content

Commit 0d8b8d8

Browse files
authored
[PROF-12141] Package libdatadog v19.1.0 for Ruby (#1146)
**What does this PR do?** This PR includes the changes documented in the "Releasing a new version to rubygems.org" part of the README: https://github.com/datadog/libdatadog/tree/main/ruby#releasing-a-new-version-to-rubygemsorg **Motivation:** Enable Ruby to use libdatadog v19.1.0. In particular, this release speeds up crashtracking. **Additional Notes:** N/A **How to test the change?** I've tested this change locally and did not need to change anything on the Ruby side other than the version bump. Once this version is published, I'll open the Ruby-side PR for the update. As a reminder, new libdatadog releases don't get automatically picked up by dd-trace-rb, so the PR that bumps the dependency will also test this release against all supported Ruby versions.
1 parent 8a49c7d commit 0d8b8d8

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

ruby/Rakefile

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -22,22 +22,22 @@ end
2222
LIB_GITHUB_RELEASES = [
2323
{
2424
file: "libdatadog-aarch64-alpine-linux-musl.tar.gz",
25-
sha256: "36ff4cacef2e574e8c97dae02fc02fb9a581dd23448e3a6eba9161e76fca671e",
25+
sha256: "7c69a37cb335260610b61ae956192a6dbd104d05a8278c8ff894dbfebc2efd53",
2626
ruby_platform: "aarch64-linux-musl"
2727
},
2828
{
2929
file: "libdatadog-aarch64-unknown-linux-gnu.tar.gz",
30-
sha256: "47258657397a23d625559da180da3d1666083900c2679b1664d0f396c8d0b514",
30+
sha256: "606b23f4de7defacd5d4a381816f8d7bfe26112c97fcdf21ec2eb998a6c5fbbd",
3131
ruby_platform: "aarch64-linux"
3232
},
3333
{
3434
file: "libdatadog-x86_64-alpine-linux-musl.tar.gz",
35-
sha256: "ced9376adb75227fe5d8a78a13e3f7ef11e6e156761e4cb57105403bfb024b42",
35+
sha256: "2008886021ddee573c0d539626d1d58d41e2a7dbc8deca22b3662da52de6f4d9",
3636
ruby_platform: "x86_64-linux-musl"
3737
},
3838
{
3939
file: "libdatadog-x86_64-unknown-linux-gnu.tar.gz",
40-
sha256: "bd6bbb62b3b29b71dea607b63aac540790aba8456d22328c8a66c20d563546c9",
40+
sha256: "4e5b05515ab180aec0819608aa5d277ff710055819654147a9d69caea27a0dbc",
4141
ruby_platform: "x86_64-linux"
4242
}
4343
]

ruby/lib/libdatadog/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
module Libdatadog
44
# Current libdatadog version
5-
LIB_VERSION = "18.1.0"
5+
LIB_VERSION = "19.1.0"
66

77
GEM_MAJOR_VERSION = "1"
88
GEM_MINOR_VERSION = "0"

0 commit comments

Comments
 (0)