diff --git a/ansible-lint-24.10.0.tar.gz b/ansible-lint-24.10.0.tar.gz new file mode 100644 index 0000000..f7e2410 --- /dev/null +++ b/ansible-lint-24.10.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:63a7be30aa956891e3c4e86b18d26394d8b37787902be4fe51ed592fe8ad3b08 +size 480885 diff --git a/ansible-lint-24.9.2.tar.gz b/ansible-lint-24.9.2.tar.gz deleted file mode 100644 index e1ba1a2..0000000 --- a/ansible-lint-24.9.2.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:a82eded2323ceee526235f4fdbaef31b5ff9653997484647c8a06a1f8ae63bd1 -size 479366 diff --git a/ansible-lint.changes b/ansible-lint.changes index c5e50f1..468cf6f 100644 --- a/ansible-lint.changes +++ b/ansible-lint.changes @@ -1,3 +1,30 @@ +------------------------------------------------------------------- +Wed Nov 13 14:44:07 UTC 2024 - Johannes Kastl + +- 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 diff --git a/ansible-lint.spec b/ansible-lint.spec index b1e2847..27fb2a3 100644 --- a/ansible-lint.spec +++ b/ansible-lint.spec @@ -40,7 +40,7 @@ %global lib_name ansiblelint %{?python_enable_dependency_generator} Name: ansible-lint -Version: 24.9.2 +Version: 24.10.0 Release: 0%{?dist} Summary: Best practices checker for Ansible License: MIT @@ -69,7 +69,7 @@ BuildRequires: %{ansible_python}-flake8 # to make sure this only builds if they are present # https://github.com/ansible/ansible-lint/blob/main/.config/requirements.in BuildRequires: ansible-core >= 2.15.5 -BuildRequires: %{ansible_python}-ansible-compat >= 24.8.0 +BuildRequires: %{ansible_python}-ansible-compat >= 24.10.0 BuildRequires: %{ansible_python}-black >= 23.10.1 BuildRequires: %{ansible_python}-enrich >= 1.2.7 BuildRequires: %{ansible_python}-filelock >= 3.3.0 @@ -87,7 +87,7 @@ BuildRequires: %{ansible_python}-yamllint >= 1.32.0 # # https://github.com/ansible/ansible-lint/blob/main/.config/requirements.in Requires: ansible-core >= 2.15.5 -Requires: %{ansible_python}-ansible-compat >= 24.8.0 +Requires: %{ansible_python}-ansible-compat >= 24.10.0 Requires: %{ansible_python}-black >= 23.10.1 Requires: %{ansible_python}-bracex >= 2.2.1 Requires: %{ansible_python}-enrich >= 1.2.7