Skip to content

Commit 9ea31cc

Browse files
authored
chore(ruby): bump libdatadog to v25.0.0 (#1437)
Bump ruby gem to v25.0.0 Comment out the head row in the test-ruby.yml due to errors Co-authored-by: wan.tsui <[email protected]>
1 parent 77838bb commit 9ea31cc

File tree

3 files changed

+8
-6
lines changed

3 files changed

+8
-6
lines changed

.github/workflows/test-ruby.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,9 @@ jobs:
1010
fail-fast: false
1111
matrix:
1212
os: [ubuntu-latest]
13-
ruby: ['2.5', '2.6', '2.7', '3.0', '3.1', '3.2', '3.3', '3.4', head]
13+
# Removed the head line for now because it's throwing CI errors
14+
# ruby: ['2.5', '2.6', '2.7', '3.0', '3.1', '3.2', '3.3', '3.4', head]
15+
ruby: ['2.5', '2.6', '2.7', '3.0', '3.1', '3.2', '3.3', '3.4']
1416
runs-on: ${{ matrix.os }}
1517
steps:
1618
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # 4.2.2

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: "7addac5b980664a95033a79400093d14c3f58bacc47a1f6f23c8ae6a8e14db84",
25+
sha256: "b5badd5d781086919596692fdeb46545bb3a7bfbc0786058ee3d38b847921a36",
2626
ruby_platform: "aarch64-linux-musl"
2727
},
2828
{
2929
file: "libdatadog-aarch64-unknown-linux-gnu.tar.gz",
30-
sha256: "08d66d3a91b322d127b546b50a842b8cebb08511c2476949cabee23657891cfe",
30+
sha256: "6a408fab094966e6c5cd95ad00aab40885e816ed5268025365684be72cb71e5c",
3131
ruby_platform: "aarch64-linux"
3232
},
3333
{
3434
file: "libdatadog-x86_64-alpine-linux-musl.tar.gz",
35-
sha256: "f7a7803569496f03c937cbf630c525f07a731dbe376aaf53e203c199114d1629",
35+
sha256: "d595e65f68e5e48f8d3158ac0d5494881848d03bcded2e6c4eb68cd05fd3c0a0",
3636
ruby_platform: "x86_64-linux-musl"
3737
},
3838
{
3939
file: "libdatadog-x86_64-unknown-linux-gnu.tar.gz",
40-
sha256: "fffb8bbb7fb9d0ffb7631267a7fa0ca741b80c194907703c6a11d1e844cf298b",
40+
sha256: "1571e52919e9c014f53a7accba003f930d1e49e51146064846b79c12110a2df2",
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 = "24.0.1"
5+
LIB_VERSION = "25.0.0"
66

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

0 commit comments

Comments
 (0)