| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| defang_2.10.0_checksums.txt | 2026-01-22 | 484 Bytes | |
| defang_2.10.0_windows_amd64.zip | 2026-01-22 | 24.9 MB | |
| defang_2.10.0_linux_amd64.tar.gz | 2026-01-22 | 24.8 MB | |
| defang_2.10.0_linux_arm64.tar.gz | 2026-01-22 | 22.8 MB | |
| defang_2.10.0_macOS.zip | 2026-01-22 | 51.4 MB | |
| defang_2.10.0_windows_arm64.zip | 2026-01-22 | 22.5 MB | |
| README.md | 2026-01-22 | 7.3 kB | |
| v2.10.0 source code.tar.gz | 2026-01-22 | 585.0 kB | |
| v2.10.0 source code.zip | 2026-01-22 | 908.0 kB | |
| Totals: 9 Items | 147.9 MB | 0 | |
What's Changed
- Resurrect "from" flag by @lionello in https://github.com/DefangLabs/defang/pull/1737
- feat(cd): show workspace name by @lionello in https://github.com/DefangLabs/defang/pull/1740
- Stacks onboarding with "remote" stacks by @jordanstephens in https://github.com/DefangLabs/defang/pull/1721
- fix(cd): update deployment history for cd down/destroy commands by @lionello in https://github.com/DefangLabs/defang/pull/1742
- env vars resolution summary by @KevyVo in https://github.com/DefangLabs/defang/pull/1728
- Avoid loading stacks from disk after selection by @jordanstephens in https://github.com/DefangLabs/defang/pull/1752
- avoid offering to create stack unless deploying by @jordanstephens in https://github.com/DefangLabs/defang/pull/1753
- Add GetUploadURL API and add 2 upload urls to Deploy call for Provider by @edwardrf in https://github.com/DefangLabs/defang/pull/1751
- Move power to defang by @KevyVo in https://github.com/DefangLabs/defang/pull/1758
- Fix CLI to not print table header for environments without data by @Copilot in https://github.com/DefangLabs/defang/pull/1757
- Add states and events url to Deployment protobuf by @edwardrf in https://github.com/DefangLabs/defang/pull/1761
- Support random generation in MCP tool set_config by @Copilot in https://github.com/DefangLabs/defang/pull/1760
- Run GCP cd in gcp cloud build by @edwardrf in https://github.com/DefangLabs/defang/pull/1747
- Get urls and pass to CD for states and events uploading by @edwardrf in https://github.com/DefangLabs/defang/pull/1764
- Add steering for configs by @KevyVo in https://github.com/DefangLabs/defang/pull/1768
- MCP login bug by @KevyVo in https://github.com/DefangLabs/defang/pull/1767
- automatically update the nix vendor hash by @jordanstephens in https://github.com/DefangLabs/defang/pull/1672
- fix: handle Spot Task interruption during deployment by @lionello in https://github.com/DefangLabs/defang/pull/1766
- Add random suffix to event and states file to prevent overwrite by @edwardrf in https://github.com/DefangLabs/defang/pull/1771
- Always use etag for gcp cdCommands, remove useless code by @edwardrf in https://github.com/DefangLabs/defang/pull/1772
- Add support for multiple config settings in one command by @Copilot in https://github.com/DefangLabs/defang/pull/1763
- Add stack url to README by @KevyVo in https://github.com/DefangLabs/defang/pull/1779
- Re-implement Stacks with Session Loader, support for any env var by @jordanstephens in https://github.com/DefangLabs/defang/pull/1754
- Update GCP environment variable usage by @Copilot in https://github.com/DefangLabs/defang/pull/1778
- feat: update OIDC provider parameters and conditions by @lionello in https://github.com/DefangLabs/defang/pull/1775
- ending backticks typo by @KevyVo in https://github.com/DefangLabs/defang/pull/1785
- Ensure gcp byoc cd bucket is versioned by @edwardrf in https://github.com/DefangLabs/defang/pull/1781
- chore: add mermaid flowchart by @lionello in https://github.com/DefangLabs/defang/pull/1786
- Add execution_id to ProjectUpdate protobuf to allow cd to record it by @edwardrf in https://github.com/DefangLabs/defang/pull/1784
- Improves AWS profile configuration instructions by @KevyVo in https://github.com/DefangLabs/defang/pull/1787
- Enhance 'whoami' and 'compose config' commands by @lionello in https://github.com/DefangLabs/defang/pull/1782
- Implement cd outputs command by @edwardrf in https://github.com/DefangLabs/defang/pull/1788
- Use dedicated Stack RPCs by @jordanstephens in https://github.com/DefangLabs/defang/pull/1780
- ensure stack env vars are loaded by @jordanstephens in https://github.com/DefangLabs/defang/pull/1790
- chore(deps): bump github.com/docker/docker from 27.3.1+incompatible to 28.0.0+incompatible in /src by @dependabot[bot] in https://github.com/DefangLabs/defang/pull/1650
- fix for wrapping GCP ADC error by @KevyVo in https://github.com/DefangLabs/defang/pull/1789
- Make stacks optional by @lionello in https://github.com/DefangLabs/defang/pull/1797
- chore(deps): bump golang.org/x/crypto from 0.37.0 to 0.45.0 in /src by @dependabot[bot] in https://github.com/DefangLabs/defang/pull/1653
- Refactoring service printing by @jordanstephens in https://github.com/DefangLabs/defang/pull/1796
- fix loading remote stack without stacks directory by @jordanstephens in https://github.com/DefangLabs/defang/pull/1795
- avoid double stack loading by @jordanstephens in https://github.com/DefangLabs/defang/pull/1800
- fix: by default, skip build if image is given by @lionello in https://github.com/DefangLabs/defang/pull/1792
- handle UploadModeDefault by @jordanstephens in https://github.com/DefangLabs/defang/pull/1801
- Enable scheduler to allow cd to setup cleanup job by @edwardrf in https://github.com/DefangLabs/defang/pull/1798
- Kiro to prefer MCP over CLI by @KevyVo in https://github.com/DefangLabs/defang/pull/1794
- Add Kiro MCP installation badge by @KevyVo in https://github.com/DefangLabs/defang/pull/1803
- chore(deps): bump tar from 7.4.3 to 7.5.3 in /pkgs/npm by @dependabot[bot] in https://github.com/DefangLabs/defang/pull/1802
- Fix CD refresh/list/down by @lionello in https://github.com/DefangLabs/defang/pull/1804
- fix: missing digest in default mode by @lionello in https://github.com/DefangLabs/defang/pull/1808
- avoid printing env vars conflict warnings if there is no conflict by @jordanstephens in https://github.com/DefangLabs/defang/pull/1807
- avoid printing mcp setup message in CI by @jordanstephens in https://github.com/DefangLabs/defang/pull/1806
- Parse the codebuild log etag and service name by @edwardrf in https://github.com/DefangLabs/defang/pull/1811
- Add <service>-build to tail options when log type contains build by @edwardrf in https://github.com/DefangLabs/defang/pull/1813
- fix: log bookends should show stack by @lionello in https://github.com/DefangLabs/defang/pull/1810
- feat: allow multiple configs for --env, --random, and --env-file by @lionello in https://github.com/DefangLabs/defang/pull/1805
- fix: don't prompt in CI by @lionello in https://github.com/DefangLabs/defang/pull/1815
- Improve post MCP installation message by @KevyVo in https://github.com/DefangLabs/defang/pull/1822
- Lio/fix default stack by @lionello in https://github.com/DefangLabs/defang/pull/1820
- fix(gcp): during deployment, ls should show logs hint by @lionello in https://github.com/DefangLabs/defang/pull/1826
- allow missing project name when listing active deployments by @jordanstephens in https://github.com/DefangLabs/defang/pull/1829
- add warning for AWS_ACCESS_KEY and AWS_PROFILE by @KevyVo in https://github.com/DefangLabs/defang/pull/1817
- include Default column when listing stacks by @jordanstephens in https://github.com/DefangLabs/defang/pull/1836
- avoid ignoring missing stack error by @jordanstephens in https://github.com/DefangLabs/defang/pull/1835
- implement defang stack default foo by @jordanstephens in https://github.com/DefangLabs/defang/pull/1837
- We consider log serverity above or equal to WARNING as from stderr by @edwardrf in https://github.com/DefangLabs/defang/pull/1838
- check on the AWS_SECRET_ACCESS_KEY in env by @KevyVo in https://github.com/DefangLabs/defang/pull/1840
Full Changelog: https://github.com/DefangLabs/defang/compare/v2.9.0...v2.10.0