forked from pool/ansible-lint
Accepting request 1230612 from systemsmanagement:ansible
OBS-URL: https://build.opensuse.org/request/show/1230612 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/ansible-lint?expand=0&rev=55
This commit is contained in:
commit
0c2c1c15f7
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:37c689849903766e2c276d20b0383a09e5c4a61ec947b046fa2d6bb1d6f6b577
|
||||
size 491679
|
3
ansible-lint-24.12.2.tar.gz
Normal file
3
ansible-lint-24.12.2.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:f13b07d99faf7ec364ead182b07035e1a902a816b074f387d7d5dd858347cd40
|
||||
size 490638
|
@ -1,7 +1,38 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Dec 12 14:47:34 UTC 2024 - Johannes Kastl <opensuse_buildservice@ojkastl.de>
|
||||
|
||||
- update to 24.12.2:
|
||||
Note that this changelog entry contains changes also included in
|
||||
the two yanked releases before it.
|
||||
* Enhancements
|
||||
- Added additional galaxy[tags] checks (#4422) @minsis
|
||||
- Refactor code to avoid use of rich library (#4396) @ssbarnea
|
||||
- Search for config with the yml/yaml extension (#4416)
|
||||
@cornfeedhobo
|
||||
- Rename color module to output (#4433) @ssbarnea
|
||||
- Remove formatting options for listing rules (#4432) @ssbarnea
|
||||
* Bugfixes
|
||||
- Revert "Accommodate specified inventory files (#4393)"
|
||||
(#4450) @ssbarnea
|
||||
- Enable FQCNs for import_playbook to have subdirs (#4412)
|
||||
@cavcrosby
|
||||
- Utilize create_matcherror more in other rules (#4408)
|
||||
@cavcrosby
|
||||
- Add Astra Linux Platform to platform items (#4429)
|
||||
@razerisback
|
||||
- Normalize version field for rules (#4431) @ssbarnea
|
||||
- Enable pyright hook (#4426) @ssbarnea
|
||||
- Remove dead code and prevent regressions (#4425) @ssbarnea
|
||||
- Prepare for pyright hook enablement (#4410) @ssbarnea
|
||||
- Activate and address some ruff violations (preview) (#4421)
|
||||
@ssbarnea
|
||||
- Fix exception with 'skipped' test (#4406) @Gilles95
|
||||
- Include ! as a shell word. closes #4386 (#4403) @wimglenn
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Dec 11 14:30:25 UTC 2024 - Johannes Kastl <opensuse_buildservice@ojkastl.de>
|
||||
|
||||
- update to 24.12.0:
|
||||
- update to 24.12.1:
|
||||
* Enhancements
|
||||
- Added additional galaxy[tags] checks (#4422) @minsis
|
||||
* Bugfixes
|
||||
|
@ -40,7 +40,7 @@
|
||||
%global lib_name ansiblelint
|
||||
%{?python_enable_dependency_generator}
|
||||
Name: ansible-lint
|
||||
Version: 24.12.1
|
||||
Version: 24.12.2
|
||||
Release: 0%{?dist}
|
||||
Summary: Best practices checker for Ansible
|
||||
License: MIT
|
||||
|
Loading…
Reference in New Issue
Block a user