chore: bump EXTENSION_VERSION to 98-next#1268
Merged
Merged
Conversation
Contributor
|
duncanista
force-pushed
the
jordan.gonzalez/v98
branch
from
June 22, 2026 20:19
29ebbfe to
ca9926e
Compare
Contributor
There was a problem hiding this comment.
Pull request overview
Prepares Bottlecap for the v98 release by bumping the reported extension version and aligning delegated-auth / org UUID configuration with the updated upstream datadog-agent-config coming from serverless-components.
Changes:
- Bump
EXTENSION_VERSIONto98-next. - Update delegated-auth + secret resolution to read
dd_org_uuidfrom the upstream core config (config.dd_org_uuid) instead ofconfig.ext. - Bump
serverless-componentsgit rev (dogstatsd/datadog-fips/datadog-agent-config) and refresh config tests / lockfile accordingly.
Reviewed changes
Copilot reviewed 1 out of 1 changed files in this pull request and generated no comments.
Show a summary per file
| File | Description |
|---|---|
| bottlecap/src/tags/lambda/tags.rs | Bumps the extension version tag constant to 98-next. |
| bottlecap/src/secrets/delegated_auth/client.rs | Switches delegated-auth proof generation to use config.dd_org_uuid and updates doc comment accordingly. |
| bottlecap/src/secrets/decrypt.rs | Enables delegated-auth path based on config.dd_org_uuid (core config) rather than extension config. |
| bottlecap/src/config/mod.rs | Removes dd_org_uuid from LambdaConfig extension and updates tests/comments around env/YAML mappings and log enablement alias semantics. |
| bottlecap/Cargo.toml | Updates serverless-components git rev for key internal dependencies. |
| bottlecap/Cargo.lock | Lockfile updates reflecting the dependency rev bump and transitive resolution changes. |
lym953
approved these changes
Jun 22, 2026
duncanista
force-pushed
the
jordan.gonzalez/v98
branch
from
June 22, 2026 20:51
ca9926e to
fb2d379
Compare
jchrostek-dd
approved these changes
Jun 23, 2026
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.
Overview
Bump extension version to
98-nextin preparation for the v98 release.Testing
No functional change.