diff --git a/ansible-lint-6.7.0.tar.gz b/ansible-lint-6.7.0.tar.gz deleted file mode 100644 index 36d9774..0000000 --- a/ansible-lint-6.7.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:98241c77b012ab7eca86250937aa265925442f91e87ec482f845e0c13ef5094e -size 275564 diff --git a/ansible-lint-6.8.0.tar.gz b/ansible-lint-6.8.0.tar.gz new file mode 100644 index 0000000..143888b --- /dev/null +++ b/ansible-lint-6.8.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:804dc715436cde6a74f44e808445c2f11d7efd016541b27bb6ec58cfdb1b1f6d +size 306615 diff --git a/ansible-lint.changes b/ansible-lint.changes index d08badc..8649952 100644 --- a/ansible-lint.changes +++ b/ansible-lint.changes @@ -1,3 +1,41 @@ +------------------------------------------------------------------- +Mon Oct 10 06:12:47 UTC 2022 - Johannes Kastl + +- update to 6.8.0: + * Minor Changes + - Add no-shorthand rule as experimental (#2527) @ssbarnea + - Adds summary stats about found violations (#2495) @ssbarnea + - Upgrade fqcn-builtins rule into fqcn (#2505) @ssbarnea + - Changed success/failure message (#2567) @ssbarnea + * Bugfixes + - Add extra documentation (#2503 #2511 #2546 #2551 #2552 #2554 #2555 #2559 #2560 #2561) @ssbarnea @oraNod + - Refactor the rendering of errors and warnings (#2566) @ssbarnea + - Fixed regex for pipefail rule (#2564) @ajinkyau + - Ensure we detect templating errors (#2558) @ssbarnea + - Remove enrich as a dependency (#2557) @ssbarnea + - Implement strict mode (#2533) @ssbarnea + - Avoid extra space when building task names (#2531) @ssbarnea + - Refactor parsing of ansible syntax check (#2529) @ssbarnea + - Allow var_files to be null, string and list of strings (#2528) @ssbarnea + - Fix bug which prevented run of rules on tasks doing imports (#2526) @ssbarnea + - Resolved documentation redirects (#2523) @ssbarnea + - Document lack of module_defaults support (#2519) @ssbarnea + - Allow file attribute with ansible.builtin.include_tasks (#2518) @ssbarnea + - Update schemas (#2517) @ssbarnea + - Replace template-instead-of-copy with avoid-implicit[copy-content] (#2512) @ssbarnea + - Fix path expansion when outside user home (#2515) @ssbarnea + - var-naming: also recognize vars with set_fact module (#2496) @nishipy + - Fix rich exception with tasks containing square brackets (#2510) @ssbarnea + - Fix exception with vars_prompt (#2500) @ssbarnea + - Fix project_dir detect with .config configs (#2499) @ssbarnea + - Avoid implicit templating if not play/task (#2498) @ssbarnea + - Fixed few profile rule name errors (#2497) @ssbarnea + - Rename no-shorthand to no-free-form (#2548) @ssbarnea + - Avoid reporting matches for files outside project_dir (#2547) @ssbarnea + - Allow fqcn with more than 2 dots (#2544) @ssbarnea + - no-shorthand: Avoid false positive with raw (#2541 #2542) @ssbarnea + - Fix project directory detection with config inside .config (#2540) @ssbarnea + ------------------------------------------------------------------- Thu Oct 6 08:39:49 UTC 2022 - Johannes Kastl diff --git a/ansible-lint.spec b/ansible-lint.spec index 72fb3e8..6448ac3 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.7.0 +Version: 6.8.0 Release: 0%{?dist} Summary: Best practices checker for Ansible License: MIT