forked from pool/ansible-lint
Accepting request 1229841 from systemsmanagement:ansible
OBS-URL: https://build.opensuse.org/request/show/1229841 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/ansible-lint?expand=0&rev=53
This commit is contained in:
commit
09969433a3
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:63a7be30aa956891e3c4e86b18d26394d8b37787902be4fe51ed592fe8ad3b08
|
||||
size 480885
|
3
ansible-lint-24.12.0.tar.gz
Normal file
3
ansible-lint-24.12.0.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:1b8144115a4947fc716f6c3715fe124f8f0916a929a9f8f7325b594ea65b7140
|
||||
size 490342
|
@ -1,3 +1,28 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Dec 10 14:38:08 UTC 2024 - Johannes Kastl <opensuse_buildservice@ojkastl.de>
|
||||
|
||||
- update to 24.12.0:
|
||||
* Enhancements
|
||||
- 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
|
||||
- Accommodate specified inventory files (#4393) @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 Nov 13 14:44:07 UTC 2024 - Johannes Kastl <opensuse_buildservice@ojkastl.de>
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package ansible-lint
|
||||
#
|
||||
# Copyright (c) 2022 SUSE LLC
|
||||
# Copyright (c) 2024 SUSE LLC
|
||||
# Copyright 2018 by Lars Vogdt
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
@ -40,7 +40,7 @@
|
||||
%global lib_name ansiblelint
|
||||
%{?python_enable_dependency_generator}
|
||||
Name: ansible-lint
|
||||
Version: 24.10.0
|
||||
Version: 24.12.0
|
||||
Release: 0%{?dist}
|
||||
Summary: Best practices checker for Ansible
|
||||
License: MIT
|
||||
|
Loading…
Reference in New Issue
Block a user