Accepting request 1063491 from systemsmanagement:ansible
OBS-URL: https://build.opensuse.org/request/show/1063491 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/ansible-lint?expand=0&rev=17
This commit is contained in:
commit
77e870a166
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:1835500b20c18dfc7160dadebc06aa24aa407fabbbebc15dcf0384a5cecc211c
|
|
||||||
size 399356
|
|
3
ansible-lint-6.12.1.tar.gz
Normal file
3
ansible-lint-6.12.1.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:47ab31f9f150819ed61517835012d030710ea73d806d1adda7ff024e90e2a6a2
|
||||||
|
size 419451
|
@ -1,3 +1,40 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Sat Feb 4 12:29:03 UTC 2023 - Johannes Kastl <kastl@b1-systems.de>
|
||||||
|
|
||||||
|
- 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 <kastl@b1-systems.de>
|
||||||
|
|
||||||
|
- 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 <kastl@b1-systems.de>
|
Fri Jan 20 10:04:42 UTC 2023 - Johannes Kastl <kastl@b1-systems.de>
|
||||||
|
|
||||||
|
@ -31,7 +31,7 @@
|
|||||||
%global lib_name ansiblelint
|
%global lib_name ansiblelint
|
||||||
%{?python_enable_dependency_generator}
|
%{?python_enable_dependency_generator}
|
||||||
Name: ansible-lint
|
Name: ansible-lint
|
||||||
Version: 6.11.0
|
Version: 6.12.1
|
||||||
Release: 0%{?dist}
|
Release: 0%{?dist}
|
||||||
Summary: Best practices checker for Ansible
|
Summary: Best practices checker for Ansible
|
||||||
License: MIT
|
License: MIT
|
||||||
|
Loading…
Reference in New Issue
Block a user