Skip to content

Antsibull Nox Helper Release Notes

v1.8.1

Release Summary

Maintenance release.

Bugfixes

v1.8.0

Release Summary

Bugfix and feature release.

Minor Changes

Bugfixes

v1.7.0

Release Summary

Feature release.

Minor Changes

v1.6.0

Release Summary

Feature and bugfix release.

Minor Changes

Bugfixes

v1.5.0

Release Summary

Bugfix and feature release.

Minor Changes

Bugfixes

v1.4.1

Release Summary

Bugfix release.

Bugfixes

v1.4.0

Release Summary

New bugfix and feature release.

Minor Changes

Bugfixes

v1.3.2

Release Summary

Maintenance release.

Minor Changes

v1.3.1

Release Summary

Bugfix release.

Bugfixes

v1.3.0

Release Summary

Feature and bugfix release.

Minor Changes

Change detection can be enabled with the environment variable ANTSIBULL_CHANGE_DETECTION. The base branch can explicitly set with the environment variable ANTSIBULL_BASE_BRANCH (https://github.com/ansible-community/antsibull-nox/issues/112, https://github.com/ansible-community/antsibull-nox/pull/120, https://github.com/ansible-community/antsibull-nox/pull/122, https://github.com/ansible-community/antsibull-nox/pull/123, https://github.com/ansible-community/antsibull-nox/pull/124, https://github.com/ansible-community/antsibull-nox/pull/129, https://github.com/ansible-community/antsibull-nox/pull/130). * In [sessions.lint], pylint_extra_deps and mypy_extra_deps can now use package type dictionaries like {type = "requirements", file = "requirements/mypy-extra-deps.txt"} (https://github.com/ansible-community/antsibull-nox/pull/133). * Make codecov upload for the shared nox workflow more flexible by allowing to disable it for specific event types (https://github.com/ansible-community/antsibull-nox/pull/132). * Provide a new shared workflow .github/workflows/reusable-nox-run that allows to run nox with change detection (https://github.com/ansible-community/antsibull-nox/pull/128). * The GitHub antsibull-nox action and the shared workflow support change detection. To enable change detection for PRs, simply set the workflow parameter change-detection-in-prs to true (https://github.com/ansible-community/antsibull-nox/issues/112, https://github.com/ansible-community/antsibull-nox/pull/120, https://github.com/ansible-community/antsibull-nox/pull/121). * antsibull-nox now depends on antsibull-fileutils >= 1.5.0 (https://github.com/ansible-community/antsibull-nox/pull/122).

Deprecated Features

v1.2.0

Release Summary

Maintenance and feature release.

Minor Changes

Bugfixes

v1.1.1

Release Summary

Maintenance release.

Bugfixes

v1.1.0

Release Summary

Feature release.

Minor Changes

v1.0.0

Release Summary

First stable release.

Minor Changes

v0.7.0

Release Summary

Feature release.

Minor Changes

v0.6.0

Release Summary

Bugfix and feature release.

Minor Changes

Bugfixes

v0.5.0

Release Summary

Feature and bugfix release.

Minor Changes

Bugfixes

v0.4.0

Release Summary

Feature and bugfix release.

Major Changes

Minor Changes

Bugfixes

v0.3.0

Release Summary

Feature release that is stabilizing the API.

All noxfiles and configs using this version should still work with antsibull-nox 1.0.0, unless a critical problem is found that cannot be solved in any other way.

Minor Changes

Removed Features (previously deprecated)

  • Removed all deprecated functions from antsibull_nox.** that generate sessions. The only functions left that are public API are antsibull_nox.load_antsibull_nox_toml(), antsibull_nox.add_ansible_test_session(), and antsibull_nox.sessions.prepare_collections() (https://github.com/ansible-community/antsibull-nox/pull/54).

Bugfixes

v0.2.0

Release Summary

Major extension and overhaul with many breaking changes. The next minor release is expected to bring more stabilization.

Major Changes

Minor Changes

Deprecated Features

  • All functions in antsibull_nox.** are deprecated except antsibull_nox.load_antsibull_nox_toml(), antsibull_nox.add_ansible_test_session(), and antsibull_nox.sessions.prepare_collections(). The other function will still work for the next minor release, but will then be removed. Use antsibull-nox.toml and antsibull_nox.load_antsibull_nox_toml() instead (https://github.com/ansible-community/antsibull-nox/pull/50).

v0.1.0

Release Summary

Feature release.

Minor Changes

Breaking Changes / Porting Guide

Bugfixes

v0.0.1

Release Summary

Initial alpha release.