From fb70530fea3c4e4ee7032c764dd093b2d4c0dd40dbebecd772ad87b5939d5305 Mon Sep 17 00:00:00 2001 From: Johannes Kastl Date: Fri, 29 Sep 2023 11:07:47 +0000 Subject: [PATCH 1/2] Accepting request 1114313 from home:ojkastl_buildservice:Branch_systemsmanagement_ansible update to 6.20.1 OBS-URL: https://build.opensuse.org/request/show/1114313 OBS-URL: https://build.opensuse.org/package/show/systemsmanagement:ansible/ansible-lint?expand=0&rev=40 --- ansible-lint-6.20.0.tar.gz | 3 --- ansible-lint-6.20.1.tar.gz | 3 +++ ansible-lint.changes | 21 +++++++++++++++++++++ ansible-lint.spec | 2 +- 4 files changed, 25 insertions(+), 4 deletions(-) delete mode 100644 ansible-lint-6.20.0.tar.gz create mode 100644 ansible-lint-6.20.1.tar.gz diff --git a/ansible-lint-6.20.0.tar.gz b/ansible-lint-6.20.0.tar.gz deleted file mode 100644 index f9e4719..0000000 --- a/ansible-lint-6.20.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:fe4c9b4bc51920daed20c4f73506e90c92974173e5171be5a0e01214950fc502 -size 443929 diff --git a/ansible-lint-6.20.1.tar.gz b/ansible-lint-6.20.1.tar.gz new file mode 100644 index 0000000..da9cf17 --- /dev/null +++ b/ansible-lint-6.20.1.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:70b471a29a450374d586879d54eba26b2f5c274cf2e4bc63337f65c42a018d79 +size 446593 diff --git a/ansible-lint.changes b/ansible-lint.changes index 66339bc..a7185f9 100644 --- a/ansible-lint.changes +++ b/ansible-lint.changes @@ -1,3 +1,24 @@ +------------------------------------------------------------------- +Fri Sep 29 08:48:33 UTC 2023 - Johannes Kastl + +- update to 6.20.1: + * Bugfixes + - Fix detection of play roles vars missing prefix (#3765) + @cavcrosby + - Prune reported errors after autofix (#3774) @cidrblock + - `--fix` will now default to `all` (#3777) @ajinkyau + - Avoid false error caused by TypeError with jinja rule (#3773) + @ssbarnea + - Sanity Rule Ignore Additions and Updates (#3766) @alisonlhart + - Update rulebook schema (name is now required) (#3776) + @ssbarnea + - Expose rules that have autofix capability in docs (#3770) + @shatakshiiii + - List all the fixable rules in CLI via `--list-rules` (#3737) + @shatakshiiii + - Include level in SARIF results (#3758) @ssbarnea + - Meta runtime supported version update (#3755) @alisonlhart + ------------------------------------------------------------------- Wed Sep 20 05:30:20 UTC 2023 - Johannes Kastl diff --git a/ansible-lint.spec b/ansible-lint.spec index bafc429..8b5ce15 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: 6.20.0 +Version: 6.20.1 Release: 0%{?dist} Summary: Best practices checker for Ansible License: MIT From e5ff358e9c53c20f6d5bbf6d6a7f1852ad1b1d2431d3d64a82d48ea076e8b055 Mon Sep 17 00:00:00 2001 From: Johannes Kastl Date: Mon, 2 Oct 2023 05:38:53 +0000 Subject: [PATCH 2/2] Accepting request 1114659 from home:ojkastl_buildservice:Branch_systemsmanagement_ansible update to 6.20.2 OBS-URL: https://build.opensuse.org/request/show/1114659 OBS-URL: https://build.opensuse.org/package/show/systemsmanagement:ansible/ansible-lint?expand=0&rev=41 --- ansible-lint-6.20.1.tar.gz | 3 --- ansible-lint-6.20.2.tar.gz | 3 +++ ansible-lint.changes | 21 +++++++++++++++++++++ ansible-lint.spec | 2 +- 4 files changed, 25 insertions(+), 4 deletions(-) delete mode 100644 ansible-lint-6.20.1.tar.gz create mode 100644 ansible-lint-6.20.2.tar.gz diff --git a/ansible-lint-6.20.1.tar.gz b/ansible-lint-6.20.1.tar.gz deleted file mode 100644 index da9cf17..0000000 --- a/ansible-lint-6.20.1.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:70b471a29a450374d586879d54eba26b2f5c274cf2e4bc63337f65c42a018d79 -size 446593 diff --git a/ansible-lint-6.20.2.tar.gz b/ansible-lint-6.20.2.tar.gz new file mode 100644 index 0000000..e37b2fb --- /dev/null +++ b/ansible-lint-6.20.2.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8e9f4575d0eec3a6bd1cc08c911653946a5da0705be8c82d856e0bc2305163b0 +size 447585 diff --git a/ansible-lint.changes b/ansible-lint.changes index a7185f9..8c37d01 100644 --- a/ansible-lint.changes +++ b/ansible-lint.changes @@ -1,3 +1,24 @@ +------------------------------------------------------------------- +Mon Oct 2 05:31:11 UTC 2023 - Johannes Kastl + +- update to 6.20.2: + * Bugfixes + - Do not use github action path for running ansible lint + (#3798) @ReenigneArcher + - Correct listing of autofix rules in documentation (#3797) + @ssbarnea + - Make the autofix rule list dynamic in documentation (#3785) + @shatakshiiii + - Fix documentation links to autofix page (#3796) @ssbarnea + - Bump test dependencies (#3795) @ssbarnea + - Correct documentation regarding CLI argument precedence + (#3792) @ssbarnea + - Document autofix ability for rules that supports it (#3791) + @ssbarnea + - Accept underline prefix when checking var-naming (#3789) + @ssbarnea + - Correct regression with use of --fix (#3783) @ssbarnea + ------------------------------------------------------------------- Fri Sep 29 08:48:33 UTC 2023 - Johannes Kastl diff --git a/ansible-lint.spec b/ansible-lint.spec index 8b5ce15..6647091 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: 6.20.1 +Version: 6.20.2 Release: 0%{?dist} Summary: Best practices checker for Ansible License: MIT