diff --git a/ansible-lint-6.14.5.tar.gz b/ansible-lint-6.14.5.tar.gz deleted file mode 100644 index 72fdf54..0000000 --- a/ansible-lint-6.14.5.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:92fe38d463f53260669706164aa32b4d7ca3a6de6939a6b8394dc67bfa8ae452 -size 410972 diff --git a/ansible-lint-6.15.0.tar.gz b/ansible-lint-6.15.0.tar.gz new file mode 100644 index 0000000..038d3cb --- /dev/null +++ b/ansible-lint-6.15.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f9317b85c6e288f012757f69f670c08a301dfd3774d5463615746c823226148a +size 414232 diff --git a/ansible-lint.changes b/ansible-lint.changes index b148ea0..992b64d 100644 --- a/ansible-lint.changes +++ b/ansible-lint.changes @@ -1,3 +1,37 @@ +------------------------------------------------------------------- +Fri Apr 21 12:54:36 UTC 2023 - Johannes Kastl + +- update to 6.15.0: + * Minor Changes + - Add ability to auto-fix fcqn rule violations (#3316) + @MarkusTeufelberger + - Document how to avoid vault related errors (#3313) @ssbarnea + - Require at least one known subfolder for roles (#3303) + @ssbarnea + * Bugfixes + - Ensure that JSON output does not contain newlines (#3315) + @ssbarnea + - Improve description of task names (#3314) @ssbarnea + - Fix config path detection logic (#3312) @ssbarnea + - Improve tests related to vault processing (#3306) @ssbarnea + - Avoid running args rule if we encounter a windows module + (#3305) @ajinkyau + - Ensure non zero exit code when no files are linted (#3302) + @ssbarnea + - Refactor exit codes to use an enum (#3300) @ssbarnea + - Ensure profile rules do not have experimental or opt-in tag + (#3299) @ssbarnea + - Change logging to use rich output (#3297) @ssbarnea + - Refactor project root directory detection code (#3295) + @ssbarnea + - Remove flake8 and pyupgrade (#3292) @ssbarnea + - Extend ruff checks (#3291) @ssbarnea + - Send GHA annotations to stderr (#3288) @ssbarnea + - Fix Schema validation for variables in tasks/vars directory + (#3289) @ajinkyau + - Recognize ansible collections installed at system level + (#3286) @ssbarnea + ------------------------------------------------------------------- Fri Apr 21 11:53:19 UTC 2023 - pgajdos@suse.com @@ -5,6 +39,34 @@ Fri Apr 21 11:53:19 UTC 2023 - pgajdos@suse.com (dependency removed in ead51323d85be09d5a96a4a5b328f404aaac6a8e) https://trello.com/c/MO53MocR/143-remove-python3-six +------------------------------------------------------------------- +Thu Apr 13 10:15:21 UTC 2023 - Johannes Kastl + +- update to 6.14.6: + * Bugfixes + - Update schema to add some of the missing rules (#3274) + @shatakshiiii + - Use temporary playbooks to check role syntax (#3280) + @ssbarnea + - Enable ruff linter (#3276) @ssbarnea + - Use fqcn[canonical] in place of fqcn[action-redirect] (#3273) + @shatakshiiii + - Refactor tests (#3271) @ssbarnea + - Refactor no-relative-paths tests (#3270) @ssbarnea + - Minor fixes for no-handler rule (#3269) @ssbarnea + - name[casing]: Add transform to automatically fix this during + --write (#3268) @ssbarnea + - Remove meta-no-info rule due to being covered by schema[meta] + (#3267) @ssbarnea + - Ignore unknown sections under changes key on changelogs + (#3262) @ssbarnea + - Add current FreeBSD and OpenBSD versions (#3260) @rkrieger + - Ensure playbook path is absolute (#3250) @ssbarnea + - Updated 'kind' message if file kind is unknown (#3247) + @ajinkyau + - Rename arg-spec schema file to clarify it applies to roles + only (#3243) @ssbarnea + ------------------------------------------------------------------- Thu Apr 13 06:52:50 UTC 2023 - Johannes Kastl diff --git a/ansible-lint.spec b/ansible-lint.spec index 48b284c..3eaf1d7 100644 --- a/ansible-lint.spec +++ b/ansible-lint.spec @@ -31,7 +31,7 @@ %global lib_name ansiblelint %{?python_enable_dependency_generator} Name: ansible-lint -Version: 6.14.5 +Version: 6.15.0 Release: 0%{?dist} Summary: Best practices checker for Ansible License: MIT