Releases: frappe/bench
Releases · frappe/bench
v5.12.1
v5.12.0
What's Changed
- feat: Dev Dependencies via pyproject.toml by @gavindsouza in #1323
- fix: fixed update_app_states call by @Aradhya-Tripathi in #1326
Full Changelog: v5.11.0...v5.12.0
v5.11.0
What's Changed
- feat: Support Frappe app distributions with pyproject.toml by @gavindsouza in #1322
Full Changelog: v5.10.1...v5.11.0
v5.10.1
v5.10.0
What's Changed
- feat: get-app support soft link as alternative to git clone by @dj12djdjs in #1315
- fix: using local clones if path is passed in get-app by @Aradhya-Tripathi in #1321
Full Changelog: v5.9.0...v5.10.0
v5.9.0
What's Changed
- fix: support single required app by @barredterra in #1287
- feat: Resolve and install by @Aradhya-Tripathi in #1257
- fix: Check for unauthorised status code in response by @ChillarAnand in #1291
- fix: fixed org, branch for apps mounted on disk by @Aradhya-Tripathi in #1293
- chore: remove VM links by @ankush in #1300
- fix: Misc fixes by @phot0n in #1294
- Get-app from port specific ssh git server by @Zawala in #1299
- fix: case-insensitive matching by @barredterra in #1305
- fix: removed unnecessary requests while removing apps by @Aradhya-Tripathi in #1304
- fix: allow bench init with git tags by @revant in #1306
- feat(remove-app): --no-backup, --force by @gavindsouza in #1309
- fix: replace certbot-auto with certbot by @dj12djdjs in #1303
- fix: Remove virtualenv dependency by @gavindsouza in #1314
- feat(config): Add IPv6 listener to nginx site configuration by @deajan in #1312
New Contributors
- @ChillarAnand made their first contribution in #1291
- @Zawala made their first contribution in #1299
- @dj12djdjs made their first contribution in #1303
- @deajan made their first contribution in #1312
Full Changelog: v5.8.1...v5.9.0
v5.8.1
v5.8.0
5.8.0 (2022-03-22)
Bug Fixes
- Allow sudo restart for supervisor (backwards compatibility) (fc7c047)
- clearer docstrings (3c59446)
- file-uri while app initialisation (2fed369)
- find: Handle OS' PermissionError (ea94752)
- mkdir -p to ignore
OSError
s (d38b63a) - Respect bench config during restart (25f49c2)
- restart: Setup restarts vars with fallback (af14baf)
- Show better user messages when failed to update supervisord (d89f19e)
- Try setting supervisord conditionally (7a4ade9)