Accepting request 1174994 from systemsmanagement:ansible
OBS-URL: https://build.opensuse.org/request/show/1174994 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/ansible-lint?expand=0&rev=45
This commit is contained in:
commit
2481524c5b
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:b934f8de0431c78f73c206ba17b1f47771be4f95fa2fc41204256eece5bf4e6c
|
||||
size 460489
|
3
ansible-lint-24.5.0.tar.gz
Normal file
3
ansible-lint-24.5.0.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:ed6640c57c4ef26f240c406513681289857dd48ca4d6af4fcb4914996842126d
|
||||
size 470246
|
@ -1,3 +1,34 @@
|
||||
-------------------------------------------------------------------
|
||||
Sat May 18 08:43:45 UTC 2024 - Johannes Kastl <opensuse_buildservice@ojkastl.de>
|
||||
|
||||
- update to 24.5.0:
|
||||
* Enhancements
|
||||
- Add subdirectories to be part of the task prefix (#4143)
|
||||
@cavcrosby
|
||||
- Prevent execution with incompatible yamllint configuration
|
||||
(#4139) @ssbarnea
|
||||
- Continue linting other files when one has syntax-check errors
|
||||
(#4133) @ssbarnea
|
||||
* Bugfixes
|
||||
- Make linter aware of its own requirements (#4159) @ssbarnea
|
||||
- Allow running with incompatible yamllint config (#4158)
|
||||
@ssbarnea
|
||||
- Avoid key exception during transform (#4156) @ssbarnea
|
||||
- Raise name[casing] violation for notify task param (#4149)
|
||||
@cavcrosby
|
||||
- Allow tabs in win_lineinfile (#4147) @ssbarnea
|
||||
- Improve feedback for fix, avoid a traceback with transform
|
||||
(#4148) @cidrblock
|
||||
- Allow tabs inside jinja strings (#4146) @ssbarnea
|
||||
- Avoid reformatting hexadecimal integers (#4145) @ssbarnea
|
||||
- Make import_playbook recognize playbooks from within
|
||||
collections (#4141) @ssbarnea
|
||||
- Document valid locations for requirements.yml in the docs
|
||||
(#4134) @shatakshiiii
|
||||
- Recognize adjacent plugins (#4131) @ssbarnea
|
||||
- Support examples for role entrypoints (#4019) @felixfontein
|
||||
- Add lower requirements and testing (#4130) @ssbarnea
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Apr 30 11:35:52 UTC 2024 - Johannes Kastl <opensuse_buildservice@ojkastl.de>
|
||||
|
||||
|
@ -40,7 +40,7 @@
|
||||
%global lib_name ansiblelint
|
||||
%{?python_enable_dependency_generator}
|
||||
Name: ansible-lint
|
||||
Version: 24.2.3
|
||||
Version: 24.5.0
|
||||
Release: 0%{?dist}
|
||||
Summary: Best practices checker for Ansible
|
||||
License: MIT
|
||||
|
Loading…
Reference in New Issue
Block a user