Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@

### Unreleased

- The `systems create` command now supports creating systems that use `arm64` as the architecture. The default is `amd64`, but `--architecture` can be used to run tests with builds that use `arm64`.
- Commands now accept `--id`, `--<entity>-id` or `--<entity>`, e.g. `--id`, `--system`, `--system-id`. Note that where entities have names as well as IDs, a name or ID can be passed.

### v0.23.1 - August 7, 2025

- Don't print env files when creating a multi-container build in `--github` mode. Previously, if you passed an env file via `--env-files` when running `resim builds create`, the client would list the env files in addition to the github output of the form `build_id=<build-id>`. Having these env files printed would interfere with communicating the build id between jobs.
Expand Down
231 changes: 190 additions & 41 deletions api/client.gen.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading