Releases: cea-hpc/clustershell
Releases · cea-hpc/clustershell
v1.9.2
What's Changed
- Update tests for 1.9.2 by @thiell in #531
- setup.py: add xcat.conf.example (#526) by @thiell in #532
- GitHub Actions: improve slack notifications by @thiell in #534
- Use python3 if python is not installed by @mattaezell in #523
- readthedoc: migrate to build.os + docstring fixes (#529) by @thiell in #535
- Topology: check that node groups/wildcards are non-empty (#527) by @thiell in #536
- NodeUtils: allow null values in cluster.yaml (#533) by @thiell in #538
- CLI: fix line buffering with Python 3 (#528) by @thiell in #537
- clush: fix --[r]copy dest when --dest is omitted (#525) by @thiell in #539
- doc: add Makefile for rst2man by @thiell in #540
- Release 1.9.2 by @thiell in #541
Full Changelog: v1.9.1...v1.9.2
v1.9.1
What's Changed
- setup.py: update download url and remove python 2.6 support by @thiell in #508
- clush: select proper last parsed config file (#511) by @thiell in #512
- setup.py: improvements for pip install and venv by @thiell in #510
- correct typo 'sterr' by @haiwu in #513
- Fix typos found with codespell by @xdelaruelle in #514
- RangeSet: support negative ranges (#515) by @thiell in #518
- RangeSet: remove duplicate intiter() definition by @thiell in #519
- NodeSet: a few minor code fixes by @thiell in #520
- Release 1.9.1 by @thiell in #521
Full Changelog: v1.9...v1.9.1
v1.9
What's Changed
- tree mode: fix error with intermediate gateways (#471) by @thiell in #472
- slurm.conf.example: Filter out more Slurm node state flags by @kcgthb in #469
- NodeSet: add special notation @@source to expand group names by @thiell in #468
- tests: test task_wait() when workers have not started (#110) by @thiell in #474
- clush: always close stdin stream of worker when it is not used by @thiell in #478
- RangeSet: add explicit intiter() method to iterate over integers by @thiell in #476
- clush: use daemon attribute instead of deprecated setDaemon() by @thiell in #479
- EngineClient: EnginePort improvements by @thiell in #481
- Worker.Tree: fix start and bufferize early writes by @thiell in #482
- clush: add --sudo support (#234) by @thiell in #477
- Introduce $CLUSTERSHELL_CFGDIR by @kcgthb in #483
- Fix for python-3.10 by @bjornfor in #484
- RangeSet: support ranges with zero padding of mixed lengths (#293) by @thiell in #473
- Add same arguments '--outdir=OUTDIR' and '--errdir=ERRDIR' as pssh by @haiwu in #470
- CLIConfigTest: Use integer division for soft limit computation by @arkamar in #487
- RangeSet: nD folding optimization (#485) by @thiell in #486
- Disable python2 on SLES15sp4 and newer by @mattaezell in #490
- Fix error in building config paths list by @kcgthb in #489
- vim: add missing scp_* options for clush.conf by @thiell in #491
- clush: add support for run modes (clush --mode) by @thiell in #492
- Github Actions: use ubuntu-latest but for py2.7 and py3.6 by @thiell in #494
- Worker: remove old last_*() methods (#226) by @thiell in #495
- Worker: deprecate old EventHandler method signatures (#358) by @thiell in #496
- Event: remove ev_timeout() definition by @thiell in #498
- EnginePort: use %s format instead of %d in repr() by @thiell in #500
- tests: skip tests that require HOSTNAME != 'localhost' by @thiell in #501
- tests: fix StreamWorker test leading to bad Engine state by @thiell in #502
- tests: misc. improvements by @thiell in #503
- Release 1.9 by @thiell in #504
New Contributors
- @bjornfor made their first contribution in #484
- @haiwu made their first contribution in #470
- @arkamar made their first contribution in #487
Full Changelog: v1.8.4...v1.9
v1.8.4
What's Changed
- Allow out-of-tree worker modules by @mattaezell in #431
- NodeUtils: allow YAML list to declare node groups by @griznog in #438
- CLI/Clush: Use the program name in OutputHandlers and RunTimer by @mattaezell in #434
- Tree: Allow alternate Local Workers in Tree Mode by @mattaezell in #439
- Fix spec file to work with openSUSE by @e4t in #443
- Fix logic for detecting if Python2 is supported by @e4t in #446
- Return maxrc properly for Rsh Worker by @hawartens in #448
- xCAT binding: add support for spaces in group names. by @kcgthb in #459
- Avoid python3 error with no stdin by @mattaezell in #460
- Clush: use os.read() in stdin thread by @thiell in #463
- Worker.Rsh: use raw string in RshClient by @thiell in #464
- Add maxrc Option to clush.conf by @hawartens in #451
- Add support for NO_COLOR and CLICOLOR (#428) by @dupgit in #432
- Release 1.8.4 by @thiell in #465
Full Changelog: v1.8.3...v1.8.4