Accepting request 1040199 from systemsmanagement:ansible
OBS-URL: https://build.opensuse.org/request/show/1040199 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/ansible-lint?expand=0&rev=13
This commit is contained in:
commit
9c30f906c7
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:1b6331c6dd37f2644499de81b94765c2ff60f5d79b6470c91c91a33539aff5da
|
||||
size 297551
|
3
ansible-lint-6.9.1.tar.gz
Normal file
3
ansible-lint-6.9.1.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:fdda60c0a622679adad1623aae3b96bef6df29f839db9d4476544cfc6bd0adb3
|
||||
size 388343
|
@ -1,3 +1,25 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Dec 5 09:14:15 UTC 2022 - Johannes Kastl <kastl@b1-systems.de>
|
||||
|
||||
- update to 6.9.1:
|
||||
* Bugfixes
|
||||
- Allow var_naming_pattern in linter config schema (#2776) @ssbarnea
|
||||
- Fix multiline jinja pattern in schema (#2775) @ssbarnea
|
||||
- schema: allow jinja in diff keyword (#2774) @ssbarnea
|
||||
- Assimilate schemas project (#2769) @ssbarnea
|
||||
- Allow a prefix in subtasks names (#2740) @shatakshiiii
|
||||
- Refactor risky-octal and improve its messaging (#2759) @ssbarnea
|
||||
- Deprecate running under py38 (#2760) @ssbarnea
|
||||
- Restore offline mode functionality (#2761) @ssbarnea
|
||||
- Fix badge linking to rules (#2746) @motlib
|
||||
- Upgrade linters and fix reported issues (#2752) @ssbarnea
|
||||
- Improve RPM Packaging (#2745) @gotmax23
|
||||
- Refactor only-builtins to have less code duplication (#2739) @evgeni
|
||||
- Treat ansible.legacy the same way ansible.builtin (#2727) @evgeni
|
||||
- Allow additional modules in only-builtins (#2732) @evgeni
|
||||
- Fix deannotate function (#2733) @ssbarnea
|
||||
- Correct packaging metadata (#2734) @ssbarnea
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Nov 25 07:12:13 UTC 2022 - Johannes Kastl <kastl@b1-systems.de>
|
||||
|
||||
|
@ -31,7 +31,7 @@
|
||||
%global lib_name ansiblelint
|
||||
%{?python_enable_dependency_generator}
|
||||
Name: ansible-lint
|
||||
Version: 6.9.0
|
||||
Version: 6.9.1
|
||||
Release: 0%{?dist}
|
||||
Summary: Best practices checker for Ansible
|
||||
License: MIT
|
||||
|
Loading…
Reference in New Issue
Block a user