Skip to content
This repository was archived by the owner on Dec 9, 2025. It is now read-only.

Releases: ansible/ansible-content-parser

1.0.7

29 Jan 15:08
9325982

Choose a tag to compare

This release fixes an issue found in publishing 1.0.6:

  • Release 1.0.6 failed to be pulished to pypi (#48)

1.0.6 (yanked)

29 Jan 15:01
2d4c1fc

Choose a tag to compare

This release is for temporarily fixing the compatibility issues with newer versions of ansible-lint:

  • Pin ansible-lint to 24.10.0 (#46)

1.0.5

10 Oct 14:26
eb705b4

Choose a tag to compare

1.0.5 is a minor release to update ansible-risk-insight and ansible-lint.

  • Update ARI and ansible-lint (#44)

1.0.4

26 Jul 10:15
2925a1e

Choose a tag to compare

1.0.4 is a minor release to update ansible-lint and pre-commit.

  • Removed fixed version specification for black and upgrade ansible-lint to 24.2.3 (#39)
  • Update pre-commit (#42)
  • pre-commit autoupdate (#43)

1.0.3

05 Feb 14:28
eb672af

Choose a tag to compare

Version 1.0.3 is a minor release to fix an error found in publishing 1.0.2:

  • Fix 1.0.2 release build error (#37)

1.0.2

30 Jan 20:54
961a579

Choose a tag to compare

Version 1.0.2 is a minor release to contain a new version of ansible-lint:

  • Update ansible-lint to 6.22.2 (#36)

1.0.1

11 Jan 19:14
fddb31a

Choose a tag to compare

Version 1.0.1 contains minor changes over 1.0.0:

  • Changed the file name of the training dataset file from ftdata.json to ftdata.jsonl (#34)
  • Specify ANSIBLE_LINT_NODEPS environment variable to 1 to reduce the number of ansible-lint rule violations (#34)
  • Suppress Autofix feature when syntax-check errors are found on the first execution of ansible-lint (#35)

1.0.0

05 Jan 15:06
1bb2ada

Choose a tag to compare

The first release of ansible-content-parser. Following updates were contained over the pre-release version 0.0.7:

  • Updated dependent libraries:
    • urllib3 2.0.7 (#27)
    • gitpython 3.1.37 (#28)
    • ansible-lint 6.22.1 (#32)
    • sage-scan 0.0.4 (#33)
  • Added the shorter option (-S) for --skip-ansible-lint (#29)
  • Include sage-scan in version outputs (#31)

0.0.7

26 Oct 23:38
c05800a

Choose a tag to compare

0.0.7 Pre-release
Pre-release
  • Fixed a bug in excluding files that contain lint violations from generating training dataset #23
  • Updated ansible-lint to version 6.20.3

0.0.6

06 Oct 12:22
7dbaec5

Choose a tag to compare

0.0.6 Pre-release
Pre-release

Version 0.0.6 includes:

  • README update #21
    • Installation procedure now includes steps to use Python venv
  • Added module property to training dataset (ftdata.json) #22