forked from pool/ansible-lint
Accepting request 1005879 from home:ojkastl_buildservice:Branch_systemsmanagement_ansible
update to 6.6.0 OBS-URL: https://build.opensuse.org/request/show/1005879 OBS-URL: https://build.opensuse.org/package/show/systemsmanagement:ansible/ansible-lint?expand=0&rev=4
This commit is contained in:
parent
9c950943ca
commit
c995b95c60
2
_service
2
_service
@ -3,7 +3,7 @@
|
|||||||
<param name="url">https://github.com/ansible-community/ansible-lint</param>
|
<param name="url">https://github.com/ansible-community/ansible-lint</param>
|
||||||
<param name="scm">git</param>
|
<param name="scm">git</param>
|
||||||
<param name="exclude">.git</param>
|
<param name="exclude">.git</param>
|
||||||
<param name="revision">v6.5.2</param>
|
<param name="revision">v6.6.0</param>
|
||||||
<param name="versionformat">@PARENT_TAG@</param>
|
<param name="versionformat">@PARENT_TAG@</param>
|
||||||
<param name="changesgenerate">disable</param>
|
<param name="changesgenerate">disable</param>
|
||||||
<param name="match-tag">v*</param>
|
<param name="match-tag">v*</param>
|
||||||
|
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:52b6bfe8443c1f1484c6eca227f6f7c33a0f75c38356ec471087868f8084c801
|
|
||||||
size 249824
|
|
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:74550e62ea43e43bafc437b6fc9d774d89f2b1b17ea2572a40f0144badc3ce1e
|
|
||||||
size 253467
|
|
3
ansible-lint-v6.6.0.tar.gz
Normal file
3
ansible-lint-v6.6.0.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:6f55c0605605887383335198bcfb26f005aa7d857d68518ff10441cf9cb7c3af
|
||||||
|
size 277330
|
@ -1,3 +1,44 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Sun Sep 25 11:44:27 UTC 2022 - Johannes Kastl <kastl@b1-systems.de>
|
||||||
|
|
||||||
|
- update to 6.6.0:
|
||||||
|
* Minor Changes
|
||||||
|
- Replace no-jinja-nesting with jinja[invalid] (#2436) @ssbarnea
|
||||||
|
- Create template_instead_of_copy.py (#2346) @GhostLyrics
|
||||||
|
- Add rule to verify that galaxy.yml collection version is present and >= 1.0.0 (#2383) @KB-perByte
|
||||||
|
* Bugfixes
|
||||||
|
- Mark galaxy rule as required only for shared profile (#2441) @ssbarnea
|
||||||
|
- Improve noqa comment detection (#2440) @ssbarnea
|
||||||
|
- Update schemas (#2439) @ssbarnea
|
||||||
|
- Fix bug parsing inline skips with tags: (#2438) @ssbarnea
|
||||||
|
- Fix bug in skip_list parsing with lists of integers (#2437) @ssbarnea
|
||||||
|
- Update meta schema to require standalone property (#2435) @ssbarnea
|
||||||
|
- Fix identification of inline noqa skips (#2300) @ssbarnea
|
||||||
|
- Docs: no handler rule (#2406) @oraNod
|
||||||
|
- Docs: updates to schema rule (#2431) @oraNod
|
||||||
|
- Make links to rule docs relative (#2432) @ssbarnea
|
||||||
|
- Fix include load in blocks (#2398) @kostyaplis
|
||||||
|
- Docs: Update the fqcn builtin rule docs for legacy shell (#2430) @oraNod
|
||||||
|
- Docs: literal compare rule (#2415) @oraNod
|
||||||
|
- Docs: inline env var rule (#2414) @oraNod
|
||||||
|
- docs: exclude_list => exclude_paths (#2428) @ltalirz
|
||||||
|
- Document metadata rules (#2416) @oraNod
|
||||||
|
- Clean-up documentation theme (#2425) @ssbarnea
|
||||||
|
- Change ansible-lint logo to bracket-dot from codicons (#2424) @ssbarnea
|
||||||
|
- Docs: empty string compare rule (#2400) @oraNod
|
||||||
|
- Docs: ignore errors rule (#2413) @oraNod
|
||||||
|
- no-changed-when: add documentation (#2417) @oraNod
|
||||||
|
- Docs: Minor edits to rule docs (#2418) @oraNod
|
||||||
|
- schema: add documentation (#2421) @ssbarnea
|
||||||
|
- fqcn-builtins: add documentation (#2412) @oraNod
|
||||||
|
- no-log-password: add documentation (#2409) @oraNod
|
||||||
|
- Update schemas (#2411) @ssbarnea
|
||||||
|
- no-jinja-when: add documentation (#2408) @oraNod
|
||||||
|
- Update schemas (#2410) @ssbarnea
|
||||||
|
- Suspend git output in progressive mode (#2369) @kostyaplis
|
||||||
|
- Do not parse excluded files (#2395) @sathieu
|
||||||
|
- docs: replace wrong occurrences of ignore_list with skip_list in rules (#2388) @karras
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed Sep 7 13:22:09 UTC 2022 - Johannes Kastl <kastl@b1-systems.de>
|
Wed Sep 7 13:22:09 UTC 2022 - Johannes Kastl <kastl@b1-systems.de>
|
||||||
|
|
||||||
|
@ -20,7 +20,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.5.2
|
Version: 6.6.0
|
||||||
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