From 4c9a3688d18c2e5d5e0f0240268055e8e0bdf6afae7930d1517f673bc1b41383 Mon Sep 17 00:00:00 2001 From: Johannes Kastl Date: Sun, 25 Sep 2022 13:00:30 +0000 Subject: [PATCH] Accepting request 1005884 from home:ojkastl_buildservice:Branch_systemsmanagement_ansible update to 6.7.0 OBS-URL: https://build.opensuse.org/request/show/1005884 OBS-URL: https://build.opensuse.org/package/show/systemsmanagement:ansible/ansible-lint?expand=0&rev=5 --- _service | 2 +- ansible-lint-v6.6.0.tar.gz | 3 --- ansible-lint-v6.7.0.tar.gz | 3 +++ ansible-lint.changes | 33 +++++++++++++++++++++++++++++++++ ansible-lint.spec | 2 +- 5 files changed, 38 insertions(+), 5 deletions(-) delete mode 100644 ansible-lint-v6.6.0.tar.gz create mode 100644 ansible-lint-v6.7.0.tar.gz diff --git a/_service b/_service index 3acf360..dc09b40 100644 --- a/_service +++ b/_service @@ -3,7 +3,7 @@ https://github.com/ansible-community/ansible-lint git .git - v6.6.0 + v6.7.0 @PARENT_TAG@ disable v* diff --git a/ansible-lint-v6.6.0.tar.gz b/ansible-lint-v6.6.0.tar.gz deleted file mode 100644 index 0ef30a8..0000000 --- a/ansible-lint-v6.6.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:6f55c0605605887383335198bcfb26f005aa7d857d68518ff10441cf9cb7c3af -size 277330 diff --git a/ansible-lint-v6.7.0.tar.gz b/ansible-lint-v6.7.0.tar.gz new file mode 100644 index 0000000..590bef1 --- /dev/null +++ b/ansible-lint-v6.7.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3adf7cb941c6837e587c3a89b6477c4fc659ce588e707a318579df663ec04ec2 +size 281243 diff --git a/ansible-lint.changes b/ansible-lint.changes index 96f71ef..64285c6 100644 --- a/ansible-lint.changes +++ b/ansible-lint.changes @@ -1,3 +1,36 @@ +------------------------------------------------------------------- +Sun Sep 25 12:28:22 UTC 2022 - Johannes Kastl + +- update to 6.7.0: + * Minor Changes + - name[template]: recommend to use templating as suffix on names (#2483) @vineethreddykaturu + * Bugfixes + - Refactor no-loop-var-prefix rule (#2470) @oraNod + - key-order: now sorts block/rescue/always to the bottom (#2454) @ssbarnea + - Ensure we do not return relative paths outside the project (#2492) @ssbarnea + - fix: use ansible-compat to install collections (#2466) @mnaser + - Change rich markdown theme/colors (#2486) @ssbarnea + - schema: allow listen key on handlers (#2484) @ssbarnea + - Ensure that symlinked arguments are resolved (#2476) @ssbarnea + - Document No hosts matched the subscripted pattern (#2481) @ssbarnea + - Use site.getuserbase() to detect ansible executable (#2477) @ssbarnea + +------------------------------------------------------------------- +Sun Sep 25 12:21:32 UTC 2022 - Johannes Kastl + +- update to 6.6.1: + * Bugfixes + - meta: allow empty meta schema files (#2472) @ssbarnea + - schema: correct documentation (#2471) @ssbarnea + - Fix jinja[invalid] false positive (#2465) @ssbarnea + - Update schemas (#2467) @ssbarnea + - Docs: yamllint rule (#2450) @oraNod + - Refactor: remove obsolete odict class alias (#2452) @ssbarnea + - Refactor some constants into specific module (#2451) @ssbarnea + - Docs: no handler rule doc update (#2446) @oraNod + - Fix bug with user action (#2448) @ssbarnea + - api: enable matchtask() to return list[MatchError] (#2445) @ssbarnea + ------------------------------------------------------------------- Sun Sep 25 11:44:27 UTC 2022 - Johannes Kastl diff --git a/ansible-lint.spec b/ansible-lint.spec index 1120413..44cc690 100644 --- a/ansible-lint.spec +++ b/ansible-lint.spec @@ -20,7 +20,7 @@ %global lib_name ansiblelint %{?python_enable_dependency_generator} Name: ansible-lint -Version: 6.6.0 +Version: 6.7.0 Release: 0%{?dist} Summary: Best practices checker for Ansible License: MIT