Skip to content

1.10.10

Compare
Choose a tag to compare
@anarkiwi anarkiwi released this 26 Oct 03:40
· 274 commits to main since this release
1ad16be

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

Full Changelog: 1.10.8...1.10.10