bump minor version to 3.29.0#154
Merged
Merged
Conversation
rithikanarayan
approved these changes
May 20, 2026
purple4reina
approved these changes
May 20, 2026
2d641a2 to
bfbfc87
Compare
bfbfc87 to
a16eaca
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What does this PR do?
Release bump from
v3.28.0tov3.29.0. This release packages up two changes merged sincev3.28.0:aws_lambdaAppSec, and pinsdd-trace-rbto2.34(which ships the matchingContrib::AwsLambdawatcher /WAFAddressesconsumer).ruby:X.Y(Debian) topublic.ecr.aws/lambda/ruby:X.Yso native extensions compile against Lambda's actual glibc / libffi, then reinstallsffifrom source. Fixes the cold-startLoadError: cannot load such file -- ffi_ccrash on Ruby 3.2 whenDD_APPSEC_ENABLED=true.Motivation
Cuts a release so the AppSec-enabled, FFI-fixed
Datadog-Ruby3-2/Datadog-Ruby3-3/Datadog-Ruby3-4/Datadog-Ruby4-0(and-ARMvariants) layers get published. This unblocks the(ruby32, appsec_tracer)scenarios currently xfailed inserverless-e2e-tests— see validation PR #226.Testing Guidelines
Per the Lambda Layer Ruby runbook: once this PR's gitlab pipeline finishes its
build layer/check layer size/unit test/integration testjobs, thepublish layer sandboxjobs are manual.Plan:
v3.29.0, push tag, wait for the e2e tests to pass.ruby32+appsec_tracer).signing+publishjobs per runbook; publish to GovCloud; publish the gem.Additional Notes
Diff is a single-line minor bump of
MINOR = 28→MINOR = 29inlib/datadog/lambda/version.rb. Branch is based on currentmain(898e93e), so the tag cut from this release will include both #144 and #153.Types of changes
Check all that apply