forked from pool/ansible-lint
Accepting request 1112461 from systemsmanagement:ansible
OBS-URL: https://build.opensuse.org/request/show/1112461 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/ansible-lint?expand=0&rev=33
This commit is contained in:
commit
d5abe657f5
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:9b2355ebbac3052d13fa91f80637467a6a8823005858192a5f29bfeedceb1bc2
|
|
||||||
size 439360
|
|
3
ansible-lint-6.20.0.tar.gz
Normal file
3
ansible-lint-6.20.0.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:fe4c9b4bc51920daed20c4f73506e90c92974173e5171be5a0e01214950fc502
|
||||||
|
size 443929
|
@ -1,3 +1,32 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Sep 20 05:30:20 UTC 2023 - Johannes Kastl <kastl@b1-systems.de>
|
||||||
|
|
||||||
|
- update to 6.20.0:
|
||||||
|
* Minor Changes
|
||||||
|
- Respect cgroup CPU limits when running inside containers
|
||||||
|
(#3749) @ssbarnea
|
||||||
|
- Rename --write option to --fix (#3748) @ssbarnea
|
||||||
|
- Add auto-fixing implementation for `no-free-form` rule
|
||||||
|
(#3725) @ajinkyau
|
||||||
|
- Add auto-fixing implementation for `partial-become` rule
|
||||||
|
(#3692) @shatakshiiii
|
||||||
|
- Add auto-fixing implementation for `no-jinja-when` rule
|
||||||
|
(#3721) @shatakshiiii
|
||||||
|
* Bugfixes
|
||||||
|
- Fix the detection of role vars missing role prefix (#3750)
|
||||||
|
@cavcrosby
|
||||||
|
- Clarify auto-fix arguments use (#3751) @ssbarnea
|
||||||
|
- Avoid IndexError exception with jinja transform (#3747)
|
||||||
|
@ssbarnea
|
||||||
|
- Fix docs typo (#3746) @ssbarnea
|
||||||
|
- Add /bin/bash executable to example correct code for pipefail
|
||||||
|
rule (#3731) @Perdu
|
||||||
|
- Properly avoid `pipx` venv path to be included in altered
|
||||||
|
path warning (#3730) @chrysle
|
||||||
|
- Fix transform exception with local_action with old syntax
|
||||||
|
(#3743) @ssbarnea
|
||||||
|
- Support only_upgrade (#3734) @soroshsabz
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed Sep 6 15:49:50 UTC 2023 - Johannes Kastl <kastl@b1-systems.de>
|
Wed Sep 6 15:49:50 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.19.0
|
Version: 6.20.0
|
||||||
Release: 0%{?dist}
|
Release: 0%{?dist}
|
||||||
Summary: Best practices checker for Ansible
|
Summary: Best practices checker for Ansible
|
||||||
License: MIT
|
License: MIT
|
||||||
@ -55,7 +55,7 @@ BuildRequires: fdupes
|
|||||||
|
|
||||||
# SECTION tests
|
# SECTION tests
|
||||||
BuildRequires: %{ansible_python}-flaky >= 3.7.0
|
BuildRequires: %{ansible_python}-flaky >= 3.7.0
|
||||||
BuildRequires: %{ansible_python}-pytest
|
BuildRequires: %{ansible_python}-pytest >= 7.2.2
|
||||||
BuildRequires: %{ansible_python}-pytest-cov
|
BuildRequires: %{ansible_python}-pytest-cov
|
||||||
BuildRequires: %{ansible_python}-pytest-xdist >= 2.1.0
|
BuildRequires: %{ansible_python}-pytest-xdist >= 2.1.0
|
||||||
BuildRequires: %{ansible_python}-psutil
|
BuildRequires: %{ansible_python}-psutil
|
||||||
@ -90,7 +90,7 @@ Requires: ansible-core >= 2.15.0
|
|||||||
Requires: %{ansible_python}-ansible-compat >= 4.1.10
|
Requires: %{ansible_python}-ansible-compat >= 4.1.10
|
||||||
Requires: %{ansible_python}-black >= 22.8.0
|
Requires: %{ansible_python}-black >= 22.8.0
|
||||||
Requires: %{ansible_python}-bracex >= 2.2.1
|
Requires: %{ansible_python}-bracex >= 2.2.1
|
||||||
Requires: %{ansible_python}-enrich >= 1.2.6
|
Requires: %{ansible_python}-enrich >= 1.2.7
|
||||||
Requires: %{ansible_python}-filelock >= 3.3.0
|
Requires: %{ansible_python}-filelock >= 3.3.0
|
||||||
Requires: %{ansible_python}-jsonschema >= 4.17.3
|
Requires: %{ansible_python}-jsonschema >= 4.17.3
|
||||||
Requires: %{ansible_python}-packaging >= 23.1
|
Requires: %{ansible_python}-packaging >= 23.1
|
||||||
|
Loading…
Reference in New Issue
Block a user