Skip to content

Releases: cbdq-io/testinfra-bdd

3.1.0

24 Aug 07:37
62e24d8
Compare
Choose a tag to compare

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
      ...
  • 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
      ...
  • 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
      ...

3.0.5

16 Apr 18:55
d3bdf3e
Compare
Choose a tag to compare

Changelog

3.0.5

Fix

  • Correct bad release. [Ben Dalling]

  • Correct version extraction after Python package updates. [Ben Dalling]

v3.0.4

10 Mar 10:43
28cd121
Compare
Choose a tag to compare

Changelog

3.0.4

Fix

  • Fix release. [Ben Dalling]

v3.0.3

10 Mar 10:22
e197580
Compare
Choose a tag to compare

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
      ...

v3.0.2

16 Nov 08:17
82dffbc
Compare
Choose a tag to compare

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
      ...
  • 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
      ...
  • 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
      ...

v3.0.0

06 Sep 12:39
99862f2
Compare
Choose a tag to compare

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
      ...

v2.2.6

12 Jun 14:30
63b8541
Compare
Choose a tag to compare

Changelog

2.2.6

Fix

  • Pytest-testinfra 8.* is available. [Ben Dalling]

v2.2.5

26 Feb 09:55
Compare
Choose a tag to compare

Changelog

2.2.5

Fix

  • Migrate from League of Crafty Programmers to Cloud Based DQ. [Ben Dalling]

v2.2.4

31 Dec 13:20
Compare
Choose a tag to compare

Changelog

2.2.4

New

  • Successfully tested compliance against pytest-testinfra 7. [Ben Dalling]

Fix

Other

  • Add CodeQL workflow for GitHub code scanning. [LGTM Migrator]

v2.2.3

11 Nov 21:58
Compare
Choose a tag to compare

Changelog

2.2.3

Fix

  • Refactor "When" steps after update to pytest-bdd. [Ben Dalling]