Skip to content

Releases: frappe/bench

v5.14.4

14 Oct 06:30
Compare
Choose a tag to compare

5.14.4 (2022-10-14)

Bug Fixes

  • no-git support for dependency resolver (#1368) (fcbc2ea)
  • use os.remove instead of shutil.rmtree for symlinks (#1372) (9fd15f6)

v5.14.3

28 Aug 13:19
Compare
Choose a tag to compare

What's Changed

  • fix: bad URL in raw.githubusercontent.com to get App dependencies by @FHenry in #1363
  • fix: use ref param instead of branch for get_required_deps (GitHub contents API) by @FHenry in #1362
  • fix: parsing error in sudoers file by @rtdany10 in #1364

New Contributors

Full Changelog: v5.14.2...v5.14.3

v5.14.2

17 Aug 07:05
Compare
Choose a tag to compare

5.14.2 (2022-08-17)

Bug Fixes

  • DX: make warnings go to stderr (b6b9481)
  • update check condition (3e749ba)

v5.14.1

07 Aug 08:14
Compare
Choose a tag to compare

5.14.1 (2022-08-07)

Bug Fixes

  • dont use glob pattern for python exec (dc047a5)

v5.14.0

04 Aug 10:52
Compare
Choose a tag to compare

5.14.0 (2022-08-04)

Bug Fixes

  • nginx: Allow specifying log_format setting (bbf0169)
  • patch: Rename parent dir instead of moving individual dirs (0bd0717)

Features

  • Allow skipping supervisord config check in setup supervisor (a3af905)
  • nginx: Allow logging settings as site/combined/none (5370129)

v5.13.4

03 Aug 11:22
Compare
Choose a tag to compare

5.13.4 (2022-08-03)

Bug Fixes

  • Remove broken import path (2c5c28b)

v5.13.3

02 Aug 09:45
Compare
Choose a tag to compare

5.13.3 (2022-08-02)

Bug Fixes

  • Fetch env python if exists before returning fallback (e5fa4df)
  • Pass abs path from get_env_cmd (10473b6)
  • Pass cwd for cmd subprocess execution (01b7759)
  • Remove frappe cmd caching in .bench.cmd (f773529)
  • Use hardcoded python3 env cmd for Bench.python (c9c6bf4)
  • Use python* to match any pattern in env (24b9af6)
  • Use venv module instead of virtualenv (f60c2d0)
  • utils: Strip * from cmd via get_env_cmd (6ae1997)

v5.13.2

31 Jul 17:01
Compare
Choose a tag to compare

5.13.2 (2022-07-31)

Bug Fixes

v5.13.1

29 Jul 19:55
Compare
Choose a tag to compare

5.13.1 (2022-07-29)

Bug Fixes

  • Use subscript instead of method for regex (e126ff2)

v5.13.0

29 Jul 13:59
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v5.12.1...v5.13.0