From 75cb411e6100e2450164643d7184e55704f178f02b4c024af7cafcac5802967d Mon Sep 17 00:00:00 2001 From: Johannes Kastl Date: Mon, 6 Feb 2023 17:34:38 +0000 Subject: [PATCH] Accepting request 1063488 from home:ojkastl_buildservice:Branch_systemsmanagement_ansible - update to 6.12.1: * Bugfixes - Make no-jinja-when also detect list conditions (#2975) @ssbarnea - Fix exception related to include_tasks (#2974) @ssbarnea - Allow noqa comments without colons (#2971) @ssbarnea - update to 6.12.0: * Minor Changes - Extend fqcn rule to complain on `collections` keyword (#2825) @jcgruenhage - Determine if passed arguments are playbooks or not (#2912) @ssbarnea * Bugfixes - Avoid caching on role_name regex (#2876) (#2876) @DanInProgress - Change the way rules are listed from command line (#2940 (#2940) @ssbarnea - Added example for skip list on command line (#2964) (#2964) @ajinkyau - Do not install collection locally in offline mode (#2926) (#2926) @jensrudolf - Improved coverage for empty string compare and galaxy rules (#2963) @ajinkyau - Add support for Ansible 2.15 (#2960 (#2960) @ssbarnea - Rename warning[raw-non-string] to no-free-form[raw-non-string] (#2956) @ssbarnea - Correct run-once rule identifier and related examples (#2952) @ajinkyau - Fix typo in doc site name (#2954) @utoddl - Replace sphinx with mkdocs (#2942) @ssbarnea - Remove rich markdown header override (#2938) @ssbarnea - Fixing OpenWrt name; Adding OpenWrt 22.03 (#2928) @sscheib - Ignore args rule finding if value for choice has jinja template (#2929) @klaus-tux - Allow warnings to be skipped (#2925) @ssbarnea - Fix spacing in option help strings (#2920) @thomwiggers - Allow dumping of SARIF files (#2921) @ssbarnea - Change treatment of files that fail to load structured data (#2919) @ssbarnea - Fix github archives metadata (#2914) @ssbarnea - Fix print leak with meta-unsupported-ansible (#2913) @ssbarnea OBS-URL: https://build.opensuse.org/request/show/1063488 OBS-URL: https://build.opensuse.org/package/show/systemsmanagement:ansible/ansible-lint?expand=0&rev=22 --- ansible-lint-6.11.0.tar.gz | 3 --- ansible-lint-6.12.1.tar.gz | 3 +++ ansible-lint.changes | 37 +++++++++++++++++++++++++++++++++++++ ansible-lint.spec | 2 +- 4 files changed, 41 insertions(+), 4 deletions(-) delete mode 100644 ansible-lint-6.11.0.tar.gz create mode 100644 ansible-lint-6.12.1.tar.gz diff --git a/ansible-lint-6.11.0.tar.gz b/ansible-lint-6.11.0.tar.gz deleted file mode 100644 index f01fd8c..0000000 --- a/ansible-lint-6.11.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:1835500b20c18dfc7160dadebc06aa24aa407fabbbebc15dcf0384a5cecc211c -size 399356 diff --git a/ansible-lint-6.12.1.tar.gz b/ansible-lint-6.12.1.tar.gz new file mode 100644 index 0000000..93feb02 --- /dev/null +++ b/ansible-lint-6.12.1.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:47ab31f9f150819ed61517835012d030710ea73d806d1adda7ff024e90e2a6a2 +size 419451 diff --git a/ansible-lint.changes b/ansible-lint.changes index 2c2c840..21f2747 100644 --- a/ansible-lint.changes +++ b/ansible-lint.changes @@ -1,3 +1,40 @@ +------------------------------------------------------------------- +Sat Feb 4 12:29:03 UTC 2023 - Johannes Kastl + +- update to 6.12.1: + * Bugfixes + - Make no-jinja-when also detect list conditions (#2975) @ssbarnea + - Fix exception related to include_tasks (#2974) @ssbarnea + - Allow noqa comments without colons (#2971) @ssbarnea + +------------------------------------------------------------------- +Thu Feb 2 07:10:20 UTC 2023 - Johannes Kastl + +- update to 6.12.0: + * Minor Changes + - Extend fqcn rule to complain on `collections` keyword (#2825) @jcgruenhage + - Determine if passed arguments are playbooks or not (#2912) @ssbarnea + * Bugfixes + - Avoid caching on role_name regex (#2876) (#2876) @DanInProgress + - Change the way rules are listed from command line (#2940 (#2940) @ssbarnea + - Added example for skip list on command line (#2964) (#2964) @ajinkyau + - Do not install collection locally in offline mode (#2926) (#2926) @jensrudolf + - Improved coverage for empty string compare and galaxy rules (#2963) @ajinkyau + - Add support for Ansible 2.15 (#2960 (#2960) @ssbarnea + - Rename warning[raw-non-string] to no-free-form[raw-non-string] (#2956) @ssbarnea + - Correct run-once rule identifier and related examples (#2952) @ajinkyau + - Fix typo in doc site name (#2954) @utoddl + - Replace sphinx with mkdocs (#2942) @ssbarnea + - Remove rich markdown header override (#2938) @ssbarnea + - Fixing OpenWrt name; Adding OpenWrt 22.03 (#2928) @sscheib + - Ignore args rule finding if value for choice has jinja template (#2929) @klaus-tux + - Allow warnings to be skipped (#2925) @ssbarnea + - Fix spacing in option help strings (#2920) @thomwiggers + - Allow dumping of SARIF files (#2921) @ssbarnea + - Change treatment of files that fail to load structured data (#2919) @ssbarnea + - Fix github archives metadata (#2914) @ssbarnea + - Fix print leak with meta-unsupported-ansible (#2913) @ssbarnea + ------------------------------------------------------------------- Fri Jan 20 10:04:42 UTC 2023 - Johannes Kastl diff --git a/ansible-lint.spec b/ansible-lint.spec index 177e5a5..233b203 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.11.0 +Version: 6.12.1 Release: 0%{?dist} Summary: Best practices checker for Ansible License: MIT