Releases: faucetsdn/chewie
Releases · faucetsdn/chewie
V0.0.25
What's Changed
- Fix debian packaging by @gizmoguy in #322
- Run python 3.10 unit tests. by @anarkiwi in #324
- Run unit tests on python 3.11. by @gizmoguy in #396
- Remove py3.7 by @gizmoguy in #413
- pylint 2.14.1/no-self-use. by @anarkiwi in #358
- Switch to dependabot. by @gizmoguy in #393
- Rename master to main. by @gizmoguy in #428
- Require eventlet v0.33.3 which works with modern dnspython. by @gizmoguy in #425
- Update actions/checkout action to v3 by @renovate in #327
- Update codecov/codecov-action action to v3 by @renovate in #339
- Update docker/setup-buildx-action action to v2 by @renovate in #350
- Update docker/setup-qemu-action action to v2 by @renovate in #351
- Update dependency ubuntu to v22 by @renovate in #345
- Update actions/setup-python action to v4 by @renovate in #361
- Bump pytype from 2022.10.13 to 2022.10.26 by @dependabot in #395
- Bump sphinx-rtd-theme from 1.1.1 to 1.2.0 by @dependabot in #418
- Bump sphinx from 5.3.0 to 6.1.3 by @dependabot in #412
- Bump faucet/python3 from 9.0.0 to 10.0.0 by @dependabot in #429
- Bump pylint from 2.17.1 to 2.17.2 by @dependabot in #435
- Bump pypa/gh-action-pypi-publish from 1.8.3 to 1.8.5 by @dependabot in #434
- Bump faucet/test-base from 15.0.1 to 16.0.0 by @dependabot in #436
Full Changelog: 0.0.24...0.0.25
V0.0.24
What's Changed
- remove 3.6. by @anarkiwi in #315
- Use python 3.8 for building our docs on readthedocs. by @gizmoguy in #316
- Update dependency pylint to v2.12.2 by @renovate in #310
- Update pypa/gh-action-pypi-publish action to v1.5.0 by @renovate in #314
- Update faucet/test-base Docker tag to v10 by @renovate in #319
- Update faucet/python3 Docker tag to v7 by @renovate in #320
- Update dependency sphinx to v4.4.0 by @renovate in #318
- Update dependency pytype to v2022.1.31 by @renovate in #321
Full Changelog: 0.0.23...0.0.24
V0.0.23
What's Changed
- Remove python 3.5 support. by @gizmoguy in #297
- Allow newer eventlet (os_ken migration). by @anarkiwi in #302
- Run pytype on all python versions we test against. by @gizmoguy in #273
- Add yamllint github action. by @gizmoguy in #277
- Fix up YAML lint by @cglewis in #283
- retry mab test. by @anarkiwi in #292
- Update faucet/python3 Docker tag to v6 by @renovate in #307
- Update dependency sphinx to v4.3.1 by @renovate in #306
- Update dependency sphinx_rtd_theme to v1 by @renovate in #293
- Update dependency pylint to v2.12.1 by @renovate in #305
- Update dependency pytype to v2021.11.29 by @renovate in #30
Full Changelog: 0.0.22...0.0.23
V0.0.22
- Migrate test/build CIs from Travis to GitHub Actions
- Fix pylint code check
- Improve pylint score
- Fix faucet/chewie docker image builds
- Make unit tests that check state machine less flakey
- Improve logging format when running Chewie standalone
- Update dependencies:
- Upgrade faucet/test-base to v9.0.1 [tests]
- Upgrade pytype to v2021.6.17 [tests]
- Upgrade pylint to v2.9.3 [tests]
- Upgrade sphinx to v4.0.3 [docs]
- Upgrade sphinx_rtd_theme to v0.5.2 [docs]