Skip to content

Commit 3b936cb

Browse files
sbx: sync release notes (#25671)
<!--Delete sections as needed --> ## Description Synced sbx release notes. ## Related issues or tickets <!-- Related issues, pull requests, or Jira tickets --> ## Reviews <!-- Notes for reviewers here --> <!-- List applicable reviews (optionally @tag reviewers) --> - [ ] Editorial review Signed-off-by: Craig Osterhout <craig.osterhout@docker.com>
1 parent 5d7b1eb commit 3b936cb

1 file changed

Lines changed: 16 additions & 0 deletions

File tree

content/manuals/ai/sandboxes/release-notes.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,22 @@ the full release history, including pre-releases and downloads, see the
1515

1616
<!-- BEGIN GENERATED RELEASES -->
1717

18+
## 0.37.1
19+
20+
{{< release-date date="2026-07-29" >}}
21+
22+
[GitHub release](https://github.com/docker/sbx-releases/releases/tag/v0.37.1)
23+
24+
### Highlights
25+
26+
This patch release stops SSH sessions from **forwarding credential environment variables into sandboxes by default**. Variables such as `ANTHROPIC_API_KEY`, `OPENAI_API_KEY`, and `GH_TOKEN` are no longer sent from the client to the sandbox unless explicitly allowed via the `ssh.acceptEnv` setting.
27+
28+
### What's New
29+
30+
#### Bug Fixes
31+
32+
- SSH sessions no longer forward credential environment variables (`ANTHROPIC_API_KEY`, `OPENAI_API_KEY`, `GH_TOKEN`, ...) from the client into the sandbox by default; use the `ssh.acceptEnv` setting to opt back in for specific variables
33+
1834
## 0.37.0
1935

2036
{{< release-date date="2026-07-24" >}}

0 commit comments

Comments
 (0)