forked from pool/ansible-lint
Accepting request 1005884 from home:ojkastl_buildservice:Branch_systemsmanagement_ansible
update to 6.7.0 OBS-URL: https://build.opensuse.org/request/show/1005884 OBS-URL: https://build.opensuse.org/package/show/systemsmanagement:ansible/ansible-lint?expand=0&rev=5
This commit is contained in:
parent
c995b95c60
commit
4c9a3688d1
2
_service
2
_service
@ -3,7 +3,7 @@
|
||||
<param name="url">https://github.com/ansible-community/ansible-lint</param>
|
||||
<param name="scm">git</param>
|
||||
<param name="exclude">.git</param>
|
||||
<param name="revision">v6.6.0</param>
|
||||
<param name="revision">v6.7.0</param>
|
||||
<param name="versionformat">@PARENT_TAG@</param>
|
||||
<param name="changesgenerate">disable</param>
|
||||
<param name="match-tag">v*</param>
|
||||
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:6f55c0605605887383335198bcfb26f005aa7d857d68518ff10441cf9cb7c3af
|
||||
size 277330
|
3
ansible-lint-v6.7.0.tar.gz
Normal file
3
ansible-lint-v6.7.0.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:3adf7cb941c6837e587c3a89b6477c4fc659ce588e707a318579df663ec04ec2
|
||||
size 281243
|
@ -1,3 +1,36 @@
|
||||
-------------------------------------------------------------------
|
||||
Sun Sep 25 12:28:22 UTC 2022 - Johannes Kastl <kastl@b1-systems.de>
|
||||
|
||||
- update to 6.7.0:
|
||||
* Minor Changes
|
||||
- name[template]: recommend to use templating as suffix on names (#2483) @vineethreddykaturu
|
||||
* Bugfixes
|
||||
- Refactor no-loop-var-prefix rule (#2470) @oraNod
|
||||
- key-order: now sorts block/rescue/always to the bottom (#2454) @ssbarnea
|
||||
- Ensure we do not return relative paths outside the project (#2492) @ssbarnea
|
||||
- fix: use ansible-compat to install collections (#2466) @mnaser
|
||||
- Change rich markdown theme/colors (#2486) @ssbarnea
|
||||
- schema: allow listen key on handlers (#2484) @ssbarnea
|
||||
- Ensure that symlinked arguments are resolved (#2476) @ssbarnea
|
||||
- Document No hosts matched the subscripted pattern (#2481) @ssbarnea
|
||||
- Use site.getuserbase() to detect ansible executable (#2477) @ssbarnea
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Sep 25 12:21:32 UTC 2022 - Johannes Kastl <kastl@b1-systems.de>
|
||||
|
||||
- update to 6.6.1:
|
||||
* Bugfixes
|
||||
- meta: allow empty meta schema files (#2472) @ssbarnea
|
||||
- schema: correct documentation (#2471) @ssbarnea
|
||||
- Fix jinja[invalid] false positive (#2465) @ssbarnea
|
||||
- Update schemas (#2467) @ssbarnea
|
||||
- Docs: yamllint rule (#2450) @oraNod
|
||||
- Refactor: remove obsolete odict class alias (#2452) @ssbarnea
|
||||
- Refactor some constants into specific module (#2451) @ssbarnea
|
||||
- Docs: no handler rule doc update (#2446) @oraNod
|
||||
- Fix bug with user action (#2448) @ssbarnea
|
||||
- api: enable matchtask() to return list[MatchError] (#2445) @ssbarnea
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Sep 25 11:44:27 UTC 2022 - Johannes Kastl <kastl@b1-systems.de>
|
||||
|
||||
|
@ -20,7 +20,7 @@
|
||||
%global lib_name ansiblelint
|
||||
%{?python_enable_dependency_generator}
|
||||
Name: ansible-lint
|
||||
Version: 6.6.0
|
||||
Version: 6.7.0
|
||||
Release: 0%{?dist}
|
||||
Summary: Best practices checker for Ansible
|
||||
License: MIT
|
||||
|
Loading…
Reference in New Issue
Block a user