Accepting request 1178622 from systemsmanagement:ansible
OBS-URL: https://build.opensuse.org/request/show/1178622 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/ansible-lint?expand=0&rev=47
This commit is contained in:
commit
58791da1e2
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:ed6640c57c4ef26f240c406513681289857dd48ca4d6af4fcb4914996842126d
|
|
||||||
size 470246
|
|
3
ansible-lint-24.6.0.tar.gz
Normal file
3
ansible-lint-24.6.0.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:c69a210aebacdf39ade7fffbc441279e3555314cacc9fcf4f6e98b5dda50a792
|
||||||
|
size 473122
|
@ -1,3 +1,37 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Jun 4 19:22:21 UTC 2024 - Johannes Kastl <opensuse_buildservice@ojkastl.de>
|
||||||
|
|
||||||
|
- update to 24.6.0:
|
||||||
|
* Enhancements
|
||||||
|
- Adding logic for configuring supported ansible versions
|
||||||
|
(#4203) @alisonlhart
|
||||||
|
* Bugfixes
|
||||||
|
- Revert notify related checks, errors, transforms for listen
|
||||||
|
and tests (#4205) @audgirka
|
||||||
|
- Improve logic of find_children (#4161) @ssbarnea
|
||||||
|
- Pickup correct path component w/ANSIBLE_ROLES_PATH (#4176)
|
||||||
|
@cavcrosby
|
||||||
|
- Respect yamllint 'document_start' rule when autofixing yaml
|
||||||
|
(#4184) @elara-leitstellentechnik
|
||||||
|
- Avoid displaying upgrade warning when installation is not pip
|
||||||
|
(#4204) @ssbarnea
|
||||||
|
- Correctly recognize path with spaces with tokenize (#4198)
|
||||||
|
@ssbarnea
|
||||||
|
- Fix false positive reports in is_handler function (#4170)
|
||||||
|
@MalKeshar
|
||||||
|
- Avoid exception with conflicting action statements (#4195)
|
||||||
|
@ssbarnea
|
||||||
|
- Don't raise name[casing] on handlers with special role syntax
|
||||||
|
(#4196) @Qalthos
|
||||||
|
- Refactor tokenize function (#4191) @ssbarnea
|
||||||
|
- Avoid stacktrace with unsupported import_playbook syntax
|
||||||
|
(#4190) @ssbarnea
|
||||||
|
- Support for 2.15...updating linter. (#4144) @epacific1
|
||||||
|
- Don't quote strings that start with 0 when running
|
||||||
|
ansible-lint --fix. (#4167) @kousu
|
||||||
|
- Allow inventory to be used for playbook order key (#4182)
|
||||||
|
@ssbarnea
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue May 28 11:51:56 UTC 2024 - Jan Baier <jbaier@suse.com>
|
Tue May 28 11:51:56 UTC 2024 - Jan Baier <jbaier@suse.com>
|
||||||
|
|
||||||
|
@ -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: 24.5.0
|
Version: 24.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