Compare commits

..

No commits in common. "factory" and "devel" have entirely different histories.

5 changed files with 20 additions and 219 deletions

View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:444d7889c65256633a96e6219aff88de25c4632c2bbfcae334600509031a17a4
size 474690

View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:84568111e0ff9c93504b61a75b061a5ea6c91314f4b0b7febebc479284b1c826
size 474889

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:c3123024c127f0412577586e4fca95213698425e93c0ef391ff11952e50c4a5c
size 491976

View File

@ -1,205 +1,3 @@
-------------------------------------------------------------------
Tue Jan 28 14:35:57 UTC 2025 - Johannes Kastl <opensuse_buildservice@ojkastl.de>
- update to 25.1.1:
* Bugfixes
- Update compat and pre-commit versions (#4495) @audgirka
- Fix output terminal colors error for black on black (#4490)
@audgirka
* Other
- Add documentation about how to use private repositories with
the github action (#4491) @umglurf
-------------------------------------------------------------------
Tue Jan 21 06:12:49 UTC 2025 - Johannes Kastl <opensuse_buildservice@ojkastl.de>
- update to 25.1.0 (there is no 25.0.0):
* Enhancements
- Update requires_ansible default require >=2.16 (#4479)
@samccann
- Bump the dependencies group in /.config with 6 updates
(#4482) @dependabot[bot]
- Add write_exclude_list config option (#4256) @frq-asgard-josi
* Bugfixes
- Remove dependency hack that prevents installation on Windows
(#4487) @ssbarnea
- Allow ansible-lint action to be used from composite workflows
(#4481) @drew-viles
- Fix WARN on empty/template meta/main.yaml (#4379) @GElkayam
- Move octal example code next to octals definition (#4475)
@branic
- Refactor use of app instance (#4478) @ssbarnea
- Fix constraints with uv and update min requirements (#4485)
@ssbarnea
- Require ansible-core>=2.16 (#4483) @ssbarnea
- Add EL 10 as a platform in the metadata schema (#4464)
@antonc42
- Catch ansible-compat initialization warnings (#4463)
@ssbarnea
- Avoid ruamel.yaml 0.18.7-0.18.8 due to regression (#4462)
@ssbarnea
* Other
- Bump codecov/codecov-action from 5.1.1 to 5.1.2 (#4457)
@dependabot[bot]
-------------------------------------------------------------------
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.1:
* Enhancements
- Added additional galaxy[tags] checks (#4422) @minsis
* Bugfixes
- Do inventory parsing non-multithreaded (#4447) @cavcrosby
- Enable FQCNs for import_playbook to have subdirs (#4412)
@cavcrosby
-------------------------------------------------------------------
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>
- update to 24.10.0:
* Enhancements
- Add support for py313 (#4388) @abhikdps
* Bugfixes
- Require ansible-compat>=24.10.0 (#4402)
- Update TaskHasTag example rule used in custom-rules.md
(#4401) @cavcrosby
- Add Fedora 41 as a platform in the metadata schema (#4392)
@jsf9k
- Fixing the issue "Unfinished sentence in docs/profiles.md
#4358" (#4380) @binojmn
- Fix quotes converting free-form syntax to yaml (#4361)
@cavcrosby
- Handle FQCN when using import_playbook (#4369) @cavcrosby
- Allow jinja in variable names (#4372) @ssbarnea
- Update rulebook schema (#4373) @ssbarnea
- Fix wonky writing to sarif_file (#4368) @Qalthos
- Fix to avoid spamming syslog with invoked messages (#4353)
@tanwigeetika1618
- Pin codecov action to v4.5.0 and update dependabot.yml to
ignore v4.6.0 (#4356) @tanwigeetika1618
- Update schema for missing tags property to builder v3 options
(#4346) @audgirka
-------------------------------------------------------------------
Sat Sep 21 17:46:39 UTC 2024 - Johannes Kastl <opensuse_buildservice@ojkastl.de>
- update to 24.9.2:
* Bugfixes
- Fix github action (#4342) @ssbarnea
-------------------------------------------------------------------
Sat Sep 21 17:40:04 UTC 2024 - Johannes Kastl <opensuse_buildservice@ojkastl.de>
- update to 24.9.1:
* Bugfixes
- Fix missing MatchErrors due to hash collisions (#4307)
@cavcrosby
- Remove requirement of options field in argument_specs.yaml
(#4291) @MatthiasKunnen
- Correct use of working directory with ansible-lint github
action (#4340) @ssbarnea
- Avoid running application initialization twice (#4335)
@ssbarnea
- Handle bare exception case from nested jinja2 vars (#4315)
@cavcrosby
- Require ansible-compat>=24.9.1 (#4336) @ssbarnea
- Update execution environment schema (#4334) @ssbarnea
- Add new OEL versions to meta JSON schema (#4312)
@mpmurphy-aexp
- Fix for ignoring test / directories by fqcn[deep] rule
(#4320) @tanwigeetika1618
* Other
- Docs: remove IRC/ML/google.groups remnants (#4322)
@Andersson007
-------------------------------------------------------------------
Thu Sep 12 05:55:23 UTC 2024 - Johannes Kastl <opensuse_buildservice@ojkastl.de>
- update to 24.9.0:
* Enhancements
- Community comms (#4309) @oraNod
- feat: add requirements_file input to GitHub action (#4253)
@dbrennand
* Bugfixes
- fix: Adding missing EE option skip_pip_install (#4299)
@sscheib
- Fix upload-artifact action to work with v4.4 and newer
(#4314) @alisonlhart
- fix: Add reset-failed state in executable_options (#4301)
@tanwigeetika1618
- Enable --offline to affect checking version online (#4283)
@cavcrosby
- Fix long lines being wrapped with a trailing space (#4288)
@cavcrosby
- Make galaxy[version-incorrect] rule opt-in (#4247) @cavcrosby
- Fix error for imported playbooks w/invalid syntax (#4289)
@cavcrosby
- Fix indentation change to comments when using --fix (#4273)
@cavcrosby
- Fix list of non-strings in args rule (#4279) @johnbyrneio
- Improve --version behavior to handle remote disconnect
(#4276) @cavcrosby
- Ignore var-naming[pattern] to foreign role vars (#4230)
@cavcrosby
- Remove leftover Sphinx command directives (#4243) @cavcrosby
- Fix custom-rules documentation examples (#4264) @Tompage1994
------------------------------------------------------------------- -------------------------------------------------------------------
Thu Jul 11 18:51:22 UTC 2024 - Johannes Kastl <opensuse_buildservice@ojkastl.de> Thu Jul 11 18:51:22 UTC 2024 - Johannes Kastl <opensuse_buildservice@ojkastl.de>

View File

@ -1,7 +1,7 @@
# #
# spec file for package ansible-lint # spec file for package ansible-lint
# #
# Copyright (c) 2024 SUSE LLC # Copyright (c) 2022 SUSE LLC
# Copyright 2018 by Lars Vogdt # Copyright 2018 by Lars Vogdt
# #
# All modifications and additions to the file contributed by third parties # All modifications and additions to the file contributed by third parties
@ -40,12 +40,12 @@
%global lib_name ansiblelint %global lib_name ansiblelint
%{?python_enable_dependency_generator} %{?python_enable_dependency_generator}
Name: ansible-lint Name: ansible-lint
Version: 25.1.1 Version: 24.7.0
Release: 0%{?dist} Release: 0%{?dist}
Summary: Best practices checker for Ansible Summary: Best practices checker for Ansible
License: MIT License: MIT
URL: https://github.com/ansible/ansible-lint URL: https://github.com/ansible-community/ansible-lint
Source0: https://github.com/ansible/ansible-lint/archive/v%{version}/ansible-lint-%{version}.tar.gz#/ansible-lint-%{version}.tar.gz Source0: https://github.com/ansible-community/ansible-lint/archive/v%{version}/ansible-lint-%{version}.tar.gz#/ansible-lint-%{version}.tar.gz
BuildArch: noarch BuildArch: noarch
BuildRequires: python-rpm-macros BuildRequires: python-rpm-macros
BuildRequires: %{ansible_python}-base >= 3.10 BuildRequires: %{ansible_python}-base >= 3.10
@ -68,41 +68,41 @@ BuildRequires: %{ansible_python}-flake8
# Add runtime requirements (unless required for tests) # Add runtime requirements (unless required for tests)
# to make sure this only builds if they are present # to make sure this only builds if they are present
# https://github.com/ansible/ansible-lint/blob/main/.config/requirements.in # https://github.com/ansible/ansible-lint/blob/main/.config/requirements.in
BuildRequires: ansible-core >= 2.16.0 BuildRequires: ansible-core >= 2.15.5
BuildRequires: %{ansible_python}-ansible-compat >= 25.1.0 BuildRequires: %{ansible_python}-ansible-compat >= 4.1.11
BuildRequires: %{ansible_python}-black >= 23.10.1 BuildRequires: %{ansible_python}-black >= 23.10.1
BuildRequires: %{ansible_python}-enrich >= 1.2.7 BuildRequires: %{ansible_python}-enrich >= 1.2.7
BuildRequires: %{ansible_python}-filelock >= 3.8.2 BuildRequires: %{ansible_python}-filelock >= 3.3.0
BuildRequires: %{ansible_python}-jsonschema >= 4.17.3 BuildRequires: %{ansible_python}-jsonschema >= 4.17.3
BuildRequires: %{ansible_python}-packaging >= 23.1 BuildRequires: %{ansible_python}-packaging >= 23.1
BuildRequires: %{ansible_python}-PyYAML >= 6.0.2 BuildRequires: %{ansible_python}-PyYAML >= 6.0.1
BuildRequires: %{ansible_python}-requests >= 2.31.0 BuildRequires: %{ansible_python}-requests >= 2.31.0
BuildRequires: %{ansible_python}-rich >= 13.5.2 BuildRequires: %{ansible_python}-rich >= 13.5.2
BuildRequires: %{ansible_python}-ruamel.yaml >= 0.18.5 BuildRequires: %{ansible_python}-ruamel.yaml >= 0.18.5
BuildRequires: %{ansible_python}-subprocess-tee >= 0.4.1 BuildRequires: %{ansible_python}-subprocess-tee >= 0.4.1
BuildRequires: %{ansible_python}-tenacity BuildRequires: %{ansible_python}-tenacity
BuildRequires: %{ansible_python}-wcmatch >= 8.4.1 BuildRequires: %{ansible_python}-wcmatch >= 8.4.1
BuildRequires: %{ansible_python}-yamllint >= 1.34.0 BuildRequires: %{ansible_python}-yamllint >= 1.32.0
# #
# https://github.com/ansible/ansible-lint/blob/main/.config/requirements.in # https://github.com/ansible/ansible-lint/blob/main/.config/requirements.in
Requires: ansible-core >= 2.16.0 Requires: ansible-core >= 2.15.5
Requires: %{ansible_python}-ansible-compat >= 25.1.0 Requires: %{ansible_python}-ansible-compat >= 4.1.10
Requires: %{ansible_python}-black >= 23.10.1 Requires: %{ansible_python}-black >= 23.10.1
Requires: %{ansible_python}-bracex >= 2.2.1 Requires: %{ansible_python}-bracex >= 2.2.1
Requires: %{ansible_python}-enrich >= 1.2.7 Requires: %{ansible_python}-enrich >= 1.2.7
Requires: %{ansible_python}-filelock >= 3.8.2 Requires: %{ansible_python}-filelock >= 3.3.0
Requires: %{ansible_python}-importlib-metadata Requires: %{ansible_python}-importlib-metadata
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
Requires: %{ansible_python}-PyYAML >= 6.0.2 Requires: %{ansible_python}-PyYAML >= 6.0.1
Requires: %{ansible_python}-requests >= 2.31.0 Requires: %{ansible_python}-requests >= 2.31.0
Requires: %{ansible_python}-rich >= 13.5.2 Requires: %{ansible_python}-rich >= 13.5.2
Requires: %{ansible_python}-ruamel.yaml >= 0.17.31 Requires: %{ansible_python}-ruamel.yaml >= 0.17.31
Requires: %{ansible_python}-subprocess-tee >= 0.4.1 Requires: %{ansible_python}-subprocess-tee >= 0.4.1
Requires: %{ansible_python}-tenacity Requires: %{ansible_python}-tenacity
Requires: %{ansible_python}-wcmatch >= 8.4.1 Requires: %{ansible_python}-wcmatch >= 8.4.1
Requires: %{ansible_python}-yamllint >= 1.34.0 Requires: %{ansible_python}-yamllint >= 1.32.0
%description %description
Checks playbooks for practices and behavior that could potentially be improved. Checks playbooks for practices and behavior that could potentially be improved.