1.10.10
What's Changed
- run black formatter on remaining tests. by @anarkiwi in #4286
- run black on remaining faucet files. by @anarkiwi in #4287
- run black formatter on ofctl. by @anarkiwi in #4288
- run black formatter on remaining py files, and enforce for future. by @anarkiwi in #4289
- Fix black tests not running when there have been no changed py files. by @gizmoguy in #4302
- Change flow style so unparsable YAML files aren't generated on py3.11 by @gizmoguy in #4301
- use dash for faucethost, not bash. by @anarkiwi in #4317
- defer running expensive tshark parsing until all tests have run. by @anarkiwi in #4319
- periodic tests failing under ubuntu-latest: by @anarkiwi in #4318
- remove use of deprecated vconfig command, reduce number of number of … by @anarkiwi in #4320
- let scapy send multiple packets (so less scapy/tcpdump runs). by @anarkiwi in #4321
- Don't use CPULimitedHost. by @anarkiwi in #4322
- verify_stack_up() should wait between state checks, verify_stack_down… by @anarkiwi in #4323
- Use single broadcast command to reduce load during scale test. by @anarkiwi in #4355
- Install fakencclient for all python package installs to reduce time to install faucet with pip. by @gizmoguy in #4385
- Add Eventlet with Python 3.12 support if faucet is installed from git or tarball (not via pypi) by @gizmoguy in #4387
- Upgrade CIs to python 3.10 by @gizmoguy in #4305
- Enable pytype for python 3.11. by @gizmoguy in #4399
Dependency changes
- Bump prometheus-client from 0.17.0 to 0.17.1 by @dependabot in #4345
- Bump flake8 from 6.0.0 to 6.1.0 by @dependabot in #4353
- Bump pypa/gh-action-pypi-publish from 1.8.8 to 1.8.10 by @dependabot in #4356
- Bump actions/checkout from 3 to 4 by @dependabot in #4369
- Bump tj-actions/changed-files from 38 to 39 by @dependabot in #4368
- Bump docker/setup-qemu-action from 2 to 3 by @dependabot in #4373
- Bump docker/setup-buildx-action from 2 to 3 by @dependabot in #4372
- Bump sphinx from 7.2.5 to 7.2.6 by @dependabot in #4374
- Bump sphinx-rtd-theme from 1.2.2 to 1.3.0 by @dependabot in #4360
- Bump ruamel-yaml from 0.17.32 to 0.17.35 by @dependabot in #4386
- Bump psutil from 5.9.5 to 5.9.6 by @dependabot in #4394
- Update grafana/grafana Docker tag to v10.1.5 by @renovate in #4392
- Update prom/prometheus Docker tag to v2.47.2 by @renovate in #4393
- Bump faucet/test-base from 23.0.0 to 23.0.1 by @dependabot in #4397
- Bump faucet/python3 from 10.0.0 to 11.0.0 by @dependabot in #4398
- Bump pylint from 3.0.1 to 3.0.2 by @dependabot in #4403
- Bump black from 23.10.0 to 23.10.1 by @dependabot in #4405
Full Changelog: 1.10.8...1.10.10