Accepting request 1070546 from home:ojkastl_buildservice:Branch_systemsmanagement_ansible
update to 6.14.2 OBS-URL: https://build.opensuse.org/request/show/1070546 OBS-URL: https://build.opensuse.org/package/show/systemsmanagement:ansible/ansible-lint?expand=0&rev=27
This commit is contained in:
parent
217b61961f
commit
8ef6ccec03
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:07b3af008dea0a4dc46739743cb4e47c1244d665a99d5a307123defda23e087b
|
||||
size 408934
|
3
ansible-lint-6.14.2.tar.gz
Normal file
3
ansible-lint-6.14.2.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:60c80534f3ef0f2eef48701170855ae8a20ea45c3eae34a3c42cdfff95c763de
|
||||
size 409174
|
@ -1,3 +1,38 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Mar 9 18:26:17 UTC 2023 - Johannes Kastl <kastl@b1-systems.de>
|
||||
|
||||
- update to 6.14.2:
|
||||
* Bugfixes
|
||||
- Ignore risky-shell-pipe with pwsh (#3166) @ssbarnea
|
||||
- Implement galaxy[no-runtime] check for meta/runtime.yml file
|
||||
(#3162) @ssbarnea
|
||||
- Fixed args rule error for synchronize module (#3158)
|
||||
@ajinkyau
|
||||
- Avoid test ... require a dictionary error with jinja rule
|
||||
(#3157) @ssbarnea
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Mar 7 15:09:47 UTC 2023 - Johannes Kastl <kastl@b1-systems.de>
|
||||
|
||||
- update to 6.14.1:
|
||||
* Bugfixes
|
||||
- Avoid "unable to evaluate string as dictionary" with args
|
||||
rule (#3150) @ssbarnea
|
||||
- Avoid 'Unrecognized type' errors with jinja rule
|
||||
(#3149) @ssbarnea
|
||||
- Allow 'use' parameter with service module (args)
|
||||
(#3147) @ssbarnea
|
||||
- Change schema $id to be a valid URL (#3146) @ssbarnea
|
||||
- Document skip_ansible_lint does not work with yamllint rule
|
||||
(#3144) @ssbarnea
|
||||
- Update schema '$id' (#3137) @dericcrago
|
||||
- Ensure ignored matches are reports as minor in codeclimate
|
||||
output (#3131) @ssbarnea
|
||||
- Remove unused rules_as_docs (#3130) @ssbarnea
|
||||
- Remove deprecated nested_items (#3129) @ssbarnea
|
||||
- Avoid undefined errors from jinja rule (#3127) @ssbarnea
|
||||
- Refactor processing of module args (#3125) @ssbarnea
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Mar 3 13:08:56 UTC 2023 - Johannes Kastl <kastl@b1-systems.de>
|
||||
|
||||
|
@ -31,7 +31,7 @@
|
||||
%global lib_name ansiblelint
|
||||
%{?python_enable_dependency_generator}
|
||||
Name: ansible-lint
|
||||
Version: 6.14.0
|
||||
Version: 6.14.2
|
||||
Release: 0%{?dist}
|
||||
Summary: Best practices checker for Ansible
|
||||
License: MIT
|
||||
|
Loading…
Reference in New Issue
Block a user