Skip to content

Commit b250e63

Browse files
Changelog for v2.18.0 (#434)
GitOrigin-RevId: 0fb769620ba449a520016bea482bd82a0f8964ff
1 parent fca4b89 commit b250e63

1 file changed

Lines changed: 16 additions & 0 deletions

File tree

CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,21 @@
11
# Changelog
22

3+
## [2.18.0] - 2026-05-21
4+
5+
### Added
6+
7+
- `render ea kv` commands to create, get, list, update, delete, suspend, and resume Key Values. Key Value itself is generally available. We will promote `kv` out of the `ea` namespace once we stabilize the interface.
8+
- `workflows dev` loads environment variables from a `.env` file in the current directory by default, and supports `--env-file` (repeatable) to load specific files
9+
- Workflow task input field now expands to 15 lines, supports opening in `$EDITOR` via `ctrl+e`, and validates JSON before submission
10+
11+
### Changed
12+
13+
- `render ssh --ephemeral` uses the per-shell id returned by the API as the SSH username, supporting single-use ephemeral shells
14+
15+
### Fixed
16+
17+
- Fixed users being prompted to log in again when authenticated but no active workspace was set
18+
319
## [2.17.0] - 2026-05-13
420

521
### Added

0 commit comments

Comments
 (0)