Skip to content
Merged
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
14 changes: 14 additions & 0 deletions docs/reference/release-notes/up-cli.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,20 @@ Any important warnings or necessary information
- User-facing changes

-->
## v0.49.0

### Release Date: 2026-06-12

##### What's Changed

- All commands that handle Git dependencies (e.g., `up dependency add`, `up
project build`, `up composition render`) now support using an HTTP CONNECT
proxy to tunnel SSH over HTTPS. See the `--git-proxy` flag.
- `up project run` now allows the default (wildcard) MRAP to be disabled by
passing the `--no-default-mrap` flag.
- `up composition render` and `up test run` now invoke Crossplane's real
composite reconciler via the `crossplane internal render` command.

## v0.48.3

### Release Date: 2026-05-22
Expand Down
Loading