bump minor version to 3.28.0#149
Merged
gh-worker-dd-mergequeue-cf854d[bot] merged 1 commit intoMay 14, 2026
Merged
Conversation
rithikanarayan
approved these changes
May 14, 2026
duncanista
approved these changes
May 14, 2026
10 tasks
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.27.0tov3.28.0. This release packages up the Ruby 4.0 work merged in #148.Notable changes since
v3.27.0:Datadog-Ruby4-0andDatadog-Ruby4-0-ARMpublished layers; bumps bundleddatadoggem from2.12to2.30(required for Ruby 4.0 install support — affects 3.2 / 3.3 / 3.4 layers too); bumpsrakedev dependency from~> 12.3to~> 13.0(Ruby 4.0 removedostructfrom default gems).Motivation
APMSVLS-512. Cuts a release so the
Datadog-Ruby4-0/Datadog-Ruby4-0-ARMlayers get published, which in turn unblocks the Ruby 4.0 e2e tests in serverless-e2e-tests#223.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, thesandbox publishjobs are manual — clicking those will publish test layers to theserverless-sandboxAWS account (425362996713) for verification.Plan:
publish layer sandboxjobs to get test layer ARNs.serverless-e2e-testsusing those test ARNs (viaDD_RUBY_34_ARN/DD_RUBY_40_ARNenv vars) before merging.v3.28.0, push tag, click the prodsigning+publishjobs per runbook.This PR is intentionally a draft until step 3 is green.
Additional Notes
Diff is a single-line minor bump of
MINOR = 27→MINOR = 28inlib/datadog/lambda/version.rb. No code or test changes —47057fb(the merge of #148) is already onmain.Types of changes
Check all that apply