zelt icon indicating copy to clipboard operation
zelt copied to clipboard

A command-line tool for orchestrating the deployment of Locust in Kubernetes.

Results 13 zelt issues
Sort by recently updated
recently updated
newest added

Bumps [pygments](https://github.com/pygments/pygments) from 2.6.1 to 2.7.4. Release notes Sourced from pygments's releases. 2.7.4 Updated lexers: Apache configurations: Improve handling of malformed tags (#1656) CSS: Add support for variables (#1633, #1666)...

dependencies

Bumps [rsa](https://github.com/sybrenstuvel/python-rsa) from 4.0 to 4.7. Changelog Sourced from rsa's changelog. Version 4.7 - released 2021-01-10 Fix #165: CVE-2020-25658 - Bleichenbacher-style timing oracle in PKCS#1 v1.5 decryption code Add padding...

dependencies

Bumps [bleach](https://github.com/mozilla/bleach) from 3.1.5 to 3.3.0. Changelog Sourced from bleach's changelog. Version 3.3.0 (February 1st, 2021) Backwards incompatible changes clean escapes HTML comments even when strip_comments=False Security fixes Fix bug...

dependencies

Bumps [py](https://github.com/pytest-dev/py) from 1.8.1 to 1.11.0. Changelog Sourced from py's changelog. 1.11.0 (2021-11-04) Support Python 3.11 Support NO_COLOR environment variable Update vendored apipkg: 1.5 => 2.0 1.10.0 (2020-12-12) Fix a...

dependencies

Bumps [jinja2](https://github.com/pallets/jinja) from 2.11.2 to 2.11.3. Release notes Sourced from jinja2's releases. 2.11.3 This contains a fix for a speed issue with the urlize filter. urlize is likely to be...

dependencies

Bumps [babel](https://github.com/python-babel/babel) from 2.8.0 to 2.9.1. Release notes Sourced from babel's releases. Version 2.9.1 Bugfixes The internal locale-data loading functions now validate the name of the locale file to be...

dependencies

Bumps [pyyaml](https://github.com/yaml/pyyaml) from 5.3.1 to 5.4. Changelog Sourced from pyyaml's changelog. 5.4 (2021-01-19) yaml/pyyaml#407 -- Build modernization, remove distutils, fix metadata, build wheels, CI to GHA yaml/pyyaml#472 -- Fix for...

dependencies

**Describe the bug** I have a simple docker container where I run zelt. For some reason (the error log is not really clear), I get a `NoneType` error. **Zelt version**...

bug

**Describe the bug** When a command related error happens, zelt doesn't show the error. It just shows the help message. I understand the help message should show the correct commands...

bug

**Describe the bug** The documentation mentions zelt can be started with a config file by invoking `zelt --config [config.yaml]`. However, when I do this, nothing happens. I just get the...

bug