Skip to content

Commit 041ee59

Browse files
authored
Merge pull request #1047 from upbound/awg/up-v0.44.0-release-notes
Add release notes for up v0.44.0
2 parents a156e41 + 639feaa commit 041ee59

File tree

1 file changed

+24
-0
lines changed

1 file changed

+24
-0
lines changed

docs/reference/release-notes/up-cli.md

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,30 @@ Any important warnings or necessary information
2424
2525
-->
2626

27+
## v0.44.0
28+
29+
### Release Date: 2025-12-19
30+
31+
#### Breaking Changes
32+
33+
- `--dry-run` is no longer a global flag. All commands that previously respected
34+
`--dry-run` still accept it, so there is no behavioral change.
35+
36+
##### What's Changed
37+
38+
- Added `up resource count` to collect resource counts from a control plane.
39+
- Made QR code generation in `up login` optional and disabled it by
40+
default. This fixes device code input in some terminals.
41+
- Added `up support-bundle` for collecting and inspecting support bundles from
42+
control planes.
43+
- Added support for `--init-resources` and `--extra-resources` in `up project
44+
run`. This allows pull secrets and other configuration to be created when
45+
running a project.
46+
- Added support for private git repositories in project API dependencies.
47+
- Overhauled our input and output system. Tables and spinners are prettier,
48+
interactive inputs are more reliable, and there should be fewer output
49+
glitches in general.
50+
2751
## v0.43.0
2852

2953
### Release Date: 2025-11-25

0 commit comments

Comments
 (0)