all:
  children:
    controllers:
      hosts:
        controller: null
    zuul_unreachable:
      hosts: {}
  hosts:
    controller:
      ansible_connection: ssh
      ansible_host: 199.204.45.65
      ansible_port: 22
      ansible_python_interpreter: /usr/bin/python3
      ansible_user: zuul
      cilium_helm_values:
        operator:
          replicas: 1
      cilium_ipv4_cidr: 172.24.0.0/16
      kube_vip_address: 172.17.0.100
      kube_vip_interface: '{{ ansible_facts[''default_ipv4''].interface }}'
      kubernetes_hostname: '{{ ansible_facts[''default_ipv4''].address }}'
      kubernetes_remove_kube_proxy: true
      kubernetes_version: 1.34.0
      molecule_scenario: aio
      nodepool:
        az: nova
        cloud: public
        external_id: c47b6e5a-038a-4a2a-be4d-1a9df1146c76
        host_id: 7cb77d063530dedbf6983b78a36ec607482cf1d282610499e8bd9357
        interface_ip: 199.204.45.65
        label: rockylinux-9
        node_properties: {}
        private_ipv4: 199.204.45.65
        private_ipv6: null
        provider: yul1
        public_ipv4: 199.204.45.65
        public_ipv6: 2604:e100:1:0:f816:3eff:fe3c:ef14
        region: ca-ymq-1
        slot: null
      zuul_node:
        az: nova
        cloud: public
        external_id: c47b6e5a-038a-4a2a-be4d-1a9df1146c76
        host_id: 7cb77d063530dedbf6983b78a36ec607482cf1d282610499e8bd9357
        interface_ip: 199.204.45.65
        label: rockylinux-9
        node_properties: {}
        private_ipv4: 199.204.45.65
        private_ipv6: null
        provider: yul1
        public_ipv4: 199.204.45.65
        public_ipv6: 2604:e100:1:0:f816:3eff:fe3c:ef14
        region: ca-ymq-1
        slot: null
        uuid: null
  vars:
    cilium_helm_values:
      operator:
        replicas: 1
    kubernetes_version: 1.34.0
    molecule_scenario: aio
    zuul:
      _inheritance_path:
      - '<Job base explicit: None implied: {MatchAny:{ImpliedBranchMatcher:main}}
        source: vexxhost/zuul-config/zuul.d/jobs.yaml@main#1>'
      - '<Job molecule explicit: None implied: {MatchAny:{ImpliedBranchMatcher:main}}
        source: vexxhost/zuul-jobs/zuul.d/ansible-jobs.yaml@main#1>'
      - '<Job ansible-collection-kubernetes-molecule explicit: None implied: {MatchAny:{ImpliedBranchMatcher:main}}
        source: vexxhost/ansible-collection-kubernetes/.zuul.yaml@main#49>'
      - '<Job ansible-collection-kubernetes-molecule-aio explicit: None implied: {MatchAny:{ImpliedBranchMatcher:main}}
        source: vexxhost/ansible-collection-kubernetes/.zuul.yaml@main#71>'
      - '<Job ansible-collection-kubernetes-molecule-aio-rockylinux-9 explicit: None
        implied: {MatchAny:{ImpliedBranchMatcher:main}} source: vexxhost/ansible-collection-kubernetes/.zuul.yaml@main#83>'
      - '<Job ansible-collection-kubernetes-molecule-aio-rockylinux-9 explicit: None
        implied: None source: vexxhost/ansible-collection-kubernetes/.zuul.yaml@main#176>'
      ansible_version: '9'
      attempts: 1
      branch: main
      build: dcd0054dd75443508dafcc4600b05e9b
      build_refs:
      - branch: main
        change: '249'
        change_message: 'chore(deps): bump pygments from 2.19.2 to 2.20.0


          Bumps [pygments](https://github.com/pygments/pygments) from 2.19.2 to 2.20.0.

          <details>

          <summary>Release notes</summary>

          <p><em>Sourced from <a href="https://github.com/pygments/pygments/releases">pygments''s
          releases</a>.</em></p>

          <blockquote>

          <h2>2.20.0</h2>

          <ul>

          <li>

          <p>New lexers:</p>

          <ul>

          <li>Rell (<a href="https://redirect.github.com/pygments/pygments/issues/2914">#2914</a>)</li>

          </ul>

          </li>

          <li>

          <p>Updated lexers:</p>

          <ul>

          <li>archetype: Fix catastrophic backtracking in GUID and ID patterns (<a
          href="https://redirect.github.com/pygments/pygments/issues/3064">#3064</a>)</li>

          <li>ASN.1: Recognize minus sign and fix range operator (<a href="https://redirect.github.com/pygments/pygments/issues/3014">#3014</a>,
          <a href="https://redirect.github.com/pygments/pygments/issues/3060">#3060</a>)</li>

          <li>C++: Add C++26 keywords (<a href="https://redirect.github.com/pygments/pygments/issues/2955">#2955</a>),
          add integer literal suffixes (<a href="https://redirect.github.com/pygments/pygments/issues/2966">#2966</a>)</li>

          <li>ComponentPascal: Fix <code>analyse_text</code> (<a href="https://redirect.github.com/pygments/pygments/issues/3028">#3028</a>,
          <a href="https://redirect.github.com/pygments/pygments/issues/3032">#3032</a>)</li>

          <li>Coq renamed to Rocq (<a href="https://redirect.github.com/pygments/pygments/issues/2883">#2883</a>,
          <a href="https://redirect.github.com/pygments/pygments/issues/2908">#2908</a>)</li>

          <li>Cython: Various improvements (<a href="https://redirect.github.com/pygments/pygments/issues/2932">#2932</a>,
          <a href="https://redirect.github.com/pygments/pygments/issues/2933">#2933</a>)</li>

          <li>Debian control: Improve architecture parsing (<a href="https://redirect.github.com/pygments/pygments/issues/3052">#3052</a>)</li>

          <li>Devicetree: Add support for overlay/fragments (<a href="https://redirect.github.com/pygments/pygments/issues/3021">#3021</a>),
          add bytestring support (<a href="https://redirect.github.com/pygments/pygments/issues/3022">#3022</a>),
          fix catastrophic backtracking (<a href="https://redirect.github.com/pygments/pygments/issues/3057">#3057</a>)</li>

          <li>Fennel: Various improvements (<a href="https://redirect.github.com/pygments/pygments/issues/2911">#2911</a>)</li>

          <li>Haskell: Handle escape sequences in character literals (<a href="https://redirect.github.com/pygments/pygments/issues/3069">#3069</a>,
          <a href="https://redirect.github.com/pygments/pygments/issues/1795">#1795</a>)</li>

          <li>Java: Add module keywords (<a href="https://redirect.github.com/pygments/pygments/issues/2955">#2955</a>)</li>

          <li>Lean4: Add operators <code>]''</code>, <code>]?</code>, <code>]!</code>  (<a
          href="https://redirect.github.com/pygments/pygments/issues/2946">#2946</a>)</li>

          <li>LESS: Support single-line comments (<a href="https://redirect.github.com/pygments/pygments/issues/3005">#3005</a>)</li>

          <li>LilyPond: Update to 2.25.29 (<a href="https://redirect.github.com/pygments/pygments/issues/2974">#2974</a>)</li>

          <li>LLVM: Support C-style comments (<a href="https://redirect.github.com/pygments/pygments/issues/3023">#3023</a>,
          <a href="https://redirect.github.com/pygments/pygments/issues/2978">#2978</a>)</li>

          <li>Lua(u): Fix catastrophic backtracking (<a href="https://redirect.github.com/pygments/pygments/issues/3047">#3047</a>)</li>

          <li>Macaulay2: Update to 1.25.05 (<a href="https://redirect.github.com/pygments/pygments/issues/2893">#2893</a>),
          1.25.11 (<a href="https://redirect.github.com/pygments/pygments/issues/2988">#2988</a>)</li>

          <li>Mathematica: Various improvements (<a href="https://redirect.github.com/pygments/pygments/issues/2957">#2957</a>)</li>

          <li>meson: Add additional operators (<a href="https://redirect.github.com/pygments/pygments/issues/2919">#2919</a>)</li>

          <li>MySQL: Update keywords (<a href="https://redirect.github.com/pygments/pygments/issues/2970">#2970</a>)</li>

          <li>org-Mode: Support both schedule and deadline (<a href="https://redirect.github.com/pygments/pygments/issues/2899">#2899</a>)</li>

          <li>PHP: Add <code>__PROPERTY__</code> magic constant (<a href="https://redirect.github.com/pygments/pygments/issues/2924">#2924</a>),
          add reserved keywords (<a href="https://redirect.github.com/pygments/pygments/issues/3002">#3002</a>)</li>

          <li>PostgreSQL: Add more keywords (<a href="https://redirect.github.com/pygments/pygments/issues/2985">#2985</a>)</li>

          <li>protobuf: Fix namespace tokenization (<a href="https://redirect.github.com/pygments/pygments/issues/2929">#2929</a>)</li>

          <li>Python: Add <code>t</code>-string support (<a href="https://redirect.github.com/pygments/pygments/issues/2973">#2973</a>,
          <a href="https://redirect.github.com/pygments/pygments/issues/3009">#3009</a>,
          <a href="https://redirect.github.com/pygments/pygments/issues/3010">#3010</a>)</li>

          <li>Tablegen: Fix infinite loop (<a href="https://redirect.github.com/pygments/pygments/issues/2972">#2972</a>,
          <a href="https://redirect.github.com/pygments/pygments/issues/2940">#2940</a>)</li>

          <li>Tera Term macro: Add commands introduced in v5.3 through v5.6 (<a href="https://redirect.github.com/pygments/pygments/issues/2951">#2951</a>)</li>

          <li>TOML: Support TOML 1.1.0 (<a href="https://redirect.github.com/pygments/pygments/issues/3026">#3026</a>,
          <a href="https://redirect.github.com/pygments/pygments/issues/3027">#3027</a>)</li>

          <li>Turtle: Allow empty comment lines (<a href="https://redirect.github.com/pygments/pygments/issues/2980">#2980</a>)</li>

          <li>XML: Added <code>.xbrl</code> as file ending (<a href="https://redirect.github.com/pygments/pygments/issues/2890">#2890</a>,
          <a href="https://redirect.github.com/pygments/pygments/issues/2891">#2891</a>)</li>

          </ul>

          </li>

          <li>

          <p>Drop Python 3.8, and add Python 3.14 as a supported version (<a href="https://redirect.github.com/pygments/pygments/issues/2987">#2987</a>,
          <a href="https://redirect.github.com/pygments/pygments/issues/3012">#3012</a>)</p>

          </li>

          <li>

          <p>Various improvements to <code>autopygmentize</code> (<a href="https://redirect.github.com/pygments/pygments/issues/2894">#2894</a>)</p>

          </li>

          <li>

          <p>Update <code>onedark</code> style to support more token types (<a href="https://redirect.github.com/pygments/pygments/issues/2977">#2977</a>)</p>

          </li>

          <li>

          <p>Update <code>rtt</code> style to support more token types (<a href="https://redirect.github.com/pygments/pygments/issues/2895">#2895</a>)</p>

          </li>

          <li>

          <p>Cache entry points to improve performance (<a href="https://redirect.github.com/pygments/pygments/issues/2979">#2979</a>)</p>

          </li>

          <li>

          <p>Fix <code>xterm-256</code> color table (<a href="https://redirect.github.com/pygments/pygments/issues/3043">#3043</a>)</p>

          </li>

          <li>

          <p>Fix <code>kwargs</code> dictionary getting mutated on each call (<a href="https://redirect.github.com/pygments/pygments/issues/3044">#3044</a>)</p>

          </li>

          </ul>

          </blockquote>

          </details>

          <details>

          <summary>Changelog</summary>

          <p><em>Sourced from <a href="https://github.com/pygments/pygments/blob/master/CHANGES">pygments''s
          changelog</a>.</em></p>

          <blockquote>

          <h2>Version 2.20.0</h2>

          <p>(released March 29th, 2026)</p>

          <ul>

          <li>

          <p>New lexers:</p>

          <ul>

          <li>Rell (<a href="https://redirect.github.com/pygments/pygments/issues/2914">#2914</a>)</li>

          </ul>

          </li>

          <li>

          <p>Updated lexers:</p>

          <ul>

          <li>archetype: Fix catastrophic backtracking in GUID and ID patterns (<a
          href="https://redirect.github.com/pygments/pygments/issues/3064">#3064</a>)</li>

          <li>ASN.1: Recognize minus sign and fix range operator (<a href="https://redirect.github.com/pygments/pygments/issues/3014">#3014</a>,
          <a href="https://redirect.github.com/pygments/pygments/issues/3060">#3060</a>)</li>

          <li>C++: Add C++26 keywords (<a href="https://redirect.github.com/pygments/pygments/issues/2955">#2955</a>),
          add integer literal suffixes (<a href="https://redirect.github.com/pygments/pygments/issues/2966">#2966</a>)</li>

          <li>ComponentPascal: Fix <code>analyse_text</code> (<a href="https://redirect.github.com/pygments/pygments/issues/3028">#3028</a>,
          <a href="https://redirect.github.com/pygments/pygments/issues/3032">#3032</a>)</li>

          <li>Coq renamed to Rocq (<a href="https://redirect.github.com/pygments/pygments/issues/2883">#2883</a>,
          <a href="https://redirect.github.com/pygments/pygments/issues/2908">#2908</a>)</li>

          <li>Cython: Various improvements (<a href="https://redirect.github.com/pygments/pygments/issues/2932">#2932</a>,
          <a href="https://redirect.github.com/pygments/pygments/issues/2933">#2933</a>)</li>

          <li>Debian control: Improve architecture parsing (<a href="https://redirect.github.com/pygments/pygments/issues/3052">#3052</a>)</li>

          <li>Devicetree: Add support for overlay/fragments (<a href="https://redirect.github.com/pygments/pygments/issues/3021">#3021</a>),
          add bytestring support (<a href="https://redirect.github.com/pygments/pygments/issues/3022">#3022</a>),
          fix catastrophic backtracking (<a href="https://redirect.github.com/pygments/pygments/issues/3057">#3057</a>)</li>

          <li>Fennel: Various improvements (<a href="https://redirect.github.com/pygments/pygments/issues/2911">#2911</a>)</li>

          <li>Haskell: Handle escape sequences in character literals (<a href="https://redirect.github.com/pygments/pygments/issues/3069">#3069</a>,
          <a href="https://redirect.github.com/pygments/pygments/issues/1795">#1795</a>)</li>

          <li>Java: Add module keywords (<a href="https://redirect.github.com/pygments/pygments/issues/2955">#2955</a>)</li>

          <li>Lean4: Add operators <code>]''</code>, <code>]?</code>, <code>]!</code>  (<a
          href="https://redirect.github.com/pygments/pygments/issues/2946">#2946</a>)</li>

          <li>LESS: Support single-line comments (<a href="https://redirect.github.com/pygments/pygments/issues/3005">#3005</a>)</li>

          <li>LilyPond: Update to 2.25.29 (<a href="https://redirect.github.com/pygments/pygments/issues/2974">#2974</a>)</li>

          <li>LLVM: Support C-style comments (<a href="https://redirect.github.com/pygments/pygments/issues/3023">#3023</a>,
          <a href="https://redirect.github.com/pygments/pygments/issues/2978">#2978</a>)</li>

          <li>Lua(u): Fix catastrophic backtracking (<a href="https://redirect.github.com/pygments/pygments/issues/3047">#3047</a>)</li>

          <li>Macaulay2: Update to 1.25.05 (<a href="https://redirect.github.com/pygments/pygments/issues/2893">#2893</a>),
          1.25.11 (<a href="https://redirect.github.com/pygments/pygments/issues/2988">#2988</a>)</li>

          <li>Mathematica: Various improvements (<a href="https://redirect.github.com/pygments/pygments/issues/2957">#2957</a>)</li>

          <li>meson: Add additional operators (<a href="https://redirect.github.com/pygments/pygments/issues/2919">#2919</a>)</li>

          <li>MySQL: Update keywords (<a href="https://redirect.github.com/pygments/pygments/issues/2970">#2970</a>)</li>

          <li>org-Mode: Support both schedule and deadline (<a href="https://redirect.github.com/pygments/pygments/issues/2899">#2899</a>)</li>

          <li>PHP: Add <code>__PROPERTY__</code> magic constant (<a href="https://redirect.github.com/pygments/pygments/issues/2924">#2924</a>),
          add reserved keywords (<a href="https://redirect.github.com/pygments/pygments/issues/3002">#3002</a>)</li>

          <li>PostgreSQL: Add more keywords (<a href="https://redirect.github.com/pygments/pygments/issues/2985">#2985</a>)</li>

          <li>protobuf: Fix namespace tokenization (<a href="https://redirect.github.com/pygments/pygments/issues/2929">#2929</a>)</li>

          <li>Python: Add <code>t</code>-string support (<a href="https://redirect.github.com/pygments/pygments/issues/2973">#2973</a>,
          <a href="https://redirect.github.com/pygments/pygments/issues/3009">#3009</a>,
          <a href="https://redirect.github.com/pygments/pygments/issues/3010">#3010</a>)</li>

          <li>Tablegen: Fix infinite loop (<a href="https://redirect.github.com/pygments/pygments/issues/2972">#2972</a>,
          <a href="https://redirect.github.com/pygments/pygments/issues/2940">#2940</a>)</li>

          <li>Tera Term macro: Add commands introduced in v5.3 through v5.6 (<a href="https://redirect.github.com/pygments/pygments/issues/2951">#2951</a>)</li>

          <li>TOML: Support TOML 1.1.0 (<a href="https://redirect.github.com/pygments/pygments/issues/3026">#3026</a>,
          <a href="https://redirect.github.com/pygments/pygments/issues/3027">#3027</a>)</li>

          <li>Turtle: Allow empty comment lines (<a href="https://redirect.github.com/pygments/pygments/issues/2980">#2980</a>)</li>

          <li>XML: Added <code>.xbrl</code> as file ending (<a href="https://redirect.github.com/pygments/pygments/issues/2890">#2890</a>,
          <a href="https://redirect.github.com/pygments/pygments/issues/2891">#2891</a>)</li>

          </ul>

          </li>

          <li>

          <p>Drop Python 3.8, and add Python 3.14 as a supported version (<a href="https://redirect.github.com/pygments/pygments/issues/2987">#2987</a>,
          <a href="https://redirect.github.com/pygments/pygments/issues/3012">#3012</a>)</p>

          </li>

          <li>

          <p>Various improvements to <code>autopygmentize</code> (<a href="https://redirect.github.com/pygments/pygments/issues/2894">#2894</a>)</p>

          </li>

          <li>

          <p>Update <code>onedark</code> style to support more token types (<a href="https://redirect.github.com/pygments/pygments/issues/2977">#2977</a>)</p>

          </li>

          <li>

          <p>Update <code>rtt</code> style to support more token types (<a href="https://redirect.github.com/pygments/pygments/issues/2895">#2895</a>)</p>

          </li>

          <li>

          <p>Cache entry points to improve performance (<a href="https://redirect.github.com/pygments/pygments/issues/2979">#2979</a>)</p>

          </li>

          <li>

          <p>Fix <code>xterm-256</code> color table (<a href="https://redirect.github.com/pygments/pygments/issues/3043">#3043</a>)</p>

          </li>

          <li>

          <p>Fix <code>kwargs</code> dictionary getting mutated on each call (<a href="https://redirect.github.com/pygments/pygments/issues/3044">#3044</a>)</p>

          </li>

          </ul>

          </blockquote>

          </details>

          <details>

          <summary>Commits</summary>

          <ul>

          <li><a href="https://github.com/pygments/pygments/commit/708197d82827ba2d5ca78bcbb653c7102ce86dcd"><code>708197d</code></a>
          Fix underline length.</li>

          <li><a href="https://github.com/pygments/pygments/commit/1d4538ae8621d766ecc91ff59caf76ab75983abc"><code>1d4538a</code></a>
          Prepare 2.20 release.</li>

          <li><a href="https://github.com/pygments/pygments/commit/2ceaee4e634eebae2d10a47fd05406871f6bac8f"><code>2ceaee4</code></a>
          Update CHANGES.</li>

          <li><a href="https://github.com/pygments/pygments/commit/e3a3c54b58c7f80bc4db887e471d4f91c77844ed"><code>e3a3c54</code></a>
          Fix Haskell lexer: handle escape sequences in character literals (<a href="https://redirect.github.com/pygments/pygments/issues/3069">#3069</a>)</li>

          <li><a href="https://github.com/pygments/pygments/commit/d7c3453e342dac319f58e4091f4ef183cc49d802"><code>d7c3453</code></a>
          Merge pull request <a href="https://redirect.github.com/pygments/pygments/issues/3071">#3071</a>
          from pygments/harden-html-formatter</li>

          <li><a href="https://github.com/pygments/pygments/commit/0f97e7c37d44abfa4ddfddf44a3290fdad586034"><code>0f97e7c</code></a>
          Harden the HTML formatter against CSS.</li>

          <li><a href="https://github.com/pygments/pygments/commit/9f981b2ba42b88ca5bdcebf12cd01efd7cd80aec"><code>9f981b2</code></a>
          Update CHANGES.</li>

          <li><a href="https://github.com/pygments/pygments/commit/1d889151024e9a53f3702a60558b29b070306e9e"><code>1d88915</code></a>
          Update CHANGES.</li>

          <li><a href="https://github.com/pygments/pygments/commit/c3d93adb9827fc054c3c12b47bde31c781a36a93"><code>c3d93ad</code></a>
          Fix ASN.1 lexer: recognize minus sign and fix range operator (<a href="https://redirect.github.com/pygments/pygments/issues/3060">#3060</a>)</li>

          <li><a href="https://github.com/pygments/pygments/commit/4f06bcf8a5ba3f2b5bda24a26ccf041a1a65d91e"><code>4f06bcf</code></a>
          fix bad behaving backtracking regex in CommonLispLexer</li>

          <li>Additional commits viewable in <a href="https://github.com/pygments/pygments/compare/2.19.2...2.20.0">compare
          view</a></li>

          </ul>

          </details>

          <br />

          '
        change_url: https://github.com/vexxhost/ansible-collection-kubernetes/pull/249
        commit_id: 2666a735cb8e670bbb1f1df0f120c0a79741d84c
        patchset: 2666a735cb8e670bbb1f1df0f120c0a79741d84c
        project:
          canonical_hostname: github.com
          canonical_name: github.com/vexxhost/ansible-collection-kubernetes
          name: vexxhost/ansible-collection-kubernetes
          short_name: ansible-collection-kubernetes
          src_dir: src/github.com/vexxhost/ansible-collection-kubernetes
        src_dir: src/github.com/vexxhost/ansible-collection-kubernetes
        topic: null
      buildset: ecb0c49f0cea44f1bbb376347388259a
      buildset_refs:
      - branch: main
        change: '249'
        change_message: 'chore(deps): bump pygments from 2.19.2 to 2.20.0


          Bumps [pygments](https://github.com/pygments/pygments) from 2.19.2 to 2.20.0.

          <details>

          <summary>Release notes</summary>

          <p><em>Sourced from <a href="https://github.com/pygments/pygments/releases">pygments''s
          releases</a>.</em></p>

          <blockquote>

          <h2>2.20.0</h2>

          <ul>

          <li>

          <p>New lexers:</p>

          <ul>

          <li>Rell (<a href="https://redirect.github.com/pygments/pygments/issues/2914">#2914</a>)</li>

          </ul>

          </li>

          <li>

          <p>Updated lexers:</p>

          <ul>

          <li>archetype: Fix catastrophic backtracking in GUID and ID patterns (<a
          href="https://redirect.github.com/pygments/pygments/issues/3064">#3064</a>)</li>

          <li>ASN.1: Recognize minus sign and fix range operator (<a href="https://redirect.github.com/pygments/pygments/issues/3014">#3014</a>,
          <a href="https://redirect.github.com/pygments/pygments/issues/3060">#3060</a>)</li>

          <li>C++: Add C++26 keywords (<a href="https://redirect.github.com/pygments/pygments/issues/2955">#2955</a>),
          add integer literal suffixes (<a href="https://redirect.github.com/pygments/pygments/issues/2966">#2966</a>)</li>

          <li>ComponentPascal: Fix <code>analyse_text</code> (<a href="https://redirect.github.com/pygments/pygments/issues/3028">#3028</a>,
          <a href="https://redirect.github.com/pygments/pygments/issues/3032">#3032</a>)</li>

          <li>Coq renamed to Rocq (<a href="https://redirect.github.com/pygments/pygments/issues/2883">#2883</a>,
          <a href="https://redirect.github.com/pygments/pygments/issues/2908">#2908</a>)</li>

          <li>Cython: Various improvements (<a href="https://redirect.github.com/pygments/pygments/issues/2932">#2932</a>,
          <a href="https://redirect.github.com/pygments/pygments/issues/2933">#2933</a>)</li>

          <li>Debian control: Improve architecture parsing (<a href="https://redirect.github.com/pygments/pygments/issues/3052">#3052</a>)</li>

          <li>Devicetree: Add support for overlay/fragments (<a href="https://redirect.github.com/pygments/pygments/issues/3021">#3021</a>),
          add bytestring support (<a href="https://redirect.github.com/pygments/pygments/issues/3022">#3022</a>),
          fix catastrophic backtracking (<a href="https://redirect.github.com/pygments/pygments/issues/3057">#3057</a>)</li>

          <li>Fennel: Various improvements (<a href="https://redirect.github.com/pygments/pygments/issues/2911">#2911</a>)</li>

          <li>Haskell: Handle escape sequences in character literals (<a href="https://redirect.github.com/pygments/pygments/issues/3069">#3069</a>,
          <a href="https://redirect.github.com/pygments/pygments/issues/1795">#1795</a>)</li>

          <li>Java: Add module keywords (<a href="https://redirect.github.com/pygments/pygments/issues/2955">#2955</a>)</li>

          <li>Lean4: Add operators <code>]''</code>, <code>]?</code>, <code>]!</code>  (<a
          href="https://redirect.github.com/pygments/pygments/issues/2946">#2946</a>)</li>

          <li>LESS: Support single-line comments (<a href="https://redirect.github.com/pygments/pygments/issues/3005">#3005</a>)</li>

          <li>LilyPond: Update to 2.25.29 (<a href="https://redirect.github.com/pygments/pygments/issues/2974">#2974</a>)</li>

          <li>LLVM: Support C-style comments (<a href="https://redirect.github.com/pygments/pygments/issues/3023">#3023</a>,
          <a href="https://redirect.github.com/pygments/pygments/issues/2978">#2978</a>)</li>

          <li>Lua(u): Fix catastrophic backtracking (<a href="https://redirect.github.com/pygments/pygments/issues/3047">#3047</a>)</li>

          <li>Macaulay2: Update to 1.25.05 (<a href="https://redirect.github.com/pygments/pygments/issues/2893">#2893</a>),
          1.25.11 (<a href="https://redirect.github.com/pygments/pygments/issues/2988">#2988</a>)</li>

          <li>Mathematica: Various improvements (<a href="https://redirect.github.com/pygments/pygments/issues/2957">#2957</a>)</li>

          <li>meson: Add additional operators (<a href="https://redirect.github.com/pygments/pygments/issues/2919">#2919</a>)</li>

          <li>MySQL: Update keywords (<a href="https://redirect.github.com/pygments/pygments/issues/2970">#2970</a>)</li>

          <li>org-Mode: Support both schedule and deadline (<a href="https://redirect.github.com/pygments/pygments/issues/2899">#2899</a>)</li>

          <li>PHP: Add <code>__PROPERTY__</code> magic constant (<a href="https://redirect.github.com/pygments/pygments/issues/2924">#2924</a>),
          add reserved keywords (<a href="https://redirect.github.com/pygments/pygments/issues/3002">#3002</a>)</li>

          <li>PostgreSQL: Add more keywords (<a href="https://redirect.github.com/pygments/pygments/issues/2985">#2985</a>)</li>

          <li>protobuf: Fix namespace tokenization (<a href="https://redirect.github.com/pygments/pygments/issues/2929">#2929</a>)</li>

          <li>Python: Add <code>t</code>-string support (<a href="https://redirect.github.com/pygments/pygments/issues/2973">#2973</a>,
          <a href="https://redirect.github.com/pygments/pygments/issues/3009">#3009</a>,
          <a href="https://redirect.github.com/pygments/pygments/issues/3010">#3010</a>)</li>

          <li>Tablegen: Fix infinite loop (<a href="https://redirect.github.com/pygments/pygments/issues/2972">#2972</a>,
          <a href="https://redirect.github.com/pygments/pygments/issues/2940">#2940</a>)</li>

          <li>Tera Term macro: Add commands introduced in v5.3 through v5.6 (<a href="https://redirect.github.com/pygments/pygments/issues/2951">#2951</a>)</li>

          <li>TOML: Support TOML 1.1.0 (<a href="https://redirect.github.com/pygments/pygments/issues/3026">#3026</a>,
          <a href="https://redirect.github.com/pygments/pygments/issues/3027">#3027</a>)</li>

          <li>Turtle: Allow empty comment lines (<a href="https://redirect.github.com/pygments/pygments/issues/2980">#2980</a>)</li>

          <li>XML: Added <code>.xbrl</code> as file ending (<a href="https://redirect.github.com/pygments/pygments/issues/2890">#2890</a>,
          <a href="https://redirect.github.com/pygments/pygments/issues/2891">#2891</a>)</li>

          </ul>

          </li>

          <li>

          <p>Drop Python 3.8, and add Python 3.14 as a supported version (<a href="https://redirect.github.com/pygments/pygments/issues/2987">#2987</a>,
          <a href="https://redirect.github.com/pygments/pygments/issues/3012">#3012</a>)</p>

          </li>

          <li>

          <p>Various improvements to <code>autopygmentize</code> (<a href="https://redirect.github.com/pygments/pygments/issues/2894">#2894</a>)</p>

          </li>

          <li>

          <p>Update <code>onedark</code> style to support more token types (<a href="https://redirect.github.com/pygments/pygments/issues/2977">#2977</a>)</p>

          </li>

          <li>

          <p>Update <code>rtt</code> style to support more token types (<a href="https://redirect.github.com/pygments/pygments/issues/2895">#2895</a>)</p>

          </li>

          <li>

          <p>Cache entry points to improve performance (<a href="https://redirect.github.com/pygments/pygments/issues/2979">#2979</a>)</p>

          </li>

          <li>

          <p>Fix <code>xterm-256</code> color table (<a href="https://redirect.github.com/pygments/pygments/issues/3043">#3043</a>)</p>

          </li>

          <li>

          <p>Fix <code>kwargs</code> dictionary getting mutated on each call (<a href="https://redirect.github.com/pygments/pygments/issues/3044">#3044</a>)</p>

          </li>

          </ul>

          </blockquote>

          </details>

          <details>

          <summary>Changelog</summary>

          <p><em>Sourced from <a href="https://github.com/pygments/pygments/blob/master/CHANGES">pygments''s
          changelog</a>.</em></p>

          <blockquote>

          <h2>Version 2.20.0</h2>

          <p>(released March 29th, 2026)</p>

          <ul>

          <li>

          <p>New lexers:</p>

          <ul>

          <li>Rell (<a href="https://redirect.github.com/pygments/pygments/issues/2914">#2914</a>)</li>

          </ul>

          </li>

          <li>

          <p>Updated lexers:</p>

          <ul>

          <li>archetype: Fix catastrophic backtracking in GUID and ID patterns (<a
          href="https://redirect.github.com/pygments/pygments/issues/3064">#3064</a>)</li>

          <li>ASN.1: Recognize minus sign and fix range operator (<a href="https://redirect.github.com/pygments/pygments/issues/3014">#3014</a>,
          <a href="https://redirect.github.com/pygments/pygments/issues/3060">#3060</a>)</li>

          <li>C++: Add C++26 keywords (<a href="https://redirect.github.com/pygments/pygments/issues/2955">#2955</a>),
          add integer literal suffixes (<a href="https://redirect.github.com/pygments/pygments/issues/2966">#2966</a>)</li>

          <li>ComponentPascal: Fix <code>analyse_text</code> (<a href="https://redirect.github.com/pygments/pygments/issues/3028">#3028</a>,
          <a href="https://redirect.github.com/pygments/pygments/issues/3032">#3032</a>)</li>

          <li>Coq renamed to Rocq (<a href="https://redirect.github.com/pygments/pygments/issues/2883">#2883</a>,
          <a href="https://redirect.github.com/pygments/pygments/issues/2908">#2908</a>)</li>

          <li>Cython: Various improvements (<a href="https://redirect.github.com/pygments/pygments/issues/2932">#2932</a>,
          <a href="https://redirect.github.com/pygments/pygments/issues/2933">#2933</a>)</li>

          <li>Debian control: Improve architecture parsing (<a href="https://redirect.github.com/pygments/pygments/issues/3052">#3052</a>)</li>

          <li>Devicetree: Add support for overlay/fragments (<a href="https://redirect.github.com/pygments/pygments/issues/3021">#3021</a>),
          add bytestring support (<a href="https://redirect.github.com/pygments/pygments/issues/3022">#3022</a>),
          fix catastrophic backtracking (<a href="https://redirect.github.com/pygments/pygments/issues/3057">#3057</a>)</li>

          <li>Fennel: Various improvements (<a href="https://redirect.github.com/pygments/pygments/issues/2911">#2911</a>)</li>

          <li>Haskell: Handle escape sequences in character literals (<a href="https://redirect.github.com/pygments/pygments/issues/3069">#3069</a>,
          <a href="https://redirect.github.com/pygments/pygments/issues/1795">#1795</a>)</li>

          <li>Java: Add module keywords (<a href="https://redirect.github.com/pygments/pygments/issues/2955">#2955</a>)</li>

          <li>Lean4: Add operators <code>]''</code>, <code>]?</code>, <code>]!</code>  (<a
          href="https://redirect.github.com/pygments/pygments/issues/2946">#2946</a>)</li>

          <li>LESS: Support single-line comments (<a href="https://redirect.github.com/pygments/pygments/issues/3005">#3005</a>)</li>

          <li>LilyPond: Update to 2.25.29 (<a href="https://redirect.github.com/pygments/pygments/issues/2974">#2974</a>)</li>

          <li>LLVM: Support C-style comments (<a href="https://redirect.github.com/pygments/pygments/issues/3023">#3023</a>,
          <a href="https://redirect.github.com/pygments/pygments/issues/2978">#2978</a>)</li>

          <li>Lua(u): Fix catastrophic backtracking (<a href="https://redirect.github.com/pygments/pygments/issues/3047">#3047</a>)</li>

          <li>Macaulay2: Update to 1.25.05 (<a href="https://redirect.github.com/pygments/pygments/issues/2893">#2893</a>),
          1.25.11 (<a href="https://redirect.github.com/pygments/pygments/issues/2988">#2988</a>)</li>

          <li>Mathematica: Various improvements (<a href="https://redirect.github.com/pygments/pygments/issues/2957">#2957</a>)</li>

          <li>meson: Add additional operators (<a href="https://redirect.github.com/pygments/pygments/issues/2919">#2919</a>)</li>

          <li>MySQL: Update keywords (<a href="https://redirect.github.com/pygments/pygments/issues/2970">#2970</a>)</li>

          <li>org-Mode: Support both schedule and deadline (<a href="https://redirect.github.com/pygments/pygments/issues/2899">#2899</a>)</li>

          <li>PHP: Add <code>__PROPERTY__</code> magic constant (<a href="https://redirect.github.com/pygments/pygments/issues/2924">#2924</a>),
          add reserved keywords (<a href="https://redirect.github.com/pygments/pygments/issues/3002">#3002</a>)</li>

          <li>PostgreSQL: Add more keywords (<a href="https://redirect.github.com/pygments/pygments/issues/2985">#2985</a>)</li>

          <li>protobuf: Fix namespace tokenization (<a href="https://redirect.github.com/pygments/pygments/issues/2929">#2929</a>)</li>

          <li>Python: Add <code>t</code>-string support (<a href="https://redirect.github.com/pygments/pygments/issues/2973">#2973</a>,
          <a href="https://redirect.github.com/pygments/pygments/issues/3009">#3009</a>,
          <a href="https://redirect.github.com/pygments/pygments/issues/3010">#3010</a>)</li>

          <li>Tablegen: Fix infinite loop (<a href="https://redirect.github.com/pygments/pygments/issues/2972">#2972</a>,
          <a href="https://redirect.github.com/pygments/pygments/issues/2940">#2940</a>)</li>

          <li>Tera Term macro: Add commands introduced in v5.3 through v5.6 (<a href="https://redirect.github.com/pygments/pygments/issues/2951">#2951</a>)</li>

          <li>TOML: Support TOML 1.1.0 (<a href="https://redirect.github.com/pygments/pygments/issues/3026">#3026</a>,
          <a href="https://redirect.github.com/pygments/pygments/issues/3027">#3027</a>)</li>

          <li>Turtle: Allow empty comment lines (<a href="https://redirect.github.com/pygments/pygments/issues/2980">#2980</a>)</li>

          <li>XML: Added <code>.xbrl</code> as file ending (<a href="https://redirect.github.com/pygments/pygments/issues/2890">#2890</a>,
          <a href="https://redirect.github.com/pygments/pygments/issues/2891">#2891</a>)</li>

          </ul>

          </li>

          <li>

          <p>Drop Python 3.8, and add Python 3.14 as a supported version (<a href="https://redirect.github.com/pygments/pygments/issues/2987">#2987</a>,
          <a href="https://redirect.github.com/pygments/pygments/issues/3012">#3012</a>)</p>

          </li>

          <li>

          <p>Various improvements to <code>autopygmentize</code> (<a href="https://redirect.github.com/pygments/pygments/issues/2894">#2894</a>)</p>

          </li>

          <li>

          <p>Update <code>onedark</code> style to support more token types (<a href="https://redirect.github.com/pygments/pygments/issues/2977">#2977</a>)</p>

          </li>

          <li>

          <p>Update <code>rtt</code> style to support more token types (<a href="https://redirect.github.com/pygments/pygments/issues/2895">#2895</a>)</p>

          </li>

          <li>

          <p>Cache entry points to improve performance (<a href="https://redirect.github.com/pygments/pygments/issues/2979">#2979</a>)</p>

          </li>

          <li>

          <p>Fix <code>xterm-256</code> color table (<a href="https://redirect.github.com/pygments/pygments/issues/3043">#3043</a>)</p>

          </li>

          <li>

          <p>Fix <code>kwargs</code> dictionary getting mutated on each call (<a href="https://redirect.github.com/pygments/pygments/issues/3044">#3044</a>)</p>

          </li>

          </ul>

          </blockquote>

          </details>

          <details>

          <summary>Commits</summary>

          <ul>

          <li><a href="https://github.com/pygments/pygments/commit/708197d82827ba2d5ca78bcbb653c7102ce86dcd"><code>708197d</code></a>
          Fix underline length.</li>

          <li><a href="https://github.com/pygments/pygments/commit/1d4538ae8621d766ecc91ff59caf76ab75983abc"><code>1d4538a</code></a>
          Prepare 2.20 release.</li>

          <li><a href="https://github.com/pygments/pygments/commit/2ceaee4e634eebae2d10a47fd05406871f6bac8f"><code>2ceaee4</code></a>
          Update CHANGES.</li>

          <li><a href="https://github.com/pygments/pygments/commit/e3a3c54b58c7f80bc4db887e471d4f91c77844ed"><code>e3a3c54</code></a>
          Fix Haskell lexer: handle escape sequences in character literals (<a href="https://redirect.github.com/pygments/pygments/issues/3069">#3069</a>)</li>

          <li><a href="https://github.com/pygments/pygments/commit/d7c3453e342dac319f58e4091f4ef183cc49d802"><code>d7c3453</code></a>
          Merge pull request <a href="https://redirect.github.com/pygments/pygments/issues/3071">#3071</a>
          from pygments/harden-html-formatter</li>

          <li><a href="https://github.com/pygments/pygments/commit/0f97e7c37d44abfa4ddfddf44a3290fdad586034"><code>0f97e7c</code></a>
          Harden the HTML formatter against CSS.</li>

          <li><a href="https://github.com/pygments/pygments/commit/9f981b2ba42b88ca5bdcebf12cd01efd7cd80aec"><code>9f981b2</code></a>
          Update CHANGES.</li>

          <li><a href="https://github.com/pygments/pygments/commit/1d889151024e9a53f3702a60558b29b070306e9e"><code>1d88915</code></a>
          Update CHANGES.</li>

          <li><a href="https://github.com/pygments/pygments/commit/c3d93adb9827fc054c3c12b47bde31c781a36a93"><code>c3d93ad</code></a>
          Fix ASN.1 lexer: recognize minus sign and fix range operator (<a href="https://redirect.github.com/pygments/pygments/issues/3060">#3060</a>)</li>

          <li><a href="https://github.com/pygments/pygments/commit/4f06bcf8a5ba3f2b5bda24a26ccf041a1a65d91e"><code>4f06bcf</code></a>
          fix bad behaving backtracking regex in CommonLispLexer</li>

          <li>Additional commits viewable in <a href="https://github.com/pygments/pygments/compare/2.19.2...2.20.0">compare
          view</a></li>

          </ul>

          </details>

          <br />

          '
        change_url: https://github.com/vexxhost/ansible-collection-kubernetes/pull/249
        commit_id: 2666a735cb8e670bbb1f1df0f120c0a79741d84c
        patchset: 2666a735cb8e670bbb1f1df0f120c0a79741d84c
        project:
          canonical_hostname: github.com
          canonical_name: github.com/vexxhost/ansible-collection-kubernetes
          name: vexxhost/ansible-collection-kubernetes
          short_name: ansible-collection-kubernetes
          src_dir: src/github.com/vexxhost/ansible-collection-kubernetes
        src_dir: src/github.com/vexxhost/ansible-collection-kubernetes
        topic: null
      change: '249'
      change_message: 'chore(deps): bump pygments from 2.19.2 to 2.20.0


        Bumps [pygments](https://github.com/pygments/pygments) from 2.19.2 to 2.20.0.

        <details>

        <summary>Release notes</summary>

        <p><em>Sourced from <a href="https://github.com/pygments/pygments/releases">pygments''s
        releases</a>.</em></p>

        <blockquote>

        <h2>2.20.0</h2>

        <ul>

        <li>

        <p>New lexers:</p>

        <ul>

        <li>Rell (<a href="https://redirect.github.com/pygments/pygments/issues/2914">#2914</a>)</li>

        </ul>

        </li>

        <li>

        <p>Updated lexers:</p>

        <ul>

        <li>archetype: Fix catastrophic backtracking in GUID and ID patterns (<a href="https://redirect.github.com/pygments/pygments/issues/3064">#3064</a>)</li>

        <li>ASN.1: Recognize minus sign and fix range operator (<a href="https://redirect.github.com/pygments/pygments/issues/3014">#3014</a>,
        <a href="https://redirect.github.com/pygments/pygments/issues/3060">#3060</a>)</li>

        <li>C++: Add C++26 keywords (<a href="https://redirect.github.com/pygments/pygments/issues/2955">#2955</a>),
        add integer literal suffixes (<a href="https://redirect.github.com/pygments/pygments/issues/2966">#2966</a>)</li>

        <li>ComponentPascal: Fix <code>analyse_text</code> (<a href="https://redirect.github.com/pygments/pygments/issues/3028">#3028</a>,
        <a href="https://redirect.github.com/pygments/pygments/issues/3032">#3032</a>)</li>

        <li>Coq renamed to Rocq (<a href="https://redirect.github.com/pygments/pygments/issues/2883">#2883</a>,
        <a href="https://redirect.github.com/pygments/pygments/issues/2908">#2908</a>)</li>

        <li>Cython: Various improvements (<a href="https://redirect.github.com/pygments/pygments/issues/2932">#2932</a>,
        <a href="https://redirect.github.com/pygments/pygments/issues/2933">#2933</a>)</li>

        <li>Debian control: Improve architecture parsing (<a href="https://redirect.github.com/pygments/pygments/issues/3052">#3052</a>)</li>

        <li>Devicetree: Add support for overlay/fragments (<a href="https://redirect.github.com/pygments/pygments/issues/3021">#3021</a>),
        add bytestring support (<a href="https://redirect.github.com/pygments/pygments/issues/3022">#3022</a>),
        fix catastrophic backtracking (<a href="https://redirect.github.com/pygments/pygments/issues/3057">#3057</a>)</li>

        <li>Fennel: Various improvements (<a href="https://redirect.github.com/pygments/pygments/issues/2911">#2911</a>)</li>

        <li>Haskell: Handle escape sequences in character literals (<a href="https://redirect.github.com/pygments/pygments/issues/3069">#3069</a>,
        <a href="https://redirect.github.com/pygments/pygments/issues/1795">#1795</a>)</li>

        <li>Java: Add module keywords (<a href="https://redirect.github.com/pygments/pygments/issues/2955">#2955</a>)</li>

        <li>Lean4: Add operators <code>]''</code>, <code>]?</code>, <code>]!</code>  (<a
        href="https://redirect.github.com/pygments/pygments/issues/2946">#2946</a>)</li>

        <li>LESS: Support single-line comments (<a href="https://redirect.github.com/pygments/pygments/issues/3005">#3005</a>)</li>

        <li>LilyPond: Update to 2.25.29 (<a href="https://redirect.github.com/pygments/pygments/issues/2974">#2974</a>)</li>

        <li>LLVM: Support C-style comments (<a href="https://redirect.github.com/pygments/pygments/issues/3023">#3023</a>,
        <a href="https://redirect.github.com/pygments/pygments/issues/2978">#2978</a>)</li>

        <li>Lua(u): Fix catastrophic backtracking (<a href="https://redirect.github.com/pygments/pygments/issues/3047">#3047</a>)</li>

        <li>Macaulay2: Update to 1.25.05 (<a href="https://redirect.github.com/pygments/pygments/issues/2893">#2893</a>),
        1.25.11 (<a href="https://redirect.github.com/pygments/pygments/issues/2988">#2988</a>)</li>

        <li>Mathematica: Various improvements (<a href="https://redirect.github.com/pygments/pygments/issues/2957">#2957</a>)</li>

        <li>meson: Add additional operators (<a href="https://redirect.github.com/pygments/pygments/issues/2919">#2919</a>)</li>

        <li>MySQL: Update keywords (<a href="https://redirect.github.com/pygments/pygments/issues/2970">#2970</a>)</li>

        <li>org-Mode: Support both schedule and deadline (<a href="https://redirect.github.com/pygments/pygments/issues/2899">#2899</a>)</li>

        <li>PHP: Add <code>__PROPERTY__</code> magic constant (<a href="https://redirect.github.com/pygments/pygments/issues/2924">#2924</a>),
        add reserved keywords (<a href="https://redirect.github.com/pygments/pygments/issues/3002">#3002</a>)</li>

        <li>PostgreSQL: Add more keywords (<a href="https://redirect.github.com/pygments/pygments/issues/2985">#2985</a>)</li>

        <li>protobuf: Fix namespace tokenization (<a href="https://redirect.github.com/pygments/pygments/issues/2929">#2929</a>)</li>

        <li>Python: Add <code>t</code>-string support (<a href="https://redirect.github.com/pygments/pygments/issues/2973">#2973</a>,
        <a href="https://redirect.github.com/pygments/pygments/issues/3009">#3009</a>,
        <a href="https://redirect.github.com/pygments/pygments/issues/3010">#3010</a>)</li>

        <li>Tablegen: Fix infinite loop (<a href="https://redirect.github.com/pygments/pygments/issues/2972">#2972</a>,
        <a href="https://redirect.github.com/pygments/pygments/issues/2940">#2940</a>)</li>

        <li>Tera Term macro: Add commands introduced in v5.3 through v5.6 (<a href="https://redirect.github.com/pygments/pygments/issues/2951">#2951</a>)</li>

        <li>TOML: Support TOML 1.1.0 (<a href="https://redirect.github.com/pygments/pygments/issues/3026">#3026</a>,
        <a href="https://redirect.github.com/pygments/pygments/issues/3027">#3027</a>)</li>

        <li>Turtle: Allow empty comment lines (<a href="https://redirect.github.com/pygments/pygments/issues/2980">#2980</a>)</li>

        <li>XML: Added <code>.xbrl</code> as file ending (<a href="https://redirect.github.com/pygments/pygments/issues/2890">#2890</a>,
        <a href="https://redirect.github.com/pygments/pygments/issues/2891">#2891</a>)</li>

        </ul>

        </li>

        <li>

        <p>Drop Python 3.8, and add Python 3.14 as a supported version (<a href="https://redirect.github.com/pygments/pygments/issues/2987">#2987</a>,
        <a href="https://redirect.github.com/pygments/pygments/issues/3012">#3012</a>)</p>

        </li>

        <li>

        <p>Various improvements to <code>autopygmentize</code> (<a href="https://redirect.github.com/pygments/pygments/issues/2894">#2894</a>)</p>

        </li>

        <li>

        <p>Update <code>onedark</code> style to support more token types (<a href="https://redirect.github.com/pygments/pygments/issues/2977">#2977</a>)</p>

        </li>

        <li>

        <p>Update <code>rtt</code> style to support more token types (<a href="https://redirect.github.com/pygments/pygments/issues/2895">#2895</a>)</p>

        </li>

        <li>

        <p>Cache entry points to improve performance (<a href="https://redirect.github.com/pygments/pygments/issues/2979">#2979</a>)</p>

        </li>

        <li>

        <p>Fix <code>xterm-256</code> color table (<a href="https://redirect.github.com/pygments/pygments/issues/3043">#3043</a>)</p>

        </li>

        <li>

        <p>Fix <code>kwargs</code> dictionary getting mutated on each call (<a href="https://redirect.github.com/pygments/pygments/issues/3044">#3044</a>)</p>

        </li>

        </ul>

        </blockquote>

        </details>

        <details>

        <summary>Changelog</summary>

        <p><em>Sourced from <a href="https://github.com/pygments/pygments/blob/master/CHANGES">pygments''s
        changelog</a>.</em></p>

        <blockquote>

        <h2>Version 2.20.0</h2>

        <p>(released March 29th, 2026)</p>

        <ul>

        <li>

        <p>New lexers:</p>

        <ul>

        <li>Rell (<a href="https://redirect.github.com/pygments/pygments/issues/2914">#2914</a>)</li>

        </ul>

        </li>

        <li>

        <p>Updated lexers:</p>

        <ul>

        <li>archetype: Fix catastrophic backtracking in GUID and ID patterns (<a href="https://redirect.github.com/pygments/pygments/issues/3064">#3064</a>)</li>

        <li>ASN.1: Recognize minus sign and fix range operator (<a href="https://redirect.github.com/pygments/pygments/issues/3014">#3014</a>,
        <a href="https://redirect.github.com/pygments/pygments/issues/3060">#3060</a>)</li>

        <li>C++: Add C++26 keywords (<a href="https://redirect.github.com/pygments/pygments/issues/2955">#2955</a>),
        add integer literal suffixes (<a href="https://redirect.github.com/pygments/pygments/issues/2966">#2966</a>)</li>

        <li>ComponentPascal: Fix <code>analyse_text</code> (<a href="https://redirect.github.com/pygments/pygments/issues/3028">#3028</a>,
        <a href="https://redirect.github.com/pygments/pygments/issues/3032">#3032</a>)</li>

        <li>Coq renamed to Rocq (<a href="https://redirect.github.com/pygments/pygments/issues/2883">#2883</a>,
        <a href="https://redirect.github.com/pygments/pygments/issues/2908">#2908</a>)</li>

        <li>Cython: Various improvements (<a href="https://redirect.github.com/pygments/pygments/issues/2932">#2932</a>,
        <a href="https://redirect.github.com/pygments/pygments/issues/2933">#2933</a>)</li>

        <li>Debian control: Improve architecture parsing (<a href="https://redirect.github.com/pygments/pygments/issues/3052">#3052</a>)</li>

        <li>Devicetree: Add support for overlay/fragments (<a href="https://redirect.github.com/pygments/pygments/issues/3021">#3021</a>),
        add bytestring support (<a href="https://redirect.github.com/pygments/pygments/issues/3022">#3022</a>),
        fix catastrophic backtracking (<a href="https://redirect.github.com/pygments/pygments/issues/3057">#3057</a>)</li>

        <li>Fennel: Various improvements (<a href="https://redirect.github.com/pygments/pygments/issues/2911">#2911</a>)</li>

        <li>Haskell: Handle escape sequences in character literals (<a href="https://redirect.github.com/pygments/pygments/issues/3069">#3069</a>,
        <a href="https://redirect.github.com/pygments/pygments/issues/1795">#1795</a>)</li>

        <li>Java: Add module keywords (<a href="https://redirect.github.com/pygments/pygments/issues/2955">#2955</a>)</li>

        <li>Lean4: Add operators <code>]''</code>, <code>]?</code>, <code>]!</code>  (<a
        href="https://redirect.github.com/pygments/pygments/issues/2946">#2946</a>)</li>

        <li>LESS: Support single-line comments (<a href="https://redirect.github.com/pygments/pygments/issues/3005">#3005</a>)</li>

        <li>LilyPond: Update to 2.25.29 (<a href="https://redirect.github.com/pygments/pygments/issues/2974">#2974</a>)</li>

        <li>LLVM: Support C-style comments (<a href="https://redirect.github.com/pygments/pygments/issues/3023">#3023</a>,
        <a href="https://redirect.github.com/pygments/pygments/issues/2978">#2978</a>)</li>

        <li>Lua(u): Fix catastrophic backtracking (<a href="https://redirect.github.com/pygments/pygments/issues/3047">#3047</a>)</li>

        <li>Macaulay2: Update to 1.25.05 (<a href="https://redirect.github.com/pygments/pygments/issues/2893">#2893</a>),
        1.25.11 (<a href="https://redirect.github.com/pygments/pygments/issues/2988">#2988</a>)</li>

        <li>Mathematica: Various improvements (<a href="https://redirect.github.com/pygments/pygments/issues/2957">#2957</a>)</li>

        <li>meson: Add additional operators (<a href="https://redirect.github.com/pygments/pygments/issues/2919">#2919</a>)</li>

        <li>MySQL: Update keywords (<a href="https://redirect.github.com/pygments/pygments/issues/2970">#2970</a>)</li>

        <li>org-Mode: Support both schedule and deadline (<a href="https://redirect.github.com/pygments/pygments/issues/2899">#2899</a>)</li>

        <li>PHP: Add <code>__PROPERTY__</code> magic constant (<a href="https://redirect.github.com/pygments/pygments/issues/2924">#2924</a>),
        add reserved keywords (<a href="https://redirect.github.com/pygments/pygments/issues/3002">#3002</a>)</li>

        <li>PostgreSQL: Add more keywords (<a href="https://redirect.github.com/pygments/pygments/issues/2985">#2985</a>)</li>

        <li>protobuf: Fix namespace tokenization (<a href="https://redirect.github.com/pygments/pygments/issues/2929">#2929</a>)</li>

        <li>Python: Add <code>t</code>-string support (<a href="https://redirect.github.com/pygments/pygments/issues/2973">#2973</a>,
        <a href="https://redirect.github.com/pygments/pygments/issues/3009">#3009</a>,
        <a href="https://redirect.github.com/pygments/pygments/issues/3010">#3010</a>)</li>

        <li>Tablegen: Fix infinite loop (<a href="https://redirect.github.com/pygments/pygments/issues/2972">#2972</a>,
        <a href="https://redirect.github.com/pygments/pygments/issues/2940">#2940</a>)</li>

        <li>Tera Term macro: Add commands introduced in v5.3 through v5.6 (<a href="https://redirect.github.com/pygments/pygments/issues/2951">#2951</a>)</li>

        <li>TOML: Support TOML 1.1.0 (<a href="https://redirect.github.com/pygments/pygments/issues/3026">#3026</a>,
        <a href="https://redirect.github.com/pygments/pygments/issues/3027">#3027</a>)</li>

        <li>Turtle: Allow empty comment lines (<a href="https://redirect.github.com/pygments/pygments/issues/2980">#2980</a>)</li>

        <li>XML: Added <code>.xbrl</code> as file ending (<a href="https://redirect.github.com/pygments/pygments/issues/2890">#2890</a>,
        <a href="https://redirect.github.com/pygments/pygments/issues/2891">#2891</a>)</li>

        </ul>

        </li>

        <li>

        <p>Drop Python 3.8, and add Python 3.14 as a supported version (<a href="https://redirect.github.com/pygments/pygments/issues/2987">#2987</a>,
        <a href="https://redirect.github.com/pygments/pygments/issues/3012">#3012</a>)</p>

        </li>

        <li>

        <p>Various improvements to <code>autopygmentize</code> (<a href="https://redirect.github.com/pygments/pygments/issues/2894">#2894</a>)</p>

        </li>

        <li>

        <p>Update <code>onedark</code> style to support more token types (<a href="https://redirect.github.com/pygments/pygments/issues/2977">#2977</a>)</p>

        </li>

        <li>

        <p>Update <code>rtt</code> style to support more token types (<a href="https://redirect.github.com/pygments/pygments/issues/2895">#2895</a>)</p>

        </li>

        <li>

        <p>Cache entry points to improve performance (<a href="https://redirect.github.com/pygments/pygments/issues/2979">#2979</a>)</p>

        </li>

        <li>

        <p>Fix <code>xterm-256</code> color table (<a href="https://redirect.github.com/pygments/pygments/issues/3043">#3043</a>)</p>

        </li>

        <li>

        <p>Fix <code>kwargs</code> dictionary getting mutated on each call (<a href="https://redirect.github.com/pygments/pygments/issues/3044">#3044</a>)</p>

        </li>

        </ul>

        </blockquote>

        </details>

        <details>

        <summary>Commits</summary>

        <ul>

        <li><a href="https://github.com/pygments/pygments/commit/708197d82827ba2d5ca78bcbb653c7102ce86dcd"><code>708197d</code></a>
        Fix underline length.</li>

        <li><a href="https://github.com/pygments/pygments/commit/1d4538ae8621d766ecc91ff59caf76ab75983abc"><code>1d4538a</code></a>
        Prepare 2.20 release.</li>

        <li><a href="https://github.com/pygments/pygments/commit/2ceaee4e634eebae2d10a47fd05406871f6bac8f"><code>2ceaee4</code></a>
        Update CHANGES.</li>

        <li><a href="https://github.com/pygments/pygments/commit/e3a3c54b58c7f80bc4db887e471d4f91c77844ed"><code>e3a3c54</code></a>
        Fix Haskell lexer: handle escape sequences in character literals (<a href="https://redirect.github.com/pygments/pygments/issues/3069">#3069</a>)</li>

        <li><a href="https://github.com/pygments/pygments/commit/d7c3453e342dac319f58e4091f4ef183cc49d802"><code>d7c3453</code></a>
        Merge pull request <a href="https://redirect.github.com/pygments/pygments/issues/3071">#3071</a>
        from pygments/harden-html-formatter</li>

        <li><a href="https://github.com/pygments/pygments/commit/0f97e7c37d44abfa4ddfddf44a3290fdad586034"><code>0f97e7c</code></a>
        Harden the HTML formatter against CSS.</li>

        <li><a href="https://github.com/pygments/pygments/commit/9f981b2ba42b88ca5bdcebf12cd01efd7cd80aec"><code>9f981b2</code></a>
        Update CHANGES.</li>

        <li><a href="https://github.com/pygments/pygments/commit/1d889151024e9a53f3702a60558b29b070306e9e"><code>1d88915</code></a>
        Update CHANGES.</li>

        <li><a href="https://github.com/pygments/pygments/commit/c3d93adb9827fc054c3c12b47bde31c781a36a93"><code>c3d93ad</code></a>
        Fix ASN.1 lexer: recognize minus sign and fix range operator (<a href="https://redirect.github.com/pygments/pygments/issues/3060">#3060</a>)</li>

        <li><a href="https://github.com/pygments/pygments/commit/4f06bcf8a5ba3f2b5bda24a26ccf041a1a65d91e"><code>4f06bcf</code></a>
        fix bad behaving backtracking regex in CommonLispLexer</li>

        <li>Additional commits viewable in <a href="https://github.com/pygments/pygments/compare/2.19.2...2.20.0">compare
        view</a></li>

        </ul>

        </details>

        <br />

        '
      change_url: https://github.com/vexxhost/ansible-collection-kubernetes/pull/249
      child_jobs: []
      commit_id: 2666a735cb8e670bbb1f1df0f120c0a79741d84c
      event_id: 9f032180-2c7e-11f1-8341-0d5952d4bac5
      executor:
        hostname: 0a8996d2b663
        inventory_file: /var/lib/zuul/builds/dcd0054dd75443508dafcc4600b05e9b/ansible/inventory.yaml
        log_root: /var/lib/zuul/builds/dcd0054dd75443508dafcc4600b05e9b/work/logs
        result_data_file: /var/lib/zuul/builds/dcd0054dd75443508dafcc4600b05e9b/work/results.json
        src_root: /var/lib/zuul/builds/dcd0054dd75443508dafcc4600b05e9b/work/src
        work_root: /var/lib/zuul/builds/dcd0054dd75443508dafcc4600b05e9b/work
      include_vars: []
      items:
      - branch: main
        change: '249'
        change_message: 'chore(deps): bump pygments from 2.19.2 to 2.20.0


          Bumps [pygments](https://github.com/pygments/pygments) from 2.19.2 to 2.20.0.

          <details>

          <summary>Release notes</summary>

          <p><em>Sourced from <a href="https://github.com/pygments/pygments/releases">pygments''s
          releases</a>.</em></p>

          <blockquote>

          <h2>2.20.0</h2>

          <ul>

          <li>

          <p>New lexers:</p>

          <ul>

          <li>Rell (<a href="https://redirect.github.com/pygments/pygments/issues/2914">#2914</a>)</li>

          </ul>

          </li>

          <li>

          <p>Updated lexers:</p>

          <ul>

          <li>archetype: Fix catastrophic backtracking in GUID and ID patterns (<a
          href="https://redirect.github.com/pygments/pygments/issues/3064">#3064</a>)</li>

          <li>ASN.1: Recognize minus sign and fix range operator (<a href="https://redirect.github.com/pygments/pygments/issues/3014">#3014</a>,
          <a href="https://redirect.github.com/pygments/pygments/issues/3060">#3060</a>)</li>

          <li>C++: Add C++26 keywords (<a href="https://redirect.github.com/pygments/pygments/issues/2955">#2955</a>),
          add integer literal suffixes (<a href="https://redirect.github.com/pygments/pygments/issues/2966">#2966</a>)</li>

          <li>ComponentPascal: Fix <code>analyse_text</code> (<a href="https://redirect.github.com/pygments/pygments/issues/3028">#3028</a>,
          <a href="https://redirect.github.com/pygments/pygments/issues/3032">#3032</a>)</li>

          <li>Coq renamed to Rocq (<a href="https://redirect.github.com/pygments/pygments/issues/2883">#2883</a>,
          <a href="https://redirect.github.com/pygments/pygments/issues/2908">#2908</a>)</li>

          <li>Cython: Various improvements (<a href="https://redirect.github.com/pygments/pygments/issues/2932">#2932</a>,
          <a href="https://redirect.github.com/pygments/pygments/issues/2933">#2933</a>)</li>

          <li>Debian control: Improve architecture parsing (<a href="https://redirect.github.com/pygments/pygments/issues/3052">#3052</a>)</li>

          <li>Devicetree: Add support for overlay/fragments (<a href="https://redirect.github.com/pygments/pygments/issues/3021">#3021</a>),
          add bytestring support (<a href="https://redirect.github.com/pygments/pygments/issues/3022">#3022</a>),
          fix catastrophic backtracking (<a href="https://redirect.github.com/pygments/pygments/issues/3057">#3057</a>)</li>

          <li>Fennel: Various improvements (<a href="https://redirect.github.com/pygments/pygments/issues/2911">#2911</a>)</li>

          <li>Haskell: Handle escape sequences in character literals (<a href="https://redirect.github.com/pygments/pygments/issues/3069">#3069</a>,
          <a href="https://redirect.github.com/pygments/pygments/issues/1795">#1795</a>)</li>

          <li>Java: Add module keywords (<a href="https://redirect.github.com/pygments/pygments/issues/2955">#2955</a>)</li>

          <li>Lean4: Add operators <code>]''</code>, <code>]?</code>, <code>]!</code>  (<a
          href="https://redirect.github.com/pygments/pygments/issues/2946">#2946</a>)</li>

          <li>LESS: Support single-line comments (<a href="https://redirect.github.com/pygments/pygments/issues/3005">#3005</a>)</li>

          <li>LilyPond: Update to 2.25.29 (<a href="https://redirect.github.com/pygments/pygments/issues/2974">#2974</a>)</li>

          <li>LLVM: Support C-style comments (<a href="https://redirect.github.com/pygments/pygments/issues/3023">#3023</a>,
          <a href="https://redirect.github.com/pygments/pygments/issues/2978">#2978</a>)</li>

          <li>Lua(u): Fix catastrophic backtracking (<a href="https://redirect.github.com/pygments/pygments/issues/3047">#3047</a>)</li>

          <li>Macaulay2: Update to 1.25.05 (<a href="https://redirect.github.com/pygments/pygments/issues/2893">#2893</a>),
          1.25.11 (<a href="https://redirect.github.com/pygments/pygments/issues/2988">#2988</a>)</li>

          <li>Mathematica: Various improvements (<a href="https://redirect.github.com/pygments/pygments/issues/2957">#2957</a>)</li>

          <li>meson: Add additional operators (<a href="https://redirect.github.com/pygments/pygments/issues/2919">#2919</a>)</li>

          <li>MySQL: Update keywords (<a href="https://redirect.github.com/pygments/pygments/issues/2970">#2970</a>)</li>

          <li>org-Mode: Support both schedule and deadline (<a href="https://redirect.github.com/pygments/pygments/issues/2899">#2899</a>)</li>

          <li>PHP: Add <code>__PROPERTY__</code> magic constant (<a href="https://redirect.github.com/pygments/pygments/issues/2924">#2924</a>),
          add reserved keywords (<a href="https://redirect.github.com/pygments/pygments/issues/3002">#3002</a>)</li>

          <li>PostgreSQL: Add more keywords (<a href="https://redirect.github.com/pygments/pygments/issues/2985">#2985</a>)</li>

          <li>protobuf: Fix namespace tokenization (<a href="https://redirect.github.com/pygments/pygments/issues/2929">#2929</a>)</li>

          <li>Python: Add <code>t</code>-string support (<a href="https://redirect.github.com/pygments/pygments/issues/2973">#2973</a>,
          <a href="https://redirect.github.com/pygments/pygments/issues/3009">#3009</a>,
          <a href="https://redirect.github.com/pygments/pygments/issues/3010">#3010</a>)</li>

          <li>Tablegen: Fix infinite loop (<a href="https://redirect.github.com/pygments/pygments/issues/2972">#2972</a>,
          <a href="https://redirect.github.com/pygments/pygments/issues/2940">#2940</a>)</li>

          <li>Tera Term macro: Add commands introduced in v5.3 through v5.6 (<a href="https://redirect.github.com/pygments/pygments/issues/2951">#2951</a>)</li>

          <li>TOML: Support TOML 1.1.0 (<a href="https://redirect.github.com/pygments/pygments/issues/3026">#3026</a>,
          <a href="https://redirect.github.com/pygments/pygments/issues/3027">#3027</a>)</li>

          <li>Turtle: Allow empty comment lines (<a href="https://redirect.github.com/pygments/pygments/issues/2980">#2980</a>)</li>

          <li>XML: Added <code>.xbrl</code> as file ending (<a href="https://redirect.github.com/pygments/pygments/issues/2890">#2890</a>,
          <a href="https://redirect.github.com/pygments/pygments/issues/2891">#2891</a>)</li>

          </ul>

          </li>

          <li>

          <p>Drop Python 3.8, and add Python 3.14 as a supported version (<a href="https://redirect.github.com/pygments/pygments/issues/2987">#2987</a>,
          <a href="https://redirect.github.com/pygments/pygments/issues/3012">#3012</a>)</p>

          </li>

          <li>

          <p>Various improvements to <code>autopygmentize</code> (<a href="https://redirect.github.com/pygments/pygments/issues/2894">#2894</a>)</p>

          </li>

          <li>

          <p>Update <code>onedark</code> style to support more token types (<a href="https://redirect.github.com/pygments/pygments/issues/2977">#2977</a>)</p>

          </li>

          <li>

          <p>Update <code>rtt</code> style to support more token types (<a href="https://redirect.github.com/pygments/pygments/issues/2895">#2895</a>)</p>

          </li>

          <li>

          <p>Cache entry points to improve performance (<a href="https://redirect.github.com/pygments/pygments/issues/2979">#2979</a>)</p>

          </li>

          <li>

          <p>Fix <code>xterm-256</code> color table (<a href="https://redirect.github.com/pygments/pygments/issues/3043">#3043</a>)</p>

          </li>

          <li>

          <p>Fix <code>kwargs</code> dictionary getting mutated on each call (<a href="https://redirect.github.com/pygments/pygments/issues/3044">#3044</a>)</p>

          </li>

          </ul>

          </blockquote>

          </details>

          <details>

          <summary>Changelog</summary>

          <p><em>Sourced from <a href="https://github.com/pygments/pygments/blob/master/CHANGES">pygments''s
          changelog</a>.</em></p>

          <blockquote>

          <h2>Version 2.20.0</h2>

          <p>(released March 29th, 2026)</p>

          <ul>

          <li>

          <p>New lexers:</p>

          <ul>

          <li>Rell (<a href="https://redirect.github.com/pygments/pygments/issues/2914">#2914</a>)</li>

          </ul>

          </li>

          <li>

          <p>Updated lexers:</p>

          <ul>

          <li>archetype: Fix catastrophic backtracking in GUID and ID patterns (<a
          href="https://redirect.github.com/pygments/pygments/issues/3064">#3064</a>)</li>

          <li>ASN.1: Recognize minus sign and fix range operator (<a href="https://redirect.github.com/pygments/pygments/issues/3014">#3014</a>,
          <a href="https://redirect.github.com/pygments/pygments/issues/3060">#3060</a>)</li>

          <li>C++: Add C++26 keywords (<a href="https://redirect.github.com/pygments/pygments/issues/2955">#2955</a>),
          add integer literal suffixes (<a href="https://redirect.github.com/pygments/pygments/issues/2966">#2966</a>)</li>

          <li>ComponentPascal: Fix <code>analyse_text</code> (<a href="https://redirect.github.com/pygments/pygments/issues/3028">#3028</a>,
          <a href="https://redirect.github.com/pygments/pygments/issues/3032">#3032</a>)</li>

          <li>Coq renamed to Rocq (<a href="https://redirect.github.com/pygments/pygments/issues/2883">#2883</a>,
          <a href="https://redirect.github.com/pygments/pygments/issues/2908">#2908</a>)</li>

          <li>Cython: Various improvements (<a href="https://redirect.github.com/pygments/pygments/issues/2932">#2932</a>,
          <a href="https://redirect.github.com/pygments/pygments/issues/2933">#2933</a>)</li>

          <li>Debian control: Improve architecture parsing (<a href="https://redirect.github.com/pygments/pygments/issues/3052">#3052</a>)</li>

          <li>Devicetree: Add support for overlay/fragments (<a href="https://redirect.github.com/pygments/pygments/issues/3021">#3021</a>),
          add bytestring support (<a href="https://redirect.github.com/pygments/pygments/issues/3022">#3022</a>),
          fix catastrophic backtracking (<a href="https://redirect.github.com/pygments/pygments/issues/3057">#3057</a>)</li>

          <li>Fennel: Various improvements (<a href="https://redirect.github.com/pygments/pygments/issues/2911">#2911</a>)</li>

          <li>Haskell: Handle escape sequences in character literals (<a href="https://redirect.github.com/pygments/pygments/issues/3069">#3069</a>,
          <a href="https://redirect.github.com/pygments/pygments/issues/1795">#1795</a>)</li>

          <li>Java: Add module keywords (<a href="https://redirect.github.com/pygments/pygments/issues/2955">#2955</a>)</li>

          <li>Lean4: Add operators <code>]''</code>, <code>]?</code>, <code>]!</code>  (<a
          href="https://redirect.github.com/pygments/pygments/issues/2946">#2946</a>)</li>

          <li>LESS: Support single-line comments (<a href="https://redirect.github.com/pygments/pygments/issues/3005">#3005</a>)</li>

          <li>LilyPond: Update to 2.25.29 (<a href="https://redirect.github.com/pygments/pygments/issues/2974">#2974</a>)</li>

          <li>LLVM: Support C-style comments (<a href="https://redirect.github.com/pygments/pygments/issues/3023">#3023</a>,
          <a href="https://redirect.github.com/pygments/pygments/issues/2978">#2978</a>)</li>

          <li>Lua(u): Fix catastrophic backtracking (<a href="https://redirect.github.com/pygments/pygments/issues/3047">#3047</a>)</li>

          <li>Macaulay2: Update to 1.25.05 (<a href="https://redirect.github.com/pygments/pygments/issues/2893">#2893</a>),
          1.25.11 (<a href="https://redirect.github.com/pygments/pygments/issues/2988">#2988</a>)</li>

          <li>Mathematica: Various improvements (<a href="https://redirect.github.com/pygments/pygments/issues/2957">#2957</a>)</li>

          <li>meson: Add additional operators (<a href="https://redirect.github.com/pygments/pygments/issues/2919">#2919</a>)</li>

          <li>MySQL: Update keywords (<a href="https://redirect.github.com/pygments/pygments/issues/2970">#2970</a>)</li>

          <li>org-Mode: Support both schedule and deadline (<a href="https://redirect.github.com/pygments/pygments/issues/2899">#2899</a>)</li>

          <li>PHP: Add <code>__PROPERTY__</code> magic constant (<a href="https://redirect.github.com/pygments/pygments/issues/2924">#2924</a>),
          add reserved keywords (<a href="https://redirect.github.com/pygments/pygments/issues/3002">#3002</a>)</li>

          <li>PostgreSQL: Add more keywords (<a href="https://redirect.github.com/pygments/pygments/issues/2985">#2985</a>)</li>

          <li>protobuf: Fix namespace tokenization (<a href="https://redirect.github.com/pygments/pygments/issues/2929">#2929</a>)</li>

          <li>Python: Add <code>t</code>-string support (<a href="https://redirect.github.com/pygments/pygments/issues/2973">#2973</a>,
          <a href="https://redirect.github.com/pygments/pygments/issues/3009">#3009</a>,
          <a href="https://redirect.github.com/pygments/pygments/issues/3010">#3010</a>)</li>

          <li>Tablegen: Fix infinite loop (<a href="https://redirect.github.com/pygments/pygments/issues/2972">#2972</a>,
          <a href="https://redirect.github.com/pygments/pygments/issues/2940">#2940</a>)</li>

          <li>Tera Term macro: Add commands introduced in v5.3 through v5.6 (<a href="https://redirect.github.com/pygments/pygments/issues/2951">#2951</a>)</li>

          <li>TOML: Support TOML 1.1.0 (<a href="https://redirect.github.com/pygments/pygments/issues/3026">#3026</a>,
          <a href="https://redirect.github.com/pygments/pygments/issues/3027">#3027</a>)</li>

          <li>Turtle: Allow empty comment lines (<a href="https://redirect.github.com/pygments/pygments/issues/2980">#2980</a>)</li>

          <li>XML: Added <code>.xbrl</code> as file ending (<a href="https://redirect.github.com/pygments/pygments/issues/2890">#2890</a>,
          <a href="https://redirect.github.com/pygments/pygments/issues/2891">#2891</a>)</li>

          </ul>

          </li>

          <li>

          <p>Drop Python 3.8, and add Python 3.14 as a supported version (<a href="https://redirect.github.com/pygments/pygments/issues/2987">#2987</a>,
          <a href="https://redirect.github.com/pygments/pygments/issues/3012">#3012</a>)</p>

          </li>

          <li>

          <p>Various improvements to <code>autopygmentize</code> (<a href="https://redirect.github.com/pygments/pygments/issues/2894">#2894</a>)</p>

          </li>

          <li>

          <p>Update <code>onedark</code> style to support more token types (<a href="https://redirect.github.com/pygments/pygments/issues/2977">#2977</a>)</p>

          </li>

          <li>

          <p>Update <code>rtt</code> style to support more token types (<a href="https://redirect.github.com/pygments/pygments/issues/2895">#2895</a>)</p>

          </li>

          <li>

          <p>Cache entry points to improve performance (<a href="https://redirect.github.com/pygments/pygments/issues/2979">#2979</a>)</p>

          </li>

          <li>

          <p>Fix <code>xterm-256</code> color table (<a href="https://redirect.github.com/pygments/pygments/issues/3043">#3043</a>)</p>

          </li>

          <li>

          <p>Fix <code>kwargs</code> dictionary getting mutated on each call (<a href="https://redirect.github.com/pygments/pygments/issues/3044">#3044</a>)</p>

          </li>

          </ul>

          </blockquote>

          </details>

          <details>

          <summary>Commits</summary>

          <ul>

          <li><a href="https://github.com/pygments/pygments/commit/708197d82827ba2d5ca78bcbb653c7102ce86dcd"><code>708197d</code></a>
          Fix underline length.</li>

          <li><a href="https://github.com/pygments/pygments/commit/1d4538ae8621d766ecc91ff59caf76ab75983abc"><code>1d4538a</code></a>
          Prepare 2.20 release.</li>

          <li><a href="https://github.com/pygments/pygments/commit/2ceaee4e634eebae2d10a47fd05406871f6bac8f"><code>2ceaee4</code></a>
          Update CHANGES.</li>

          <li><a href="https://github.com/pygments/pygments/commit/e3a3c54b58c7f80bc4db887e471d4f91c77844ed"><code>e3a3c54</code></a>
          Fix Haskell lexer: handle escape sequences in character literals (<a href="https://redirect.github.com/pygments/pygments/issues/3069">#3069</a>)</li>

          <li><a href="https://github.com/pygments/pygments/commit/d7c3453e342dac319f58e4091f4ef183cc49d802"><code>d7c3453</code></a>
          Merge pull request <a href="https://redirect.github.com/pygments/pygments/issues/3071">#3071</a>
          from pygments/harden-html-formatter</li>

          <li><a href="https://github.com/pygments/pygments/commit/0f97e7c37d44abfa4ddfddf44a3290fdad586034"><code>0f97e7c</code></a>
          Harden the HTML formatter against CSS.</li>

          <li><a href="https://github.com/pygments/pygments/commit/9f981b2ba42b88ca5bdcebf12cd01efd7cd80aec"><code>9f981b2</code></a>
          Update CHANGES.</li>

          <li><a href="https://github.com/pygments/pygments/commit/1d889151024e9a53f3702a60558b29b070306e9e"><code>1d88915</code></a>
          Update CHANGES.</li>

          <li><a href="https://github.com/pygments/pygments/commit/c3d93adb9827fc054c3c12b47bde31c781a36a93"><code>c3d93ad</code></a>
          Fix ASN.1 lexer: recognize minus sign and fix range operator (<a href="https://redirect.github.com/pygments/pygments/issues/3060">#3060</a>)</li>

          <li><a href="https://github.com/pygments/pygments/commit/4f06bcf8a5ba3f2b5bda24a26ccf041a1a65d91e"><code>4f06bcf</code></a>
          fix bad behaving backtracking regex in CommonLispLexer</li>

          <li>Additional commits viewable in <a href="https://github.com/pygments/pygments/compare/2.19.2...2.20.0">compare
          view</a></li>

          </ul>

          </details>

          <br />

          '
        change_url: https://github.com/vexxhost/ansible-collection-kubernetes/pull/249
        commit_id: 2666a735cb8e670bbb1f1df0f120c0a79741d84c
        patchset: 2666a735cb8e670bbb1f1df0f120c0a79741d84c
        project:
          canonical_hostname: github.com
          canonical_name: github.com/vexxhost/ansible-collection-kubernetes
          name: vexxhost/ansible-collection-kubernetes
          short_name: ansible-collection-kubernetes
          src_dir: src/github.com/vexxhost/ansible-collection-kubernetes
        topic: null
      job: ansible-collection-kubernetes-molecule-aio-rockylinux-9
      jobtags: []
      max_attempts: 3
      message: Y2hvcmUoZGVwcyk6IGJ1bXAgcHlnbWVudHMgZnJvbSAyLjE5LjIgdG8gMi4yMC4wCgpCdW1wcyBbcHlnbWVudHNdKGh0dHBzOi8vZ2l0aHViLmNvbS9weWdtZW50cy9weWdtZW50cykgZnJvbSAyLjE5LjIgdG8gMi4yMC4wLgo8ZGV0YWlscz4KPHN1bW1hcnk+UmVsZWFzZSBub3Rlczwvc3VtbWFyeT4KPHA+PGVtPlNvdXJjZWQgZnJvbSA8YSBocmVmPSJodHRwczovL2dpdGh1Yi5jb20vcHlnbWVudHMvcHlnbWVudHMvcmVsZWFzZXMiPnB5Z21lbnRzJ3MgcmVsZWFzZXM8L2E+LjwvZW0+PC9wPgo8YmxvY2txdW90ZT4KPGgyPjIuMjAuMDwvaDI+Cjx1bD4KPGxpPgo8cD5OZXcgbGV4ZXJzOjwvcD4KPHVsPgo8bGk+UmVsbCAoPGEgaHJlZj0iaHR0cHM6Ly9yZWRpcmVjdC5naXRodWIuY29tL3B5Z21lbnRzL3B5Z21lbnRzL2lzc3Vlcy8yOTE0Ij4jMjkxNDwvYT4pPC9saT4KPC91bD4KPC9saT4KPGxpPgo8cD5VcGRhdGVkIGxleGVyczo8L3A+Cjx1bD4KPGxpPmFyY2hldHlwZTogRml4IGNhdGFzdHJvcGhpYyBiYWNrdHJhY2tpbmcgaW4gR1VJRCBhbmQgSUQgcGF0dGVybnMgKDxhIGhyZWY9Imh0dHBzOi8vcmVkaXJlY3QuZ2l0aHViLmNvbS9weWdtZW50cy9weWdtZW50cy9pc3N1ZXMvMzA2NCI+IzMwNjQ8L2E+KTwvbGk+CjxsaT5BU04uMTogUmVjb2duaXplIG1pbnVzIHNpZ24gYW5kIGZpeCByYW5nZSBvcGVyYXRvciAoPGEgaHJlZj0iaHR0cHM6Ly9yZWRpcmVjdC5naXRodWIuY29tL3B5Z21lbnRzL3B5Z21lbnRzL2lzc3Vlcy8zMDE0Ij4jMzAxNDwvYT4sIDxhIGhyZWY9Imh0dHBzOi8vcmVkaXJlY3QuZ2l0aHViLmNvbS9weWdtZW50cy9weWdtZW50cy9pc3N1ZXMvMzA2MCI+IzMwNjA8L2E+KTwvbGk+CjxsaT5DKys6IEFkZCBDKysyNiBrZXl3b3JkcyAoPGEgaHJlZj0iaHR0cHM6Ly9yZWRpcmVjdC5naXRodWIuY29tL3B5Z21lbnRzL3B5Z21lbnRzL2lzc3Vlcy8yOTU1Ij4jMjk1NTwvYT4pLCBhZGQgaW50ZWdlciBsaXRlcmFsIHN1ZmZpeGVzICg8YSBocmVmPSJodHRwczovL3JlZGlyZWN0LmdpdGh1Yi5jb20vcHlnbWVudHMvcHlnbWVudHMvaXNzdWVzLzI5NjYiPiMyOTY2PC9hPik8L2xpPgo8bGk+Q29tcG9uZW50UGFzY2FsOiBGaXggPGNvZGU+YW5hbHlzZV90ZXh0PC9jb2RlPiAoPGEgaHJlZj0iaHR0cHM6Ly9yZWRpcmVjdC5naXRodWIuY29tL3B5Z21lbnRzL3B5Z21lbnRzL2lzc3Vlcy8zMDI4Ij4jMzAyODwvYT4sIDxhIGhyZWY9Imh0dHBzOi8vcmVkaXJlY3QuZ2l0aHViLmNvbS9weWdtZW50cy9weWdtZW50cy9pc3N1ZXMvMzAzMiI+IzMwMzI8L2E+KTwvbGk+CjxsaT5Db3EgcmVuYW1lZCB0byBSb2NxICg8YSBocmVmPSJodHRwczovL3JlZGlyZWN0LmdpdGh1Yi5jb20vcHlnbWVudHMvcHlnbWVudHMvaXNzdWVzLzI4ODMiPiMyODgzPC9hPiwgPGEgaHJlZj0iaHR0cHM6Ly9yZWRpcmVjdC5naXRodWIuY29tL3B5Z21lbnRzL3B5Z21lbnRzL2lzc3Vlcy8yOTA4Ij4jMjkwODwvYT4pPC9saT4KPGxpPkN5dGhvbjogVmFyaW91cyBpbXByb3ZlbWVudHMgKDxhIGhyZWY9Imh0dHBzOi8vcmVkaXJlY3QuZ2l0aHViLmNvbS9weWdtZW50cy9weWdtZW50cy9pc3N1ZXMvMjkzMiI+IzI5MzI8L2E+LCA8YSBocmVmPSJodHRwczovL3JlZGlyZWN0LmdpdGh1Yi5jb20vcHlnbWVudHMvcHlnbWVudHMvaXNzdWVzLzI5MzMiPiMyOTMzPC9hPik8L2xpPgo8bGk+RGViaWFuIGNvbnRyb2w6IEltcHJvdmUgYXJjaGl0ZWN0dXJlIHBhcnNpbmcgKDxhIGhyZWY9Imh0dHBzOi8vcmVkaXJlY3QuZ2l0aHViLmNvbS9weWdtZW50cy9weWdtZW50cy9pc3N1ZXMvMzA1MiI+IzMwNTI8L2E+KTwvbGk+CjxsaT5EZXZpY2V0cmVlOiBBZGQgc3VwcG9ydCBmb3Igb3ZlcmxheS9mcmFnbWVudHMgKDxhIGhyZWY9Imh0dHBzOi8vcmVkaXJlY3QuZ2l0aHViLmNvbS9weWdtZW50cy9weWdtZW50cy9pc3N1ZXMvMzAyMSI+IzMwMjE8L2E+KSwgYWRkIGJ5dGVzdHJpbmcgc3VwcG9ydCAoPGEgaHJlZj0iaHR0cHM6Ly9yZWRpcmVjdC5naXRodWIuY29tL3B5Z21lbnRzL3B5Z21lbnRzL2lzc3Vlcy8zMDIyIj4jMzAyMjwvYT4pLCBmaXggY2F0YXN0cm9waGljIGJhY2t0cmFja2luZyAoPGEgaHJlZj0iaHR0cHM6Ly9yZWRpcmVjdC5naXRodWIuY29tL3B5Z21lbnRzL3B5Z21lbnRzL2lzc3Vlcy8zMDU3Ij4jMzA1NzwvYT4pPC9saT4KPGxpPkZlbm5lbDogVmFyaW91cyBpbXByb3ZlbWVudHMgKDxhIGhyZWY9Imh0dHBzOi8vcmVkaXJlY3QuZ2l0aHViLmNvbS9weWdtZW50cy9weWdtZW50cy9pc3N1ZXMvMjkxMSI+IzI5MTE8L2E+KTwvbGk+CjxsaT5IYXNrZWxsOiBIYW5kbGUgZXNjYXBlIHNlcXVlbmNlcyBpbiBjaGFyYWN0ZXIgbGl0ZXJhbHMgKDxhIGhyZWY9Imh0dHBzOi8vcmVkaXJlY3QuZ2l0aHViLmNvbS9weWdtZW50cy9weWdtZW50cy9pc3N1ZXMvMzA2OSI+IzMwNjk8L2E+LCA8YSBocmVmPSJodHRwczovL3JlZGlyZWN0LmdpdGh1Yi5jb20vcHlnbWVudHMvcHlnbWVudHMvaXNzdWVzLzE3OTUiPiMxNzk1PC9hPik8L2xpPgo8bGk+SmF2YTogQWRkIG1vZHVsZSBrZXl3b3JkcyAoPGEgaHJlZj0iaHR0cHM6Ly9yZWRpcmVjdC5naXRodWIuY29tL3B5Z21lbnRzL3B5Z21lbnRzL2lzc3Vlcy8yOTU1Ij4jMjk1NTwvYT4pPC9saT4KPGxpPkxlYW40OiBBZGQgb3BlcmF0b3JzIDxjb2RlPl0nPC9jb2RlPiwgPGNvZGU+XT88L2NvZGU+LCA8Y29kZT5dITwvY29kZT4gICg8YSBocmVmPSJodHRwczovL3JlZGlyZWN0LmdpdGh1Yi5jb20vcHlnbWVudHMvcHlnbWVudHMvaXNzdWVzLzI5NDYiPiMyOTQ2PC9hPik8L2xpPgo8bGk+TEVTUzogU3VwcG9ydCBzaW5nbGUtbGluZSBjb21tZW50cyAoPGEgaHJlZj0iaHR0cHM6Ly9yZWRpcmVjdC5naXRodWIuY29tL3B5Z21lbnRzL3B5Z21lbnRzL2lzc3Vlcy8zMDA1Ij4jMzAwNTwvYT4pPC9saT4KPGxpPkxpbHlQb25kOiBVcGRhdGUgdG8gMi4yNS4yOSAoPGEgaHJlZj0iaHR0cHM6Ly9yZWRpcmVjdC5naXRodWIuY29tL3B5Z21lbnRzL3B5Z21lbnRzL2lzc3Vlcy8yOTc0Ij4jMjk3NDwvYT4pPC9saT4KPGxpPkxMVk06IFN1cHBvcnQgQy1zdHlsZSBjb21tZW50cyAoPGEgaHJlZj0iaHR0cHM6Ly9yZWRpcmVjdC5naXRodWIuY29tL3B5Z21lbnRzL3B5Z21lbnRzL2lzc3Vlcy8zMDIzIj4jMzAyMzwvYT4sIDxhIGhyZWY9Imh0dHBzOi8vcmVkaXJlY3QuZ2l0aHViLmNvbS9weWdtZW50cy9weWdtZW50cy9pc3N1ZXMvMjk3OCI+IzI5Nzg8L2E+KTwvbGk+CjxsaT5MdWEodSk6IEZpeCBjYXRhc3Ryb3BoaWMgYmFja3RyYWNraW5nICg8YSBocmVmPSJodHRwczovL3JlZGlyZWN0LmdpdGh1Yi5jb20vcHlnbWVudHMvcHlnbWVudHMvaXNzdWVzLzMwNDciPiMzMDQ3PC9hPik8L2xpPgo8bGk+TWFjYXVsYXkyOiBVcGRhdGUgdG8gMS4yNS4wNSAoPGEgaHJlZj0iaHR0cHM6Ly9yZWRpcmVjdC5naXRodWIuY29tL3B5Z21lbnRzL3B5Z21lbnRzL2lzc3Vlcy8yODkzIj4jMjg5MzwvYT4pLCAxLjI1LjExICg8YSBocmVmPSJodHRwczovL3JlZGlyZWN0LmdpdGh1Yi5jb20vcHlnbWVudHMvcHlnbWVudHMvaXNzdWVzLzI5ODgiPiMyOTg4PC9hPik8L2xpPgo8bGk+TWF0aGVtYXRpY2E6IFZhcmlvdXMgaW1wcm92ZW1lbnRzICg8YSBocmVmPSJodHRwczovL3JlZGlyZWN0LmdpdGh1Yi5jb20vcHlnbWVudHMvcHlnbWVudHMvaXNzdWVzLzI5NTciPiMyOTU3PC9hPik8L2xpPgo8bGk+bWVzb246IEFkZCBhZGRpdGlvbmFsIG9wZXJhdG9ycyAoPGEgaHJlZj0iaHR0cHM6Ly9yZWRpcmVjdC5naXRodWIuY29tL3B5Z21lbnRzL3B5Z21lbnRzL2lzc3Vlcy8yOTE5Ij4jMjkxOTwvYT4pPC9saT4KPGxpPk15U1FMOiBVcGRhdGUga2V5d29yZHMgKDxhIGhyZWY9Imh0dHBzOi8vcmVkaXJlY3QuZ2l0aHViLmNvbS9weWdtZW50cy9weWdtZW50cy9pc3N1ZXMvMjk3MCI+IzI5NzA8L2E+KTwvbGk+CjxsaT5vcmctTW9kZTogU3VwcG9ydCBib3RoIHNjaGVkdWxlIGFuZCBkZWFkbGluZSAoPGEgaHJlZj0iaHR0cHM6Ly9yZWRpcmVjdC5naXRodWIuY29tL3B5Z21lbnRzL3B5Z21lbnRzL2lzc3Vlcy8yODk5Ij4jMjg5OTwvYT4pPC9saT4KPGxpPlBIUDogQWRkIDxjb2RlPl9fUFJPUEVSVFlfXzwvY29kZT4gbWFnaWMgY29uc3RhbnQgKDxhIGhyZWY9Imh0dHBzOi8vcmVkaXJlY3QuZ2l0aHViLmNvbS9weWdtZW50cy9weWdtZW50cy9pc3N1ZXMvMjkyNCI+IzI5MjQ8L2E+KSwgYWRkIHJlc2VydmVkIGtleXdvcmRzICg8YSBocmVmPSJodHRwczovL3JlZGlyZWN0LmdpdGh1Yi5jb20vcHlnbWVudHMvcHlnbWVudHMvaXNzdWVzLzMwMDIiPiMzMDAyPC9hPik8L2xpPgo8bGk+UG9zdGdyZVNRTDogQWRkIG1vcmUga2V5d29yZHMgKDxhIGhyZWY9Imh0dHBzOi8vcmVkaXJlY3QuZ2l0aHViLmNvbS9weWdtZW50cy9weWdtZW50cy9pc3N1ZXMvMjk4NSI+IzI5ODU8L2E+KTwvbGk+CjxsaT5wcm90b2J1ZjogRml4IG5hbWVzcGFjZSB0b2tlbml6YXRpb24gKDxhIGhyZWY9Imh0dHBzOi8vcmVkaXJlY3QuZ2l0aHViLmNvbS9weWdtZW50cy9weWdtZW50cy9pc3N1ZXMvMjkyOSI+IzI5Mjk8L2E+KTwvbGk+CjxsaT5QeXRob246IEFkZCA8Y29kZT50PC9jb2RlPi1zdHJpbmcgc3VwcG9ydCAoPGEgaHJlZj0iaHR0cHM6Ly9yZWRpcmVjdC5naXRodWIuY29tL3B5Z21lbnRzL3B5Z21lbnRzL2lzc3Vlcy8yOTczIj4jMjk3MzwvYT4sIDxhIGhyZWY9Imh0dHBzOi8vcmVkaXJlY3QuZ2l0aHViLmNvbS9weWdtZW50cy9weWdtZW50cy9pc3N1ZXMvMzAwOSI+IzMwMDk8L2E+LCA8YSBocmVmPSJodHRwczovL3JlZGlyZWN0LmdpdGh1Yi5jb20vcHlnbWVudHMvcHlnbWVudHMvaXNzdWVzLzMwMTAiPiMzMDEwPC9hPik8L2xpPgo8bGk+VGFibGVnZW46IEZpeCBpbmZpbml0ZSBsb29wICg8YSBocmVmPSJodHRwczovL3JlZGlyZWN0LmdpdGh1Yi5jb20vcHlnbWVudHMvcHlnbWVudHMvaXNzdWVzLzI5NzIiPiMyOTcyPC9hPiwgPGEgaHJlZj0iaHR0cHM6Ly9yZWRpcmVjdC5naXRodWIuY29tL3B5Z21lbnRzL3B5Z21lbnRzL2lzc3Vlcy8yOTQwIj4jMjk0MDwvYT4pPC9saT4KPGxpPlRlcmEgVGVybSBtYWNybzogQWRkIGNvbW1hbmRzIGludHJvZHVjZWQgaW4gdjUuMyB0aHJvdWdoIHY1LjYgKDxhIGhyZWY9Imh0dHBzOi8vcmVkaXJlY3QuZ2l0aHViLmNvbS9weWdtZW50cy9weWdtZW50cy9pc3N1ZXMvMjk1MSI+IzI5NTE8L2E+KTwvbGk+CjxsaT5UT01MOiBTdXBwb3J0IFRPTUwgMS4xLjAgKDxhIGhyZWY9Imh0dHBzOi8vcmVkaXJlY3QuZ2l0aHViLmNvbS9weWdtZW50cy9weWdtZW50cy9pc3N1ZXMvMzAyNiI+IzMwMjY8L2E+LCA8YSBocmVmPSJodHRwczovL3JlZGlyZWN0LmdpdGh1Yi5jb20vcHlnbWVudHMvcHlnbWVudHMvaXNzdWVzLzMwMjciPiMzMDI3PC9hPik8L2xpPgo8bGk+VHVydGxlOiBBbGxvdyBlbXB0eSBjb21tZW50IGxpbmVzICg8YSBocmVmPSJodHRwczovL3JlZGlyZWN0LmdpdGh1Yi5jb20vcHlnbWVudHMvcHlnbWVudHMvaXNzdWVzLzI5ODAiPiMyOTgwPC9hPik8L2xpPgo8bGk+WE1MOiBBZGRlZCA8Y29kZT4ueGJybDwvY29kZT4gYXMgZmlsZSBlbmRpbmcgKDxhIGhyZWY9Imh0dHBzOi8vcmVkaXJlY3QuZ2l0aHViLmNvbS9weWdtZW50cy9weWdtZW50cy9pc3N1ZXMvMjg5MCI+IzI4OTA8L2E+LCA8YSBocmVmPSJodHRwczovL3JlZGlyZWN0LmdpdGh1Yi5jb20vcHlnbWVudHMvcHlnbWVudHMvaXNzdWVzLzI4OTEiPiMyODkxPC9hPik8L2xpPgo8L3VsPgo8L2xpPgo8bGk+CjxwPkRyb3AgUHl0aG9uIDMuOCwgYW5kIGFkZCBQeXRob24gMy4xNCBhcyBhIHN1cHBvcnRlZCB2ZXJzaW9uICg8YSBocmVmPSJodHRwczovL3JlZGlyZWN0LmdpdGh1Yi5jb20vcHlnbWVudHMvcHlnbWVudHMvaXNzdWVzLzI5ODciPiMyOTg3PC9hPiwgPGEgaHJlZj0iaHR0cHM6Ly9yZWRpcmVjdC5naXRodWIuY29tL3B5Z21lbnRzL3B5Z21lbnRzL2lzc3Vlcy8zMDEyIj4jMzAxMjwvYT4pPC9wPgo8L2xpPgo8bGk+CjxwPlZhcmlvdXMgaW1wcm92ZW1lbnRzIHRvIDxjb2RlPmF1dG9weWdtZW50aXplPC9jb2RlPiAoPGEgaHJlZj0iaHR0cHM6Ly9yZWRpcmVjdC5naXRodWIuY29tL3B5Z21lbnRzL3B5Z21lbnRzL2lzc3Vlcy8yODk0Ij4jMjg5NDwvYT4pPC9wPgo8L2xpPgo8bGk+CjxwPlVwZGF0ZSA8Y29kZT5vbmVkYXJrPC9jb2RlPiBzdHlsZSB0byBzdXBwb3J0IG1vcmUgdG9rZW4gdHlwZXMgKDxhIGhyZWY9Imh0dHBzOi8vcmVkaXJlY3QuZ2l0aHViLmNvbS9weWdtZW50cy9weWdtZW50cy9pc3N1ZXMvMjk3NyI+IzI5Nzc8L2E+KTwvcD4KPC9saT4KPGxpPgo8cD5VcGRhdGUgPGNvZGU+cnR0PC9jb2RlPiBzdHlsZSB0byBzdXBwb3J0IG1vcmUgdG9rZW4gdHlwZXMgKDxhIGhyZWY9Imh0dHBzOi8vcmVkaXJlY3QuZ2l0aHViLmNvbS9weWdtZW50cy9weWdtZW50cy9pc3N1ZXMvMjg5NSI+IzI4OTU8L2E+KTwvcD4KPC9saT4KPGxpPgo8cD5DYWNoZSBlbnRyeSBwb2ludHMgdG8gaW1wcm92ZSBwZXJmb3JtYW5jZSAoPGEgaHJlZj0iaHR0cHM6Ly9yZWRpcmVjdC5naXRodWIuY29tL3B5Z21lbnRzL3B5Z21lbnRzL2lzc3Vlcy8yOTc5Ij4jMjk3OTwvYT4pPC9wPgo8L2xpPgo8bGk+CjxwPkZpeCA8Y29kZT54dGVybS0yNTY8L2NvZGU+IGNvbG9yIHRhYmxlICg8YSBocmVmPSJodHRwczovL3JlZGlyZWN0LmdpdGh1Yi5jb20vcHlnbWVudHMvcHlnbWVudHMvaXNzdWVzLzMwNDMiPiMzMDQzPC9hPik8L3A+CjwvbGk+CjxsaT4KPHA+Rml4IDxjb2RlPmt3YXJnczwvY29kZT4gZGljdGlvbmFyeSBnZXR0aW5nIG11dGF0ZWQgb24gZWFjaCBjYWxsICg8YSBocmVmPSJodHRwczovL3JlZGlyZWN0LmdpdGh1Yi5jb20vcHlnbWVudHMvcHlnbWVudHMvaXNzdWVzLzMwNDQiPiMzMDQ0PC9hPik8L3A+CjwvbGk+CjwvdWw+CjwvYmxvY2txdW90ZT4KPC9kZXRhaWxzPgo8ZGV0YWlscz4KPHN1bW1hcnk+Q2hhbmdlbG9nPC9zdW1tYXJ5Pgo8cD48ZW0+U291cmNlZCBmcm9tIDxhIGhyZWY9Imh0dHBzOi8vZ2l0aHViLmNvbS9weWdtZW50cy9weWdtZW50cy9ibG9iL21hc3Rlci9DSEFOR0VTIj5weWdtZW50cydzIGNoYW5nZWxvZzwvYT4uPC9lbT48L3A+CjxibG9ja3F1b3RlPgo8aDI+VmVyc2lvbiAyLjIwLjA8L2gyPgo8cD4ocmVsZWFzZWQgTWFyY2ggMjl0aCwgMjAyNik8L3A+Cjx1bD4KPGxpPgo8cD5OZXcgbGV4ZXJzOjwvcD4KPHVsPgo8bGk+UmVsbCAoPGEgaHJlZj0iaHR0cHM6Ly9yZWRpcmVjdC5naXRodWIuY29tL3B5Z21lbnRzL3B5Z21lbnRzL2lzc3Vlcy8yOTE0Ij4jMjkxNDwvYT4pPC9saT4KPC91bD4KPC9saT4KPGxpPgo8cD5VcGRhdGVkIGxleGVyczo8L3A+Cjx1bD4KPGxpPmFyY2hldHlwZTogRml4IGNhdGFzdHJvcGhpYyBiYWNrdHJhY2tpbmcgaW4gR1VJRCBhbmQgSUQgcGF0dGVybnMgKDxhIGhyZWY9Imh0dHBzOi8vcmVkaXJlY3QuZ2l0aHViLmNvbS9weWdtZW50cy9weWdtZW50cy9pc3N1ZXMvMzA2NCI+IzMwNjQ8L2E+KTwvbGk+CjxsaT5BU04uMTogUmVjb2duaXplIG1pbnVzIHNpZ24gYW5kIGZpeCByYW5nZSBvcGVyYXRvciAoPGEgaHJlZj0iaHR0cHM6Ly9yZWRpcmVjdC5naXRodWIuY29tL3B5Z21lbnRzL3B5Z21lbnRzL2lzc3Vlcy8zMDE0Ij4jMzAxNDwvYT4sIDxhIGhyZWY9Imh0dHBzOi8vcmVkaXJlY3QuZ2l0aHViLmNvbS9weWdtZW50cy9weWdtZW50cy9pc3N1ZXMvMzA2MCI+IzMwNjA8L2E+KTwvbGk+CjxsaT5DKys6IEFkZCBDKysyNiBrZXl3b3JkcyAoPGEgaHJlZj0iaHR0cHM6Ly9yZWRpcmVjdC5naXRodWIuY29tL3B5Z21lbnRzL3B5Z21lbnRzL2lzc3Vlcy8yOTU1Ij4jMjk1NTwvYT4pLCBhZGQgaW50ZWdlciBsaXRlcmFsIHN1ZmZpeGVzICg8YSBocmVmPSJodHRwczovL3JlZGlyZWN0LmdpdGh1Yi5jb20vcHlnbWVudHMvcHlnbWVudHMvaXNzdWVzLzI5NjYiPiMyOTY2PC9hPik8L2xpPgo8bGk+Q29tcG9uZW50UGFzY2FsOiBGaXggPGNvZGU+YW5hbHlzZV90ZXh0PC9jb2RlPiAoPGEgaHJlZj0iaHR0cHM6Ly9yZWRpcmVjdC5naXRodWIuY29tL3B5Z21lbnRzL3B5Z21lbnRzL2lzc3Vlcy8zMDI4Ij4jMzAyODwvYT4sIDxhIGhyZWY9Imh0dHBzOi8vcmVkaXJlY3QuZ2l0aHViLmNvbS9weWdtZW50cy9weWdtZW50cy9pc3N1ZXMvMzAzMiI+IzMwMzI8L2E+KTwvbGk+CjxsaT5Db3EgcmVuYW1lZCB0byBSb2NxICg8YSBocmVmPSJodHRwczovL3JlZGlyZWN0LmdpdGh1Yi5jb20vcHlnbWVudHMvcHlnbWVudHMvaXNzdWVzLzI4ODMiPiMyODgzPC9hPiwgPGEgaHJlZj0iaHR0cHM6Ly9yZWRpcmVjdC5naXRodWIuY29tL3B5Z21lbnRzL3B5Z21lbnRzL2lzc3Vlcy8yOTA4Ij4jMjkwODwvYT4pPC9saT4KPGxpPkN5dGhvbjogVmFyaW91cyBpbXByb3ZlbWVudHMgKDxhIGhyZWY9Imh0dHBzOi8vcmVkaXJlY3QuZ2l0aHViLmNvbS9weWdtZW50cy9weWdtZW50cy9pc3N1ZXMvMjkzMiI+IzI5MzI8L2E+LCA8YSBocmVmPSJodHRwczovL3JlZGlyZWN0LmdpdGh1Yi5jb20vcHlnbWVudHMvcHlnbWVudHMvaXNzdWVzLzI5MzMiPiMyOTMzPC9hPik8L2xpPgo8bGk+RGViaWFuIGNvbnRyb2w6IEltcHJvdmUgYXJjaGl0ZWN0dXJlIHBhcnNpbmcgKDxhIGhyZWY9Imh0dHBzOi8vcmVkaXJlY3QuZ2l0aHViLmNvbS9weWdtZW50cy9weWdtZW50cy9pc3N1ZXMvMzA1MiI+IzMwNTI8L2E+KTwvbGk+CjxsaT5EZXZpY2V0cmVlOiBBZGQgc3VwcG9ydCBmb3Igb3ZlcmxheS9mcmFnbWVudHMgKDxhIGhyZWY9Imh0dHBzOi8vcmVkaXJlY3QuZ2l0aHViLmNvbS9weWdtZW50cy9weWdtZW50cy9pc3N1ZXMvMzAyMSI+IzMwMjE8L2E+KSwgYWRkIGJ5dGVzdHJpbmcgc3VwcG9ydCAoPGEgaHJlZj0iaHR0cHM6Ly9yZWRpcmVjdC5naXRodWIuY29tL3B5Z21lbnRzL3B5Z21lbnRzL2lzc3Vlcy8zMDIyIj4jMzAyMjwvYT4pLCBmaXggY2F0YXN0cm9waGljIGJhY2t0cmFja2luZyAoPGEgaHJlZj0iaHR0cHM6Ly9yZWRpcmVjdC5naXRodWIuY29tL3B5Z21lbnRzL3B5Z21lbnRzL2lzc3Vlcy8zMDU3Ij4jMzA1NzwvYT4pPC9saT4KPGxpPkZlbm5lbDogVmFyaW91cyBpbXByb3ZlbWVudHMgKDxhIGhyZWY9Imh0dHBzOi8vcmVkaXJlY3QuZ2l0aHViLmNvbS9weWdtZW50cy9weWdtZW50cy9pc3N1ZXMvMjkxMSI+IzI5MTE8L2E+KTwvbGk+CjxsaT5IYXNrZWxsOiBIYW5kbGUgZXNjYXBlIHNlcXVlbmNlcyBpbiBjaGFyYWN0ZXIgbGl0ZXJhbHMgKDxhIGhyZWY9Imh0dHBzOi8vcmVkaXJlY3QuZ2l0aHViLmNvbS9weWdtZW50cy9weWdtZW50cy9pc3N1ZXMvMzA2OSI+IzMwNjk8L2E+LCA8YSBocmVmPSJodHRwczovL3JlZGlyZWN0LmdpdGh1Yi5jb20vcHlnbWVudHMvcHlnbWVudHMvaXNzdWVzLzE3OTUiPiMxNzk1PC9hPik8L2xpPgo8bGk+SmF2YTogQWRkIG1vZHVsZSBrZXl3b3JkcyAoPGEgaHJlZj0iaHR0cHM6Ly9yZWRpcmVjdC5naXRodWIuY29tL3B5Z21lbnRzL3B5Z21lbnRzL2lzc3Vlcy8yOTU1Ij4jMjk1NTwvYT4pPC9saT4KPGxpPkxlYW40OiBBZGQgb3BlcmF0b3JzIDxjb2RlPl0nPC9jb2RlPiwgPGNvZGU+XT88L2NvZGU+LCA8Y29kZT5dITwvY29kZT4gICg8YSBocmVmPSJodHRwczovL3JlZGlyZWN0LmdpdGh1Yi5jb20vcHlnbWVudHMvcHlnbWVudHMvaXNzdWVzLzI5NDYiPiMyOTQ2PC9hPik8L2xpPgo8bGk+TEVTUzogU3VwcG9ydCBzaW5nbGUtbGluZSBjb21tZW50cyAoPGEgaHJlZj0iaHR0cHM6Ly9yZWRpcmVjdC5naXRodWIuY29tL3B5Z21lbnRzL3B5Z21lbnRzL2lzc3Vlcy8zMDA1Ij4jMzAwNTwvYT4pPC9saT4KPGxpPkxpbHlQb25kOiBVcGRhdGUgdG8gMi4yNS4yOSAoPGEgaHJlZj0iaHR0cHM6Ly9yZWRpcmVjdC5naXRodWIuY29tL3B5Z21lbnRzL3B5Z21lbnRzL2lzc3Vlcy8yOTc0Ij4jMjk3NDwvYT4pPC9saT4KPGxpPkxMVk06IFN1cHBvcnQgQy1zdHlsZSBjb21tZW50cyAoPGEgaHJlZj0iaHR0cHM6Ly9yZWRpcmVjdC5naXRodWIuY29tL3B5Z21lbnRzL3B5Z21lbnRzL2lzc3Vlcy8zMDIzIj4jMzAyMzwvYT4sIDxhIGhyZWY9Imh0dHBzOi8vcmVkaXJlY3QuZ2l0aHViLmNvbS9weWdtZW50cy9weWdtZW50cy9pc3N1ZXMvMjk3OCI+IzI5Nzg8L2E+KTwvbGk+CjxsaT5MdWEodSk6IEZpeCBjYXRhc3Ryb3BoaWMgYmFja3RyYWNraW5nICg8YSBocmVmPSJodHRwczovL3JlZGlyZWN0LmdpdGh1Yi5jb20vcHlnbWVudHMvcHlnbWVudHMvaXNzdWVzLzMwNDciPiMzMDQ3PC9hPik8L2xpPgo8bGk+TWFjYXVsYXkyOiBVcGRhdGUgdG8gMS4yNS4wNSAoPGEgaHJlZj0iaHR0cHM6Ly9yZWRpcmVjdC5naXRodWIuY29tL3B5Z21lbnRzL3B5Z21lbnRzL2lzc3Vlcy8yODkzIj4jMjg5MzwvYT4pLCAxLjI1LjExICg8YSBocmVmPSJodHRwczovL3JlZGlyZWN0LmdpdGh1Yi5jb20vcHlnbWVudHMvcHlnbWVudHMvaXNzdWVzLzI5ODgiPiMyOTg4PC9hPik8L2xpPgo8bGk+TWF0aGVtYXRpY2E6IFZhcmlvdXMgaW1wcm92ZW1lbnRzICg8YSBocmVmPSJodHRwczovL3JlZGlyZWN0LmdpdGh1Yi5jb20vcHlnbWVudHMvcHlnbWVudHMvaXNzdWVzLzI5NTciPiMyOTU3PC9hPik8L2xpPgo8bGk+bWVzb246IEFkZCBhZGRpdGlvbmFsIG9wZXJhdG9ycyAoPGEgaHJlZj0iaHR0cHM6Ly9yZWRpcmVjdC5naXRodWIuY29tL3B5Z21lbnRzL3B5Z21lbnRzL2lzc3Vlcy8yOTE5Ij4jMjkxOTwvYT4pPC9saT4KPGxpPk15U1FMOiBVcGRhdGUga2V5d29yZHMgKDxhIGhyZWY9Imh0dHBzOi8vcmVkaXJlY3QuZ2l0aHViLmNvbS9weWdtZW50cy9weWdtZW50cy9pc3N1ZXMvMjk3MCI+IzI5NzA8L2E+KTwvbGk+CjxsaT5vcmctTW9kZTogU3VwcG9ydCBib3RoIHNjaGVkdWxlIGFuZCBkZWFkbGluZSAoPGEgaHJlZj0iaHR0cHM6Ly9yZWRpcmVjdC5naXRodWIuY29tL3B5Z21lbnRzL3B5Z21lbnRzL2lzc3Vlcy8yODk5Ij4jMjg5OTwvYT4pPC9saT4KPGxpPlBIUDogQWRkIDxjb2RlPl9fUFJPUEVSVFlfXzwvY29kZT4gbWFnaWMgY29uc3RhbnQgKDxhIGhyZWY9Imh0dHBzOi8vcmVkaXJlY3QuZ2l0aHViLmNvbS9weWdtZW50cy9weWdtZW50cy9pc3N1ZXMvMjkyNCI+IzI5MjQ8L2E+KSwgYWRkIHJlc2VydmVkIGtleXdvcmRzICg8YSBocmVmPSJodHRwczovL3JlZGlyZWN0LmdpdGh1Yi5jb20vcHlnbWVudHMvcHlnbWVudHMvaXNzdWVzLzMwMDIiPiMzMDAyPC9hPik8L2xpPgo8bGk+UG9zdGdyZVNRTDogQWRkIG1vcmUga2V5d29yZHMgKDxhIGhyZWY9Imh0dHBzOi8vcmVkaXJlY3QuZ2l0aHViLmNvbS9weWdtZW50cy9weWdtZW50cy9pc3N1ZXMvMjk4NSI+IzI5ODU8L2E+KTwvbGk+CjxsaT5wcm90b2J1ZjogRml4IG5hbWVzcGFjZSB0b2tlbml6YXRpb24gKDxhIGhyZWY9Imh0dHBzOi8vcmVkaXJlY3QuZ2l0aHViLmNvbS9weWdtZW50cy9weWdtZW50cy9pc3N1ZXMvMjkyOSI+IzI5Mjk8L2E+KTwvbGk+CjxsaT5QeXRob246IEFkZCA8Y29kZT50PC9jb2RlPi1zdHJpbmcgc3VwcG9ydCAoPGEgaHJlZj0iaHR0cHM6Ly9yZWRpcmVjdC5naXRodWIuY29tL3B5Z21lbnRzL3B5Z21lbnRzL2lzc3Vlcy8yOTczIj4jMjk3MzwvYT4sIDxhIGhyZWY9Imh0dHBzOi8vcmVkaXJlY3QuZ2l0aHViLmNvbS9weWdtZW50cy9weWdtZW50cy9pc3N1ZXMvMzAwOSI+IzMwMDk8L2E+LCA8YSBocmVmPSJodHRwczovL3JlZGlyZWN0LmdpdGh1Yi5jb20vcHlnbWVudHMvcHlnbWVudHMvaXNzdWVzLzMwMTAiPiMzMDEwPC9hPik8L2xpPgo8bGk+VGFibGVnZW46IEZpeCBpbmZpbml0ZSBsb29wICg8YSBocmVmPSJodHRwczovL3JlZGlyZWN0LmdpdGh1Yi5jb20vcHlnbWVudHMvcHlnbWVudHMvaXNzdWVzLzI5NzIiPiMyOTcyPC9hPiwgPGEgaHJlZj0iaHR0cHM6Ly9yZWRpcmVjdC5naXRodWIuY29tL3B5Z21lbnRzL3B5Z21lbnRzL2lzc3Vlcy8yOTQwIj4jMjk0MDwvYT4pPC9saT4KPGxpPlRlcmEgVGVybSBtYWNybzogQWRkIGNvbW1hbmRzIGludHJvZHVjZWQgaW4gdjUuMyB0aHJvdWdoIHY1LjYgKDxhIGhyZWY9Imh0dHBzOi8vcmVkaXJlY3QuZ2l0aHViLmNvbS9weWdtZW50cy9weWdtZW50cy9pc3N1ZXMvMjk1MSI+IzI5NTE8L2E+KTwvbGk+CjxsaT5UT01MOiBTdXBwb3J0IFRPTUwgMS4xLjAgKDxhIGhyZWY9Imh0dHBzOi8vcmVkaXJlY3QuZ2l0aHViLmNvbS9weWdtZW50cy9weWdtZW50cy9pc3N1ZXMvMzAyNiI+IzMwMjY8L2E+LCA8YSBocmVmPSJodHRwczovL3JlZGlyZWN0LmdpdGh1Yi5jb20vcHlnbWVudHMvcHlnbWVudHMvaXNzdWVzLzMwMjciPiMzMDI3PC9hPik8L2xpPgo8bGk+VHVydGxlOiBBbGxvdyBlbXB0eSBjb21tZW50IGxpbmVzICg8YSBocmVmPSJodHRwczovL3JlZGlyZWN0LmdpdGh1Yi5jb20vcHlnbWVudHMvcHlnbWVudHMvaXNzdWVzLzI5ODAiPiMyOTgwPC9hPik8L2xpPgo8bGk+WE1MOiBBZGRlZCA8Y29kZT4ueGJybDwvY29kZT4gYXMgZmlsZSBlbmRpbmcgKDxhIGhyZWY9Imh0dHBzOi8vcmVkaXJlY3QuZ2l0aHViLmNvbS9weWdtZW50cy9weWdtZW50cy9pc3N1ZXMvMjg5MCI+IzI4OTA8L2E+LCA8YSBocmVmPSJodHRwczovL3JlZGlyZWN0LmdpdGh1Yi5jb20vcHlnbWVudHMvcHlnbWVudHMvaXNzdWVzLzI4OTEiPiMyODkxPC9hPik8L2xpPgo8L3VsPgo8L2xpPgo8bGk+CjxwPkRyb3AgUHl0aG9uIDMuOCwgYW5kIGFkZCBQeXRob24gMy4xNCBhcyBhIHN1cHBvcnRlZCB2ZXJzaW9uICg8YSBocmVmPSJodHRwczovL3JlZGlyZWN0LmdpdGh1Yi5jb20vcHlnbWVudHMvcHlnbWVudHMvaXNzdWVzLzI5ODciPiMyOTg3PC9hPiwgPGEgaHJlZj0iaHR0cHM6Ly9yZWRpcmVjdC5naXRodWIuY29tL3B5Z21lbnRzL3B5Z21lbnRzL2lzc3Vlcy8zMDEyIj4jMzAxMjwvYT4pPC9wPgo8L2xpPgo8bGk+CjxwPlZhcmlvdXMgaW1wcm92ZW1lbnRzIHRvIDxjb2RlPmF1dG9weWdtZW50aXplPC9jb2RlPiAoPGEgaHJlZj0iaHR0cHM6Ly9yZWRpcmVjdC5naXRodWIuY29tL3B5Z21lbnRzL3B5Z21lbnRzL2lzc3Vlcy8yODk0Ij4jMjg5NDwvYT4pPC9wPgo8L2xpPgo8bGk+CjxwPlVwZGF0ZSA8Y29kZT5vbmVkYXJrPC9jb2RlPiBzdHlsZSB0byBzdXBwb3J0IG1vcmUgdG9rZW4gdHlwZXMgKDxhIGhyZWY9Imh0dHBzOi8vcmVkaXJlY3QuZ2l0aHViLmNvbS9weWdtZW50cy9weWdtZW50cy9pc3N1ZXMvMjk3NyI+IzI5Nzc8L2E+KTwvcD4KPC9saT4KPGxpPgo8cD5VcGRhdGUgPGNvZGU+cnR0PC9jb2RlPiBzdHlsZSB0byBzdXBwb3J0IG1vcmUgdG9rZW4gdHlwZXMgKDxhIGhyZWY9Imh0dHBzOi8vcmVkaXJlY3QuZ2l0aHViLmNvbS9weWdtZW50cy9weWdtZW50cy9pc3N1ZXMvMjg5NSI+IzI4OTU8L2E+KTwvcD4KPC9saT4KPGxpPgo8cD5DYWNoZSBlbnRyeSBwb2ludHMgdG8gaW1wcm92ZSBwZXJmb3JtYW5jZSAoPGEgaHJlZj0iaHR0cHM6Ly9yZWRpcmVjdC5naXRodWIuY29tL3B5Z21lbnRzL3B5Z21lbnRzL2lzc3Vlcy8yOTc5Ij4jMjk3OTwvYT4pPC9wPgo8L2xpPgo8bGk+CjxwPkZpeCA8Y29kZT54dGVybS0yNTY8L2NvZGU+IGNvbG9yIHRhYmxlICg8YSBocmVmPSJodHRwczovL3JlZGlyZWN0LmdpdGh1Yi5jb20vcHlnbWVudHMvcHlnbWVudHMvaXNzdWVzLzMwNDMiPiMzMDQzPC9hPik8L3A+CjwvbGk+CjxsaT4KPHA+Rml4IDxjb2RlPmt3YXJnczwvY29kZT4gZGljdGlvbmFyeSBnZXR0aW5nIG11dGF0ZWQgb24gZWFjaCBjYWxsICg8YSBocmVmPSJodHRwczovL3JlZGlyZWN0LmdpdGh1Yi5jb20vcHlnbWVudHMvcHlnbWVudHMvaXNzdWVzLzMwNDQiPiMzMDQ0PC9hPik8L3A+CjwvbGk+CjwvdWw+CjwvYmxvY2txdW90ZT4KPC9kZXRhaWxzPgo8ZGV0YWlscz4KPHN1bW1hcnk+Q29tbWl0czwvc3VtbWFyeT4KPHVsPgo8bGk+PGEgaHJlZj0iaHR0cHM6Ly9naXRodWIuY29tL3B5Z21lbnRzL3B5Z21lbnRzL2NvbW1pdC83MDgxOTdkODI4MjdiYTJkNWNhNzhiY2JiNjUzYzcxMDJjZTg2ZGNkIj48Y29kZT43MDgxOTdkPC9jb2RlPjwvYT4gRml4IHVuZGVybGluZSBsZW5ndGguPC9saT4KPGxpPjxhIGhyZWY9Imh0dHBzOi8vZ2l0aHViLmNvbS9weWdtZW50cy9weWdtZW50cy9jb21taXQvMWQ0NTM4YWU4NjIxZDc2NmVjYzkxZmY1OWNhZjc2YWI3NTk4M2FiYyI+PGNvZGU+MWQ0NTM4YTwvY29kZT48L2E+IFByZXBhcmUgMi4yMCByZWxlYXNlLjwvbGk+CjxsaT48YSBocmVmPSJodHRwczovL2dpdGh1Yi5jb20vcHlnbWVudHMvcHlnbWVudHMvY29tbWl0LzJjZWFlZTRlNjM0ZWViYWUyZDEwYTQ3ZmQwNTQwNjg3MWY2YmFjOGYiPjxjb2RlPjJjZWFlZTQ8L2NvZGU+PC9hPiBVcGRhdGUgQ0hBTkdFUy48L2xpPgo8bGk+PGEgaHJlZj0iaHR0cHM6Ly9naXRodWIuY29tL3B5Z21lbnRzL3B5Z21lbnRzL2NvbW1pdC9lM2EzYzU0YjU4YzdmODBiYzRkYjg4N2U0NzFkNGY5MWM3Nzg0NGVkIj48Y29kZT5lM2EzYzU0PC9jb2RlPjwvYT4gRml4IEhhc2tlbGwgbGV4ZXI6IGhhbmRsZSBlc2NhcGUgc2VxdWVuY2VzIGluIGNoYXJhY3RlciBsaXRlcmFscyAoPGEgaHJlZj0iaHR0cHM6Ly9yZWRpcmVjdC5naXRodWIuY29tL3B5Z21lbnRzL3B5Z21lbnRzL2lzc3Vlcy8zMDY5Ij4jMzA2OTwvYT4pPC9saT4KPGxpPjxhIGhyZWY9Imh0dHBzOi8vZ2l0aHViLmNvbS9weWdtZW50cy9weWdtZW50cy9jb21taXQvZDdjMzQ1M2UzNDJkYWMzMTlmNThlNDA5MWY0ZWYxODNjYzQ5ZDgwMiI+PGNvZGU+ZDdjMzQ1MzwvY29kZT48L2E+IE1lcmdlIHB1bGwgcmVxdWVzdCA8YSBocmVmPSJodHRwczovL3JlZGlyZWN0LmdpdGh1Yi5jb20vcHlnbWVudHMvcHlnbWVudHMvaXNzdWVzLzMwNzEiPiMzMDcxPC9hPiBmcm9tIHB5Z21lbnRzL2hhcmRlbi1odG1sLWZvcm1hdHRlcjwvbGk+CjxsaT48YSBocmVmPSJodHRwczovL2dpdGh1Yi5jb20vcHlnbWVudHMvcHlnbWVudHMvY29tbWl0LzBmOTdlN2MzN2Q0NGFiZmE0ZGRmZGRmNDRhMzI5MGZkYWQ1ODYwMzQiPjxjb2RlPjBmOTdlN2M8L2NvZGU+PC9hPiBIYXJkZW4gdGhlIEhUTUwgZm9ybWF0dGVyIGFnYWluc3QgQ1NTLjwvbGk+CjxsaT48YSBocmVmPSJodHRwczovL2dpdGh1Yi5jb20vcHlnbWVudHMvcHlnbWVudHMvY29tbWl0LzlmOTgxYjJiYTQyYjg4Y2E1YmRjZWJmMTJjZDAxZWZkN2NkODBhZWMiPjxjb2RlPjlmOTgxYjI8L2NvZGU+PC9hPiBVcGRhdGUgQ0hBTkdFUy48L2xpPgo8bGk+PGEgaHJlZj0iaHR0cHM6Ly9naXRodWIuY29tL3B5Z21lbnRzL3B5Z21lbnRzL2NvbW1pdC8xZDg4OTE1MTAyNGU5YTUzZjM3MDJhNjA1NThiMjliMDcwMzA2ZTllIj48Y29kZT4xZDg4OTE1PC9jb2RlPjwvYT4gVXBkYXRlIENIQU5HRVMuPC9saT4KPGxpPjxhIGhyZWY9Imh0dHBzOi8vZ2l0aHViLmNvbS9weWdtZW50cy9weWdtZW50cy9jb21taXQvYzNkOTNhZGI5ODI3ZmMwNTRjM2MxMmI0N2JkZTMxYzc4MWEzNmE5MyI+PGNvZGU+YzNkOTNhZDwvY29kZT48L2E+IEZpeCBBU04uMSBsZXhlcjogcmVjb2duaXplIG1pbnVzIHNpZ24gYW5kIGZpeCByYW5nZSBvcGVyYXRvciAoPGEgaHJlZj0iaHR0cHM6Ly9yZWRpcmVjdC5naXRodWIuY29tL3B5Z21lbnRzL3B5Z21lbnRzL2lzc3Vlcy8zMDYwIj4jMzA2MDwvYT4pPC9saT4KPGxpPjxhIGhyZWY9Imh0dHBzOi8vZ2l0aHViLmNvbS9weWdtZW50cy9weWdtZW50cy9jb21taXQvNGYwNmJjZjhhNWJhM2YyYjViZGEyNGEyNmNjZjA0MWExYTY1ZDkxZSI+PGNvZGU+NGYwNmJjZjwvY29kZT48L2E+IGZpeCBiYWQgYmVoYXZpbmcgYmFja3RyYWNraW5nIHJlZ2V4IGluIENvbW1vbkxpc3BMZXhlcjwvbGk+CjxsaT5BZGRpdGlvbmFsIGNvbW1pdHMgdmlld2FibGUgaW4gPGEgaHJlZj0iaHR0cHM6Ly9naXRodWIuY29tL3B5Z21lbnRzL3B5Z21lbnRzL2NvbXBhcmUvMi4xOS4yLi4uMi4yMC4wIj5jb21wYXJlIHZpZXc8L2E+PC9saT4KPC91bD4KPC9kZXRhaWxzPgo8YnIgLz4K
      patchset: 2666a735cb8e670bbb1f1df0f120c0a79741d84c
      pipeline: check
      playbook_context:
        playbook_projects:
          trusted/project_0/github.com/vexxhost/zuul-config:
            canonical_name: github.com/vexxhost/zuul-config
            checkout: main
            commit: 9052b5a7781b3346e4cffd452a54448cbff54d8b
          trusted/project_1/opendev.org/zuul/zuul-jobs:
            canonical_name: opendev.org/zuul/zuul-jobs
            checkout: master
            commit: c75fe6ef19c05b98349573c971950c51bbf24758
          trusted/project_2/github.com/vexxhost/zuul-jobs:
            canonical_name: github.com/vexxhost/zuul-jobs
            checkout: main
            commit: a6e68243e02ef030ce5e75f8b67630880c475f33
          untrusted/project_0/github.com/vexxhost/zuul-jobs:
            canonical_name: github.com/vexxhost/zuul-jobs
            checkout: main
            commit: a6e68243e02ef030ce5e75f8b67630880c475f33
          untrusted/project_1/github.com/vexxhost/zuul-config:
            canonical_name: github.com/vexxhost/zuul-config
            checkout: main
            commit: 9052b5a7781b3346e4cffd452a54448cbff54d8b
          untrusted/project_2/opendev.org/zuul/zuul-jobs:
            canonical_name: opendev.org/zuul/zuul-jobs
            checkout: master
            commit: c75fe6ef19c05b98349573c971950c51bbf24758
          untrusted/project_3/github.com/vexxhost/ansible-collection-kubernetes:
            canonical_name: github.com/vexxhost/ansible-collection-kubernetes
            checkout: main
            commit: 3c9cb8dff4c7cd06161c73011bc4216a5e46daa4
          untrusted/project_4/opendev.org/openstack/openstack-helm:
            canonical_name: opendev.org/openstack/openstack-helm
            checkout: master
            commit: 3e6d3ecbbb91cfbba41f1cdbcbb494a1bdb24949
        playbooks:
        - path: untrusted/project_0/github.com/vexxhost/zuul-jobs/playbooks/molecule/run.yaml
          roles:
          - checkout: master
            checkout_description: project default branch
            link_name: ansible/playbook_0/role_1/zuul-jobs
            link_target: untrusted/project_2/opendev.org/zuul/zuul-jobs
            role_path: ansible/playbook_0/role_1/zuul-jobs/roles
          - checkout: main
            checkout_description: playbook branch
            link_name: ansible/playbook_0/role_2/zuul-jobs
            link_target: untrusted/project_0/github.com/vexxhost/zuul-jobs
            role_path: ansible/playbook_0/role_2/zuul-jobs/roles
        post_playbooks:
        - path: untrusted/project_3/github.com/vexxhost/ansible-collection-kubernetes/test-playbooks/molecule/post.yml
          roles:
          - checkout: main
            checkout_description: playbook branch
            link_name: ansible/post_playbook_0/role_0/collection-kubernetes
            link_target: untrusted/project_3/github.com/vexxhost/ansible-collection-kubernetes
            role_path: ansible/post_playbook_0/role_0/collection-kubernetes/roles
          - checkout: master
            checkout_description: project default branch
            link_name: ansible/post_playbook_0/role_1/openstack-helm
            link_target: untrusted/project_4/opendev.org/openstack/openstack-helm
            role_path: ansible/post_playbook_0/role_1/openstack-helm/roles
          - checkout: master
            checkout_description: project default branch
            link_name: ansible/post_playbook_0/role_3/zuul-jobs
            link_target: untrusted/project_2/opendev.org/zuul/zuul-jobs
            role_path: ansible/post_playbook_0/role_3/zuul-jobs/roles
          - checkout: main
            checkout_description: zuul branch
            link_name: ansible/post_playbook_0/role_4/zuul-jobs
            link_target: untrusted/project_0/github.com/vexxhost/zuul-jobs
            role_path: ansible/post_playbook_0/role_4/zuul-jobs/roles
        - path: trusted/project_0/github.com/vexxhost/zuul-config/playbooks/base/post.yaml
          roles:
          - checkout: master
            checkout_description: project default branch
            link_name: ansible/post_playbook_1/role_1/zuul-jobs
            link_target: trusted/project_1/opendev.org/zuul/zuul-jobs
            role_path: ansible/post_playbook_1/role_1/zuul-jobs/roles
          - checkout: main
            checkout_description: zuul branch
            link_name: ansible/post_playbook_1/role_2/zuul-jobs
            link_target: trusted/project_2/github.com/vexxhost/zuul-jobs
            role_path: ansible/post_playbook_1/role_2/zuul-jobs/roles
        - path: trusted/project_0/github.com/vexxhost/zuul-config/playbooks/base/post-logs.yaml
          roles:
          - checkout: master
            checkout_description: project default branch
            link_name: ansible/post_playbook_2/role_1/zuul-jobs
            link_target: trusted/project_1/opendev.org/zuul/zuul-jobs
            role_path: ansible/post_playbook_2/role_1/zuul-jobs/roles
          - checkout: main
            checkout_description: zuul branch
            link_name: ansible/post_playbook_2/role_2/zuul-jobs
            link_target: trusted/project_2/github.com/vexxhost/zuul-jobs
            role_path: ansible/post_playbook_2/role_2/zuul-jobs/roles
        pre_playbooks:
        - path: trusted/project_0/github.com/vexxhost/zuul-config/playbooks/base/pre.yaml
          roles:
          - checkout: master
            checkout_description: project default branch
            link_name: ansible/pre_playbook_0/role_1/zuul-jobs
            link_target: trusted/project_1/opendev.org/zuul/zuul-jobs
            role_path: ansible/pre_playbook_0/role_1/zuul-jobs/roles
          - checkout: main
            checkout_description: zuul branch
            link_name: ansible/pre_playbook_0/role_2/zuul-jobs
            link_target: trusted/project_2/github.com/vexxhost/zuul-jobs
            role_path: ansible/pre_playbook_0/role_2/zuul-jobs/roles
        - path: untrusted/project_0/github.com/vexxhost/zuul-jobs/playbooks/molecule/pre.yaml
          roles:
          - checkout: master
            checkout_description: project default branch
            link_name: ansible/pre_playbook_1/role_1/zuul-jobs
            link_target: untrusted/project_2/opendev.org/zuul/zuul-jobs
            role_path: ansible/pre_playbook_1/role_1/zuul-jobs/roles
          - checkout: main
            checkout_description: playbook branch
            link_name: ansible/pre_playbook_1/role_2/zuul-jobs
            link_target: untrusted/project_0/github.com/vexxhost/zuul-jobs
            role_path: ansible/pre_playbook_1/role_2/zuul-jobs/roles
        - path: untrusted/project_3/github.com/vexxhost/ansible-collection-kubernetes/test-playbooks/molecule/pre.yml
          roles:
          - checkout: main
            checkout_description: playbook branch
            link_name: ansible/pre_playbook_2/role_0/collection-kubernetes
            link_target: untrusted/project_3/github.com/vexxhost/ansible-collection-kubernetes
            role_path: ansible/pre_playbook_2/role_0/collection-kubernetes/roles
          - checkout: master
            checkout_description: project default branch
            link_name: ansible/pre_playbook_2/role_1/openstack-helm
            link_target: untrusted/project_4/opendev.org/openstack/openstack-helm
            role_path: ansible/pre_playbook_2/role_1/openstack-helm/roles
          - checkout: master
            checkout_description: project default branch
            link_name: ansible/pre_playbook_2/role_3/zuul-jobs
            link_target: untrusted/project_2/opendev.org/zuul/zuul-jobs
            role_path: ansible/pre_playbook_2/role_3/zuul-jobs/roles
          - checkout: main
            checkout_description: zuul branch
            link_name: ansible/pre_playbook_2/role_4/zuul-jobs
            link_target: untrusted/project_0/github.com/vexxhost/zuul-jobs
            role_path: ansible/pre_playbook_2/role_4/zuul-jobs/roles
      post_review: false
      post_timeout: null
      pre_timeout: null
      project:
        canonical_hostname: github.com
        canonical_name: github.com/vexxhost/ansible-collection-kubernetes
        name: vexxhost/ansible-collection-kubernetes
        short_name: ansible-collection-kubernetes
        src_dir: src/github.com/vexxhost/ansible-collection-kubernetes
      projects:
        github.com/vexxhost/ansible-collection-kubernetes:
          canonical_hostname: github.com
          canonical_name: github.com/vexxhost/ansible-collection-kubernetes
          checkout: main
          checkout_description: zuul branch
          commit: 3c9cb8dff4c7cd06161c73011bc4216a5e46daa4
          name: vexxhost/ansible-collection-kubernetes
          required: false
          short_name: ansible-collection-kubernetes
          src_dir: src/github.com/vexxhost/ansible-collection-kubernetes
      ref: refs/pull/249/head
      resources: {}
      tenant: oss
      timeout: 1800
      topic: null
      voting: true
