Accepting request 1130000 from systemsmanagement:ansible
OBS-URL: https://build.opensuse.org/request/show/1130000 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/ansible-lint?expand=0&rev=39
This commit is contained in:
commit
9ec591141f
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:8d63482c83c46eb3d869738a9fd12448604cecd225deb3960c77791be44f917d
|
|
||||||
size 452736
|
|
3
ansible-lint-6.22.1.tar.gz
Normal file
3
ansible-lint-6.22.1.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:ca02856d9b30900cfa604f1bb019432f73cca7252a674f4346b36b40e1b15ec4
|
||||||
|
size 454780
|
@ -1,3 +1,32 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Nov 30 09:36:42 UTC 2023 - Johannes Kastl <kastl@b1-systems.de>
|
||||||
|
|
||||||
|
- update to 6.22.1:
|
||||||
|
* Bugfixes
|
||||||
|
- Look for ansible binary in the same path as we are (#3903)
|
||||||
|
@FliegenKLATSCH
|
||||||
|
- Avoid stacktrace with broken ansible.cfg files (#3916)
|
||||||
|
@ssbarnea
|
||||||
|
- Avoid jinja[invalid] with ansible.builtin.mandatory filter
|
||||||
|
(#3917) @ssbarnea
|
||||||
|
- Remove support for deprecated include (#3722) @ssbarnea
|
||||||
|
- Fix use of versioned github action (#3762) @karl-johan-grahn
|
||||||
|
- Fix few URLs in README.md (#3915) @ssbarnea
|
||||||
|
- Correct some usage examples for package_latest (#3914)
|
||||||
|
@pablomh
|
||||||
|
- Add option to allow running with missing plugins and
|
||||||
|
collection dependencies (#3913) @ssbarnea
|
||||||
|
- Avoid warnings from loading of deprecated modules (#3715)
|
||||||
|
@ssbarnea
|
||||||
|
- Log ignored exception details to debug log (#3900) @bluecmd
|
||||||
|
- GitHub Action: properly respect the working_directory
|
||||||
|
argument (#3905) @ptoscano
|
||||||
|
- Allow to set max_fail_percentage as templated integer (#3901)
|
||||||
|
@rebtoor
|
||||||
|
- Fix setuptools-scm versioning (#3887) @ssbarnea
|
||||||
|
- Add Fedora 39 to meta.json (#3893) @jsf9k
|
||||||
|
- Use python 3.10 as primary version target (#3886) @ssbarnea
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Nov 7 11:31:10 UTC 2023 - Johannes Kastl <kastl@b1-systems.de>
|
Tue Nov 7 11:31:10 UTC 2023 - Johannes Kastl <kastl@b1-systems.de>
|
||||||
|
|
||||||
|
@ -40,7 +40,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.22.0
|
Version: 6.22.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