antsibull-nox 0.4.0__tar.gz → 0.6.0__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- {antsibull_nox-0.4.0 → antsibull_nox-0.6.0}/.github/workflows/nox.yml +6 -0
- antsibull_nox-0.4.0/docs/changelog.md → antsibull_nox-0.6.0/CHANGELOG.md +89 -12
- {antsibull_nox-0.4.0 → antsibull_nox-0.6.0}/CHANGELOG.rst +44 -0
- {antsibull_nox-0.4.0 → antsibull_nox-0.6.0}/PKG-INFO +9 -7
- {antsibull_nox-0.4.0 → antsibull_nox-0.6.0}/README.md +5 -5
- {antsibull_nox-0.4.0 → antsibull_nox-0.6.0}/changelogs/changelog.yaml +49 -0
- antsibull_nox-0.4.0/CHANGELOG.md → antsibull_nox-0.6.0/docs/changelog.md +55 -36
- {antsibull_nox-0.4.0 → antsibull_nox-0.6.0}/docs/config-file.md +213 -40
- {antsibull_nox-0.4.0 → antsibull_nox-0.6.0}/noxfile.py +8 -1
- {antsibull_nox-0.4.0 → antsibull_nox-0.6.0}/pyproject.toml +2 -1
- {antsibull_nox-0.4.0 → antsibull_nox-0.6.0}/src/antsibull_nox/__init__.py +1 -1
- antsibull_nox-0.6.0/src/antsibull_nox/collection/__init__.py +36 -0
- antsibull_nox-0.6.0/src/antsibull_nox/collection/build.py +69 -0
- antsibull_nox-0.4.0/src/antsibull_nox/collection/__init__.py → antsibull_nox-0.6.0/src/antsibull_nox/collection/utils.py +3 -18
- {antsibull_nox-0.4.0 → antsibull_nox-0.6.0}/src/antsibull_nox/config.py +34 -2
- {antsibull_nox-0.4.0 → antsibull_nox-0.6.0}/src/antsibull_nox/data/action-groups.py +9 -2
- {antsibull_nox-0.4.0 → antsibull_nox-0.6.0}/src/antsibull_nox/data/antsibull_nox_data_util.py +25 -2
- antsibull_nox-0.6.0/src/antsibull_nox/data/no-trailing-whitespace.py +59 -0
- {antsibull_nox-0.4.0 → antsibull_nox-0.6.0}/src/antsibull_nox/data/no-unwanted-files.py +1 -1
- antsibull_nox-0.6.0/src/antsibull_nox/data/rst-extra.py +167 -0
- antsibull_nox-0.6.0/src/antsibull_nox/data/rst-yamllint.py +192 -0
- {antsibull_nox-0.4.0 → antsibull_nox-0.6.0}/src/antsibull_nox/interpret_config.py +33 -0
- {antsibull_nox-0.4.0 → antsibull_nox-0.6.0}/src/antsibull_nox/paths.py +2 -3
- {antsibull_nox-0.4.0 → antsibull_nox-0.6.0}/src/antsibull_nox/sessions/ansible_test.py +19 -4
- {antsibull_nox-0.4.0 → antsibull_nox-0.6.0}/src/antsibull_nox/sessions/build_import_check.py +5 -35
- {antsibull_nox-0.4.0 → antsibull_nox-0.6.0}/src/antsibull_nox/sessions/docs_check.py +56 -1
- {antsibull_nox-0.4.0 → antsibull_nox-0.6.0}/src/antsibull_nox/sessions/extra_checks.py +19 -0
- {antsibull_nox-0.4.0 → antsibull_nox-0.6.0}/src/antsibull_nox/sessions/lint.py +257 -56
- {antsibull_nox-0.4.0 → antsibull_nox-0.6.0}/.flake8 +0 -0
- {antsibull_nox-0.4.0 → antsibull_nox-0.6.0}/.github/dependabot.yml +0 -0
- {antsibull_nox-0.4.0 → antsibull_nox-0.6.0}/.github/patchback.yml +0 -0
- {antsibull_nox-0.4.0 → antsibull_nox-0.6.0}/.github/workflows/reusable-nox-matrix.yml +0 -0
- {antsibull_nox-0.4.0 → antsibull_nox-0.6.0}/.github/workflows/test-gh-action.yml +0 -0
- {antsibull_nox-0.4.0 → antsibull_nox-0.6.0}/.gitignore +0 -0
- {antsibull_nox-0.4.0 → antsibull_nox-0.6.0}/.pylintrc.automated +0 -0
- {antsibull_nox-0.4.0 → antsibull_nox-0.6.0}/.readthedocs.yml +0 -0
- {antsibull_nox-0.4.0 → antsibull_nox-0.6.0}/CHANGELOG.md.license +0 -0
- {antsibull_nox-0.4.0 → antsibull_nox-0.6.0}/CHANGELOG.rst.license +0 -0
- {antsibull_nox-0.4.0 → antsibull_nox-0.6.0}/LICENSE +0 -0
- {antsibull_nox-0.4.0 → antsibull_nox-0.6.0}/LICENSES/GPL-3.0-or-later.txt +0 -0
- {antsibull_nox-0.4.0 → antsibull_nox-0.6.0}/REUSE.toml +0 -0
- {antsibull_nox-0.4.0 → antsibull_nox-0.6.0}/action.yml +0 -0
- {antsibull_nox-0.4.0 → antsibull_nox-0.6.0}/changelogs/changelog.yaml.license +0 -0
- {antsibull_nox-0.4.0 → antsibull_nox-0.6.0}/changelogs/config.yaml +0 -0
- {antsibull_nox-0.4.0 → antsibull_nox-0.6.0}/changelogs/fragments/.keep +0 -0
- {antsibull_nox-0.4.0 → antsibull_nox-0.6.0}/codecov.yml +0 -0
- {antsibull_nox-0.4.0 → antsibull_nox-0.6.0}/docs/changelog.md.license +0 -0
- {antsibull_nox-0.4.0 → antsibull_nox-0.6.0}/docs/community.md +0 -0
- {antsibull_nox-0.4.0 → antsibull_nox-0.6.0}/docs/getting-started.md +0 -0
- {antsibull_nox-0.4.0 → antsibull_nox-0.6.0}/docs/index.md +0 -0
- {antsibull_nox-0.4.0 → antsibull_nox-0.6.0}/docs/introduction.md +0 -0
- {antsibull_nox-0.4.0 → antsibull_nox-0.6.0}/docs/nox-in-ci.md +0 -0
- {antsibull_nox-0.4.0 → antsibull_nox-0.6.0}/docs/reference.md +0 -0
- {antsibull_nox-0.4.0 → antsibull_nox-0.6.0}/docs/troubleshooting.md +0 -0
- {antsibull_nox-0.4.0 → antsibull_nox-0.6.0}/docs-requirements.txt +0 -0
- {antsibull_nox-0.4.0 → antsibull_nox-0.6.0}/mkdocs.yml +0 -0
- {antsibull_nox-0.4.0 → antsibull_nox-0.6.0}/src/antsibull_nox/_pydantic.py +0 -0
- {antsibull_nox-0.4.0 → antsibull_nox-0.6.0}/src/antsibull_nox/ansible.py +0 -0
- {antsibull_nox-0.4.0 → antsibull_nox-0.6.0}/src/antsibull_nox/cli.py +0 -0
- {antsibull_nox-0.4.0 → antsibull_nox-0.6.0}/src/antsibull_nox/collection/data.py +0 -0
- {antsibull_nox-0.4.0 → antsibull_nox-0.6.0}/src/antsibull_nox/collection/extract.py +0 -0
- {antsibull_nox-0.4.0 → antsibull_nox-0.6.0}/src/antsibull_nox/collection/install.py +0 -0
- {antsibull_nox-0.4.0 → antsibull_nox-0.6.0}/src/antsibull_nox/collection/search.py +0 -0
- {antsibull_nox-0.4.0 → antsibull_nox-0.6.0}/src/antsibull_nox/data/antsibull-nox-lint-config.py +0 -0
- {antsibull_nox-0.4.0 → antsibull_nox-0.6.0}/src/antsibull_nox/data/file-yamllint.py +0 -0
- {antsibull_nox-0.4.0 → antsibull_nox-0.6.0}/src/antsibull_nox/data/license-check.py +0 -0
- {antsibull_nox-0.4.0 → antsibull_nox-0.6.0}/src/antsibull_nox/data/license-check.py.license +0 -0
- {antsibull_nox-0.4.0 → antsibull_nox-0.6.0}/src/antsibull_nox/data/plugin-yamllint.py +0 -0
- {antsibull_nox-0.4.0 → antsibull_nox-0.6.0}/src/antsibull_nox/data_util.py +0 -0
- {antsibull_nox-0.4.0 → antsibull_nox-0.6.0}/src/antsibull_nox/init.py +0 -0
- {antsibull_nox-0.4.0 → antsibull_nox-0.6.0}/src/antsibull_nox/lint_config.py +0 -0
- {antsibull_nox-0.4.0 → antsibull_nox-0.6.0}/src/antsibull_nox/py.typed +0 -0
- {antsibull_nox-0.4.0 → antsibull_nox-0.6.0}/src/antsibull_nox/python.py +0 -0
- {antsibull_nox-0.4.0 → antsibull_nox-0.6.0}/src/antsibull_nox/sessions/__init__.py +0 -0
- {antsibull_nox-0.4.0 → antsibull_nox-0.6.0}/src/antsibull_nox/sessions/ansible_lint.py +0 -0
- {antsibull_nox-0.4.0 → antsibull_nox-0.6.0}/src/antsibull_nox/sessions/collections.py +0 -0
- {antsibull_nox-0.4.0 → antsibull_nox-0.6.0}/src/antsibull_nox/sessions/license_check.py +0 -0
- {antsibull_nox-0.4.0 → antsibull_nox-0.6.0}/src/antsibull_nox/sessions/utils.py +0 -0
- {antsibull_nox-0.4.0 → antsibull_nox-0.6.0}/src/antsibull_nox/utils.py +0 -0
- {antsibull_nox-0.4.0 → antsibull_nox-0.6.0}/tests/.keep +0 -0
- {antsibull_nox-0.4.0 → antsibull_nox-0.6.0}/tests/needs-network/test_ansible_core.py +0 -0
- {antsibull_nox-0.4.0 → antsibull_nox-0.6.0}/tests/test-collection/antsibull-nox.toml +0 -0
- {antsibull_nox-0.4.0 → antsibull_nox-0.6.0}/tests/test-collection/galaxy.yml +0 -0
- {antsibull_nox-0.4.0 → antsibull_nox-0.6.0}/tests/test-collection/noxfile.py +0 -0
- {antsibull_nox-0.4.0 → antsibull_nox-0.6.0}/tests/test-collection/plugins/modules/test.py +0 -0
- {antsibull_nox-0.4.0 → antsibull_nox-0.6.0}/tests/unit/__init__.py +0 -0
- {antsibull_nox-0.4.0 → antsibull_nox-0.6.0}/tests/unit/test_ansible.py +0 -0
- {antsibull_nox-0.4.0 → antsibull_nox-0.6.0}/tests/unit/test_collection.py +0 -0
- {antsibull_nox-0.4.0 → antsibull_nox-0.6.0}/tests/unit/test_python.py +0 -0
- {antsibull_nox-0.4.0 → antsibull_nox-0.6.0}/tests/unit/test_utils.py +0 -0
- {antsibull_nox-0.4.0 → antsibull_nox-0.6.0}/tests/unit/utils.py +0 -0
@@ -49,6 +49,12 @@ jobs:
|
|
49
49
|
with:
|
50
50
|
path: antsibull-nox
|
51
51
|
persist-credentials: false
|
52
|
+
- name: Check out dependent project antsibull-docutils
|
53
|
+
uses: actions/checkout@v4
|
54
|
+
with:
|
55
|
+
repository: ansible-community/antsibull-docutils
|
56
|
+
path: antsibull-docutils
|
57
|
+
persist-credentials: false
|
52
58
|
- name: Check out dependent project antsibull-fileutils
|
53
59
|
uses: actions/checkout@v4
|
54
60
|
with:
|
@@ -1,9 +1,86 @@
|
|
1
1
|
# Antsibull Nox Helper Release Notes
|
2
2
|
|
3
|
+
**Topics**
|
4
|
+
|
5
|
+
- <a href="#v0-6-0">v0\.6\.0</a>
|
6
|
+
- <a href="#release-summary">Release Summary</a>
|
7
|
+
- <a href="#minor-changes">Minor Changes</a>
|
8
|
+
- <a href="#bugfixes">Bugfixes</a>
|
9
|
+
- <a href="#v0-5-0">v0\.5\.0</a>
|
10
|
+
- <a href="#release-summary-1">Release Summary</a>
|
11
|
+
- <a href="#minor-changes-1">Minor Changes</a>
|
12
|
+
- <a href="#bugfixes-1">Bugfixes</a>
|
13
|
+
- <a href="#v0-4-0">v0\.4\.0</a>
|
14
|
+
- <a href="#release-summary-2">Release Summary</a>
|
15
|
+
- <a href="#major-changes">Major Changes</a>
|
16
|
+
- <a href="#minor-changes-2">Minor Changes</a>
|
17
|
+
- <a href="#bugfixes-2">Bugfixes</a>
|
18
|
+
- <a href="#v0-3-0">v0\.3\.0</a>
|
19
|
+
- <a href="#release-summary-3">Release Summary</a>
|
20
|
+
- <a href="#minor-changes-3">Minor Changes</a>
|
21
|
+
- <a href="#removed-features-previously-deprecated">Removed Features \(previously deprecated\)</a>
|
22
|
+
- <a href="#bugfixes-3">Bugfixes</a>
|
23
|
+
- <a href="#v0-2-0">v0\.2\.0</a>
|
24
|
+
- <a href="#release-summary-4">Release Summary</a>
|
25
|
+
- <a href="#major-changes-1">Major Changes</a>
|
26
|
+
- <a href="#minor-changes-4">Minor Changes</a>
|
27
|
+
- <a href="#deprecated-features">Deprecated Features</a>
|
28
|
+
- <a href="#v0-1-0">v0\.1\.0</a>
|
29
|
+
- <a href="#release-summary-5">Release Summary</a>
|
30
|
+
- <a href="#minor-changes-5">Minor Changes</a>
|
31
|
+
- <a href="#breaking-changes--porting-guide">Breaking Changes / Porting Guide</a>
|
32
|
+
- <a href="#bugfixes-4">Bugfixes</a>
|
33
|
+
- <a href="#v0-0-1">v0\.0\.1</a>
|
34
|
+
- <a href="#release-summary-6">Release Summary</a>
|
35
|
+
|
36
|
+
<a id="v0-6-0"></a>
|
37
|
+
## v0\.6\.0
|
38
|
+
|
39
|
+
<a id="release-summary"></a>
|
40
|
+
### Release Summary
|
41
|
+
|
42
|
+
Bugfix and feature release\.
|
43
|
+
|
44
|
+
<a id="minor-changes"></a>
|
45
|
+
### Minor Changes
|
46
|
+
|
47
|
+
* Add new extra check <code>no\-trailing\-whitespace</code> \([https\://github\.com/ansible\-community/antsibull\-nox/pull/85](https\://github\.com/ansible\-community/antsibull\-nox/pull/85)\)\.
|
48
|
+
* Add new options to <code>docs\-check</code> that allow to validate code blocks in collection extra docs \([https\://github\.com/ansible\-community/antsibull\-nox/pull/88](https\://github\.com/ansible\-community/antsibull\-nox/pull/88)\)\.
|
49
|
+
* Support running <code>ruff check \-\-fix \-\-select \.\.\.</code> in the <code>formatters</code> session by setting <code>run\_ruff\_autofix\=true</code> in the config \([https\://github\.com/ansible\-community/antsibull\-nox/issues/70](https\://github\.com/ansible\-community/antsibull\-nox/issues/70)\, [https\://github\.com/ansible\-community/antsibull\-nox/pull/82](https\://github\.com/ansible\-community/antsibull\-nox/pull/82)\)\.
|
50
|
+
* Support running <code>ruff check</code> in the <code>codeqa</code> session by setting <code>run\_ruff\_check\=true</code> in the config \([https\://github\.com/ansible\-community/antsibull\-nox/issues/70](https\://github\.com/ansible\-community/antsibull\-nox/issues/70)\, [https\://github\.com/ansible\-community/antsibull\-nox/pull/82](https\://github\.com/ansible\-community/antsibull\-nox/pull/82)\)\.
|
51
|
+
* Support running <code>ruff format</code> in the <code>formatters</code> session by setting <code>run\_ruff\_format\=true</code> in the config \([https\://github\.com/ansible\-community/antsibull\-nox/issues/70](https\://github\.com/ansible\-community/antsibull\-nox/issues/70)\, [https\://github\.com/ansible\-community/antsibull\-nox/pull/82](https\://github\.com/ansible\-community/antsibull\-nox/pull/82)\)\.
|
52
|
+
* The <code>yamllint</code> test now also checks YAML and YAML\+Jinja code blocks in extra documentation \(<code>\.rst</code> files in <code>docs/docsite/rst/</code>\) \([https\://github\.com/ansible\-community/antsibull\-nox/pull/87](https\://github\.com/ansible\-community/antsibull\-nox/pull/87)\)\.
|
53
|
+
|
54
|
+
<a id="bugfixes"></a>
|
55
|
+
### Bugfixes
|
56
|
+
|
57
|
+
* Do not fail if an unexpected action group is found that only contains a metadata entry \([https\://github\.com/ansible\-community/antsibull\-nox/pull/81](https\://github\.com/ansible\-community/antsibull\-nox/pull/81)\)\.
|
58
|
+
* Fix config file types for <code>no\_unwanted\_files\_skip\_directories</code> and <code>no\_unwanted\_files\_yaml\_directories</code> to what is documented\; that is\, do not allow <code>None</code> \([https\://github\.com/ansible\-community/antsibull\-nox/pull/85](https\://github\.com/ansible\-community/antsibull\-nox/pull/85)\)\.
|
59
|
+
* Ignore metadata entries in action groups \([https\://github\.com/ansible\-community/antsibull\-nox/pull/81](https\://github\.com/ansible\-community/antsibull\-nox/pull/81)\)\.
|
60
|
+
* The <code>no\_unwanted\_files\_skip\_directories</code> option for the <code>no\-unwanted\-files</code> was not used \([https\://github\.com/ansible\-community/antsibull\-nox/pull/85](https\://github\.com/ansible\-community/antsibull\-nox/pull/85)\)\.
|
61
|
+
|
62
|
+
<a id="v0-5-0"></a>
|
63
|
+
## v0\.5\.0
|
64
|
+
|
65
|
+
<a id="release-summary-1"></a>
|
66
|
+
### Release Summary
|
67
|
+
|
68
|
+
Feature and bugfix release\.
|
69
|
+
|
70
|
+
<a id="minor-changes-1"></a>
|
71
|
+
### Minor Changes
|
72
|
+
|
73
|
+
* Allow to pass environment variables as Ansible variables for integration tests with the new <code>ansible\_vars\_from\_env\_vars</code> option for <code>sessions\.ansible\_test\_integration\_w\_default\_container</code> \([https\://github\.com/ansible\-community/antsibull\-nox/pull/78](https\://github\.com/ansible\-community/antsibull\-nox/pull/78)\)\.
|
74
|
+
|
75
|
+
<a id="bugfixes-1"></a>
|
76
|
+
### Bugfixes
|
77
|
+
|
78
|
+
* Fix action group test\. No errors were reported due to a bug in the test \([https\://github\.com/ansible\-community/antsibull\-nox/pull/80](https\://github\.com/ansible\-community/antsibull\-nox/pull/80)\)\.
|
79
|
+
|
3
80
|
<a id="v0-4-0"></a>
|
4
81
|
## v0\.4\.0
|
5
82
|
|
6
|
-
<a id="release-summary"></a>
|
83
|
+
<a id="release-summary-2"></a>
|
7
84
|
### Release Summary
|
8
85
|
|
9
86
|
Feature and bugfix release\.
|
@@ -13,7 +90,7 @@ Feature and bugfix release\.
|
|
13
90
|
|
14
91
|
* Required collections can now be installed from different sources per depending on the ansible\-core version \([https\://github\.com/ansible\-community/antsibull\-nox/pull/76](https\://github\.com/ansible\-community/antsibull\-nox/pull/76)\)\.
|
15
92
|
|
16
|
-
<a id="minor-changes"></a>
|
93
|
+
<a id="minor-changes-2"></a>
|
17
94
|
### Minor Changes
|
18
95
|
|
19
96
|
* Capture mypy and pylint errors to report paths of files relative to collection\'s root\, instead of relative to the virtual <code>ansible\_collections</code> directory \([https\://github\.com/ansible\-community/antsibull\-nox/pull/75](https\://github\.com/ansible\-community/antsibull\-nox/pull/75)\)\.
|
@@ -22,7 +99,7 @@ Feature and bugfix release\.
|
|
22
99
|
* The yamllint session now ignores <code>RETURN</code> documentation with values <code>\#</code> and \`\` \# \`\` \([https\://github\.com/ansible\-community/antsibull\-nox/pull/71](https\://github\.com/ansible\-community/antsibull\-nox/pull/71)\)\.
|
23
100
|
* The yamllint test no longer shows all filenames in the command line \([https\://github\.com/ansible\-community/antsibull\-nox/pull/72](https\://github\.com/ansible\-community/antsibull\-nox/pull/72)\)\.
|
24
101
|
|
25
|
-
<a id="bugfixes"></a>
|
102
|
+
<a id="bugfixes-2"></a>
|
26
103
|
### Bugfixes
|
27
104
|
|
28
105
|
* Adjust yamllint test to no longer use the user\'s global config\, but only the project\'s config \([https\://github\.com/ansible\-community/antsibull\-nox/pull/72](https\://github\.com/ansible\-community/antsibull\-nox/pull/72)\)\.
|
@@ -30,7 +107,7 @@ Feature and bugfix release\.
|
|
30
107
|
<a id="v0-3-0"></a>
|
31
108
|
## v0\.3\.0
|
32
109
|
|
33
|
-
<a id="release-summary-
|
110
|
+
<a id="release-summary-3"></a>
|
34
111
|
### Release Summary
|
35
112
|
|
36
113
|
Feature release that is stabilizing the API\.
|
@@ -38,7 +115,7 @@ Feature release that is stabilizing the API\.
|
|
38
115
|
All noxfiles and configs using this version should still work with antsibull\-nox 1\.0\.0\,
|
39
116
|
unless a critical problem is found that cannot be solved in any other way\.
|
40
117
|
|
41
|
-
<a id="minor-changes-
|
118
|
+
<a id="minor-changes-3"></a>
|
42
119
|
### Minor Changes
|
43
120
|
|
44
121
|
* Add <code>antsibull\-nox init</code> command that creates a <code>noxfile\.py</code> and <code>antsibull\-nox\.tomll</code> to get started \([https\://github\.com/ansible\-community/antsibull\-nox/pull/58](https\://github\.com/ansible\-community/antsibull\-nox/pull/58)\)\.
|
@@ -57,7 +134,7 @@ unless a critical problem is found that cannot be solved in any other way\.
|
|
57
134
|
|
58
135
|
* Removed all deprecated functions from <code>antsibull\_nox\.\*\*</code> that generate sessions\. The only functions left that are public API are <code>antsibull\_nox\.load\_antsibull\_nox\_toml\(\)</code>\, <code>antsibull\_nox\.add\_ansible\_test\_session\(\)</code>\, and <code>antsibull\_nox\.sessions\.prepare\_collections\(\)</code> \([https\://github\.com/ansible\-community/antsibull\-nox/pull/54](https\://github\.com/ansible\-community/antsibull\-nox/pull/54)\)\.
|
59
136
|
|
60
|
-
<a id="bugfixes-
|
137
|
+
<a id="bugfixes-3"></a>
|
61
138
|
### Bugfixes
|
62
139
|
|
63
140
|
* Action groups extra test no longer fails if <code>action\_groups</code> does not exist in <code>meta/runtime\.yml</code>\. It can now be used to ensure that there is no action group present in <code>meta/runtime\.yml</code> \([https\://github\.com/ansible\-community/antsibull\-nox/pull/60](https\://github\.com/ansible\-community/antsibull\-nox/pull/60)\)\.
|
@@ -68,7 +145,7 @@ unless a critical problem is found that cannot be solved in any other way\.
|
|
68
145
|
<a id="v0-2-0"></a>
|
69
146
|
## v0\.2\.0
|
70
147
|
|
71
|
-
<a id="release-summary-
|
148
|
+
<a id="release-summary-4"></a>
|
72
149
|
### Release Summary
|
73
150
|
|
74
151
|
Major extension and overhaul with many breaking changes\. The next minor release is expected to bring more stabilization\.
|
@@ -78,7 +155,7 @@ Major extension and overhaul with many breaking changes\. The next minor release
|
|
78
155
|
|
79
156
|
* There is now a new function <code>antsibull\_nox\.load\_antsibull\_nox\_toml\(\)</code> which loads <code>antsibull\-nox\.toml</code> and creates configuration and sessions from it\. Calling other functionality from <code>antsibull\_nox</code> in <code>noxfile\.py</code> is only necessary for creating own specialized sessions\, or ansible\-test sessions that cannot be created with the <code>antsibull\_nox\.add\_all\_ansible\_test\_\*\_test\_sessions\*\(\)</code> type functions \([https\://github\.com/ansible\-community/antsibull\-nox/pull/50](https\://github\.com/ansible\-community/antsibull\-nox/pull/50)\, [https\://github\.com/ansible\-community/antsibull\-nox/issues/34](https\://github\.com/ansible\-community/antsibull\-nox/issues/34)\)\.
|
80
157
|
|
81
|
-
<a id="minor-changes-
|
158
|
+
<a id="minor-changes-4"></a>
|
82
159
|
### Minor Changes
|
83
160
|
|
84
161
|
* Add descriptions to generated sessions that are shown when running <code>nox \-\-list</code> \([https\://github\.com/ansible\-community/antsibull\-nox/pull/31](https\://github\.com/ansible\-community/antsibull\-nox/pull/31)\)\.
|
@@ -104,12 +181,12 @@ Major extension and overhaul with many breaking changes\. The next minor release
|
|
104
181
|
<a id="v0-1-0"></a>
|
105
182
|
## v0\.1\.0
|
106
183
|
|
107
|
-
<a id="release-summary-
|
184
|
+
<a id="release-summary-5"></a>
|
108
185
|
### Release Summary
|
109
186
|
|
110
187
|
Feature release\.
|
111
188
|
|
112
|
-
<a id="minor-changes-
|
189
|
+
<a id="minor-changes-5"></a>
|
113
190
|
### Minor Changes
|
114
191
|
|
115
192
|
* A <code>build\-import\-check</code> session that builds and tries to import the collection with Galaxy Importer can be added with <code>add\_build\_import\_check\(\)</code> \([https\://github\.com/ansible\-community/antsibull\-nox/issues/15](https\://github\.com/ansible\-community/antsibull\-nox/issues/15)\, [https\://github\.com/ansible\-community/antsibull\-nox/pull/17](https\://github\.com/ansible\-community/antsibull\-nox/pull/17)\)\.
|
@@ -128,7 +205,7 @@ Feature release\.
|
|
128
205
|
|
129
206
|
* The nox workflow now by default runs all sessions\, unless restricted with the <code>sessions</code> parameter \([https\://github\.com/ansible\-community/antsibull\-nox/pull/14](https\://github\.com/ansible\-community/antsibull\-nox/pull/14)\)\.
|
130
207
|
|
131
|
-
<a id="bugfixes-
|
208
|
+
<a id="bugfixes-4"></a>
|
132
209
|
### Bugfixes
|
133
210
|
|
134
211
|
* Make sure that black in CI checks formatting instead of just reformatting \([https\://github\.com/ansible\-community/antsibull\-nox/pull/14](https\://github\.com/ansible\-community/antsibull\-nox/pull/14)\)\.
|
@@ -136,7 +213,7 @@ Feature release\.
|
|
136
213
|
<a id="v0-0-1"></a>
|
137
214
|
## v0\.0\.1
|
138
215
|
|
139
|
-
<a id="release-summary-
|
216
|
+
<a id="release-summary-6"></a>
|
140
217
|
### Release Summary
|
141
218
|
|
142
219
|
Initial alpha release\.
|
@@ -4,6 +4,50 @@ Antsibull Nox Helper Release Notes
|
|
4
4
|
|
5
5
|
.. contents:: Topics
|
6
6
|
|
7
|
+
v0.6.0
|
8
|
+
======
|
9
|
+
|
10
|
+
Release Summary
|
11
|
+
---------------
|
12
|
+
|
13
|
+
Bugfix and feature release.
|
14
|
+
|
15
|
+
Minor Changes
|
16
|
+
-------------
|
17
|
+
|
18
|
+
- Add new extra check ``no-trailing-whitespace`` (https://github.com/ansible-community/antsibull-nox/pull/85).
|
19
|
+
- Add new options to ``docs-check`` that allow to validate code blocks in collection extra docs (https://github.com/ansible-community/antsibull-nox/pull/88).
|
20
|
+
- Support running ``ruff check --fix --select ...`` in the ``formatters`` session by setting ``run_ruff_autofix=true`` in the config (https://github.com/ansible-community/antsibull-nox/issues/70, https://github.com/ansible-community/antsibull-nox/pull/82).
|
21
|
+
- Support running ``ruff check`` in the ``codeqa`` session by setting ``run_ruff_check=true`` in the config (https://github.com/ansible-community/antsibull-nox/issues/70, https://github.com/ansible-community/antsibull-nox/pull/82).
|
22
|
+
- Support running ``ruff format`` in the ``formatters`` session by setting ``run_ruff_format=true`` in the config (https://github.com/ansible-community/antsibull-nox/issues/70, https://github.com/ansible-community/antsibull-nox/pull/82).
|
23
|
+
- The ``yamllint`` test now also checks YAML and YAML+Jinja code blocks in extra documentation (``.rst`` files in ``docs/docsite/rst/``) (https://github.com/ansible-community/antsibull-nox/pull/87).
|
24
|
+
|
25
|
+
Bugfixes
|
26
|
+
--------
|
27
|
+
|
28
|
+
- Do not fail if an unexpected action group is found that only contains a metadata entry (https://github.com/ansible-community/antsibull-nox/pull/81).
|
29
|
+
- Fix config file types for ``no_unwanted_files_skip_directories`` and ``no_unwanted_files_yaml_directories`` to what is documented; that is, do not allow ``None`` (https://github.com/ansible-community/antsibull-nox/pull/85).
|
30
|
+
- Ignore metadata entries in action groups (https://github.com/ansible-community/antsibull-nox/pull/81).
|
31
|
+
- The ``no_unwanted_files_skip_directories`` option for the ``no-unwanted-files`` was not used (https://github.com/ansible-community/antsibull-nox/pull/85).
|
32
|
+
|
33
|
+
v0.5.0
|
34
|
+
======
|
35
|
+
|
36
|
+
Release Summary
|
37
|
+
---------------
|
38
|
+
|
39
|
+
Feature and bugfix release.
|
40
|
+
|
41
|
+
Minor Changes
|
42
|
+
-------------
|
43
|
+
|
44
|
+
- Allow to pass environment variables as Ansible variables for integration tests with the new ``ansible_vars_from_env_vars`` option for ``sessions.ansible_test_integration_w_default_container`` (https://github.com/ansible-community/antsibull-nox/pull/78).
|
45
|
+
|
46
|
+
Bugfixes
|
47
|
+
--------
|
48
|
+
|
49
|
+
- Fix action group test. No errors were reported due to a bug in the test (https://github.com/ansible-community/antsibull-nox/pull/80).
|
50
|
+
|
7
51
|
v0.4.0
|
8
52
|
======
|
9
53
|
|
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.4
|
2
2
|
Name: antsibull-nox
|
3
|
-
Version: 0.
|
3
|
+
Version: 0.6.0
|
4
4
|
Summary: Changelog tool for Ansible-core and Ansible collections
|
5
5
|
Project-URL: Documentation, https://ansible.readthedocs.io/projects/antsibull-nox/
|
6
6
|
Project-URL: Source code, https://github.com/ansible-community/antsibull-nox/
|
@@ -22,7 +22,7 @@ Classifier: Programming Language :: Python :: 3.12
|
|
22
22
|
Classifier: Programming Language :: Python :: 3.13
|
23
23
|
Classifier: Typing :: Typed
|
24
24
|
Requires-Python: >=3.9.0
|
25
|
-
Requires-Dist: antsibull-fileutils<2.0.0,>=1.
|
25
|
+
Requires-Dist: antsibull-fileutils<2.0.0,>=1.3.0
|
26
26
|
Requires-Dist: nox>=2025.2.9
|
27
27
|
Requires-Dist: packaging
|
28
28
|
Requires-Dist: pydantic~=2.0
|
@@ -38,6 +38,7 @@ Provides-Extra: coverage
|
|
38
38
|
Requires-Dist: coverage[toml]; extra == 'coverage'
|
39
39
|
Provides-Extra: dev
|
40
40
|
Requires-Dist: antsibull-changelog; extra == 'dev'
|
41
|
+
Requires-Dist: antsibull-docutils>=1.2.0; extra == 'dev'
|
41
42
|
Requires-Dist: black>=24; extra == 'dev'
|
42
43
|
Requires-Dist: coverage[toml]; extra == 'dev'
|
43
44
|
Requires-Dist: flake8>=3.8.0; extra == 'dev'
|
@@ -58,6 +59,7 @@ Requires-Dist: pytest; extra == 'test'
|
|
58
59
|
Requires-Dist: pytest-cov; extra == 'test'
|
59
60
|
Requires-Dist: pytest-error-for-skips; extra == 'test'
|
60
61
|
Provides-Extra: typing
|
62
|
+
Requires-Dist: antsibull-docutils>=1.2.0; extra == 'typing'
|
61
63
|
Requires-Dist: mypy; extra == 'typing'
|
62
64
|
Requires-Dist: types-pyyaml; extra == 'typing'
|
63
65
|
Description-Content-Type: text/markdown
|
@@ -104,15 +106,15 @@ and install the requirements needed to run the tests there.
|
|
104
106
|
|
105
107
|
---
|
106
108
|
|
107
|
-
antsibull-nox depends on the sister antsibull-fileutils
|
108
|
-
By default, `nox` will install
|
109
|
-
If you're hacking on antsibull-fileutils alongside antsibull-nox,
|
110
|
-
nox will automatically install
|
109
|
+
antsibull-nox depends on the sister antsibull-docutils and antsibull-fileutils projects.
|
110
|
+
By default, `nox` will install development versions of this projects from Github.
|
111
|
+
If you're hacking on antsibull-docutils and/or antsibull-fileutils alongside antsibull-nox,
|
112
|
+
nox will automatically install these projects from `../antsibull-docutils` and `../antsibull-fileutils`
|
111
113
|
when running tests if those paths exist.
|
112
114
|
You can change this behavior through the `OTHER_ANTSIBULL_MODE` env var:
|
113
115
|
|
114
116
|
- `OTHER_ANTSIBULL_MODE=auto` — the default behavior described above
|
115
|
-
- `OTHER_ANTSIBULL_MODE=local` — install the
|
117
|
+
- `OTHER_ANTSIBULL_MODE=local` — install the projects from `../antsibull-docutils` and `../antsibull-fileutils`.
|
116
118
|
Fail if that path doesn't exist.
|
117
119
|
- `OTHER_ANTSIBULL_MODE=git` — install the projects from the Github main branch
|
118
120
|
- `OTHER_ANTSIBULL_MODE=pypi` — install the latest versions from PyPI
|
@@ -40,15 +40,15 @@ and install the requirements needed to run the tests there.
|
|
40
40
|
|
41
41
|
---
|
42
42
|
|
43
|
-
antsibull-nox depends on the sister antsibull-fileutils
|
44
|
-
By default, `nox` will install
|
45
|
-
If you're hacking on antsibull-fileutils alongside antsibull-nox,
|
46
|
-
nox will automatically install
|
43
|
+
antsibull-nox depends on the sister antsibull-docutils and antsibull-fileutils projects.
|
44
|
+
By default, `nox` will install development versions of this projects from Github.
|
45
|
+
If you're hacking on antsibull-docutils and/or antsibull-fileutils alongside antsibull-nox,
|
46
|
+
nox will automatically install these projects from `../antsibull-docutils` and `../antsibull-fileutils`
|
47
47
|
when running tests if those paths exist.
|
48
48
|
You can change this behavior through the `OTHER_ANTSIBULL_MODE` env var:
|
49
49
|
|
50
50
|
- `OTHER_ANTSIBULL_MODE=auto` — the default behavior described above
|
51
|
-
- `OTHER_ANTSIBULL_MODE=local` — install the
|
51
|
+
- `OTHER_ANTSIBULL_MODE=local` — install the projects from `../antsibull-docutils` and `../antsibull-fileutils`.
|
52
52
|
Fail if that path doesn't exist.
|
53
53
|
- `OTHER_ANTSIBULL_MODE=git` — install the projects from the Github main branch
|
54
54
|
- `OTHER_ANTSIBULL_MODE=pypi` — install the latest versions from PyPI
|
@@ -204,3 +204,52 @@ releases:
|
|
204
204
|
- 75-mypy-pylint-errors.yml
|
205
205
|
- 76-collection-per-ansible-core-version.yml
|
206
206
|
release_date: '2025-05-06'
|
207
|
+
0.5.0:
|
208
|
+
changes:
|
209
|
+
bugfixes:
|
210
|
+
- Fix action group test. No errors were reported due to a bug in the test
|
211
|
+
(https://github.com/ansible-community/antsibull-nox/pull/80).
|
212
|
+
minor_changes:
|
213
|
+
- Allow to pass environment variables as Ansible variables for integration
|
214
|
+
tests with the new ``ansible_vars_from_env_vars`` option for ``sessions.ansible_test_integration_w_default_container``
|
215
|
+
(https://github.com/ansible-community/antsibull-nox/pull/78).
|
216
|
+
release_summary: Feature and bugfix release.
|
217
|
+
fragments:
|
218
|
+
- 0.5.0.yml
|
219
|
+
- 78-env-vars-integration-tests.yml
|
220
|
+
- 80-action-groups.yml
|
221
|
+
release_date: '2025-05-18'
|
222
|
+
0.6.0:
|
223
|
+
changes:
|
224
|
+
bugfixes:
|
225
|
+
- Do not fail if an unexpected action group is found that only contains a
|
226
|
+
metadata entry (https://github.com/ansible-community/antsibull-nox/pull/81).
|
227
|
+
- Fix config file types for ``no_unwanted_files_skip_directories`` and ``no_unwanted_files_yaml_directories``
|
228
|
+
to what is documented; that is, do not allow ``None`` (https://github.com/ansible-community/antsibull-nox/pull/85).
|
229
|
+
- Ignore metadata entries in action groups (https://github.com/ansible-community/antsibull-nox/pull/81).
|
230
|
+
- The ``no_unwanted_files_skip_directories`` option for the ``no-unwanted-files``
|
231
|
+
was not used (https://github.com/ansible-community/antsibull-nox/pull/85).
|
232
|
+
minor_changes:
|
233
|
+
- Add new extra check ``no-trailing-whitespace`` (https://github.com/ansible-community/antsibull-nox/pull/85).
|
234
|
+
- Add new options to ``docs-check`` that allow to validate code blocks in
|
235
|
+
collection extra docs (https://github.com/ansible-community/antsibull-nox/pull/88).
|
236
|
+
- Support running ``ruff check --fix --select ...`` in the ``formatters``
|
237
|
+
session by setting ``run_ruff_autofix=true`` in the config (https://github.com/ansible-community/antsibull-nox/issues/70,
|
238
|
+
https://github.com/ansible-community/antsibull-nox/pull/82).
|
239
|
+
- Support running ``ruff check`` in the ``codeqa`` session by setting ``run_ruff_check=true``
|
240
|
+
in the config (https://github.com/ansible-community/antsibull-nox/issues/70,
|
241
|
+
https://github.com/ansible-community/antsibull-nox/pull/82).
|
242
|
+
- Support running ``ruff format`` in the ``formatters`` session by setting
|
243
|
+
``run_ruff_format=true`` in the config (https://github.com/ansible-community/antsibull-nox/issues/70,
|
244
|
+
https://github.com/ansible-community/antsibull-nox/pull/82).
|
245
|
+
- The ``yamllint`` test now also checks YAML and YAML+Jinja code blocks in
|
246
|
+
extra documentation (``.rst`` files in ``docs/docsite/rst/``) (https://github.com/ansible-community/antsibull-nox/pull/87).
|
247
|
+
release_summary: Bugfix and feature release.
|
248
|
+
fragments:
|
249
|
+
- 0.6.0.yml
|
250
|
+
- 81-action-group.yml
|
251
|
+
- 82-ruff.yml
|
252
|
+
- 85-no-trailing-whitespace.yml
|
253
|
+
- 87-yamllint-rst.yml
|
254
|
+
- 88-docs-check.yml
|
255
|
+
release_date: '2025-06-18'
|
@@ -1,34 +1,53 @@
|
|
1
1
|
# Antsibull Nox Helper Release Notes
|
2
2
|
|
3
|
-
|
4
|
-
|
5
|
-
|
6
|
-
|
7
|
-
|
8
|
-
|
9
|
-
|
10
|
-
|
11
|
-
|
12
|
-
|
13
|
-
|
14
|
-
|
15
|
-
|
16
|
-
|
17
|
-
|
18
|
-
|
19
|
-
|
20
|
-
|
21
|
-
|
22
|
-
|
23
|
-
|
24
|
-
|
25
|
-
|
26
|
-
|
3
|
+
<a id="v0-6-0"></a>
|
4
|
+
## v0\.6\.0
|
5
|
+
|
6
|
+
<a id="release-summary"></a>
|
7
|
+
### Release Summary
|
8
|
+
|
9
|
+
Bugfix and feature release\.
|
10
|
+
|
11
|
+
<a id="minor-changes"></a>
|
12
|
+
### Minor Changes
|
13
|
+
|
14
|
+
* Add new extra check <code>no\-trailing\-whitespace</code> \([https\://github\.com/ansible\-community/antsibull\-nox/pull/85](https\://github\.com/ansible\-community/antsibull\-nox/pull/85)\)\.
|
15
|
+
* Add new options to <code>docs\-check</code> that allow to validate code blocks in collection extra docs \([https\://github\.com/ansible\-community/antsibull\-nox/pull/88](https\://github\.com/ansible\-community/antsibull\-nox/pull/88)\)\.
|
16
|
+
* Support running <code>ruff check \-\-fix \-\-select \.\.\.</code> in the <code>formatters</code> session by setting <code>run\_ruff\_autofix\=true</code> in the config \([https\://github\.com/ansible\-community/antsibull\-nox/issues/70](https\://github\.com/ansible\-community/antsibull\-nox/issues/70)\, [https\://github\.com/ansible\-community/antsibull\-nox/pull/82](https\://github\.com/ansible\-community/antsibull\-nox/pull/82)\)\.
|
17
|
+
* Support running <code>ruff check</code> in the <code>codeqa</code> session by setting <code>run\_ruff\_check\=true</code> in the config \([https\://github\.com/ansible\-community/antsibull\-nox/issues/70](https\://github\.com/ansible\-community/antsibull\-nox/issues/70)\, [https\://github\.com/ansible\-community/antsibull\-nox/pull/82](https\://github\.com/ansible\-community/antsibull\-nox/pull/82)\)\.
|
18
|
+
* Support running <code>ruff format</code> in the <code>formatters</code> session by setting <code>run\_ruff\_format\=true</code> in the config \([https\://github\.com/ansible\-community/antsibull\-nox/issues/70](https\://github\.com/ansible\-community/antsibull\-nox/issues/70)\, [https\://github\.com/ansible\-community/antsibull\-nox/pull/82](https\://github\.com/ansible\-community/antsibull\-nox/pull/82)\)\.
|
19
|
+
* The <code>yamllint</code> test now also checks YAML and YAML\+Jinja code blocks in extra documentation \(<code>\.rst</code> files in <code>docs/docsite/rst/</code>\) \([https\://github\.com/ansible\-community/antsibull\-nox/pull/87](https\://github\.com/ansible\-community/antsibull\-nox/pull/87)\)\.
|
20
|
+
|
21
|
+
<a id="bugfixes"></a>
|
22
|
+
### Bugfixes
|
23
|
+
|
24
|
+
* Do not fail if an unexpected action group is found that only contains a metadata entry \([https\://github\.com/ansible\-community/antsibull\-nox/pull/81](https\://github\.com/ansible\-community/antsibull\-nox/pull/81)\)\.
|
25
|
+
* Fix config file types for <code>no\_unwanted\_files\_skip\_directories</code> and <code>no\_unwanted\_files\_yaml\_directories</code> to what is documented\; that is\, do not allow <code>None</code> \([https\://github\.com/ansible\-community/antsibull\-nox/pull/85](https\://github\.com/ansible\-community/antsibull\-nox/pull/85)\)\.
|
26
|
+
* Ignore metadata entries in action groups \([https\://github\.com/ansible\-community/antsibull\-nox/pull/81](https\://github\.com/ansible\-community/antsibull\-nox/pull/81)\)\.
|
27
|
+
* The <code>no\_unwanted\_files\_skip\_directories</code> option for the <code>no\-unwanted\-files</code> was not used \([https\://github\.com/ansible\-community/antsibull\-nox/pull/85](https\://github\.com/ansible\-community/antsibull\-nox/pull/85)\)\.
|
28
|
+
|
29
|
+
<a id="v0-5-0"></a>
|
30
|
+
## v0\.5\.0
|
31
|
+
|
32
|
+
<a id="release-summary-1"></a>
|
33
|
+
### Release Summary
|
34
|
+
|
35
|
+
Feature and bugfix release\.
|
36
|
+
|
37
|
+
<a id="minor-changes-1"></a>
|
38
|
+
### Minor Changes
|
39
|
+
|
40
|
+
* Allow to pass environment variables as Ansible variables for integration tests with the new <code>ansible\_vars\_from\_env\_vars</code> option for <code>sessions\.ansible\_test\_integration\_w\_default\_container</code> \([https\://github\.com/ansible\-community/antsibull\-nox/pull/78](https\://github\.com/ansible\-community/antsibull\-nox/pull/78)\)\.
|
41
|
+
|
42
|
+
<a id="bugfixes-1"></a>
|
43
|
+
### Bugfixes
|
44
|
+
|
45
|
+
* Fix action group test\. No errors were reported due to a bug in the test \([https\://github\.com/ansible\-community/antsibull\-nox/pull/80](https\://github\.com/ansible\-community/antsibull\-nox/pull/80)\)\.
|
27
46
|
|
28
47
|
<a id="v0-4-0"></a>
|
29
48
|
## v0\.4\.0
|
30
49
|
|
31
|
-
<a id="release-summary"></a>
|
50
|
+
<a id="release-summary-2"></a>
|
32
51
|
### Release Summary
|
33
52
|
|
34
53
|
Feature and bugfix release\.
|
@@ -38,7 +57,7 @@ Feature and bugfix release\.
|
|
38
57
|
|
39
58
|
* Required collections can now be installed from different sources per depending on the ansible\-core version \([https\://github\.com/ansible\-community/antsibull\-nox/pull/76](https\://github\.com/ansible\-community/antsibull\-nox/pull/76)\)\.
|
40
59
|
|
41
|
-
<a id="minor-changes"></a>
|
60
|
+
<a id="minor-changes-2"></a>
|
42
61
|
### Minor Changes
|
43
62
|
|
44
63
|
* Capture mypy and pylint errors to report paths of files relative to collection\'s root\, instead of relative to the virtual <code>ansible\_collections</code> directory \([https\://github\.com/ansible\-community/antsibull\-nox/pull/75](https\://github\.com/ansible\-community/antsibull\-nox/pull/75)\)\.
|
@@ -47,7 +66,7 @@ Feature and bugfix release\.
|
|
47
66
|
* The yamllint session now ignores <code>RETURN</code> documentation with values <code>\#</code> and \`\` \# \`\` \([https\://github\.com/ansible\-community/antsibull\-nox/pull/71](https\://github\.com/ansible\-community/antsibull\-nox/pull/71)\)\.
|
48
67
|
* The yamllint test no longer shows all filenames in the command line \([https\://github\.com/ansible\-community/antsibull\-nox/pull/72](https\://github\.com/ansible\-community/antsibull\-nox/pull/72)\)\.
|
49
68
|
|
50
|
-
<a id="bugfixes"></a>
|
69
|
+
<a id="bugfixes-2"></a>
|
51
70
|
### Bugfixes
|
52
71
|
|
53
72
|
* Adjust yamllint test to no longer use the user\'s global config\, but only the project\'s config \([https\://github\.com/ansible\-community/antsibull\-nox/pull/72](https\://github\.com/ansible\-community/antsibull\-nox/pull/72)\)\.
|
@@ -55,7 +74,7 @@ Feature and bugfix release\.
|
|
55
74
|
<a id="v0-3-0"></a>
|
56
75
|
## v0\.3\.0
|
57
76
|
|
58
|
-
<a id="release-summary-
|
77
|
+
<a id="release-summary-3"></a>
|
59
78
|
### Release Summary
|
60
79
|
|
61
80
|
Feature release that is stabilizing the API\.
|
@@ -63,7 +82,7 @@ Feature release that is stabilizing the API\.
|
|
63
82
|
All noxfiles and configs using this version should still work with antsibull\-nox 1\.0\.0\,
|
64
83
|
unless a critical problem is found that cannot be solved in any other way\.
|
65
84
|
|
66
|
-
<a id="minor-changes-
|
85
|
+
<a id="minor-changes-3"></a>
|
67
86
|
### Minor Changes
|
68
87
|
|
69
88
|
* Add <code>antsibull\-nox init</code> command that creates a <code>noxfile\.py</code> and <code>antsibull\-nox\.tomll</code> to get started \([https\://github\.com/ansible\-community/antsibull\-nox/pull/58](https\://github\.com/ansible\-community/antsibull\-nox/pull/58)\)\.
|
@@ -82,7 +101,7 @@ unless a critical problem is found that cannot be solved in any other way\.
|
|
82
101
|
|
83
102
|
* Removed all deprecated functions from <code>antsibull\_nox\.\*\*</code> that generate sessions\. The only functions left that are public API are <code>antsibull\_nox\.load\_antsibull\_nox\_toml\(\)</code>\, <code>antsibull\_nox\.add\_ansible\_test\_session\(\)</code>\, and <code>antsibull\_nox\.sessions\.prepare\_collections\(\)</code> \([https\://github\.com/ansible\-community/antsibull\-nox/pull/54](https\://github\.com/ansible\-community/antsibull\-nox/pull/54)\)\.
|
84
103
|
|
85
|
-
<a id="bugfixes-
|
104
|
+
<a id="bugfixes-3"></a>
|
86
105
|
### Bugfixes
|
87
106
|
|
88
107
|
* Action groups extra test no longer fails if <code>action\_groups</code> does not exist in <code>meta/runtime\.yml</code>\. It can now be used to ensure that there is no action group present in <code>meta/runtime\.yml</code> \([https\://github\.com/ansible\-community/antsibull\-nox/pull/60](https\://github\.com/ansible\-community/antsibull\-nox/pull/60)\)\.
|
@@ -93,7 +112,7 @@ unless a critical problem is found that cannot be solved in any other way\.
|
|
93
112
|
<a id="v0-2-0"></a>
|
94
113
|
## v0\.2\.0
|
95
114
|
|
96
|
-
<a id="release-summary-
|
115
|
+
<a id="release-summary-4"></a>
|
97
116
|
### Release Summary
|
98
117
|
|
99
118
|
Major extension and overhaul with many breaking changes\. The next minor release is expected to bring more stabilization\.
|
@@ -103,7 +122,7 @@ Major extension and overhaul with many breaking changes\. The next minor release
|
|
103
122
|
|
104
123
|
* There is now a new function <code>antsibull\_nox\.load\_antsibull\_nox\_toml\(\)</code> which loads <code>antsibull\-nox\.toml</code> and creates configuration and sessions from it\. Calling other functionality from <code>antsibull\_nox</code> in <code>noxfile\.py</code> is only necessary for creating own specialized sessions\, or ansible\-test sessions that cannot be created with the <code>antsibull\_nox\.add\_all\_ansible\_test\_\*\_test\_sessions\*\(\)</code> type functions \([https\://github\.com/ansible\-community/antsibull\-nox/pull/50](https\://github\.com/ansible\-community/antsibull\-nox/pull/50)\, [https\://github\.com/ansible\-community/antsibull\-nox/issues/34](https\://github\.com/ansible\-community/antsibull\-nox/issues/34)\)\.
|
105
124
|
|
106
|
-
<a id="minor-changes-
|
125
|
+
<a id="minor-changes-4"></a>
|
107
126
|
### Minor Changes
|
108
127
|
|
109
128
|
* Add descriptions to generated sessions that are shown when running <code>nox \-\-list</code> \([https\://github\.com/ansible\-community/antsibull\-nox/pull/31](https\://github\.com/ansible\-community/antsibull\-nox/pull/31)\)\.
|
@@ -129,12 +148,12 @@ Major extension and overhaul with many breaking changes\. The next minor release
|
|
129
148
|
<a id="v0-1-0"></a>
|
130
149
|
## v0\.1\.0
|
131
150
|
|
132
|
-
<a id="release-summary-
|
151
|
+
<a id="release-summary-5"></a>
|
133
152
|
### Release Summary
|
134
153
|
|
135
154
|
Feature release\.
|
136
155
|
|
137
|
-
<a id="minor-changes-
|
156
|
+
<a id="minor-changes-5"></a>
|
138
157
|
### Minor Changes
|
139
158
|
|
140
159
|
* A <code>build\-import\-check</code> session that builds and tries to import the collection with Galaxy Importer can be added with <code>add\_build\_import\_check\(\)</code> \([https\://github\.com/ansible\-community/antsibull\-nox/issues/15](https\://github\.com/ansible\-community/antsibull\-nox/issues/15)\, [https\://github\.com/ansible\-community/antsibull\-nox/pull/17](https\://github\.com/ansible\-community/antsibull\-nox/pull/17)\)\.
|
@@ -153,7 +172,7 @@ Feature release\.
|
|
153
172
|
|
154
173
|
* The nox workflow now by default runs all sessions\, unless restricted with the <code>sessions</code> parameter \([https\://github\.com/ansible\-community/antsibull\-nox/pull/14](https\://github\.com/ansible\-community/antsibull\-nox/pull/14)\)\.
|
155
174
|
|
156
|
-
<a id="bugfixes-
|
175
|
+
<a id="bugfixes-4"></a>
|
157
176
|
### Bugfixes
|
158
177
|
|
159
178
|
* Make sure that black in CI checks formatting instead of just reformatting \([https\://github\.com/ansible\-community/antsibull\-nox/pull/14](https\://github\.com/ansible\-community/antsibull\-nox/pull/14)\)\.
|
@@ -161,7 +180,7 @@ Feature release\.
|
|
161
180
|
<a id="v0-0-1"></a>
|
162
181
|
## v0\.0\.1
|
163
182
|
|
164
|
-
<a id="release-summary-
|
183
|
+
<a id="release-summary-6"></a>
|
165
184
|
### Release Summary
|
166
185
|
|
167
186
|
Initial alpha release\.
|