Releases: cbdq-io/testinfra-bdd
3.1.0
3.1.0
New
- Add ability to check that Pip and system packages have been patched. [Ben Dalling]
Other
-
Build(deps): bump paambaati/codeclimate-action from 8.0.0 to 9.0.0. [dependabot[bot]]
Bumps paambaati/codeclimate-action from 8.0.0 to 9.0.0.
updated-dependencies:
- dependency-name: paambaati/codeclimate-action
dependency-type: direct:production
update-type: version-update:semver-major
...
- dependency-name: paambaati/codeclimate-action
-
Build(deps): bump pypa/gh-action-pypi-publish from 1.4.2 to 1.9.0. [dependabot[bot]]
Bumps pypa/gh-action-pypi-publish from 1.4.2 to 1.9.0.
updated-dependencies:
- dependency-name: pypa/gh-action-pypi-publish
dependency-type: direct:production
update-type: version-update:semver-minor
...
- dependency-name: pypa/gh-action-pypi-publish
-
Build(deps): bump urllib3 from 2.2.1 to 2.2.2. [dependabot[bot]]
Bumps urllib3 from 2.2.1 to 2.2.2.
updated-dependencies:
- dependency-name: urllib3
dependency-type: direct:production
...
- dependency-name: urllib3
3.0.5
v3.0.4
v3.0.3
Changelog
3.0.2
Fix
- Update licence. [Ben Dalling]
Other
-
Build(deps): bump gitpython from 3.1.37 to 3.1.41. [dependabot[bot]]
Bumps gitpython from 3.1.37 to 3.1.41.
updated-dependencies:
- dependency-name: gitpython
dependency-type: direct:production
...
- dependency-name: gitpython
v3.0.2
Changelog
3.0.2
Fix
- Correct expected version for release. [Ben Dalling]
3.0.1 (2023-11-16)
New
-
Test against pytest-testinfra 10. [Ben Dalling]
-
Test against pytest-bdd 8. [Ben Dalling]
Fix
- Resolve CWE-563. [Ben Dalling]
Other
-
Build(deps): bump urllib3 from 2.0.5 to 2.0.7. [dependabot[bot]]
Bumps urllib3 from 2.0.5 to 2.0.7.
updated-dependencies:
- dependency-name: urllib3
dependency-type: direct:production
...
- dependency-name: urllib3
-
Build(deps): bump gitpython from 3.1.34 to 3.1.35. [dependabot[bot]]
Bumps gitpython from 3.1.34 to 3.1.35.
updated-dependencies:
- dependency-name: gitpython
dependency-type: direct:production
...
- dependency-name: gitpython
-
Build(deps): bump urllib3 from 2.0.4 to 2.0.6. [dependabot[bot]]
Bumps urllib3 from 2.0.4 to 2.0.6.
updated-dependencies:
- dependency-name: urllib3
dependency-type: direct:production
...
- dependency-name: urllib3
v3.0.0
Changelog
3.0.0
New
-
Add File Executable Checks. [Ben Dalling]
-
Add group membership tests to user and group. [Ben Dalling]
Changes
-
Breaking changes to the DSL. [Ben Dalling]
-
TestInfra 9. [Ben Dalling]
-
Drop support for EOL Python versions (3.6, 3.7 and 3.8). [Ben Dalling]
Other
-
Build(deps): bump gitpython from 3.1.31 to 3.1.32. [dependabot[bot]]
Bumps gitpython from 3.1.31 to 3.1.32.
updated-dependencies:
- dependency-name: gitpython
dependency-type: direct:production
...
- dependency-name: gitpython
v2.2.6
v2.2.5
v2.2.4
Changelog
2.2.4
New
- Successfully tested compliance against pytest-testinfra 7. [Ben Dalling]
Fix
-
Requirements.txt to reduce vulnerabilities. [snyk-bot]
The following vulnerabilities are fixed by pinning transitive dependencies:
-
Correct issues identified by CodeQL. [Ben Dalling]
-
Requirements.txt to reduce vulnerabilities. [snyk-bot]
The following vulnerabilities are fixed by pinning transitive dependencies:
Other
- Add CodeQL workflow for GitHub code scanning. [LGTM Migrator]