SHA256
1
0
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:
Johannes Kastl 2022-09-25 13:00:30 +00:00 committed by Git OBS Bridge
parent c995b95c60
commit 4c9a3688d1
5 changed files with 38 additions and 5 deletions

View File

@ -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>

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:6f55c0605605887383335198bcfb26f005aa7d857d68518ff10441cf9cb7c3af
size 277330

View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:3adf7cb941c6837e587c3a89b6477c4fc659ce588e707a318579df663ec04ec2
size 281243

View File

@ -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>

View File

@ -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