Accepting request 1056226 from systemsmanagement:ansible
OBS-URL: https://build.opensuse.org/request/show/1056226 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/ansible-lint?expand=0&rev=15
This commit is contained in:
commit
5e140ebf46
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:32f365c989ffd1044a09f04448e4e058aee46f4081c0155a0a749e808897009a
|
|
||||||
size 395805
|
|
3
ansible-lint-6.10.2.tar.gz
Normal file
3
ansible-lint-6.10.2.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:a8c3eaf63e780105ec259f8447ed0ad42ad14c9f54d09938efb42066effcea21
|
||||||
|
size 397622
|
@ -1,3 +1,26 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Jan 5 14:05:06 UTC 2023 - Johannes Kastl <kastl@b1-systems.de>
|
||||||
|
|
||||||
|
- update to 6.10.2:
|
||||||
|
* Bugfixes
|
||||||
|
- Make git a runtime dependency (#2860) @ssbarnea
|
||||||
|
- Disable version check when running as a pre-commit hook (#2858) @ssbarnea
|
||||||
|
- Avoid checking var-names on non ansible files (#2856) @ssbarnea
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Jan 4 15:57:49 UTC 2023 - Johannes Kastl <kastl@b1-systems.de>
|
||||||
|
|
||||||
|
- update to 6.10.1:
|
||||||
|
* Bugfixes
|
||||||
|
- Avoid TypeError NoneType with lookups (#2852) @ssbarnea
|
||||||
|
- Add the missing github_branch meta field (#2847) @triplepoint
|
||||||
|
- name[template]: only trigger on word characters after the template (#2836) @evgeni
|
||||||
|
- Update documentation of `run_once` rule (#2823) @shatakshiiii
|
||||||
|
- Fix line number on var-naming error for 'register' (#2840) @zigarn
|
||||||
|
- Add SLES15SP4 to schema (#2841) @johanneskastl
|
||||||
|
- src/ansiblelint/schemas/meta.json: add openSUSE 15.5 (#2842) @johanneskastl
|
||||||
|
- Complete schema for Antsibull changelogs (#2834) @shatakshiiii
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Fri Dec 16 12:46:39 UTC 2022 - Johannes Kastl <kastl@b1-systems.de>
|
Fri Dec 16 12:46:39 UTC 2022 - Johannes Kastl <kastl@b1-systems.de>
|
||||||
|
|
||||||
|
@ -31,7 +31,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.10.0
|
Version: 6.10.2
|
||||||
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