File tree Expand file tree Collapse file tree 1 file changed +24
-0
lines changed
docs/reference/release-notes Expand file tree Collapse file tree 1 file changed +24
-0
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments