build(deps): bump opentelemetry_sdk from 0.31.0 to 0.32.1 in /lib/bindings/kvbm - #27
Open
dependabot[bot] wants to merge 118 commits into
Open
build(deps): bump opentelemetry_sdk from 0.31.0 to 0.32.1 in /lib/bindings/kvbm#27dependabot[bot] wants to merge 118 commits into
dependabot[bot] wants to merge 118 commits into
Conversation
…i-dynamo#9476) (ai-dynamo#9540) (ai-dynamo#9475) Signed-off-by: Ryan McCormick <rmccormick@nvidia.com>
…i-dynamo#9581) Co-authored-by: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
…ltimodal (ai-dynamo#9522) Signed-off-by: Qi Wang <qiwa@nvidia.com> Signed-off-by: Dmitry Tokarev <dtokarev@nvidia.com> Signed-off-by: furionw <qiwa@nvidia.com> Co-authored-by: Dmitry Tokarev <dtokarev@nvidia.com>
…namo#9525) Signed-off-by: Julien Mancuso <jmancuso@nvidia.com> Signed-off-by: Julien Mancuso <161955438+julienmancuso@users.noreply.github.com> Co-authored-by: Dr. Stefan Schimanski <sschimanski@nvidia.com>
…dynamo#9567) Signed-off-by: Jie Hao <jihao@nvidia.com> Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
…#9572) Co-authored-by: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
…ai-dynamo#9610) (ai-dynamo#9652) Signed-off-by: nnshah1 <neelays@nvidia.com> Co-authored-by: Neelay Shah <neelays@nvidia.com>
…o#9571) (ai-dynamo#9633) Signed-off-by: Indrajit Bhosale <iamindrajitb@gmail.com> Co-authored-by: Ryan McCormick <rmccormick@nvidia.com>
…ick ai-dynamo#9563) (ai-dynamo#9615) Signed-off-by: ayushag <ayushag@nvidia.com>
…dynamo#9709) Signed-off-by: Julien Mancuso <jmancuso@nvidia.com>
…loy placeholders (ai-dynamo#9714) Co-authored-by: Claude Opus 4.7 <noreply@anthropic.com>
…reflect the updates made to trtllm 1.3.0rc14 (ai-dynamo#9622) (ai-dynamo#9690) Co-authored-by: Krishnan Prashanth <140860868+KrishnanPrash@users.noreply.github.com>
…dynamo#9759) Signed-off-by: hongkuanz <hongkuanz@nvidia.com>
…amo#9772) Signed-off-by: Schwinn Saereesitthipitak <schwinns@nvidia.com> Co-authored-by: Schwinn Saereesitthipitak <galletas1712@users.noreply.github.com>
Signed-off-by: Yunzhou Liu <232973175+yunzhoul-nv@users.noreply.github.com>
Co-authored-by: Claude Opus 4.7 <noreply@anthropic.com>
…dynamo#9802) Signed-off-by: Indrajit Bhosale <iamindrajitb@gmail.com>
…9805) Signed-off-by: hongkuanz <hongkuanz@nvidia.com>
…i-dynamo#9777) (ai-dynamo#9810) Signed-off-by: Harrison King Saturley-Hall <hsaturleyhal@nvidia.com> Co-authored-by: Claude Opus 4.7 <noreply@anthropic.com>
Co-authored-by: Claude Opus 4.7 <noreply@anthropic.com>
…ynamo#9809) (ai-dynamo#9825) Signed-off-by: Harrison King Saturley-Hall <hsaturleyhal@nvidia.com>
ai-dynamo#9846) Signed-off-by: Schwinn Saereesitthipitak <schwinns@nvidia.com>
…eturn number of images (DYN-3056) (ai-dynamo#9853) Signed-off-by: Guan Luo <41310872+GuanLuo@users.noreply.github.com> Co-authored-by: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
Signed-off-by: Sandeep Maddipatla <sandeep.maddipatla@intel.com> Co-authored-by: Anant Sharma <anants@nvidia.com>
ai-dynamo#9841) Signed-off-by: Julien Mancuso <jmancuso@nvidia.com>
…reak lychee (ai-dynamo#9861) Co-authored-by: Claude Opus 4.7 <noreply@anthropic.com>
Signed-off-by: Hongming Zheng <hongming.zheng@intel.com> Signed-off-by: VincyZhang <wenxin.zhang@intel.com> Signed-off-by: Dmitry Tokarev <dtokarev@nvidia.com> Co-authored-by: VincyZhang <wenxin.zhang@intel.com> Co-authored-by: Dmitry Tokarev <dtokarev@nvidia.com> Co-authored-by: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
Checkpoint Jobs complete only after the target container exits and the snapshot agent marks the artifact completed. Service-mesh mutating webhooks can add long-running sidecars that keep the Job active after the checkpointed container exits, leaving DynamoCheckpoint stuck in Creating. Apply common mesh opt-out annotations in the snapshot protocol Job factory so operator-created jobs and snapshotctl jobs behave the same. Auto-created checkpoint CRs preserve component pod annotations but record the checkpoint-specific sidecar opt-out on the capture template. Serving worker pods are unchanged. Signed-off-by: Radostin Stoyanov <radostin@doubleword.ai>
…njection fix(snapshot): Disable sidecars on checkpoint jobs
…riority fix: forward routing priority through custom workers
Rootfs diff capture is best-effort, but tar can leave a partial rootfs-diff.tar if capture fails after opening the output path. Restore then treats the artifact as valid and fails before CRIU restore starts. Write the archive through a temporary file and publish it only after tar succeeds. Treat an existing zero-byte rootfs diff as absent during restore so legacy checkpoints with that bad optional artifact do not fail immediately. Signed-off-by: Radostin Stoyanov <radostin@doubleword.ai>
…hive Fix snapshot rootfs diff archive handling
Snapshot capture can start before SGLang has executed a real generation request, leaving model state uninitialized in the checkpoint. Warm generation engines with a bounded request before capture, while keeping skip, debug, data-parallel, and non-generation paths unchanged. Signed-off-by: Radostin Stoyanov <radostin@doubleword.ai>
A restored process must see the same CUDA device ordering and thread-local device context that it had during capture. Resolve DRA GPUs in container ordinal order, bind saver workers before touching CUDA, and expose CRIU direct I/O for checkpoint storage. Signed-off-by: Radostin Stoyanov <radostin@doubleword.ai>
GMS mappings become read-only after publication, but buffers and auxiliary tensors may still be updated by the model. Keep parameters in shared memory and copy writable non-parameter tensors into private CUDA memory before later updates can fault. Signed-off-by: Radostin Stoyanov <radostin@doubleword.ai>
The fork does not have the upstream Fastchecker runners, and several checks assumed infrastructure or documentation links that are not available here. Run Rust validation on hosted runners, lock tool installs to the repository toolchain, and make compliance and link checks understand the fork's inputs. Signed-off-by: Radostin Stoyanov <radostin@doubleword.ai>
fix(sglang): Warm snapshot engine before capture
Bumps [golang.org/x/net](https://github.com/golang/net) from 0.48.0 to 0.55.0. - [Commits](golang/net@v0.48.0...v0.55.0) --- updated-dependencies: - dependency-name: golang.org/x/net dependency-version: 0.55.0 dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com>
Bumps [golang.org/x/crypto](https://github.com/golang/crypto) from 0.50.0 to 0.52.0. - [Commits](golang/crypto@v0.50.0...v0.52.0) --- updated-dependencies: - dependency-name: golang.org/x/crypto dependency-version: 0.52.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
The snapshot module now requires Go 1.26.3, but the container builder still started from Go 1.25 and failed before downloading dependencies. Build the snapshot agent with the toolchain required by its module. Signed-off-by: Radostin Stoyanov <radostin@doubleword.ai>
fix(snapshot): use supported Go toolchain
fix: pin patched ModelExpress download handling
fix: pin patched ModelExpress in frontend workspace
…-downloads fix: use Xet for frontend metadata downloads
…rity fix: forward priority from OpenAI text requests
…/operator/golang.org/x/crypto-0.52.0 build(deps): bump golang.org/x/crypto from 0.50.0 to 0.52.0 in /deploy/operator
…/snapshot/golang.org/x/net-0.55.0 build(deps): bump golang.org/x/net from 0.48.0 to 0.55.0 in /deploy/snapshot
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.
Bumps opentelemetry_sdk from 0.31.0 to 0.32.1.
Changelog
Sourced from opentelemetry_sdk's changelog.
... (truncated)
Commits
74cb6f3chore: Release opentelemetry-semantic-conventions 0.32.1 (#3562)10dde18chore(sdk): add missing changelog entry (#3550)ec2da12refactor: leverage static str key when possible (#3529)90a39a0feat(api): accept quoted-key fields in otel logging macros (#3567)8c922bcfeat(appender-tracing): add builder support for custom instrumentation scope ...fb2af9dfeat(metrics): add BoundUpDownCounter under experimental_metrics_bound_instru...1b3846cfeat(metrics): add BoundGauge under experimental_metrics_bound_instruments (#...ee359dbfix: remove reqwest-rustls-webpki-roots (#3524)4d4fd4dchore: Bump semantic-conventions to v1.42.0 (#3561)69213f2fix(prometheus-exporter): Concatenate metric attributes with Scope during col...You can trigger a rebase of this PR by commenting
@dependabot rebase.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor versionwill close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)You can disable automated security fix PRs for this repo from the Security Alerts page.