all:
  children:
    tempest:
      hosts:
        controller: null
    zuul_unreachable:
      hosts: {}
  hosts:
    controller:
      ansible_connection: ssh
      ansible_host: 162.253.55.36
      ansible_port: 22
      ansible_python_interpreter: auto
      ansible_user: zuul
      configure_swap_size: 8192
      devstack_local_conf:
        post-config:
          $NEUTRON_CONF:
            DEFAULT:
              global_physnet_mtu: '{{ external_bridge_mtu }}'
          /etc/magnum/magnum.conf:
            cluster_template:
              kubernetes_allowed_network_drivers: calico,cilium
              kubernetes_default_network_driver: calico
            nova_client:
              api_version: 2.15
          /etc/manila/manila.conf:
            generic:
              connect_share_server_to_tenant_network: true
              driver_handles_share_servers: true
      devstack_localrc:
        ADMIN_PASSWORD: secretadmin
        DATABASE_PASSWORD: secretdatabase
        DEBUG_LIBVIRT_COREDUMPS: true
        DISABLE_AMP_IMAGE_BUILD: true
        ENABLE_SYSCTL_MEM_TUNING: true
        ENABLE_SYSCTL_NET_TUNING: true
        ENABLE_ZSWAP: true
        ERROR_ON_CLONE: true
        FIXED_RANGE: 10.1.0.0/20
        FLOATING_RANGE: 172.24.5.0/24
        GIT_BASE: https://github.com
        HOST_IP: '{{ hostvars[''controller''][''nodepool''][''private_ipv4''] }}'
        IPV4_ADDRS_SAFE_TO_USE: 10.1.0.0/20
        LIBVIRT_TYPE: '{{ devstack_libvirt_type | default("qemu") }}'
        LOGFILE: /opt/stack/logs/devstacklog.txt
        LOG_COLOR: false
        MAGNUM_GUEST_IMAGE_URL: '{{ image_url }}'
        MANILA_DEFAULT_SHARE_TYPE_EXTRA_SPECS: snapshot_support=True create_share_from_snapshot_support=True
        MANILA_ENABLED_BACKENDS: generic
        MANILA_USE_SERVICE_INSTANCE_PASSWORD: true
        NETWORK_GATEWAY: 10.1.0.1
        NOVA_LIBVIRT_TB_CACHE_SIZE: 128
        NOVA_VNC_ENABLED: true
        OCTAVIA_NODE: api
        OVN_DBS_LOG_LEVEL: dbg
        PUBLIC_BRIDGE_MTU: '{{ external_bridge_mtu }}'
        PUBLIC_NETWORK_GATEWAY: 172.24.5.1
        RABBIT_PASSWORD: secretrabbit
        SERVICE_HOST: '{{ hostvars[''controller''][''nodepool''][''private_ipv4'']
          }}'
        SERVICE_PASSWORD: secretservice
        SWIFT_HASH: 1234123412341234
        SWIFT_REPLICAS: 1
        SWIFT_START_ALL_SERVICES: false
        VERBOSE: true
        VERBOSE_NO_TIMESTAMP: true
      devstack_plugins:
        barbican: https://github.com/openstack/barbican
        magnum: https://review.opendev.org/openstack/magnum
        magnum-cluster-api: https://github.com/vexxhost/magnum-cluster-api
        manila: https://github.com/openstack/manila
        octavia: https://github.com/openstack/octavia
        ovn-octavia-provider: https://github.com/openstack/ovn-octavia-provider
      devstack_services:
        base: false
        c-api: true
        c-bak: true
        c-sch: true
        c-vol: true
        dstat: false
        etcd3: true
        file_tracker: true
        g-api: true
        horizon: false
        key: true
        memory_tracker: true
        mysql: true
        n-api: true
        n-api-meta: true
        n-cond: true
        n-cpu: true
        n-novnc: true
        n-sch: true
        o-api: true
        o-da: true
        o-hk: true
        octavia: true
        openstack-cli-server: true
        ovn-controller: true
        ovn-northd: true
        ovs-vswitchd: true
        ovsdb-server: true
        placement-api: true
        q-ovn-agent: true
        q-svc: true
        rabbit: true
        s-account: false
        s-container: false
        s-object: false
        s-proxy: false
        tempest: false
        tls-proxy: true
      extensions_to_txt:
        auto: true
        conf: true
        localrc: true
        log: true
        stackenv: true
      image_url: https://github.com/vexxhost/capo-image-elements/releases/latest/download/ubuntu-22.04-{{
        kube_tag }}.qcow2
      kube_tag: v1.34.5
      network_driver: calico
      nodepool:
        az: nova
        cloud: public
        external_id: b6e912bd-194d-4b69-b896-0f73df4a8670
        host_id: b3056f425dc12eb7c2b177d04ce92ce8e9d8895ce2af8682a7cd0f26
        interface_ip: 162.253.55.36
        label: ubuntu-noble-16
        node_properties: {}
        private_ipv4: 162.253.55.36
        private_ipv6: null
        provider: yul1
        public_ipv4: 162.253.55.36
        public_ipv6: 2604:e100:1:0:f816:3eff:fe96:5d4e
        region: ca-ymq-1
        slot: null
      zuul_copy_output:
        /etc/ceph: logs
        /etc/glusterfs/glusterd.vol: logs
        /etc/libvirt: logs
        /etc/lvm: logs
        /etc/resolv.conf: logs
        /etc/sudoers: logs
        /etc/sudoers.d: logs
        /var/log/ceph: logs
        /var/log/glusterfs: logs
        /var/log/libvirt: logs
        /var/log/mysql: logs
        /var/log/openvswitch: logs
        /var/log/postgresql: logs
        /var/log/rabbitmq: logs
        /var/log/unbound.log: logs
        '{{ devstack_conf_dir }}/.localrc.auto': logs
        '{{ devstack_conf_dir }}/.stackenv': logs
        '{{ devstack_conf_dir }}/local.conf': logs
        '{{ devstack_conf_dir }}/localrc': logs
        '{{ devstack_full_log}}': logs
        '{{ devstack_log_dir }}/atop': logs
        '{{ devstack_log_dir }}/devstacklog.txt': logs
        '{{ devstack_log_dir }}/devstacklog.txt.summary': logs
        '{{ devstack_log_dir }}/dstat-csv.log': logs
        '{{ devstack_log_dir }}/qemu.coredump': logs
        '{{ devstack_log_dir }}/tcpdump.pcap': logs
        '{{ devstack_log_dir }}/worlddump-latest.txt': logs
        '{{ stage_dir }}/apache': logs
        '{{ stage_dir }}/apache_config': logs
        '{{ stage_dir }}/audit.log': logs
        '{{ stage_dir }}/core': logs
        '{{ stage_dir }}/deprecations.log': logs
        '{{ stage_dir }}/df.txt': logs
        '{{ stage_dir }}/dpkg-l.txt': logs
        '{{ stage_dir }}/etc': logs
        '{{ stage_dir }}/iptables.txt': logs
        '{{ stage_dir }}/listen53.txt': logs
        '{{ stage_dir }}/mount.txt': logs
        '{{ stage_dir }}/performance.json': logs
        '{{ stage_dir }}/pip2-freeze.txt': logs
        '{{ stage_dir }}/pip3-freeze.txt': logs
        '{{ stage_dir }}/rpm-qa.txt': logs
        '{{ stage_dir }}/services.txt': logs
        '{{ stage_dir }}/verify_tempest_conf.log': logs
      zuul_node:
        az: nova
        cloud: public
        external_id: b6e912bd-194d-4b69-b896-0f73df4a8670
        host_id: b3056f425dc12eb7c2b177d04ce92ce8e9d8895ce2af8682a7cd0f26
        interface_ip: 162.253.55.36
        label: ubuntu-noble-16
        node_properties: {}
        private_ipv4: 162.253.55.36
        private_ipv6: null
        provider: yul1
        public_ipv4: 162.253.55.36
        public_ipv6: 2604:e100:1:0:f816:3eff:fe96:5d4e
        region: ca-ymq-1
        slot: null
        uuid: null
  vars:
    configure_swap_size: 8192
    devstack_local_conf:
      post-config:
        $NEUTRON_CONF:
          DEFAULT:
            global_physnet_mtu: '{{ external_bridge_mtu }}'
        /etc/magnum/magnum.conf:
          cluster_template:
            kubernetes_allowed_network_drivers: calico,cilium
            kubernetes_default_network_driver: calico
          nova_client:
            api_version: 2.15
        /etc/manila/manila.conf:
          generic:
            connect_share_server_to_tenant_network: true
            driver_handles_share_servers: true
    devstack_localrc:
      ADMIN_PASSWORD: secretadmin
      DATABASE_PASSWORD: secretdatabase
      DEBUG_LIBVIRT_COREDUMPS: true
      DISABLE_AMP_IMAGE_BUILD: true
      ENABLE_SYSCTL_MEM_TUNING: true
      ENABLE_SYSCTL_NET_TUNING: true
      ENABLE_ZSWAP: true
      ERROR_ON_CLONE: true
      FIXED_RANGE: 10.1.0.0/20
      FLOATING_RANGE: 172.24.5.0/24
      GIT_BASE: https://github.com
      HOST_IP: '{{ hostvars[''controller''][''nodepool''][''private_ipv4''] }}'
      IPV4_ADDRS_SAFE_TO_USE: 10.1.0.0/20
      LIBVIRT_TYPE: '{{ devstack_libvirt_type | default("qemu") }}'
      LOGFILE: /opt/stack/logs/devstacklog.txt
      LOG_COLOR: false
      MAGNUM_GUEST_IMAGE_URL: '{{ image_url }}'
      MANILA_DEFAULT_SHARE_TYPE_EXTRA_SPECS: snapshot_support=True create_share_from_snapshot_support=True
      MANILA_ENABLED_BACKENDS: generic
      MANILA_USE_SERVICE_INSTANCE_PASSWORD: true
      NETWORK_GATEWAY: 10.1.0.1
      NOVA_LIBVIRT_TB_CACHE_SIZE: 128
      NOVA_VNC_ENABLED: true
      OCTAVIA_NODE: api
      OVN_DBS_LOG_LEVEL: dbg
      PUBLIC_BRIDGE_MTU: '{{ external_bridge_mtu }}'
      PUBLIC_NETWORK_GATEWAY: 172.24.5.1
      RABBIT_PASSWORD: secretrabbit
      SERVICE_HOST: '{{ hostvars[''controller''][''nodepool''][''private_ipv4''] }}'
      SERVICE_PASSWORD: secretservice
      SWIFT_HASH: 1234123412341234
      SWIFT_REPLICAS: 1
      SWIFT_START_ALL_SERVICES: false
      VERBOSE: true
      VERBOSE_NO_TIMESTAMP: true
    devstack_plugins:
      barbican: https://github.com/openstack/barbican
      magnum: https://review.opendev.org/openstack/magnum
      magnum-cluster-api: https://github.com/vexxhost/magnum-cluster-api
      manila: https://github.com/openstack/manila
      octavia: https://github.com/openstack/octavia
      ovn-octavia-provider: https://github.com/openstack/ovn-octavia-provider
    devstack_services:
      base: false
      c-api: true
      c-bak: true
      c-sch: true
      c-vol: true
      dstat: false
      etcd3: true
      file_tracker: true
      g-api: true
      horizon: false
      key: true
      memory_tracker: true
      mysql: true
      n-api: true
      n-api-meta: true
      n-cond: true
      n-cpu: true
      n-novnc: true
      n-sch: true
      o-api: true
      o-da: true
      o-hk: true
      octavia: true
      openstack-cli-server: true
      ovn-controller: true
      ovn-northd: true
      ovs-vswitchd: true
      ovsdb-server: true
      placement-api: true
      q-ovn-agent: true
      q-svc: true
      rabbit: true
      s-account: false
      s-container: false
      s-object: false
      s-proxy: false
      tempest: false
      tls-proxy: true
    extensions_to_txt:
      auto: true
      conf: true
      localrc: true
      log: true
      stackenv: true
    image_url: https://github.com/vexxhost/capo-image-elements/releases/latest/download/ubuntu-22.04-{{
      kube_tag }}.qcow2
    kube_tag: v1.34.5
    network_driver: calico
    zuul:
      _inheritance_path:
      - '<Job base explicit: None implied: {MatchAny:{ImpliedBranchMatcher:main}}
        source: vexxhost/zuul-config/zuul.d/jobs.yaml@main#1>'
      - '<Job openstack-multinode-fips explicit: None implied: {MatchAny:{ImpliedBranchMatcher:main}}
        source: vexxhost/zuul-config/zuul.d/jobs.yaml@main#17>'
      - '<Job devstack-base explicit: None implied: {MatchAny:{ImpliedBranchMatcher:master}}
        source: openstack/devstack/.zuul.yaml@master#426>'
      - '<Job devstack-minimal explicit: None implied: {MatchAny:{ImpliedBranchMatcher:master}}
        source: openstack/devstack/.zuul.yaml@master#558>'
      - '<Job devstack explicit: None implied: {MatchAny:{ImpliedBranchMatcher:master}}
        source: openstack/devstack/.zuul.yaml@master#601>'
      - '<Job magnum-cluster-api-devstack explicit: None implied: {MatchAny:{ImpliedBranchMatcher:main}}
        source: vexxhost/magnum-cluster-api/zuul.d/jobs.yaml@main#1>'
      - '<Job magnum-cluster-api-hydrophone explicit: None implied: {MatchAny:{ImpliedBranchMatcher:main}}
        source: vexxhost/magnum-cluster-api/zuul.d/jobs.yaml@main#60>'
      - '<Job magnum-cluster-api-hydrophone-v1.34.5 explicit: None implied: {MatchAny:{ImpliedBranchMatcher:main}}
        source: vexxhost/magnum-cluster-api/zuul.d/jobs.yaml@main#90>'
      - '<Job magnum-cluster-api-hydrophone-v1.34.5-calico explicit: None implied:
        {MatchAny:{ImpliedBranchMatcher:main}} source: vexxhost/magnum-cluster-api/zuul.d/jobs.yaml@main#96>'
      - '<Job magnum-cluster-api-hydrophone-v1.34.5-calico explicit: None implied:
        None source: vexxhost/magnum-cluster-api/zuul.d/project.yaml@main#1>'
      ansible_version: '9'
      attempts: 1
      branch: main
      build: e818227368aa492b9c340eb239af10f9
      build_refs:
      - branch: main
        change: '854'
        change_message: "chore(deps): update ghcr.io/astral-sh/uv docker tag to v0.11.0\n\n>
          \u2139\uFE0F **Note**\n> \n> This PR body was truncated due to platform
          limits.\n\nThis PR contains the following updates:\n\n| Package | Type |
          Update | Change |\n|---|---|---|---|\n| [ghcr.io/astral-sh/uv](https://redirect.github.com/astral-sh/uv)
          | final | minor | `0.9.9` \u2192 `0.11.0` |\n\n---\n\n### Release Notes\n\n<details>\n<summary>astral-sh/uv
          (ghcr.io/astral-sh/uv)</summary>\n\n### [`v0.11.0`](https://redirect.github.com/astral-sh/uv/blob/HEAD/CHANGELOG.md#0110)\n\nReleased
          on 2026-03-23.\n\n##### Breaking changes\n\nThis release includes changes
          to the networking stack used by uv. While we think that breakage will be
          rare, it is possible that these changes will result in the rejection of
          certificates previously trusted by uv so we have marked the change as breaking
          out of an abundance of caution.\n\nThe changes are largely driven by the
          upgrade of reqwest, which powers uv's HTTP clients, to [v0.13](https://seanmonstar.com/blog/reqwest-v013-rustls-default/)
          which included some breaking changes to TLS certificate verification.\n\nThe
          following changes are included:\n\n- [`rustls-platform-verifier`](https://redirect.github.com/rustls/rustls-platform-verifier)
          is used instead of [`rustls-native-certs`](https://redirect.github.com/rustls/rustls-native-certs)
          and [`webpki`](https://redirect.github.com/rustls/webpki) for certificate
          verification\n\n  **This change should have no effect unless you are using
          the `native-tls` option to enable reading system certificates.**\n\n  `rustls-platform-verifier`
          delegates to the system for certificate validation (e.g., `Security.framework`
          on macOS) instead of eagerly loading certificates from the system and verifying
          them via `webpki`. The effects of this change will vary based on the operating
          system. In general, uv's certificate validation should now be more consistent
          with browsers and other native applications. However, this is the most likely
          cause of breaking changes in this release. Some previously failing certificate
          chains may succeed, and some previously accepted certificate chains may
          fail. In either case, we expect the validation to be more correct and welcome
          reports of regressions.\n\n  In particular, because more responsibility
          for validating the certificate is transferred to your system's security
          library, some features like [CA constraints](https://support.apple.com/en-us/103255)
          or [revocation of certificates](https://en.wikipedia.org/wiki/Certificate_revocation)
          via OCSP and CRLs may now be used.\n\n  This change should improve performance
          when using system certificate on macOS, as uv no longer needs to load all
          certificates from the keychain at startup.\n\n- [`aws-lc`](https://redirect.github.com/aws/aws-lc)
          is used instead of `ring` for a cryptography backend\n\n  There should not
          be breaking changes from this change. We expect this to expand support for
          certificate signature algorithms.\n\n- `--native-tls` is deprecated in favor
          of a new `--system-certs` flag\n\n  The `--native-tls` flag is still usable
          and has identical behavior to `--system-certs.`\n\n  This change was made
          to reduce confusion about the TLS implementation uv uses. uv always uses
          `rustls` not `native-tls`.\n\n- Building uv on x86-64 and i686 Windows requires
          NASM\n\n  NASM is required by `aws-lc`. If not found on the system, a prebuilt
          blob provided by `aws-lc-sys` will be used.\n\n  If you are not building
          uv from source, this change has no effect.\n\n  See the [CONTRIBUTING](https://redirect.github.com/astral-sh/uv/blob/b6854d77bfd0cb78157fecaf8b30126c6f16bc11/CONTRIBUTING.md#setup)
          guide for details.\n\n- Empty `SSL_CERT_FILE` values are ignored (for consistency
          with `SSL_CERT_DIR`)\n\nSee [#&#8203;18550](https://redirect.github.com/astral-sh/uv/pull/18550)
          for details.\n\n##### Python\n\n- Enable frame pointers for improved profiling
          on Linux x86-64 and aarch64\n\nSee the [python-build-standalone release
          notes](https://redirect.github.com/astral-sh/python-build-standalone/releases/20260320)
          for details.\n\n##### Enhancements\n\n- Treat 'Dynamic' values as case-insensitive
          ([#&#8203;18669](https://redirect.github.com/astral-sh/uv/pull/18669))\n-
          Use a dedicated error for invalid cache control headers ([#&#8203;18657](https://redirect.github.com/astral-sh/uv/pull/18657))\n-
          Enable checksum verification in the generated installer script ([#&#8203;18625](https://redirect.github.com/astral-sh/uv/pull/18625))\n\n#####
          Preview features\n\n- Add `--service-format` and `--service-url` to `uv
          audit` ([#&#8203;18571](https://redirect.github.com/astral-sh/uv/pull/18571))\n\n#####
          Performance\n\n- Avoid holding flat index lock across indexes ([#&#8203;18659](https://redirect.github.com/astral-sh/uv/pull/18659))\n\n#####
          Bug fixes\n\n- Find the dynamic linker on the file system when sniffing
          binaries fails ([#&#8203;18457](https://redirect.github.com/astral-sh/uv/pull/18457))\n-
          Fix export of conflicting workspace members with dependencies ([#&#8203;18666](https://redirect.github.com/astral-sh/uv/pull/18666))\n-
          Respect installed settings in `uv tool list --outdated` ([#&#8203;18586](https://redirect.github.com/astral-sh/uv/pull/18586))\n-
          Treat paths originating as PEP 508 URLs which contain expanded variables
          as relative ([#&#8203;18680](https://redirect.github.com/astral-sh/uv/pull/18680))\n-
          Fix `uv export` for workspace member packages with conflicts ([#&#8203;18635](https://redirect.github.com/astral-sh/uv/pull/18635))\n-
          Continue to alternative authentication providers when the pyx store has
          no token ([#&#8203;18425](https://redirect.github.com/astral-sh/uv/pull/18425))\n-
          Use redacted URLs for log messages in cached client ([#&#8203;18599](https://redirect.github.com/astral-sh/uv/pull/18599))\n\n#####
          Documentation\n\n- Add details on Linux versions to the platform policy
          ([#&#8203;18574](https://redirect.github.com/astral-sh/uv/pull/18574))\n-
          Clarify `FLASH_ATTENTION_SKIP_CUDA_BUILD` guidance for `flash-attn` installs
          ([#&#8203;18473](https://redirect.github.com/astral-sh/uv/pull/18473))\n-
          Split the dependency bots page into two separate pages ([#&#8203;18597](https://redirect.github.com/astral-sh/uv/pull/18597))\n-
          Split the alternative indexes page into separate pages ([#&#8203;18607](https://redirect.github.com/astral-sh/uv/pull/18607))\n\n###
          [`v0.10.12`](https://redirect.github.com/astral-sh/uv/blob/HEAD/CHANGELOG.md#01012)\n\n[Compare
          Source](https://redirect.github.com/astral-sh/uv/compare/0.10.11...0.10.12)\n\nReleased
          on 2026-03-19.\n\n##### Python\n\n- Add pypy 3.11.15 ([#&#8203;18468](https://redirect.github.com/astral-sh/uv/pull/18468))\n-
          Add support for using Python 3.6 interpreters ([#&#8203;18454](https://redirect.github.com/astral-sh/uv/pull/18454))\n\n#####
          Enhancements\n\n- Include uv's target triple in version report ([#&#8203;18520](https://redirect.github.com/astral-sh/uv/pull/18520))\n-
          Allow comma separated values in `--no-emit-package` ([#&#8203;18565](https://redirect.github.com/astral-sh/uv/pull/18565))\n\n#####
          Preview features\n\n- Show `uv audit` in the CLI help ([#&#8203;18540](https://redirect.github.com/astral-sh/uv/pull/18540))\n\n#####
          Bug fixes\n\n- Improve reporting of managed interpreter symlinks in `uv
          python list` ([#&#8203;18459](https://redirect.github.com/astral-sh/uv/pull/18459))\n-
          Preserve end-of-line comments on previous entries when removing dependencies
          ([#&#8203;18557](https://redirect.github.com/astral-sh/uv/pull/18557))\n-
          Treat abi3 wheel Python version as a lower bound ([#&#8203;18536](https://redirect.github.com/astral-sh/uv/pull/18536))\n-
          Detect hard-float support on aarch64 kernels running armv7 userspace ([#&#8203;18530](https://redirect.github.com/astral-sh/uv/pull/18530))\n\n#####
          Documentation\n\n- Add Python 3.15 to supported versions ([#&#8203;18552](https://redirect.github.com/astral-sh/uv/pull/18552))\n-
          Adjust the PyPy note ([#&#8203;18548](https://redirect.github.com/astral-sh/uv/pull/18548))\n-
          Move Pyodide to Tier 2 in the Python support policy ([#&#8203;18561](https://redirect.github.com/astral-sh/uv/pull/18561))\n-
          Move Rust and Python version support out of the Platform support policy
          ([#&#8203;18535](https://redirect.github.com/astral-sh/uv/pull/18535))\n-
          Update Docker guide with changes from `uv-docker-example` ([#&#8203;18558](https://redirect.github.com/astral-sh/uv/pull/18558))\n-
          Update the Python version policy ([#&#8203;18559](https://redirect.github.com/astral-sh/uv/pull/18559))\n\n###
          [`v0.10.11`](https://redirect.github.com/astral-sh/uv/blob/HEAD/CHANGELOG.md#01011)\n\n[Compare
          Source](https://redirect.github.com/astral-sh/uv/compare/0.10.10...0.10.11)\n\nReleased
          on 2026-03-16.\n\n##### Enhancements\n\n- Fetch Ruff release metadata from
          an Astral mirror ([#&#8203;18358](https://redirect.github.com/astral-sh/uv/pull/18358))\n-
          Use PEP 639 license metadata for uv itself ([#&#8203;16477](https://redirect.github.com/astral-sh/uv/pull/16477))\n\n#####
          Performance\n\n- Improve distribution id performance ([#&#8203;18486](https://redirect.github.com/astral-sh/uv/pull/18486))\n\n#####
          Bug fixes\n\n- Allow `--project` to refer to a `pyproject.toml` directly
          and reduce to a warning on other files ([#&#8203;18513](https://redirect.github.com/astral-sh/uv/pull/18513))\n-
          Disable `SYSTEM_VERSION_COMPAT` when querying interpreters on macOS ([#&#8203;18452](https://redirect.github.com/astral-sh/uv/pull/18452))\n-
          Enforce available distributions for supported environments ([#&#8203;18451](https://redirect.github.com/astral-sh/uv/pull/18451))\n-
          Fix `uv sync --active` recreating active environments when `UV_PYTHON_INSTALL_DIR`
          is relative ([#&#8203;18398](https://redirect.github.com/astral-sh/uv/pull/18398))\n\n#####
          Documentation\n\n- Add missing `-o requirements.txt` in `uv pip compile`
          example ([#&#8203;12308](https://redirect.github.com/astral-sh/uv/pull/12308))\n-
          Link to organization security policy ([#&#8203;18449](https://redirect.github.com/astral-sh/uv/pull/18449))\n-
          Link to the AI policy in the contributing guide ([#&#8203;18448](https://redirect.github.com/astral-sh/uv/pull/18448))\n\n###
          [`v0.10.10`](https://redirect.github.com/astral-sh/uv/blob/HEAD/CHANGELOG.md#01010)\n\n[Compare
          Source](https://redirect.github.com/astral-sh/uv/compare/0.10.9...0.10.10)\n\nReleased
          on 2026-03-13.\n\n##### Python\n\n- Add CPython 3.15.0a7 ([#&#8203;18403](https://redirect.github.com/astral-sh/uv/pull/18403))\n\n#####
          Enhancements\n\n- Add `--outdated` flag to `uv tool list` ([#&#8203;18318](https://redirect.github.com/astral-sh/uv/pull/18318))\n-
          Add riscv64 musl target to build-release-binaries workflow ([#&#8203;18228](https://redirect.github.com/astral-sh/uv/pull/18228))\n-
          Fetch Ruff from an Astral mirror ([#&#8203;18286](https://redirect.github.com/astral-sh/uv/pull/18286))\n-
          Improve error handling for platform detection in Python downloads ([#&#8203;18453](https://redirect.github.com/astral-sh/uv/pull/18453))\n-
          Warn if `--project` directory does not exist ([#&#8203;17714](https://redirect.github.com/astral-sh/uv/pull/17714))\n-
          Warn when workspace member scripts are skipped due to missing build system
          ([#&#8203;18389](https://redirect.github.com/astral-sh/uv/pull/18389))\n-
          Update build backend versions used in `uv init` ([#&#8203;18417](https://redirect.github.com/astral-sh/uv/pull/18417))\n-
          Log explicit config file path in verbose output ([#&#8203;18353](https://redirect.github.com/astral-sh/uv/pull/18353))\n-
          Make `uv cache clear` an alias of `uv cache clean` ([#&#8203;18420](https://redirect.github.com/astral-sh/uv/pull/18420))\n-
          Reject invalid classifiers, warn on license classifiers in `uv_build` ([#&#8203;18419](https://redirect.github.com/astral-sh/uv/pull/18419))\n\n#####
          Preview features\n\n- Add links to `uv audit` output ([#&#8203;18392](https://redirect.github.com/astral-sh/uv/pull/18392))\n-
          Output/report formatting for `uv audit` ([#&#8203;18193](https://redirect.github.com/astral-sh/uv/pull/18193))\n-
          Switch to batched OSV queries for `uv audit` ([#&#8203;18394](https://redirect.github.com/astral-sh/uv/pull/18394))\n\n#####
          Bug fixes\n\n- Avoid sharing version metadata across indexes ([#&#8203;18373](https://redirect.github.com/astral-sh/uv/pull/18373))\n-
          Bump zlib-rs to 0.6.2 to fix panic on decompression of large wheels on Windows
          ([#&#8203;18362](https://redirect.github.com/astral-sh/uv/pull/18362))\n-
          Filter out unsupported environment wheels ([#&#8203;18445](https://redirect.github.com/astral-sh/uv/pull/18445))\n-
          Preserve absolute/relative paths in lockfiles ([#&#8203;18176](https://redirect.github.com/astral-sh/uv/pull/18176))\n-
          Recreate Python environments under `uv tool install --force` ([#&#8203;18399](https://redirect.github.com/astral-sh/uv/pull/18399))\n-
          Respect timestamp and other cache keys in cached environments ([#&#8203;18396](https://redirect.github.com/astral-sh/uv/pull/18396))\n-
          Simplify selected extra markers in `uv export` ([#&#8203;18433](https://redirect.github.com/astral-sh/uv/pull/18433))\n-
          Send pyx mint-token requests with a proper `Content-Type` ([#&#8203;18334](https://redirect.github.com/astral-sh/uv/pull/18334))\n-
          Fix Windows operating system and version reporting ([#&#8203;18383](https://redirect.github.com/astral-sh/uv/pull/18383))\n\n#####
          Documentation\n\n- Update the platform support policy with a tier 3 section
          including freebsd and 32-bit windows ([#&#8203;18345](https://redirect.github.com/astral-sh/uv/pull/18345))\n\n###
          [`v0.10.9`](https://redirect.github.com/astral-sh/uv/blob/HEAD/CHANGELOG.md#0109)\n\n[Compare
          Source](https://redirect.github.com/astral-sh/uv/compare/0.10.8...0.10.9)\n\nReleased
          on 2026-03-06.\n\n##### Enhancements\n\n- Add `fbgemm-gpu`, `fbgemm-gpu-genai`,
          `torchrec`, and `torchtune` to the PyTorch list ([#&#8203;18338](https://redirect.github.com/astral-sh/uv/pull/18338))\n-
          Add torchcodec to PyTorch List ([#&#8203;18336](https://redirect.github.com/astral-sh/uv/pull/18336))\n-
          Log the duration we took before erroring ([#&#8203;18231](https://redirect.github.com/astral-sh/uv/pull/18231))\n-
          Warn when using `uv_build` settings without `uv_build` ([#&#8203;15750](https://redirect.github.com/astral-sh/uv/pull/15750))\n-
          Add fallback to `/usr/lib/os-release` on Linux system lookup failure ([#&#8203;18349](https://redirect.github.com/astral-sh/uv/pull/18349))\n-
          Use `cargo auditable` to include SBOM in uv builds ([#&#8203;18276](https://redirect.github.com/astral-sh/uv/pull/18276))\n\n#####
          Configuration\n\n- Add an environment variable for `UV_VENV_RELOCATABLE`
          ([#&#8203;18331](https://redirect.github.com/astral-sh/uv/pull/18331))\n\n#####
          Performance\n\n- Avoid toml `Document` overhead ([#&#8203;18306](https://redirect.github.com/astral-sh/uv/pull/18306))\n-
          Use a single global workspace cache ([#&#8203;18307](https://redirect.github.com/astral-sh/uv/pull/18307))\n\n#####
          Bug fixes\n\n- Continue on trampoline job assignment failures ([#&#8203;18291](https://redirect.github.com/astral-sh/uv/pull/18291))\n-
          Handle the hard link limit gracefully instead of failing ([#&#8203;17699](https://redirect.github.com/astral-sh/uv/pull/17699))\n-
          Respect build constraints for workspace members ([#&#8203;18350](https://redirect.github.com/astral-sh/uv/pull/18350))\n-
          Revalidate editables and other dependencies in scripts ([#&#8203;18328](https://redirect.github.com/astral-sh/uv/pull/18328))\n-
          Support Python 3.13+ on Android ([#&#8203;18301](https://redirect.github.com/astral-sh/uv/pull/18301))\n-
          Support `cp3-none-any` ([#&#8203;17064](https://redirect.github.com/astral-sh/uv/pull/17064))\n-
          Skip tool environments with broken links to Python on Windows ([#&#8203;17176](https://redirect.github.com/astral-sh/uv/pull/17176))\n\n#####
          Documentation\n\n- Add documentation for common marker values ([#&#8203;18327](https://redirect.github.com/astral-sh/uv/pull/18327))\n-
          Improve documentation on virtual dependencies ([#&#8203;18346](https://redirect.github.com/astral-sh/uv/pull/18346))\n\n###
          [`v0.10.8`](https://redirect.github.com/astral-sh/uv/blob/HEAD/CHANGELOG.md#0108)\n\n[Compare
          Source](https://redirect.github.com/astral-sh/uv/compare/0.10.7...0.10.8)\n\nReleased
          on 2026-03-03.\n\n##### Python\n\n- Add CPython 3.10.20\n- Add CPython 3.11.15\n-
          Add CPython 3.12.13\n\n##### Enhancements\n\n- Add Docker images based on
          Docker Hardened Images ([#&#8203;18247](https://redirect.github.com/astral-sh/uv/pull/18247))\n-
          Add resolver hint when `--exclude-newer` filters out all versions of a package
          ([#&#8203;18217](https://redirect.github.com/astral-sh/uv/pull/18217))\n-
          Configure a real retry minimum delay of 1s ([#&#8203;18201](https://redirect.github.com/astral-sh/uv/pull/18201))\n-
          Expand `uv_build` direct build compatibility ([#&#8203;17902](https://redirect.github.com/astral-sh/uv/pull/17902))\n-
          Fetch CPython from an Astral mirror by default ([#&#8203;18207](https://redirect.github.com/astral-sh/uv/pull/18207))\n-
          Download uv releases from an Astral mirror in installers by default ([#&#8203;18191](https://redirect.github.com/astral-sh/uv/pull/18191))\n-
          Add SBOM attestations to Docker images ([#&#8203;18252](https://redirect.github.com/astral-sh/uv/pull/18252))\n-
          Improve hint for installing meson-python when missing as build backend ([#&#8203;15826](https://redirect.github.com/astral-sh/uv/pull/15826))\n\n#####
          Configuration\n\n- Add `UV_INIT_BARE` environment variable for `uv init`
          ([#&#8203;18210](https://redirect.github.com/astral-sh/uv/pull/18210))\n\n#####
          Bug fixes\n\n- Prevent `uv tool upgrade` from installing excluded dependencies
          ([#&#8203;18022](https://redirect.github.com/astral-sh/uv/pull/18022))\n-
          Promote authentication policy when saving tool receipts ([#&#8203;18246](https://redirect.github.com/astral-sh/uv/pull/18246))\n-
          Respect exclusions in scripts ([#&#8203;18269](https://redirect.github.com/astral-sh/uv/pull/18269))\n-
          Retain default-branch Git SHAs in `pylock.toml` files ([#&#8203;18227](https://redirect.github.com/astral-sh/uv/pull/18227))\n-
          Skip installed Python check for URL dependencies ([#&#8203;18211](https://redirect.github.com/astral-sh/uv/pull/18211))\n-
          Respect constraints during `--upgrade` ([#&#8203;18226](https://redirect.github.com/astral-sh/uv/pull/18226))\n-
          Fix `uv tree` orphaned roots and premature deduplication ([#&#8203;17212](https://redirect.github.com/astral-sh/uv/pull/17212))\n\n#####
          Documentation\n\n- Mention cooldown and tweak inline script metadata in
          dependency bots documentation ([#&#8203;18230](https://redirect.github.com/astral-sh/uv/pull/18230))\n-
          Move cache prune in GitLab to `after_script` ([#&#8203;18206](https://redirect.github.com/astral-sh/uv/pull/18206))\n\n###
          [`v0.10.7`](https://redirect.github.com/astral-sh/uv/blob/HEAD/CHANGELOG.md#0107)\n\n[Compare
          Source](https://redirect.github.com/astral-sh/uv/compare/0.10.6...0.10.7)\n\nReleased
          on 2026-02-27.\n\n##### Bug fixes\n\n- Fix handling of junctions in Windows
          Containers on Windows ([#&#8203;18192](https://redirect.github.com/astral-sh/uv/pull/18192))\n\n#####
          Enhancements\n\n- Activate logging for middleware retries ([#&#8203;18200](https://redirect.github.com/astral-sh/uv/pull/18200))\n-
          Upload uv releases to a mirror ([#&#8203;18159](https://redirect.github.com/astral-sh/uv/pull/18159))\n\n###
          [`v0.10.6`](https://redirect.github.com/astral-sh/uv/blob/HEAD/CHANGELOG.md#0106)\n\n[Compare
          Source](https://redirect.github.com/astral-sh/uv/compare/0.10.5...0.10.6)\n\nReleased
          on 2026-02-24.\n\n##### Bug fixes\n\n- Apply lockfile marker normalization
          for fork markers ([#&#8203;18116](https://redirect.github.com/astral-sh/uv/pull/18116))\n-
          Fix Python version selection for scripts with a `requires-python` conflicting
          with `.python-version` ([#&#8203;18097](https://redirect.github.com/astral-sh/uv/pull/18097))\n-
          Preserve file permissions when using reflinks on Linux ([#&#8203;18187](https://redirect.github.com/astral-sh/uv/pull/18187))\n\n#####
          Documentation\n\n- Remove verbose documentation from optional dependencies
          help text ([#&#8203;18180](https://redirect.github.com/astral-sh/uv/pull/18180))\n\n###
          [`v0.10.5`](https://redirect.github.com/astral-sh/uv/blob/HEAD/CHANGELOG.md#0105)\n\n[Compare
          Source](https://redirect.github.com/astral-sh/uv/compare/0.10.4...0.10.5)\n\nReleased
          on 2026-02-23.\n\n##### Enhancements\n\n- Add hint when named index is found
          in a parent config file ([#&#8203;18087](https://redirect.github.com/astral-sh/uv/pull/18087))\n-
          Add warning for `uv lock --frozen` ([#&#8203;17859](https://redirect.github.com/astral-sh/uv/pull/17859))\n-
          Attempt to use reflinks by default on Linux ([#&#8203;18117](https://redirect.github.com/astral-sh/uv/pull/18117))\n-
          Fallback to hardlinks after reflink failure before copying ([#&#8203;18104](https://redirect.github.com/astral-sh/uv/pull/18104))\n-
          Filter `pylock.toml` wheels by tags and `requires-python` ([#&#8203;18081](https://redirect.github.com/astral-sh/uv/pull/18081))\n-
          Validate wheel filenames are normalized during `uv publish` ([#&#8203;17783](https://redirect.github.com/astral-sh/uv/pull/17783))\n-
          Fix message when `exclude-newer` invalidates the lock file ([#&#8203;18100](https://redirect.github.com/astral-sh/uv/pull/18100))\n-
          Change the missing files log level to debug ([#&#8203;18075](https://redirect.github.com/astral-sh/uv/pull/18075))\n\n#####
          Performance\n\n- Improve performance of repeated conflicts with an extra
          ([#&#8203;18094](https://redirect.github.com/astral-sh/uv/pull/18094))\n\n#####
          Bug fixes\n\n- Fix `--no-emit-workspace` with `--all-packages` on single-member
          workspaces ([#&#8203;18098](https://redirect.github.com/astral-sh/uv/pull/18098))\n-
          Fix `UV_NO_DEFAULT_GROUPS` rejecting truthy values like `1` ([#&#8203;18057](https://redirect.github.com/astral-sh/uv/pull/18057))\n-
          Fix iOS detection ([#&#8203;17973](https://redirect.github.com/astral-sh/uv/pull/17973))\n-
          Propagate project-level conflicts to package extras ([#&#8203;18096](https://redirect.github.com/astral-sh/uv/pull/18096))\n-
          Use a global build concurrency semaphore ([#&#8203;18054](https://redirect.github.com/astral-sh/uv/pull/18054))\n\n#####
          Documentation\n\n- Update documentation heading for environment variable
          files ([#&#8203;18122](https://redirect.github.com/astral-sh/uv/pull/18122))\n-
          Fix comment about `uv export` formats ([#&#8203;17900](https://redirect.github.com/astral-sh/uv/pull/17900))\n-
          Make it clear that Windows is supported in user- and system- level configuration
          docs ([#&#8203;18106](https://redirect.github.com/astral-sh/uv/pull/18106))\n\n###
          [`v0.10.4`](https://redirect.github.com/astral-sh/uv/blob/HEAD/CHANGELOG.md#0104)\n\n[Compare
          Source](https://redirect.github.com/astral-sh/uv/compare/0.10.3...0.10.4)\n\nReleased
          on 2026-02-17.\n\n##### Enhancements\n\n- Remove duplicate references to
          the affected paths when showing `uv python` errors ([#&#8203;18008](https://redirect.github.com/astral-sh/uv/pull/18008))\n-
          Skip discovery of workspace members that contain only git-ignored files,
          including in sub-directories ([#&#8203;18051](https://redirect.github.com/astral-sh/uv/pull/18051))\n\n#####
          Bug fixes\n\n- Don't panic when initialising a package at the filesystem
          root (e.g. `uv init / --name foo`) ([#&#8203;17983](https://redirect.github.com/astral-sh/uv/pull/17983))\n-
          Fix permissions on `wheel` and `sdist` files produced by the `uv_build`
          build backend ([#&#8203;18020](https://redirect.github.com/astral-sh/uv/pull/18020))\n-
          Revert locked file change to fix locked files on NFS mounts ([#&#8203;18071](https://redirect.github.com/astral-sh/uv/pull/18071))\n\n###
          [`v0.10.3`](https://redirect.github.com/astral-sh/uv/blob/HEAD/CHANGELOG.md#0103)\n\n[Compare
          Source](https://redirect.github.com/astral-sh/uv/compare/0.10.2...0.10.3)\n\nReleased
          on 2026-02-16.\n\n##### Python\n\n- Add CPython 3.15.0a6\n\n##### Enhancements\n\n-
          Don't open file locks for writing ([#&#8203;17956](https://redirect.github.com/astral-sh/uv/pull/17956))\n-
          Make Windows trampoline error messages consistent with uv proper ([#&#8203;17969](https://redirect.github.com/astral-sh/uv/pull/17969))\n-
          Log which preview features are enabled ([#&#8203;17968](https://redirect.github.com/astral-sh/uv/pull/17968))\n\n#####
          Preview features\n\n- Add support for ruff version constraints and `exclude-newer`
          in `uv format` ([#&#8203;17651](https://redirect.github.com/astral-sh/uv/pull/17651))\n-
          Fix script path handling when `target-workspace-discovery` is enabled ([#&#8203;17965](https://redirect.github.com/astral-sh/uv/pull/17965))\n-
          Use version constraints to select the default ruff version used by `uv format`
          ([#&#8203;17977](https://redirect.github.com/astral-sh/uv/pull/17977))\n\n#####
          Bug fixes\n\n- Avoid matching managed Python versions by prefixes, e.g.
          don't match CPython 3.10 when `cpython-3.1` is specified ([#&#8203;17972](https://redirect.github.com/astral-sh/uv/pull/17972))\n-
          Fix handling of `--allow-existing` with minor version links on Windows ([#&#8203;17978](https://redirect.github.com/astral-sh/uv/pull/17978))\n-
          Fix panic when encountering unmanaged workspace members ([#&#8203;17974](https://redirect.github.com/astral-sh/uv/pull/17974))\n-
          Improve accuracy of request timing ([#&#8203;18007](https://redirect.github.com/astral-sh/uv/pull/18007))\n-
          Reject `u64::MAX` in version segments to prevent overflow ([#&#8203;17985](https://redirect.github.com/astral-sh/uv/pull/17985))\n\n#####
          Documentation\n\n- Reference Debian Trixie instead of Bookworm ([#&#8203;17991](https://redirect.github.com/astral-sh/uv/pull/17991))\n\n###
          [`v0.10.2`](https://redirect.github.com/astral-sh/uv/blob/HEAD/CHANGELOG.md#0102)\n\n[Compare
          Source](https://redirect.github.com/astral-sh/uv/compare/0.10.1...0.10.2)\n\nReleased
          on 2026-02-10.\n\n##### Enhancements\n\n- Deprecate unexpected ZIP compression
          methods ([#&#8203;17946](https://redirect.github.com/astral-sh/uv/pull/17946))\n\n#####
          Bug fixes\n\n- Fix `cargo-install` failing due to missing `uv-test` dependency
          ([#&#8203;17954](https://redirect.github.com/astral-sh/uv/pull/17954))\n\n###
          [`v0.10.1`](https://redirect.github.com/astral-sh/uv/blob/HEAD/CHANGELOG.md#0101)\n\n[Compare
          Source](https://redirect.github.com/astral-sh/uv/compare/0.10.0...0.10.1)\n\nReleased
          on 2026-02-10.\n\n##### Enhancements\n\n- Don't panic on metadata read errors
          ([#&#8203;17904](https://redirect.github.com/astral-sh/uv/pull/17904))\n-
          Skip empty workspace members instead of failing ([#&#8203;17901](https://redirect.github.com/astral-sh/uv/pull/17901))\n-
          Don't fail creating a read-only `sdist-vX/.git` if it already exists ([#&#8203;17825](https://redirect.github.com/astral-sh/uv/pull/17825))\n\n#####
          Documentation\n\n- Suggest `uv python update-shell` over `uv tool update-shell`
          in Python docs ([#&#8203;17941](https://redirect.github.com/astral-sh/uv/pull/17941))\n\n###
          [`v0.10.0`](https://redirect.github.com/astral-sh/uv/blob/HEAD/CHANGELOG.md#0100)\n\n[Compare
          Source](https://redirect.github.com/astral-sh/uv/compare/0.9.30...0.10.0)\n\nSince
          we released uv [0.9.0](https://redirect.github.com/astral-sh/uv/releases/tag/0.9.0)
          in October of 2025, we've accumulated various changes that improve correctness
          and user experience, but could break some workflows. This release contains
          those changes; many have been marked as breaking out of an abundance of
          caution. We expect most users to be able to upgrade without making changes.\n\nThis
          release also includes the stabilization of preview features. Python upgrades
          are now stable, including the `uv python upgrade` command, `uv python install
          --upgrade`, and automatically upgrading Python patch versions in virtual
          environments when a new version is installed. The `add-bounds` and `extra-build-dependencies`
          settings are now stable. Finally, the `uv workspace dir` and `uv workspace
          list` utilities for writing scripts against workspace members are now stable.\n\nThere
          are no breaking changes to [`uv_build`](https://docs.astral.sh/uv/concepts/build-backend/).
          If you have an upper bound in your `[build-system]` table, you should update
          it, e.g., from `<0.10.0` to `<0.11.0`.\n\n##### Breaking changes\n\n- **Require
          `--clear` to remove existing virtual environments in `uv venv`** ([#&#8203;17757](https://redirect.github.com/astral-sh/uv/pull/17757))\n\n
          \ Previously, `uv venv` would prompt for confirmation before removing an
          existing virtual environment in interactive contexts, and remove it without
          confirmation in non-interactive contexts. Now, `uv venv` requires the `--clear`
          flag to remove an existing virtual environment. A warning for this change
          was added in [uv 0.8](https://redirect.github.com/astral-sh/uv/blob/main/changelogs/0.8.x.md#breaking-changes).\n\n
          \ You can opt out of this behavior by passing the `--clear` flag or setting
          `UV_VENV_CLEAR=1`.\n- **Error if multiple indexes include `default = true`**
          ([#&#8203;17011](https://redirect.github.com/astral-sh/uv/pull/17011))\n\n
          \ Previously, uv would silently accept multiple indexes with `default =
          true` and use the first one. Now, uv will error if multiple indexes are
          marked as the default.\n\n  You cannot opt out of this behavior. Remove
          `default = true` from all but one index.\n- **Error when an `explicit` index
          is unnamed** ([#&#8203;17777](https://redirect.github.com/astral-sh/uv/pull/17777))\n\n
          \ Explicit indexes can only be used via the `[tool.uv.sources]` table, which
          requires referencing the index by name. Previously, uv would silently accept
          unnamed explicit indexes, which could never be referenced. Now, uv will
          error if an explicit index does not have a name.\n\n  You cannot opt out
          of this behavior. Add a `name` to the explicit index or remove the entry.\n-
          **Install alternative Python executables using their implementation name**
          ([#&#8203;17756](https://redirect.github.com/astral-sh/uv/pull/17756), [#&#8203;17760](https://redirect.github.com/astral-sh/uv/pull/17760))\n\n
          \ Previously, `uv python install` would install PyPy, GraalPy, and Pyodide
          executables with names like `python3.10` into the bin directory. Now, these
          executables will be named using their implementation name, e.g., `pypy3.10`,
          `graalpy3.10`, and `pyodide3.12`, to avoid conflicting with CPython installations.\n\n
          \ You cannot opt out of this behavior.\n- **Respect global Python version
          pins in `uv tool run` and `uv tool install`** ([#&#8203;14112](https://redirect.github.com/astral-sh/uv/pull/14112))\n\n
          \ Previously, `uv tool run` and `uv tool install` did not respect the global
          Python version pin (set via `uv python pin --global`). Now, these commands
          will use the global Python version when no explicit version is requested.\n\n
          \ For `uv tool install`, if the tool is already installed, the Python version
          will not change unless `--reinstall` or `--python` is provided. If the tool
          was previously installed with an explicit `--python` flag, the global pin
          will not override it.\n\n  You can opt out of this behavior by providing
          an explicit `--python` flag.\n- **Remove Debian Bookworm, Alpine 3.21, and
          Python 3.8 Docker images** ([#&#8203;17755](https://redirect.github.com/astral-sh/uv/pull/17755))\n\n
          \ The Debian Bookworm and Alpine 3.21 images were replaced by Debian Trixie
          and Alpine 3.22 as defaults in [uv 0.9](https://redirect.github.com/astral-sh/uv/pull/15352).
          These older images are now removed. Python 3.8 images are also removed,
          as Python 3.8 is no longer supported in the Trixie or Alpine base images.\n\n
          \ The following image tags are no longer published:\n\n  - `uv:bookworm`,
          `uv:bookworm-slim`\n  - `uv:alpine3.21`\n  - `uv:python3.8-*`\n\n  Use `uv:debian`
          or `uv:trixie` instead of `uv:bookworm`, `uv:alpine` or `uv:alpine3.22`
          instead of `uv:alpine3.21`, and a newer Python version instead of `uv:python3.8-*`.\n-
          **Drop PPC64 (big endian) builds** ([#&#8203;17626](https://redirect.github.com/astral-sh/uv/pull/17626))\n\n
          \ uv no longer provides pre-built binaries for PPC64 (big endian). This
          platform appears to be largely unused and is only supported on a single
          manylinux version. PPC64LE (little endian) builds are unaffected.\n\n  Building
          uv from source is still supported for this platform.\n- **Skip generating
          `activate.csh` for relocatable virtual environments** ([#&#8203;17759](https://redirect.github.com/astral-sh/uv/pull/17759))\n\n
          \ Previously, `uv venv --relocatable` would generate an `activate.csh` script
          that contained hardcoded paths, making it incompatible with relocation.
          Now, the `activate.csh` script is not generated for relocatable virtual
          environments.\n\n  You cannot opt out of this behavior.\n- **Require username
          when multiple credentials match a URL** ([#&#8203;16983](https://redirect.github.com/astral-sh/uv/pull/16983))\n\n
          \ When using `uv auth login` to store credentials, you can register multiple
          username and password combinations for the same host. Previously, when uv
          needed to authenticate and multiple credentials matched the URL (e.g., when
          retrieving a token with `uv auth token`), uv would pick the first match.
          Now, uv will error instead.\n\n  You cannot opt out of this behavior. Include
          the username in the request, e.g., `uv auth token --username foo example.com`.\n-
          **Avoid invalidating the lockfile versions after an `exclude-newer` change**
          ([#&#8203;17721](https://redirect.github.com/astral-sh/uv/pull/17721))\n\n
          \ Previously, changing the `exclude-newer` setting would cause package versions
          to be upgraded, ignoring the lockfile entirely. Now, uv will only change
          package versions if they are no longer within the `exclude-newer` range.\n\n
          \ You can restore the previous behavior by using `--upgrade` or `--upgrade-package`
          to opt-in to package version changes.\n- **Upgrade `uv format` to Ruff 0.15.0**
          ([#&#8203;17838](https://redirect.github.com/astral-sh/uv/pull/17838))\n\n
          \ `uv format` now uses [Ruff 0.15.0](https://redirect.github.com/astral-sh/ruff/releases/tag/0.15.0),
          which uses the [2026 style guide](https://astral.sh/blog/ruff-v0.15.0#the-ruff-2026-style-guide).
          See the blog post for details.\n\n  The formatting of code is likely to
          change. You can opt out of this behavior by requesting an older Ruff version,
          e.g., `uv format --version 0.14.14`.\n- **Update uv crate test features
          to use `test-` as a prefix** ([#&#8203;17860](https://redirect.github.com/astral-sh/uv/pull/17860))\n\n
          \ This change only affects redistributors of uv. The Cargo features used
          to gate test dependencies, e.g., `pypi`, have been renamed with a `test-`
          prefix for clarity, e.g., `test-pypi`.\n\n##### Stabilizations\n\n- **`uv
          python upgrade` and `uv python install --upgrade`** ([#&#8203;17766](https://redirect.github.com/astral-sh/uv/pull/17766))\n\n
          \ When installing Python versions, an [intermediary directory](https://docs.astral.sh/uv/concepts/python-versions/#minor-version-directories)
          without the patch version attached will be created, and virtual environments
          will be transparently upgraded to new patch versions.\n\n  See the [Python
          version documentation](https://docs.astral.sh/uv/concepts/python-versions/#upgrading-python-versions)
          for more details.\n- **`uv add --bounds` and the `add-bounds` configuration
          option** ([#&#8203;17660](https://redirect.github.com/astral-sh/uv/pull/17660))\n\n
          \ This does not come with any behavior changes. You will no longer see an
          experimental warning when using `uv add --bounds` or `add-bounds` in configuration.\n-
          **`uv workspace list` and `uv workspace dir`** ([#&#8203;17768](https://redirect.github.com/astral-sh/uv/pull/17768))\n\n
          \ This does not come with any behavior changes. You will no longer see an
          experimental warning when using these commands.\n- **`extra-build-dependencies`**
          ([#&#8203;17767](https://redirect.github.com/astral-sh/uv/pull/17767))\n\n
          \ This does not come with any behavior changes. You will no longer see an
          experimental warning when using `extra-build-dependencies` in configuration.\n\n#####
          Enhancements\n\n- Improve ABI tag error message phrasing ([#&#8203;17878](https://redirect.github.com/astral-sh/uv/pull/17878))\n-
          Introduce a 10s connect timeout ([#&#8203;17733](https://redirect.github.com/astral-sh/uv/pull/17733))\n-
          Allow using `pyx.dev` as a target in `uv auth` commands despite `PYX_API_URL`
          differing ([#&#8203;17856](https://redirect.github.com/astral-sh/uv/pull/17856))\n\n#####
          Bug fixes\n\n- Support all CPython ABI tag suffixes properly  ([#&#8203;17817](https://redirect.github.com/astral-sh/uv/pull/17817))\n-
          Add support for detecting PowerShell on Linux and macOS ([#&#8203;17870](https://redirect.github.com/astral-sh/uv/pull/17870))\n-
          Retry timeout errors for streams ([#&#8203;17875](https://redirect.github.com/astral-sh/uv/pull/17875))\n\n###
          [`v0.9.30`](https://redirect.github.com/astral-sh/uv/releases/tag/0.9.30)\n\n[Compare
          Source](https://redirect.github.com/astral-sh/uv/compare/0.9.29...0.9.30)\n\n#####
          Release Notes\n\nReleased on 2026-02-04.\n\n##### Python\n\n- Add CPython
          3.14.3 and 3.13.12 ([#&#8203;17849](https://redirect.github.com/astral-sh/uv/pull/17849))\n\n#####
          Enhancements\n\n- Allow comma-separated values for `--extra` option ([#&#8203;17525](https://redirect.github.com/astral-sh/uv/pull/17525))\n-
          Check all files during a dry-run publish instead of stopping at the first
          failure ([#&#8203;17785](https://redirect.github.com/astral-sh/uv/pull/17785))\n-
          Clarify `UV_HTTP_TIMEOUT` error message ([#&#8203;17493](https://redirect.github.com/astral-sh/uv/pull/17493))\n\n#####
          Preview features\n\n- Use relocatable virtual environments by default ([#&#8203;17770](https://redirect.github.com/astral-sh/uv/pull/17770))\n\n#####
          Bug fixes\n\n- Fix deadlock on token refresh in `uv publish` when using
          pyx ([#&#8203;17832](https://redirect.github.com/astral-sh/uv/pull/17832))\n-
          Ignore global Python pins when incompatible with project ([#&#8203;15473](https://redirect.github.com/astral-sh/uv/pull/15473))\n\n#####
          Install uv 0.9.30\n\n##### Install prebuilt binaries via shell script\n\n```sh\ncurl
          --proto '=https' --tlsv1.2 -LsSf https://github.com/astral-sh/uv/releases/download/0.9.30/uv-installer.sh
          | sh\n```\n\n##### Install prebuilt binaries via powershell script\n\n```sh\npowershell
          -ExecutionPolicy Bypass -c \"irm https://github.com/astral-sh/uv/releases/download/0.9.30/uv-installer.ps1
          | iex\"\n```\n\n##### Download uv 0.9.30\n\n| File                                                                                                                                          |
          Platform                     | Checksum                                                                                                             |\n|
          ---------------------------------------------------------------------------------------------------------------------------------------------
          | ---------------------------- | --------------------------------------------------------------------------------------------------------------------
          |\n| [uv-aarch64-apple-darwin.tar.gz](https://redirect.github.com/astral-sh/uv/releases/download/0.9.30/uv-aarch64-apple-darwin.tar.gz)
          \                    | Apple Silicon macOS          | [checksum](https://redirect.github.com/astral-sh/uv/releases/download/0.9.30/uv-aarch64-apple-darwin.tar.gz.sha256)
          \          |\n| [uv-x86\\_64-apple-darwin.tar.gz](https://redirect.github.com/astral-sh/uv/releases/download/0.9.30/uv-x86_64-apple-darwin.tar.gz)
          \                     | Intel macOS                  | [checksum](https://redirect.github.com/astral-sh/uv/releases/download/0.9.30/uv-x86_64-apple-darwin.tar.gz.sha256)
          \           |\n| [uv-aarch64-pc-windows-msvc.zip](https://redirect.github.com/astral-sh/uv/releases/download/0.9.30/uv-aarch64-pc-windows-msvc.zip)
          \                    | ARM64 Windows                | [checksum](https://redirect.github.com/astral-sh/uv/releases/download/0.9.30/uv-aarch64-pc-windows-msvc.zip.sha256)
          \          |\n| [uv-i686-pc-windows-msvc.zip](https://redirect.github.com/astral-sh/uv/releases/download/0.9.30/uv-i686-pc-windows-msvc.zip)
          \                          | x86 Windows                  | [checksum](https://redirect.github.com/astral-sh/uv/releases/download/0.9.30/uv-i686-pc-windows-msvc.zip.sha256)
          \             |\n| [uv-x86\\_64-pc-windows-msvc.zip](https://redirect.github.com/astral-sh/uv/releases/download/0.9.30/uv-x86_64-pc-windows-msvc.zip)
          \                     | x64 Windows                  | [checksum](https://redirect.github.com/astral-sh/uv/releases/download/0.9.30/uv-x86_64-pc-windows-msvc.zip.sha256)
          \           |\n| [uv-aarch64-unknown-linux-gnu.tar.gz](https://redirect.github.com/astral-sh/uv/releases/download/0.9.30/uv-aarch64-unknown-linux-gnu.tar.gz)
          \          | ARM64 Linux                  | [checksum](https://redirect.github.com/astral-sh/uv/releases/download/0.9.30/uv-aarch64-unknown-linux-gnu.tar.gz.sha256)
          \     |\n| [uv-i686-unknown-linux-gnu.tar.gz](https://redirect.github.com/astral-sh/uv/releases/download/0.9.30/uv-i686-unknown-linux-gnu.tar.gz)
          \                | x86 Linux                    | [checksum](https://redirect.github.com/astral-sh/uv/releases/download/0.9.30/uv-i686-unknown-linux-gnu.tar.gz.sha256)
          \        |\n| [uv-powerpc64-unknown-linux-gnu.tar.gz](https://redirect.github.com/astral-sh/uv/releases/download/0.9.30/uv-powerpc64-unknown-linux-gnu.tar.gz)
          \      | PPC64 Linux                  | [checksum](https://redirect.github.com/astral-sh/uv/releases/download/0.9.30/uv-powerpc64-unknown-linux-gnu.tar.gz.sha256)
          \   |\n| [uv-powerpc64le-unknown-linux-gnu.tar.gz](https://redirect.github.com/astral-sh/uv/releases/download/0.9.30/uv-powerpc64le-unknown-linux-gnu.tar.gz)
          \  | PPC64LE Linux                | [checksum](https://redirect.github.com/astral-sh/uv/releases/download/0.9.30/uv-powerpc64le-unknown-linux-gnu.tar.gz.sha256)
          \ |\n| [uv-riscv64gc-unknown-linux-gnu.tar.gz](https://redirect.github.com/astral-sh/uv/releases/download/0.9.30/uv-riscv64gc-unknown-linux-gnu.tar.gz)
          \      | RISCV Linux                  | [checksum](https://redirect.github.com/astral-sh/uv/releases/download/0.9.30/uv-riscv64gc-unknown-linux-gnu.tar.gz.sha256)
          \   |\n| [uv-s390x-unknown-linux-gnu.tar.gz](https://redirect.github.com/astral-sh/uv/releases/download/0.9.30/uv-s390x-unknown-linux-gnu.tar.gz)
          \              | S390x Linux                  | [checksum](https://redirect.github.com/astral-sh/uv/releases/download/0.9.30/uv-s390x-unknown-linux-gnu.tar.gz.sha256)
          \       |\n| [uv-x86\\_64-unknown-linux-gnu.tar.gz](https://redirect.github.com/astral-sh/uv/releases/download/0.9.30/uv-x86_64-unknown-linux-gnu.tar.gz)
          \           | x64 Linux                    | [checksum](https://redirect.github.com/astral-sh/uv/releases/download/0.9.30/uv-x86_64-unknown-linux-gnu.tar.gz.sha256)
          \      |\n| [uv-armv7-unknown-linux-gnueabihf.tar.gz](https://redirect.github.com/astral-sh/uv/releases/download/0.9.30/uv-armv7-unknown-linux-gnueabihf.tar.gz)
          \  | ARMv7 Linux                  | [checksum](https://redirect.github.com/astral-sh/uv/releases/download/0.9.30/uv-armv7-unknown-linux-gnueabihf.tar.gz.sha256)
          \ |\n| [uv-aarch64-unknown-linux-musl.tar.gz](https://redirect.github.com/astral-sh/uv/releases/download/0.9.30/uv-aarch64-unknown-linux-musl.tar.gz)
          \        | ARM64 MUSL Linux             | [checksum](https://redirect.github.com/astral-sh/uv/releases/download/0.9.30/uv-aarch64-unknown-linux-musl.tar.gz.sha256)
          \    |\n| [uv-i686-unknown-linux-musl.tar.gz](https://redirect.github.com/astral-sh/uv/releases/download/0.9.30/uv-i686-unknown-linux-musl.tar.gz)
          \              | x86 MUSL Linux               | [checksum](https://redirect.github.com/astral-sh/uv/releases/download/0.9.30/uv-i686-unknown-linux-musl.tar.gz.sha256)
          \       |\n| [uv-x86\\_64-unknown-linux-musl.tar.gz](https://redirect.github.com/astral-sh/uv/releases/download/0.9.30/uv-x86_64-unknown-linux-musl.tar.gz)
          \         | x64 MUSL Linux               | [checksum](https://redirect.github.com/astral-sh/uv/releases/download/0.9.30/uv-x86_64-unknown-linux-musl.tar.gz.sha256)
          \     |\n| [uv-arm-unknown-linux-musleabihf.tar.gz](https://redirect.github.com/astral-sh/uv/releases/download/0.9.30/uv-arm-unknown-linux-musleabihf.tar.gz)
          \    | ARMv6 MUSL Linux (Hardfloat) | [checksum](https://redirect.github.com/astral-sh/uv/releases/download/0.9.30/uv-arm-unknown-linux-musleabihf.tar.gz.sha256)
          \  |\n| [uv-armv7-unknown-linux-musleabihf.tar.gz](https://redirect.github.com/astral-sh/uv/releases/download/0.9.30/uv-armv7-unknown-linux-musleabihf.tar.gz)
          | ARMv7 MUSL Linux             | [checksum](https://redirect.github.com/astral-sh/uv/releases/download/0.9.30/uv-armv7-unknown-linux-musleabihf.tar.gz.sha256)
          |\n\n##### Verifying GitHub Artifact Attestations\n\nThe artifacts in this
          release have attestations generated with GitHub Artifact Attestations. These
          can be verified by using the [GitHub CLI](https://cli.github.com/manual/gh_attestation_verify):\n\n```sh\ngh
          attestation verify <file-path of downloaded artifact> --repo astral-sh/uv\n```\n\nYou
          can also download the attestation from [GitHub](https://redirect.github.com/astral-sh/uv/attestations)
          and verify against that directly:\n\n```sh\ngh attestation verify <file-path
          of downloaded artifact> --bundle <file-path of downloaded attestation>\n```\n\n###
          [`v0.9.29`](https://redirect.github.com/astral-sh/uv/releases/tag/0.9.29)\n\n[Compare
          Source](https://redirect.github.com/astral-sh/uv/compare/0.9.28...0.9.29)\n\n#####
          Release Notes\n\nReleased on 2026-02-03.\n\n##### Python\n\n- Update to
          Pyodide 0.29.3 ([#&#8203;17730](https://redirect.github.com/astral-sh/uv/pull/17730))\n\n#####
          Enhancements\n\n- Add wheel-tag-style aliases for manylinux platform names
          ([#&#8203;17750](https://redirect.github.com/astral-sh/uv/pull/17750))\n-
          Hint on `uv version --bump dev` similar to pre-release bumps ([#&#8203;17796](https://redirect.github.com/astral-sh/uv/pull/17796))\n-
          Improve display of RFC 9457 Problem Detail responses in `uv publish` server
          errors ([#&#8203;17787](https://redirect.github.com/astral-sh/uv/pull/17787))\n-
          Improve the wording of publish errors during dry-run ([#&#8203;17782](https://redirect.github.com/astral-sh/uv/pull/17782))\n-
          Set backoff to 10 retries ([#&#8203;17816](https://redirect.github.com/astral-sh/uv/pull/17816))\n-
          Add properties to synthentic and project roots in Cyclone DX exports ([#&#8203;17820](https://redirect.github.com/astral-sh/uv/pull/17820))\n-
          Identify the invidividual clients in `uv publish` trace logs ([#&#8203;17784](https://redirect.github.com/astral-sh/uv/pull/17784))\n\n#####
          Preview features\n\n- Remove special casing for `base` and `default` conda
          environment names ([#&#8203;17758](https://redirect.github.com/astral-sh/uv/pull/17758))\n\n#####
          Bug fixes\n\n- Fix `PYTHONHOME` inheritance when spawning different Python
          versions ([#&#8203;17821](https://redirect.github.com/astral-sh/uv/pull/17821))\n-
          Fix wheel rejections on freethreading+debug builds ([#&#8203;17812](https://redirect.github.com/astral-sh/uv/pull/17812))\n-
          Pad with zeros during comparisons in `EqualStar` and `NotEqualStar` operators
          ([#&#8203;17751](https://redirect.github.com/astral-sh/uv/pull/17751))\n-
          Reject unknown field names in conflict declarations ([#&#8203;17727](https://redirect.github.com/astral-sh/uv/pull/17727))\n-
          Fix panics in `system-configuration` in sandboxes ([#&#8203;17829](https://redirect.github.com/astral-sh/uv/pull/17829))\n\n#####
          Documentation\n\n- Update pip pre-release compatibility information ([#&#8203;17788](https://redirect.github.com/astral-sh/uv/pull/17788))\n\n#####
          Security\n\n- Hide a subset of environment variable values in `--help` ([#&#8203;17745](https://redirect.github.com/astral-sh/uv/pull/17745))\n\n#####
          Install uv 0.9.29\n\n##### Install prebuilt binaries via shell script\n\n```sh\ncurl
          --proto '=https' --tlsv1.2 -LsSf https://github.com/astral-sh/uv/releases/download/0.9.29/uv-installer.sh
          | sh\n```\n\n##### Install prebuilt binaries via powershell script\n\n```sh\npowershell
          -ExecutionPolicy Bypass -c \"irm https://github.com/astral-sh/uv/releases/download/0.9.29/uv-installer.ps1
          | iex\"\n```\n\n##### Download uv 0.9.29\n\n| File                                                                                                                                          |
          Platform                     | Checksum                                                                                                             |\n|
          ---------------------------------------------------------------------------------------------------------------------------------------------
          | ---------------------------- | --------------------------------------------------------------------------------------------------------------------
          |\n| [uv-aarch64-apple-darwin.tar.gz](https://redirect.github.com/astral-sh/uv/releases/download/0.9.29/uv-aarch64-apple-darwin.tar.gz)
          \                    | Apple Silicon macOS          | [checksum](https://redirect.github.com/astral-sh/uv/releases/download/0.9.29/uv-aarch64-apple-darwin.tar.gz.sha256)
          \          |\n| [uv-x86\\_64-apple-darwin.tar.gz](https://redirect.github.com/astral-sh/uv/releases/download/0.9.29/uv-x86_64-apple-darwin.tar.gz)
          \                     | Intel macOS                  | [checksum](https://redirect.github.com/astral-sh/uv/releases/download/0.9.29/uv-x86_64-apple-darwin.tar.gz.sha256)
          \           |\n| [uv-aarch64-pc-windows-msvc.zip](https://redirect.github.com/astral-sh/uv/releases/download/0.9.29/uv-aarch64-pc-windows-msvc.zip)
          \                    | ARM64 Windows                | [checksum](https://redirect.github.com/astral-sh/uv/releases/download/0.9.29/uv-aarch64-pc-windows-msvc.zip.sha256)
          \          |\n| [uv-i686-pc-windows-msvc.zip](https://redirect.github.com/astral-sh/uv/releases/download/0.9.29/uv-i686-pc-windows-msvc.zip)
          \                          | x86 Windows                  | [checksum](https://redirect.github.com/astral-sh/uv/releases/download/0.9.29/uv-i686-pc-windows-msvc.zip.sha256)
          \             |\n| [uv-x86\\_64-pc-windows-msvc.zip](https://redirect.github.com/astral-sh/uv/releases/download/0.9.29/uv-x86_64-pc-windows-msvc.zip)
          \                     | x64 Windows                  | [checksum](https://redirect.github.com/astral-sh/uv/releases/download/0.9.29/uv-x86_64-pc-windows-msvc.zip.sha256)
          \           |\n| [uv-aarch64-unknown-linux-gnu.tar.gz](https://redirect.github.com/astral-sh/uv/releases/download/0.9.29/uv-aarch64-unknown-linux-gnu.tar.gz)
          \          | ARM64 Linux                  | [checksum](https://redirect.github.com/astral-sh/uv/releases/download/0.9.29/uv-aarch64-unknown-linux-gnu.tar.gz.sha256)
          \     |\n| [uv-i686-unknown-linux-gnu.tar.gz](https://redirect.github.com/astral-sh/uv/releases/download/0.9.29/uv-i686-unknown-linux-gnu.tar.gz)
          \                | x86 Linux                    | [checksum](https://redirect.github.com/astral-sh/uv/releases/download/0.9.29/uv-i686-unknown-linux-gnu.tar.gz.sha256)
          \        |\n| [uv-powerpc64-unknown-linux-gnu.tar.gz](https://redirect.github.com/astral-sh/uv/releases/download/0.9.29/uv-powerpc64-unknown-linux-gnu.tar.gz)
          \      | PPC64 Linux                  | [checksum](https://redirect.github.com/astral-sh/uv/releases/download/0.9.29/uv-powerpc64-unknown-linux-gnu.tar.gz.sha256)
          \   |\n| [uv-powerpc64le-unknown-linux-gnu.tar.gz](https://redirect.github.com/astral-sh/uv/releases/download/0.9.29/uv-powerpc64le-unknown-linux-gnu.tar.gz)
          \  | PPC64LE Linux                | [checksum](https://redirect.github.com/astral-sh/uv/releases/download/0.9.29/uv-powerpc64le-unknown-linux-gnu.tar.gz.sha256)
          \ |\n| [uv-riscv64gc-unknown-linux-gnu.tar.gz](https://redirect.github.com/astral-sh/uv/releases/download/0.9.29/uv-riscv64gc-unknown-linux-gnu.tar.gz)
          \      | RISCV Linux                  | [checksum](https://redirect.github.com/astral-sh/uv/releases/download/0.9.29/uv-riscv64gc-unknown-linux-gnu.tar.gz.sha256)
          \   |\n| [uv-s390x-unknown-linux-gnu.tar.gz](https://redirect.github.com/astral-sh/uv/releases/download/0.9.29/uv-s390x-unknown-linux-gnu.tar.gz)
          \              | S390x Linux                  | [checksum](https://redirect.github.com/astral-sh/uv/releases/download/0.9.29/uv-s390x-unknown-linux-gnu.tar.gz.sha256)
          \       |\n| [uv-x86\\_64-unknown-linux-gnu.tar.gz](https://redirect.github.com/astral-sh/uv/releases/download/0.9.29/uv-x86_64-unknown-linux-gnu.tar.gz)
          \           | x64 Linux                    | [checksum](https://redirect.github.com/astral-sh/uv/releases/download/0.9.29/uv-x86_64-unknown-linux-gnu.tar.gz.sha256)
          \      |\n| [uv-armv7-unknown-linux-gnueabihf.tar.gz](https://redirect.github.com/astral-sh/uv/releases/download/0.9.29/uv-armv7-unknown-linux-gnueabihf.tar.gz)
          \  | ARMv7 Linux                  | [checksum](https://redirect.github.com/astral-sh/uv/releases/download/0.9.29/uv-armv7-unknown-linux-gnueabihf.tar.gz.sha256)
          \ |\n| [uv-aarch64-unknown-linux-musl.tar.gz](https://redirect.github.com/astral-sh/uv/releases/download/0.9.29/uv-aarch64-unknown-linux-musl.tar.gz)
          \        | ARM64 MUSL Linux             | [checksum](https://redirect.github.com/astral-sh/uv/releases/download/0.9.29/uv-aarch64-unknown-linux-musl.tar.gz.sha256)
          \    |\n| [uv-i686-unknown-linux-musl.tar.gz](https://redirect.github.com/astral-sh/uv/releases/download/0.9.29/uv-i686-unknown-linux-musl.tar.gz)
          \              | x86 MUSL Linux               | [checksum](https://redirect.github.com/astral-sh/uv/releases/download/0.9.29/uv-i686-unknown-linux-musl.tar.gz.sha256)
          \       |\n| [uv-x86\\_64-unknown-linux-musl.tar.gz](https://redirect.github.com/astral-sh/uv/releases/download/0.9.29/uv-x86_64-unknown-linux-musl.tar.gz)
          \         | x64 MUSL Linux               | [checksum](https://redirect.github.com/astral-sh/uv/releases/download/0.9.29/uv-x86_64-unknown-linux-musl.tar.gz.sha256)
          \     |\n| [uv-arm-unknown-linux-musleabihf.tar.gz](https://redirect.github.com/astral-sh/uv/releases/download/0.9.29/uv-arm-unknown-linux-musleabihf.tar.gz)
          \    | ARMv6 MUSL Linux (Hardfloat) | [checksum](https://redirect.github.com/astral-sh/uv/releases/download/0.9.29/uv-arm-unknown-linux-musleabihf.tar.gz.sha256)
          \  |\n| [uv-armv7-unknown-linux-musleabihf.tar.gz](https://redirect.github.com/astral-sh/uv/releases/download/0.9.29/uv-armv7-unknown-linux-musleabihf.tar.gz)
          | ARMv7 MUSL Linux             | [checksum](https://redirect.github.com/astral-sh/uv/releases/download/0.9.29/uv-armv7-unknown-linux-musleabihf.tar.gz.sha256)
          |\n\n##### Verifying GitHub Artifact Attestations\n\nThe artifacts in this
          release have attestations generated with GitHub Artifact Attestations. These
          can be verified by using the [GitHub CLI](https://cli.github.com/manual/gh_attestation_verify):\n\n```sh\ngh
          attestation verify <file-path of downloaded artifact> --repo astral-sh/uv\n```\n\nYou
          can also download the attestation from [GitHub](https://redirect.github.com/astral-sh/uv/attestations)
          and verify against that directly:\n\n```sh\ngh attestation verify <file-path
          of downloaded artifact> --bundle <file-path of downloaded attestation>\n```\n\n###
          [`v0.9.28`](https://redirect.github.com/astral-sh/uv/releases/tag/0.9.28)\n\n[Compare
          Source](https://redirect.github.com/astral-sh/uv/compare/0.9.27...0.9.28)\n\n#####
          Release Notes\n\nReleased on 2026-01-29.\n\n##### Python\n\n- Update CPython
          to use [OpenSSL 3.5.5](https://redirect.github.com/openssl/openssl/releases/tag/openssl-3.5.5)
          which includes fixes for high severity CVEs ([python-build-standalone#960](https://redirect.github.com/astral-sh/python-build-standalone/pull/960))\n\n#####
          Enhancements\n\n- Add support for Pyodide interpreter on Windows ([#&#8203;17658](https://redirect.github.com/astral-sh/uv/pull/17658))\n-
          Warn if multiple indexes include `default = true` ([#&#8203;17713](https://redirect.github.com/astral-sh/uv/pull/17713))\n-
          Skip uploads when validation reports 'Already uploaded' ([#&#8203;17412](https://redirect.github.com/astral-sh/uv/pull/17412))\n\n#####
          Configuration\n\n- Add a reflink alias for the \"clone\" link mode ([#&#8203;17724](https://redirect.github.com/astral-sh/uv/pull/17724))\n\n#####
          Bug fixes\n\n- Ensure `uv.exe` exits when `uvw.exe` or `uvx.exe` is killed
          ([#&#8203;17500](https://redirect.github.com/astral-sh/uv/pull/17500))\n\n#####
          Install uv 0.9.28\n\n##### Install prebuilt binaries via shell script\n\n```sh\ncurl
          --proto '=https' --tlsv1.2 -LsSf https://github.com/astral-sh/uv/releases/download/0.9.28/uv-installer.sh
          | sh\n```\n\n##### Install prebuilt binaries via powershell script\n\n```sh\npowershell
          -ExecutionPolicy Bypass -c \"irm https://github.com/astral-sh/uv/releases/download/0.9.28/uv-installer.ps1
          | iex\"\n```\n\n##### Download uv 0.9.28\n\n| File                                                                                                                                          |
          Platform                     | Checksum                                                                                                             |\n|
          ---------------------------------------------------------------------------------------------------------------------------------------------
          | ---------------------------- | --------------------------------------------------------------------------------------------------------------------
          |\n| [uv-aarch64-apple-darwin.tar.gz](https://redirect.github.com/astral-sh/uv/releases/download/0.9.28/uv-aarch64-apple-darwin.tar.gz)
          \                    | Apple Silicon macOS          | [checksum](https://redirect.github.com/astral-sh/uv/releases/download/0.9.28/uv-aarch64-apple-darwin.tar.gz.sha256)
          \          |\n| [uv-x86\\_64-apple-darwin.tar.gz](https://redirect.github.com/astral-sh/uv/releases/download/0.9.28/uv-x86_64-apple-darwin.tar.gz)
          \                     | Intel macOS                  | [checksum](https://redirect.github.com/astral-sh/uv/releases/download/0.9.28/uv-x86_64-apple-darwin.tar.gz.sha256)
          \           |\n| [uv-aarch64-pc-windows-msvc.zip](https://redirect.github.com/astral-sh/uv/releases/download/0.9.28/uv-aarch64-pc-windows-msvc.zip)
          \                    | ARM64 Windows                | [checksum](https://redirect.github.com/astral-sh/uv/releases/download/0.9.28/uv-aarch64-pc-windows-msvc.zip.sha256)
          \          |\n| [uv-i686-pc-windows-msvc.zip](https://redirect.github.com/astral-sh/uv/releases/download/0.9.28/uv-i686-pc-windows-msvc.zip)
          \                          | x86 Windows                  | [checksum](https://redirect.github.com/astral-sh/uv/releases/download/0.9.28/uv-i686-pc-windows-msvc.zip.sha256)
          \             |\n| [uv-x86\\_64-pc-windows-msvc.zip](https://redirect.github.com/astral-sh/uv/releases/download/0.9.28/uv-x86_64-pc-windows-msvc.zip)
          \                     | x64 Windows                  | [checksum](https://redirect.github.com/astral-sh/uv/releases/download/0.9.28/uv-x86_64-pc-windows-msvc.zip.sha256)
          \           |\n| [uv-aarch64-unknown-linux-gnu.tar.gz](https://redirect.github.com/astral-sh/uv/relea"
        change_url: https://github.com/vexxhost/magnum-cluster-api/pull/854
        commit_id: c53fc073b5e1ffdd07d1fe3968226d5cd4a9817c
        patchset: c53fc073b5e1ffdd07d1fe3968226d5cd4a9817c
        project:
          canonical_hostname: github.com
          canonical_name: github.com/vexxhost/magnum-cluster-api
          name: vexxhost/magnum-cluster-api
          short_name: magnum-cluster-api
          src_dir: src/github.com/vexxhost/magnum-cluster-api
        src_dir: src/github.com/vexxhost/magnum-cluster-api
        topic: null
      buildset: 16b3a8b2badb4af59436abcd6b8500b7
      buildset_refs:
      - branch: main
        change: '854'
        change_message: "chore(deps): update ghcr.io/astral-sh/uv docker tag to v0.11.0\n\n>
          \u2139\uFE0F **Note**\n> \n> This PR body was truncated due to platform
          limits.\n\nThis PR contains the following updates:\n\n| Package | Type |
          Update | Change |\n|---|---|---|---|\n| [ghcr.io/astral-sh/uv](https://redirect.github.com/astral-sh/uv)
          | final | minor | `0.9.9` \u2192 `0.11.0` |\n\n---\n\n### Release Notes\n\n<details>\n<summary>astral-sh/uv
          (ghcr.io/astral-sh/uv)</summary>\n\n### [`v0.11.0`](https://redirect.github.com/astral-sh/uv/blob/HEAD/CHANGELOG.md#0110)\n\nReleased
          on 2026-03-23.\n\n##### Breaking changes\n\nThis release includes changes
          to the networking stack used by uv. While we think that breakage will be
          rare, it is possible that these changes will result in the rejection of
          certificates previously trusted by uv so we have marked the change as breaking
          out of an abundance of caution.\n\nThe changes are largely driven by the
          upgrade of reqwest, which powers uv's HTTP clients, to [v0.13](https://seanmonstar.com/blog/reqwest-v013-rustls-default/)
          which included some breaking changes to TLS certificate verification.\n\nThe
          following changes are included:\n\n- [`rustls-platform-verifier`](https://redirect.github.com/rustls/rustls-platform-verifier)
          is used instead of [`rustls-native-certs`](https://redirect.github.com/rustls/rustls-native-certs)
          and [`webpki`](https://redirect.github.com/rustls/webpki) for certificate
          verification\n\n  **This change should have no effect unless you are using
          the `native-tls` option to enable reading system certificates.**\n\n  `rustls-platform-verifier`
          delegates to the system for certificate validation (e.g., `Security.framework`
          on macOS) instead of eagerly loading certificates from the system and verifying
          them via `webpki`. The effects of this change will vary based on the operating
          system. In general, uv's certificate validation should now be more consistent
          with browsers and other native applications. However, this is the most likely
          cause of breaking changes in this release. Some previously failing certificate
          chains may succeed, and some previously accepted certificate chains may
          fail. In either case, we expect the validation to be more correct and welcome
          reports of regressions.\n\n  In particular, because more responsibility
          for validating the certificate is transferred to your system's security
          library, some features like [CA constraints](https://support.apple.com/en-us/103255)
          or [revocation of certificates](https://en.wikipedia.org/wiki/Certificate_revocation)
          via OCSP and CRLs may now be used.\n\n  This change should improve performance
          when using system certificate on macOS, as uv no longer needs to load all
          certificates from the keychain at startup.\n\n- [`aws-lc`](https://redirect.github.com/aws/aws-lc)
          is used instead of `ring` for a cryptography backend\n\n  There should not
          be breaking changes from this change. We expect this to expand support for
          certificate signature algorithms.\n\n- `--native-tls` is deprecated in favor
          of a new `--system-certs` flag\n\n  The `--native-tls` flag is still usable
          and has identical behavior to `--system-certs.`\n\n  This change was made
          to reduce confusion about the TLS implementation uv uses. uv always uses
          `rustls` not `native-tls`.\n\n- Building uv on x86-64 and i686 Windows requires
          NASM\n\n  NASM is required by `aws-lc`. If not found on the system, a prebuilt
          blob provided by `aws-lc-sys` will be used.\n\n  If you are not building
          uv from source, this change has no effect.\n\n  See the [CONTRIBUTING](https://redirect.github.com/astral-sh/uv/blob/b6854d77bfd0cb78157fecaf8b30126c6f16bc11/CONTRIBUTING.md#setup)
          guide for details.\n\n- Empty `SSL_CERT_FILE` values are ignored (for consistency
          with `SSL_CERT_DIR`)\n\nSee [#&#8203;18550](https://redirect.github.com/astral-sh/uv/pull/18550)
          for details.\n\n##### Python\n\n- Enable frame pointers for improved profiling
          on Linux x86-64 and aarch64\n\nSee the [python-build-standalone release
          notes](https://redirect.github.com/astral-sh/python-build-standalone/releases/20260320)
          for details.\n\n##### Enhancements\n\n- Treat 'Dynamic' values as case-insensitive
          ([#&#8203;18669](https://redirect.github.com/astral-sh/uv/pull/18669))\n-
          Use a dedicated error for invalid cache control headers ([#&#8203;18657](https://redirect.github.com/astral-sh/uv/pull/18657))\n-
          Enable checksum verification in the generated installer script ([#&#8203;18625](https://redirect.github.com/astral-sh/uv/pull/18625))\n\n#####
          Preview features\n\n- Add `--service-format` and `--service-url` to `uv
          audit` ([#&#8203;18571](https://redirect.github.com/astral-sh/uv/pull/18571))\n\n#####
          Performance\n\n- Avoid holding flat index lock across indexes ([#&#8203;18659](https://redirect.github.com/astral-sh/uv/pull/18659))\n\n#####
          Bug fixes\n\n- Find the dynamic linker on the file system when sniffing
          binaries fails ([#&#8203;18457](https://redirect.github.com/astral-sh/uv/pull/18457))\n-
          Fix export of conflicting workspace members with dependencies ([#&#8203;18666](https://redirect.github.com/astral-sh/uv/pull/18666))\n-
          Respect installed settings in `uv tool list --outdated` ([#&#8203;18586](https://redirect.github.com/astral-sh/uv/pull/18586))\n-
          Treat paths originating as PEP 508 URLs which contain expanded variables
          as relative ([#&#8203;18680](https://redirect.github.com/astral-sh/uv/pull/18680))\n-
          Fix `uv export` for workspace member packages with conflicts ([#&#8203;18635](https://redirect.github.com/astral-sh/uv/pull/18635))\n-
          Continue to alternative authentication providers when the pyx store has
          no token ([#&#8203;18425](https://redirect.github.com/astral-sh/uv/pull/18425))\n-
          Use redacted URLs for log messages in cached client ([#&#8203;18599](https://redirect.github.com/astral-sh/uv/pull/18599))\n\n#####
          Documentation\n\n- Add details on Linux versions to the platform policy
          ([#&#8203;18574](https://redirect.github.com/astral-sh/uv/pull/18574))\n-
          Clarify `FLASH_ATTENTION_SKIP_CUDA_BUILD` guidance for `flash-attn` installs
          ([#&#8203;18473](https://redirect.github.com/astral-sh/uv/pull/18473))\n-
          Split the dependency bots page into two separate pages ([#&#8203;18597](https://redirect.github.com/astral-sh/uv/pull/18597))\n-
          Split the alternative indexes page into separate pages ([#&#8203;18607](https://redirect.github.com/astral-sh/uv/pull/18607))\n\n###
          [`v0.10.12`](https://redirect.github.com/astral-sh/uv/blob/HEAD/CHANGELOG.md#01012)\n\n[Compare
          Source](https://redirect.github.com/astral-sh/uv/compare/0.10.11...0.10.12)\n\nReleased
          on 2026-03-19.\n\n##### Python\n\n- Add pypy 3.11.15 ([#&#8203;18468](https://redirect.github.com/astral-sh/uv/pull/18468))\n-
          Add support for using Python 3.6 interpreters ([#&#8203;18454](https://redirect.github.com/astral-sh/uv/pull/18454))\n\n#####
          Enhancements\n\n- Include uv's target triple in version report ([#&#8203;18520](https://redirect.github.com/astral-sh/uv/pull/18520))\n-
          Allow comma separated values in `--no-emit-package` ([#&#8203;18565](https://redirect.github.com/astral-sh/uv/pull/18565))\n\n#####
          Preview features\n\n- Show `uv audit` in the CLI help ([#&#8203;18540](https://redirect.github.com/astral-sh/uv/pull/18540))\n\n#####
          Bug fixes\n\n- Improve reporting of managed interpreter symlinks in `uv
          python list` ([#&#8203;18459](https://redirect.github.com/astral-sh/uv/pull/18459))\n-
          Preserve end-of-line comments on previous entries when removing dependencies
          ([#&#8203;18557](https://redirect.github.com/astral-sh/uv/pull/18557))\n-
          Treat abi3 wheel Python version as a lower bound ([#&#8203;18536](https://redirect.github.com/astral-sh/uv/pull/18536))\n-
          Detect hard-float support on aarch64 kernels running armv7 userspace ([#&#8203;18530](https://redirect.github.com/astral-sh/uv/pull/18530))\n\n#####
          Documentation\n\n- Add Python 3.15 to supported versions ([#&#8203;18552](https://redirect.github.com/astral-sh/uv/pull/18552))\n-
          Adjust the PyPy note ([#&#8203;18548](https://redirect.github.com/astral-sh/uv/pull/18548))\n-
          Move Pyodide to Tier 2 in the Python support policy ([#&#8203;18561](https://redirect.github.com/astral-sh/uv/pull/18561))\n-
          Move Rust and Python version support out of the Platform support policy
          ([#&#8203;18535](https://redirect.github.com/astral-sh/uv/pull/18535))\n-
          Update Docker guide with changes from `uv-docker-example` ([#&#8203;18558](https://redirect.github.com/astral-sh/uv/pull/18558))\n-
          Update the Python version policy ([#&#8203;18559](https://redirect.github.com/astral-sh/uv/pull/18559))\n\n###
          [`v0.10.11`](https://redirect.github.com/astral-sh/uv/blob/HEAD/CHANGELOG.md#01011)\n\n[Compare
          Source](https://redirect.github.com/astral-sh/uv/compare/0.10.10...0.10.11)\n\nReleased
          on 2026-03-16.\n\n##### Enhancements\n\n- Fetch Ruff release metadata from
          an Astral mirror ([#&#8203;18358](https://redirect.github.com/astral-sh/uv/pull/18358))\n-
          Use PEP 639 license metadata for uv itself ([#&#8203;16477](https://redirect.github.com/astral-sh/uv/pull/16477))\n\n#####
          Performance\n\n- Improve distribution id performance ([#&#8203;18486](https://redirect.github.com/astral-sh/uv/pull/18486))\n\n#####
          Bug fixes\n\n- Allow `--project` to refer to a `pyproject.toml` directly
          and reduce to a warning on other files ([#&#8203;18513](https://redirect.github.com/astral-sh/uv/pull/18513))\n-
          Disable `SYSTEM_VERSION_COMPAT` when querying interpreters on macOS ([#&#8203;18452](https://redirect.github.com/astral-sh/uv/pull/18452))\n-
          Enforce available distributions for supported environments ([#&#8203;18451](https://redirect.github.com/astral-sh/uv/pull/18451))\n-
          Fix `uv sync --active` recreating active environments when `UV_PYTHON_INSTALL_DIR`
          is relative ([#&#8203;18398](https://redirect.github.com/astral-sh/uv/pull/18398))\n\n#####
          Documentation\n\n- Add missing `-o requirements.txt` in `uv pip compile`
          example ([#&#8203;12308](https://redirect.github.com/astral-sh/uv/pull/12308))\n-
          Link to organization security policy ([#&#8203;18449](https://redirect.github.com/astral-sh/uv/pull/18449))\n-
          Link to the AI policy in the contributing guide ([#&#8203;18448](https://redirect.github.com/astral-sh/uv/pull/18448))\n\n###
          [`v0.10.10`](https://redirect.github.com/astral-sh/uv/blob/HEAD/CHANGELOG.md#01010)\n\n[Compare
          Source](https://redirect.github.com/astral-sh/uv/compare/0.10.9...0.10.10)\n\nReleased
          on 2026-03-13.\n\n##### Python\n\n- Add CPython 3.15.0a7 ([#&#8203;18403](https://redirect.github.com/astral-sh/uv/pull/18403))\n\n#####
          Enhancements\n\n- Add `--outdated` flag to `uv tool list` ([#&#8203;18318](https://redirect.github.com/astral-sh/uv/pull/18318))\n-
          Add riscv64 musl target to build-release-binaries workflow ([#&#8203;18228](https://redirect.github.com/astral-sh/uv/pull/18228))\n-
          Fetch Ruff from an Astral mirror ([#&#8203;18286](https://redirect.github.com/astral-sh/uv/pull/18286))\n-
          Improve error handling for platform detection in Python downloads ([#&#8203;18453](https://redirect.github.com/astral-sh/uv/pull/18453))\n-
          Warn if `--project` directory does not exist ([#&#8203;17714](https://redirect.github.com/astral-sh/uv/pull/17714))\n-
          Warn when workspace member scripts are skipped due to missing build system
          ([#&#8203;18389](https://redirect.github.com/astral-sh/uv/pull/18389))\n-
          Update build backend versions used in `uv init` ([#&#8203;18417](https://redirect.github.com/astral-sh/uv/pull/18417))\n-
          Log explicit config file path in verbose output ([#&#8203;18353](https://redirect.github.com/astral-sh/uv/pull/18353))\n-
          Make `uv cache clear` an alias of `uv cache clean` ([#&#8203;18420](https://redirect.github.com/astral-sh/uv/pull/18420))\n-
          Reject invalid classifiers, warn on license classifiers in `uv_build` ([#&#8203;18419](https://redirect.github.com/astral-sh/uv/pull/18419))\n\n#####
          Preview features\n\n- Add links to `uv audit` output ([#&#8203;18392](https://redirect.github.com/astral-sh/uv/pull/18392))\n-
          Output/report formatting for `uv audit` ([#&#8203;18193](https://redirect.github.com/astral-sh/uv/pull/18193))\n-
          Switch to batched OSV queries for `uv audit` ([#&#8203;18394](https://redirect.github.com/astral-sh/uv/pull/18394))\n\n#####
          Bug fixes\n\n- Avoid sharing version metadata across indexes ([#&#8203;18373](https://redirect.github.com/astral-sh/uv/pull/18373))\n-
          Bump zlib-rs to 0.6.2 to fix panic on decompression of large wheels on Windows
          ([#&#8203;18362](https://redirect.github.com/astral-sh/uv/pull/18362))\n-
          Filter out unsupported environment wheels ([#&#8203;18445](https://redirect.github.com/astral-sh/uv/pull/18445))\n-
          Preserve absolute/relative paths in lockfiles ([#&#8203;18176](https://redirect.github.com/astral-sh/uv/pull/18176))\n-
          Recreate Python environments under `uv tool install --force` ([#&#8203;18399](https://redirect.github.com/astral-sh/uv/pull/18399))\n-
          Respect timestamp and other cache keys in cached environments ([#&#8203;18396](https://redirect.github.com/astral-sh/uv/pull/18396))\n-
          Simplify selected extra markers in `uv export` ([#&#8203;18433](https://redirect.github.com/astral-sh/uv/pull/18433))\n-
          Send pyx mint-token requests with a proper `Content-Type` ([#&#8203;18334](https://redirect.github.com/astral-sh/uv/pull/18334))\n-
          Fix Windows operating system and version reporting ([#&#8203;18383](https://redirect.github.com/astral-sh/uv/pull/18383))\n\n#####
          Documentation\n\n- Update the platform support policy with a tier 3 section
          including freebsd and 32-bit windows ([#&#8203;18345](https://redirect.github.com/astral-sh/uv/pull/18345))\n\n###
          [`v0.10.9`](https://redirect.github.com/astral-sh/uv/blob/HEAD/CHANGELOG.md#0109)\n\n[Compare
          Source](https://redirect.github.com/astral-sh/uv/compare/0.10.8...0.10.9)\n\nReleased
          on 2026-03-06.\n\n##### Enhancements\n\n- Add `fbgemm-gpu`, `fbgemm-gpu-genai`,
          `torchrec`, and `torchtune` to the PyTorch list ([#&#8203;18338](https://redirect.github.com/astral-sh/uv/pull/18338))\n-
          Add torchcodec to PyTorch List ([#&#8203;18336](https://redirect.github.com/astral-sh/uv/pull/18336))\n-
          Log the duration we took before erroring ([#&#8203;18231](https://redirect.github.com/astral-sh/uv/pull/18231))\n-
          Warn when using `uv_build` settings without `uv_build` ([#&#8203;15750](https://redirect.github.com/astral-sh/uv/pull/15750))\n-
          Add fallback to `/usr/lib/os-release` on Linux system lookup failure ([#&#8203;18349](https://redirect.github.com/astral-sh/uv/pull/18349))\n-
          Use `cargo auditable` to include SBOM in uv builds ([#&#8203;18276](https://redirect.github.com/astral-sh/uv/pull/18276))\n\n#####
          Configuration\n\n- Add an environment variable for `UV_VENV_RELOCATABLE`
          ([#&#8203;18331](https://redirect.github.com/astral-sh/uv/pull/18331))\n\n#####
          Performance\n\n- Avoid toml `Document` overhead ([#&#8203;18306](https://redirect.github.com/astral-sh/uv/pull/18306))\n-
          Use a single global workspace cache ([#&#8203;18307](https://redirect.github.com/astral-sh/uv/pull/18307))\n\n#####
          Bug fixes\n\n- Continue on trampoline job assignment failures ([#&#8203;18291](https://redirect.github.com/astral-sh/uv/pull/18291))\n-
          Handle the hard link limit gracefully instead of failing ([#&#8203;17699](https://redirect.github.com/astral-sh/uv/pull/17699))\n-
          Respect build constraints for workspace members ([#&#8203;18350](https://redirect.github.com/astral-sh/uv/pull/18350))\n-
          Revalidate editables and other dependencies in scripts ([#&#8203;18328](https://redirect.github.com/astral-sh/uv/pull/18328))\n-
          Support Python 3.13+ on Android ([#&#8203;18301](https://redirect.github.com/astral-sh/uv/pull/18301))\n-
          Support `cp3-none-any` ([#&#8203;17064](https://redirect.github.com/astral-sh/uv/pull/17064))\n-
          Skip tool environments with broken links to Python on Windows ([#&#8203;17176](https://redirect.github.com/astral-sh/uv/pull/17176))\n\n#####
          Documentation\n\n- Add documentation for common marker values ([#&#8203;18327](https://redirect.github.com/astral-sh/uv/pull/18327))\n-
          Improve documentation on virtual dependencies ([#&#8203;18346](https://redirect.github.com/astral-sh/uv/pull/18346))\n\n###
          [`v0.10.8`](https://redirect.github.com/astral-sh/uv/blob/HEAD/CHANGELOG.md#0108)\n\n[Compare
          Source](https://redirect.github.com/astral-sh/uv/compare/0.10.7...0.10.8)\n\nReleased
          on 2026-03-03.\n\n##### Python\n\n- Add CPython 3.10.20\n- Add CPython 3.11.15\n-
          Add CPython 3.12.13\n\n##### Enhancements\n\n- Add Docker images based on
          Docker Hardened Images ([#&#8203;18247](https://redirect.github.com/astral-sh/uv/pull/18247))\n-
          Add resolver hint when `--exclude-newer` filters out all versions of a package
          ([#&#8203;18217](https://redirect.github.com/astral-sh/uv/pull/18217))\n-
          Configure a real retry minimum delay of 1s ([#&#8203;18201](https://redirect.github.com/astral-sh/uv/pull/18201))\n-
          Expand `uv_build` direct build compatibility ([#&#8203;17902](https://redirect.github.com/astral-sh/uv/pull/17902))\n-
          Fetch CPython from an Astral mirror by default ([#&#8203;18207](https://redirect.github.com/astral-sh/uv/pull/18207))\n-
          Download uv releases from an Astral mirror in installers by default ([#&#8203;18191](https://redirect.github.com/astral-sh/uv/pull/18191))\n-
          Add SBOM attestations to Docker images ([#&#8203;18252](https://redirect.github.com/astral-sh/uv/pull/18252))\n-
          Improve hint for installing meson-python when missing as build backend ([#&#8203;15826](https://redirect.github.com/astral-sh/uv/pull/15826))\n\n#####
          Configuration\n\n- Add `UV_INIT_BARE` environment variable for `uv init`
          ([#&#8203;18210](https://redirect.github.com/astral-sh/uv/pull/18210))\n\n#####
          Bug fixes\n\n- Prevent `uv tool upgrade` from installing excluded dependencies
          ([#&#8203;18022](https://redirect.github.com/astral-sh/uv/pull/18022))\n-
          Promote authentication policy when saving tool receipts ([#&#8203;18246](https://redirect.github.com/astral-sh/uv/pull/18246))\n-
          Respect exclusions in scripts ([#&#8203;18269](https://redirect.github.com/astral-sh/uv/pull/18269))\n-
          Retain default-branch Git SHAs in `pylock.toml` files ([#&#8203;18227](https://redirect.github.com/astral-sh/uv/pull/18227))\n-
          Skip installed Python check for URL dependencies ([#&#8203;18211](https://redirect.github.com/astral-sh/uv/pull/18211))\n-
          Respect constraints during `--upgrade` ([#&#8203;18226](https://redirect.github.com/astral-sh/uv/pull/18226))\n-
          Fix `uv tree` orphaned roots and premature deduplication ([#&#8203;17212](https://redirect.github.com/astral-sh/uv/pull/17212))\n\n#####
          Documentation\n\n- Mention cooldown and tweak inline script metadata in
          dependency bots documentation ([#&#8203;18230](https://redirect.github.com/astral-sh/uv/pull/18230))\n-
          Move cache prune in GitLab to `after_script` ([#&#8203;18206](https://redirect.github.com/astral-sh/uv/pull/18206))\n\n###
          [`v0.10.7`](https://redirect.github.com/astral-sh/uv/blob/HEAD/CHANGELOG.md#0107)\n\n[Compare
          Source](https://redirect.github.com/astral-sh/uv/compare/0.10.6...0.10.7)\n\nReleased
          on 2026-02-27.\n\n##### Bug fixes\n\n- Fix handling of junctions in Windows
          Containers on Windows ([#&#8203;18192](https://redirect.github.com/astral-sh/uv/pull/18192))\n\n#####
          Enhancements\n\n- Activate logging for middleware retries ([#&#8203;18200](https://redirect.github.com/astral-sh/uv/pull/18200))\n-
          Upload uv releases to a mirror ([#&#8203;18159](https://redirect.github.com/astral-sh/uv/pull/18159))\n\n###
          [`v0.10.6`](https://redirect.github.com/astral-sh/uv/blob/HEAD/CHANGELOG.md#0106)\n\n[Compare
          Source](https://redirect.github.com/astral-sh/uv/compare/0.10.5...0.10.6)\n\nReleased
          on 2026-02-24.\n\n##### Bug fixes\n\n- Apply lockfile marker normalization
          for fork markers ([#&#8203;18116](https://redirect.github.com/astral-sh/uv/pull/18116))\n-
          Fix Python version selection for scripts with a `requires-python` conflicting
          with `.python-version` ([#&#8203;18097](https://redirect.github.com/astral-sh/uv/pull/18097))\n-
          Preserve file permissions when using reflinks on Linux ([#&#8203;18187](https://redirect.github.com/astral-sh/uv/pull/18187))\n\n#####
          Documentation\n\n- Remove verbose documentation from optional dependencies
          help text ([#&#8203;18180](https://redirect.github.com/astral-sh/uv/pull/18180))\n\n###
          [`v0.10.5`](https://redirect.github.com/astral-sh/uv/blob/HEAD/CHANGELOG.md#0105)\n\n[Compare
          Source](https://redirect.github.com/astral-sh/uv/compare/0.10.4...0.10.5)\n\nReleased
          on 2026-02-23.\n\n##### Enhancements\n\n- Add hint when named index is found
          in a parent config file ([#&#8203;18087](https://redirect.github.com/astral-sh/uv/pull/18087))\n-
          Add warning for `uv lock --frozen` ([#&#8203;17859](https://redirect.github.com/astral-sh/uv/pull/17859))\n-
          Attempt to use reflinks by default on Linux ([#&#8203;18117](https://redirect.github.com/astral-sh/uv/pull/18117))\n-
          Fallback to hardlinks after reflink failure before copying ([#&#8203;18104](https://redirect.github.com/astral-sh/uv/pull/18104))\n-
          Filter `pylock.toml` wheels by tags and `requires-python` ([#&#8203;18081](https://redirect.github.com/astral-sh/uv/pull/18081))\n-
          Validate wheel filenames are normalized during `uv publish` ([#&#8203;17783](https://redirect.github.com/astral-sh/uv/pull/17783))\n-
          Fix message when `exclude-newer` invalidates the lock file ([#&#8203;18100](https://redirect.github.com/astral-sh/uv/pull/18100))\n-
          Change the missing files log level to debug ([#&#8203;18075](https://redirect.github.com/astral-sh/uv/pull/18075))\n\n#####
          Performance\n\n- Improve performance of repeated conflicts with an extra
          ([#&#8203;18094](https://redirect.github.com/astral-sh/uv/pull/18094))\n\n#####
          Bug fixes\n\n- Fix `--no-emit-workspace` with `--all-packages` on single-member
          workspaces ([#&#8203;18098](https://redirect.github.com/astral-sh/uv/pull/18098))\n-
          Fix `UV_NO_DEFAULT_GROUPS` rejecting truthy values like `1` ([#&#8203;18057](https://redirect.github.com/astral-sh/uv/pull/18057))\n-
          Fix iOS detection ([#&#8203;17973](https://redirect.github.com/astral-sh/uv/pull/17973))\n-
          Propagate project-level conflicts to package extras ([#&#8203;18096](https://redirect.github.com/astral-sh/uv/pull/18096))\n-
          Use a global build concurrency semaphore ([#&#8203;18054](https://redirect.github.com/astral-sh/uv/pull/18054))\n\n#####
          Documentation\n\n- Update documentation heading for environment variable
          files ([#&#8203;18122](https://redirect.github.com/astral-sh/uv/pull/18122))\n-
          Fix comment about `uv export` formats ([#&#8203;17900](https://redirect.github.com/astral-sh/uv/pull/17900))\n-
          Make it clear that Windows is supported in user- and system- level configuration
          docs ([#&#8203;18106](https://redirect.github.com/astral-sh/uv/pull/18106))\n\n###
          [`v0.10.4`](https://redirect.github.com/astral-sh/uv/blob/HEAD/CHANGELOG.md#0104)\n\n[Compare
          Source](https://redirect.github.com/astral-sh/uv/compare/0.10.3...0.10.4)\n\nReleased
          on 2026-02-17.\n\n##### Enhancements\n\n- Remove duplicate references to
          the affected paths when showing `uv python` errors ([#&#8203;18008](https://redirect.github.com/astral-sh/uv/pull/18008))\n-
          Skip discovery of workspace members that contain only git-ignored files,
          including in sub-directories ([#&#8203;18051](https://redirect.github.com/astral-sh/uv/pull/18051))\n\n#####
          Bug fixes\n\n- Don't panic when initialising a package at the filesystem
          root (e.g. `uv init / --name foo`) ([#&#8203;17983](https://redirect.github.com/astral-sh/uv/pull/17983))\n-
          Fix permissions on `wheel` and `sdist` files produced by the `uv_build`
          build backend ([#&#8203;18020](https://redirect.github.com/astral-sh/uv/pull/18020))\n-
          Revert locked file change to fix locked files on NFS mounts ([#&#8203;18071](https://redirect.github.com/astral-sh/uv/pull/18071))\n\n###
          [`v0.10.3`](https://redirect.github.com/astral-sh/uv/blob/HEAD/CHANGELOG.md#0103)\n\n[Compare
          Source](https://redirect.github.com/astral-sh/uv/compare/0.10.2...0.10.3)\n\nReleased
          on 2026-02-16.\n\n##### Python\n\n- Add CPython 3.15.0a6\n\n##### Enhancements\n\n-
          Don't open file locks for writing ([#&#8203;17956](https://redirect.github.com/astral-sh/uv/pull/17956))\n-
          Make Windows trampoline error messages consistent with uv proper ([#&#8203;17969](https://redirect.github.com/astral-sh/uv/pull/17969))\n-
          Log which preview features are enabled ([#&#8203;17968](https://redirect.github.com/astral-sh/uv/pull/17968))\n\n#####
          Preview features\n\n- Add support for ruff version constraints and `exclude-newer`
          in `uv format` ([#&#8203;17651](https://redirect.github.com/astral-sh/uv/pull/17651))\n-
          Fix script path handling when `target-workspace-discovery` is enabled ([#&#8203;17965](https://redirect.github.com/astral-sh/uv/pull/17965))\n-
          Use version constraints to select the default ruff version used by `uv format`
          ([#&#8203;17977](https://redirect.github.com/astral-sh/uv/pull/17977))\n\n#####
          Bug fixes\n\n- Avoid matching managed Python versions by prefixes, e.g.
          don't match CPython 3.10 when `cpython-3.1` is specified ([#&#8203;17972](https://redirect.github.com/astral-sh/uv/pull/17972))\n-
          Fix handling of `--allow-existing` with minor version links on Windows ([#&#8203;17978](https://redirect.github.com/astral-sh/uv/pull/17978))\n-
          Fix panic when encountering unmanaged workspace members ([#&#8203;17974](https://redirect.github.com/astral-sh/uv/pull/17974))\n-
          Improve accuracy of request timing ([#&#8203;18007](https://redirect.github.com/astral-sh/uv/pull/18007))\n-
          Reject `u64::MAX` in version segments to prevent overflow ([#&#8203;17985](https://redirect.github.com/astral-sh/uv/pull/17985))\n\n#####
          Documentation\n\n- Reference Debian Trixie instead of Bookworm ([#&#8203;17991](https://redirect.github.com/astral-sh/uv/pull/17991))\n\n###
          [`v0.10.2`](https://redirect.github.com/astral-sh/uv/blob/HEAD/CHANGELOG.md#0102)\n\n[Compare
          Source](https://redirect.github.com/astral-sh/uv/compare/0.10.1...0.10.2)\n\nReleased
          on 2026-02-10.\n\n##### Enhancements\n\n- Deprecate unexpected ZIP compression
          methods ([#&#8203;17946](https://redirect.github.com/astral-sh/uv/pull/17946))\n\n#####
          Bug fixes\n\n- Fix `cargo-install` failing due to missing `uv-test` dependency
          ([#&#8203;17954](https://redirect.github.com/astral-sh/uv/pull/17954))\n\n###
          [`v0.10.1`](https://redirect.github.com/astral-sh/uv/blob/HEAD/CHANGELOG.md#0101)\n\n[Compare
          Source](https://redirect.github.com/astral-sh/uv/compare/0.10.0...0.10.1)\n\nReleased
          on 2026-02-10.\n\n##### Enhancements\n\n- Don't panic on metadata read errors
          ([#&#8203;17904](https://redirect.github.com/astral-sh/uv/pull/17904))\n-
          Skip empty workspace members instead of failing ([#&#8203;17901](https://redirect.github.com/astral-sh/uv/pull/17901))\n-
          Don't fail creating a read-only `sdist-vX/.git` if it already exists ([#&#8203;17825](https://redirect.github.com/astral-sh/uv/pull/17825))\n\n#####
          Documentation\n\n- Suggest `uv python update-shell` over `uv tool update-shell`
          in Python docs ([#&#8203;17941](https://redirect.github.com/astral-sh/uv/pull/17941))\n\n###
          [`v0.10.0`](https://redirect.github.com/astral-sh/uv/blob/HEAD/CHANGELOG.md#0100)\n\n[Compare
          Source](https://redirect.github.com/astral-sh/uv/compare/0.9.30...0.10.0)\n\nSince
          we released uv [0.9.0](https://redirect.github.com/astral-sh/uv/releases/tag/0.9.0)
          in October of 2025, we've accumulated various changes that improve correctness
          and user experience, but could break some workflows. This release contains
          those changes; many have been marked as breaking out of an abundance of
          caution. We expect most users to be able to upgrade without making changes.\n\nThis
          release also includes the stabilization of preview features. Python upgrades
          are now stable, including the `uv python upgrade` command, `uv python install
          --upgrade`, and automatically upgrading Python patch versions in virtual
          environments when a new version is installed. The `add-bounds` and `extra-build-dependencies`
          settings are now stable. Finally, the `uv workspace dir` and `uv workspace
          list` utilities for writing scripts against workspace members are now stable.\n\nThere
          are no breaking changes to [`uv_build`](https://docs.astral.sh/uv/concepts/build-backend/).
          If you have an upper bound in your `[build-system]` table, you should update
          it, e.g., from `<0.10.0` to `<0.11.0`.\n\n##### Breaking changes\n\n- **Require
          `--clear` to remove existing virtual environments in `uv venv`** ([#&#8203;17757](https://redirect.github.com/astral-sh/uv/pull/17757))\n\n
          \ Previously, `uv venv` would prompt for confirmation before removing an
          existing virtual environment in interactive contexts, and remove it without
          confirmation in non-interactive contexts. Now, `uv venv` requires the `--clear`
          flag to remove an existing virtual environment. A warning for this change
          was added in [uv 0.8](https://redirect.github.com/astral-sh/uv/blob/main/changelogs/0.8.x.md#breaking-changes).\n\n
          \ You can opt out of this behavior by passing the `--clear` flag or setting
          `UV_VENV_CLEAR=1`.\n- **Error if multiple indexes include `default = true`**
          ([#&#8203;17011](https://redirect.github.com/astral-sh/uv/pull/17011))\n\n
          \ Previously, uv would silently accept multiple indexes with `default =
          true` and use the first one. Now, uv will error if multiple indexes are
          marked as the default.\n\n  You cannot opt out of this behavior. Remove
          `default = true` from all but one index.\n- **Error when an `explicit` index
          is unnamed** ([#&#8203;17777](https://redirect.github.com/astral-sh/uv/pull/17777))\n\n
          \ Explicit indexes can only be used via the `[tool.uv.sources]` table, which
          requires referencing the index by name. Previously, uv would silently accept
          unnamed explicit indexes, which could never be referenced. Now, uv will
          error if an explicit index does not have a name.\n\n  You cannot opt out
          of this behavior. Add a `name` to the explicit index or remove the entry.\n-
          **Install alternative Python executables using their implementation name**
          ([#&#8203;17756](https://redirect.github.com/astral-sh/uv/pull/17756), [#&#8203;17760](https://redirect.github.com/astral-sh/uv/pull/17760))\n\n
          \ Previously, `uv python install` would install PyPy, GraalPy, and Pyodide
          executables with names like `python3.10` into the bin directory. Now, these
          executables will be named using their implementation name, e.g., `pypy3.10`,
          `graalpy3.10`, and `pyodide3.12`, to avoid conflicting with CPython installations.\n\n
          \ You cannot opt out of this behavior.\n- **Respect global Python version
          pins in `uv tool run` and `uv tool install`** ([#&#8203;14112](https://redirect.github.com/astral-sh/uv/pull/14112))\n\n
          \ Previously, `uv tool run` and `uv tool install` did not respect the global
          Python version pin (set via `uv python pin --global`). Now, these commands
          will use the global Python version when no explicit version is requested.\n\n
          \ For `uv tool install`, if the tool is already installed, the Python version
          will not change unless `--reinstall` or `--python` is provided. If the tool
          was previously installed with an explicit `--python` flag, the global pin
          will not override it.\n\n  You can opt out of this behavior by providing
          an explicit `--python` flag.\n- **Remove Debian Bookworm, Alpine 3.21, and
          Python 3.8 Docker images** ([#&#8203;17755](https://redirect.github.com/astral-sh/uv/pull/17755))\n\n
          \ The Debian Bookworm and Alpine 3.21 images were replaced by Debian Trixie
          and Alpine 3.22 as defaults in [uv 0.9](https://redirect.github.com/astral-sh/uv/pull/15352).
          These older images are now removed. Python 3.8 images are also removed,
          as Python 3.8 is no longer supported in the Trixie or Alpine base images.\n\n
          \ The following image tags are no longer published:\n\n  - `uv:bookworm`,
          `uv:bookworm-slim`\n  - `uv:alpine3.21`\n  - `uv:python3.8-*`\n\n  Use `uv:debian`
          or `uv:trixie` instead of `uv:bookworm`, `uv:alpine` or `uv:alpine3.22`
          instead of `uv:alpine3.21`, and a newer Python version instead of `uv:python3.8-*`.\n-
          **Drop PPC64 (big endian) builds** ([#&#8203;17626](https://redirect.github.com/astral-sh/uv/pull/17626))\n\n
          \ uv no longer provides pre-built binaries for PPC64 (big endian). This
          platform appears to be largely unused and is only supported on a single
          manylinux version. PPC64LE (little endian) builds are unaffected.\n\n  Building
          uv from source is still supported for this platform.\n- **Skip generating
          `activate.csh` for relocatable virtual environments** ([#&#8203;17759](https://redirect.github.com/astral-sh/uv/pull/17759))\n\n
          \ Previously, `uv venv --relocatable` would generate an `activate.csh` script
          that contained hardcoded paths, making it incompatible with relocation.
          Now, the `activate.csh` script is not generated for relocatable virtual
          environments.\n\n  You cannot opt out of this behavior.\n- **Require username
          when multiple credentials match a URL** ([#&#8203;16983](https://redirect.github.com/astral-sh/uv/pull/16983))\n\n
          \ When using `uv auth login` to store credentials, you can register multiple
          username and password combinations for the same host. Previously, when uv
          needed to authenticate and multiple credentials matched the URL (e.g., when
          retrieving a token with `uv auth token`), uv would pick the first match.
          Now, uv will error instead.\n\n  You cannot opt out of this behavior. Include
          the username in the request, e.g., `uv auth token --username foo example.com`.\n-
          **Avoid invalidating the lockfile versions after an `exclude-newer` change**
          ([#&#8203;17721](https://redirect.github.com/astral-sh/uv/pull/17721))\n\n
          \ Previously, changing the `exclude-newer` setting would cause package versions
          to be upgraded, ignoring the lockfile entirely. Now, uv will only change
          package versions if they are no longer within the `exclude-newer` range.\n\n
          \ You can restore the previous behavior by using `--upgrade` or `--upgrade-package`
          to opt-in to package version changes.\n- **Upgrade `uv format` to Ruff 0.15.0**
          ([#&#8203;17838](https://redirect.github.com/astral-sh/uv/pull/17838))\n\n
          \ `uv format` now uses [Ruff 0.15.0](https://redirect.github.com/astral-sh/ruff/releases/tag/0.15.0),
          which uses the [2026 style guide](https://astral.sh/blog/ruff-v0.15.0#the-ruff-2026-style-guide).
          See the blog post for details.\n\n  The formatting of code is likely to
          change. You can opt out of this behavior by requesting an older Ruff version,
          e.g., `uv format --version 0.14.14`.\n- **Update uv crate test features
          to use `test-` as a prefix** ([#&#8203;17860](https://redirect.github.com/astral-sh/uv/pull/17860))\n\n
          \ This change only affects redistributors of uv. The Cargo features used
          to gate test dependencies, e.g., `pypi`, have been renamed with a `test-`
          prefix for clarity, e.g., `test-pypi`.\n\n##### Stabilizations\n\n- **`uv
          python upgrade` and `uv python install --upgrade`** ([#&#8203;17766](https://redirect.github.com/astral-sh/uv/pull/17766))\n\n
          \ When installing Python versions, an [intermediary directory](https://docs.astral.sh/uv/concepts/python-versions/#minor-version-directories)
          without the patch version attached will be created, and virtual environments
          will be transparently upgraded to new patch versions.\n\n  See the [Python
          version documentation](https://docs.astral.sh/uv/concepts/python-versions/#upgrading-python-versions)
          for more details.\n- **`uv add --bounds` and the `add-bounds` configuration
          option** ([#&#8203;17660](https://redirect.github.com/astral-sh/uv/pull/17660))\n\n
          \ This does not come with any behavior changes. You will no longer see an
          experimental warning when using `uv add --bounds` or `add-bounds` in configuration.\n-
          **`uv workspace list` and `uv workspace dir`** ([#&#8203;17768](https://redirect.github.com/astral-sh/uv/pull/17768))\n\n
          \ This does not come with any behavior changes. You will no longer see an
          experimental warning when using these commands.\n- **`extra-build-dependencies`**
          ([#&#8203;17767](https://redirect.github.com/astral-sh/uv/pull/17767))\n\n
          \ This does not come with any behavior changes. You will no longer see an
          experimental warning when using `extra-build-dependencies` in configuration.\n\n#####
          Enhancements\n\n- Improve ABI tag error message phrasing ([#&#8203;17878](https://redirect.github.com/astral-sh/uv/pull/17878))\n-
          Introduce a 10s connect timeout ([#&#8203;17733](https://redirect.github.com/astral-sh/uv/pull/17733))\n-
          Allow using `pyx.dev` as a target in `uv auth` commands despite `PYX_API_URL`
          differing ([#&#8203;17856](https://redirect.github.com/astral-sh/uv/pull/17856))\n\n#####
          Bug fixes\n\n- Support all CPython ABI tag suffixes properly  ([#&#8203;17817](https://redirect.github.com/astral-sh/uv/pull/17817))\n-
          Add support for detecting PowerShell on Linux and macOS ([#&#8203;17870](https://redirect.github.com/astral-sh/uv/pull/17870))\n-
          Retry timeout errors for streams ([#&#8203;17875](https://redirect.github.com/astral-sh/uv/pull/17875))\n\n###
          [`v0.9.30`](https://redirect.github.com/astral-sh/uv/releases/tag/0.9.30)\n\n[Compare
          Source](https://redirect.github.com/astral-sh/uv/compare/0.9.29...0.9.30)\n\n#####
          Release Notes\n\nReleased on 2026-02-04.\n\n##### Python\n\n- Add CPython
          3.14.3 and 3.13.12 ([#&#8203;17849](https://redirect.github.com/astral-sh/uv/pull/17849))\n\n#####
          Enhancements\n\n- Allow comma-separated values for `--extra` option ([#&#8203;17525](https://redirect.github.com/astral-sh/uv/pull/17525))\n-
          Check all files during a dry-run publish instead of stopping at the first
          failure ([#&#8203;17785](https://redirect.github.com/astral-sh/uv/pull/17785))\n-
          Clarify `UV_HTTP_TIMEOUT` error message ([#&#8203;17493](https://redirect.github.com/astral-sh/uv/pull/17493))\n\n#####
          Preview features\n\n- Use relocatable virtual environments by default ([#&#8203;17770](https://redirect.github.com/astral-sh/uv/pull/17770))\n\n#####
          Bug fixes\n\n- Fix deadlock on token refresh in `uv publish` when using
          pyx ([#&#8203;17832](https://redirect.github.com/astral-sh/uv/pull/17832))\n-
          Ignore global Python pins when incompatible with project ([#&#8203;15473](https://redirect.github.com/astral-sh/uv/pull/15473))\n\n#####
          Install uv 0.9.30\n\n##### Install prebuilt binaries via shell script\n\n```sh\ncurl
          --proto '=https' --tlsv1.2 -LsSf https://github.com/astral-sh/uv/releases/download/0.9.30/uv-installer.sh
          | sh\n```\n\n##### Install prebuilt binaries via powershell script\n\n```sh\npowershell
          -ExecutionPolicy Bypass -c \"irm https://github.com/astral-sh/uv/releases/download/0.9.30/uv-installer.ps1
          | iex\"\n```\n\n##### Download uv 0.9.30\n\n| File                                                                                                                                          |
          Platform                     | Checksum                                                                                                             |\n|
          ---------------------------------------------------------------------------------------------------------------------------------------------
          | ---------------------------- | --------------------------------------------------------------------------------------------------------------------
          |\n| [uv-aarch64-apple-darwin.tar.gz](https://redirect.github.com/astral-sh/uv/releases/download/0.9.30/uv-aarch64-apple-darwin.tar.gz)
          \                    | Apple Silicon macOS          | [checksum](https://redirect.github.com/astral-sh/uv/releases/download/0.9.30/uv-aarch64-apple-darwin.tar.gz.sha256)
          \          |\n| [uv-x86\\_64-apple-darwin.tar.gz](https://redirect.github.com/astral-sh/uv/releases/download/0.9.30/uv-x86_64-apple-darwin.tar.gz)
          \                     | Intel macOS                  | [checksum](https://redirect.github.com/astral-sh/uv/releases/download/0.9.30/uv-x86_64-apple-darwin.tar.gz.sha256)
          \           |\n| [uv-aarch64-pc-windows-msvc.zip](https://redirect.github.com/astral-sh/uv/releases/download/0.9.30/uv-aarch64-pc-windows-msvc.zip)
          \                    | ARM64 Windows                | [checksum](https://redirect.github.com/astral-sh/uv/releases/download/0.9.30/uv-aarch64-pc-windows-msvc.zip.sha256)
          \          |\n| [uv-i686-pc-windows-msvc.zip](https://redirect.github.com/astral-sh/uv/releases/download/0.9.30/uv-i686-pc-windows-msvc.zip)
          \                          | x86 Windows                  | [checksum](https://redirect.github.com/astral-sh/uv/releases/download/0.9.30/uv-i686-pc-windows-msvc.zip.sha256)
          \             |\n| [uv-x86\\_64-pc-windows-msvc.zip](https://redirect.github.com/astral-sh/uv/releases/download/0.9.30/uv-x86_64-pc-windows-msvc.zip)
          \                     | x64 Windows                  | [checksum](https://redirect.github.com/astral-sh/uv/releases/download/0.9.30/uv-x86_64-pc-windows-msvc.zip.sha256)
          \           |\n| [uv-aarch64-unknown-linux-gnu.tar.gz](https://redirect.github.com/astral-sh/uv/releases/download/0.9.30/uv-aarch64-unknown-linux-gnu.tar.gz)
          \          | ARM64 Linux                  | [checksum](https://redirect.github.com/astral-sh/uv/releases/download/0.9.30/uv-aarch64-unknown-linux-gnu.tar.gz.sha256)
          \     |\n| [uv-i686-unknown-linux-gnu.tar.gz](https://redirect.github.com/astral-sh/uv/releases/download/0.9.30/uv-i686-unknown-linux-gnu.tar.gz)
          \                | x86 Linux                    | [checksum](https://redirect.github.com/astral-sh/uv/releases/download/0.9.30/uv-i686-unknown-linux-gnu.tar.gz.sha256)
          \        |\n| [uv-powerpc64-unknown-linux-gnu.tar.gz](https://redirect.github.com/astral-sh/uv/releases/download/0.9.30/uv-powerpc64-unknown-linux-gnu.tar.gz)
          \      | PPC64 Linux                  | [checksum](https://redirect.github.com/astral-sh/uv/releases/download/0.9.30/uv-powerpc64-unknown-linux-gnu.tar.gz.sha256)
          \   |\n| [uv-powerpc64le-unknown-linux-gnu.tar.gz](https://redirect.github.com/astral-sh/uv/releases/download/0.9.30/uv-powerpc64le-unknown-linux-gnu.tar.gz)
          \  | PPC64LE Linux                | [checksum](https://redirect.github.com/astral-sh/uv/releases/download/0.9.30/uv-powerpc64le-unknown-linux-gnu.tar.gz.sha256)
          \ |\n| [uv-riscv64gc-unknown-linux-gnu.tar.gz](https://redirect.github.com/astral-sh/uv/releases/download/0.9.30/uv-riscv64gc-unknown-linux-gnu.tar.gz)
          \      | RISCV Linux                  | [checksum](https://redirect.github.com/astral-sh/uv/releases/download/0.9.30/uv-riscv64gc-unknown-linux-gnu.tar.gz.sha256)
          \   |\n| [uv-s390x-unknown-linux-gnu.tar.gz](https://redirect.github.com/astral-sh/uv/releases/download/0.9.30/uv-s390x-unknown-linux-gnu.tar.gz)
          \              | S390x Linux                  | [checksum](https://redirect.github.com/astral-sh/uv/releases/download/0.9.30/uv-s390x-unknown-linux-gnu.tar.gz.sha256)
          \       |\n| [uv-x86\\_64-unknown-linux-gnu.tar.gz](https://redirect.github.com/astral-sh/uv/releases/download/0.9.30/uv-x86_64-unknown-linux-gnu.tar.gz)
          \           | x64 Linux                    | [checksum](https://redirect.github.com/astral-sh/uv/releases/download/0.9.30/uv-x86_64-unknown-linux-gnu.tar.gz.sha256)
          \      |\n| [uv-armv7-unknown-linux-gnueabihf.tar.gz](https://redirect.github.com/astral-sh/uv/releases/download/0.9.30/uv-armv7-unknown-linux-gnueabihf.tar.gz)
          \  | ARMv7 Linux                  | [checksum](https://redirect.github.com/astral-sh/uv/releases/download/0.9.30/uv-armv7-unknown-linux-gnueabihf.tar.gz.sha256)
          \ |\n| [uv-aarch64-unknown-linux-musl.tar.gz](https://redirect.github.com/astral-sh/uv/releases/download/0.9.30/uv-aarch64-unknown-linux-musl.tar.gz)
          \        | ARM64 MUSL Linux             | [checksum](https://redirect.github.com/astral-sh/uv/releases/download/0.9.30/uv-aarch64-unknown-linux-musl.tar.gz.sha256)
          \    |\n| [uv-i686-unknown-linux-musl.tar.gz](https://redirect.github.com/astral-sh/uv/releases/download/0.9.30/uv-i686-unknown-linux-musl.tar.gz)
          \              | x86 MUSL Linux               | [checksum](https://redirect.github.com/astral-sh/uv/releases/download/0.9.30/uv-i686-unknown-linux-musl.tar.gz.sha256)
          \       |\n| [uv-x86\\_64-unknown-linux-musl.tar.gz](https://redirect.github.com/astral-sh/uv/releases/download/0.9.30/uv-x86_64-unknown-linux-musl.tar.gz)
          \         | x64 MUSL Linux               | [checksum](https://redirect.github.com/astral-sh/uv/releases/download/0.9.30/uv-x86_64-unknown-linux-musl.tar.gz.sha256)
          \     |\n| [uv-arm-unknown-linux-musleabihf.tar.gz](https://redirect.github.com/astral-sh/uv/releases/download/0.9.30/uv-arm-unknown-linux-musleabihf.tar.gz)
          \    | ARMv6 MUSL Linux (Hardfloat) | [checksum](https://redirect.github.com/astral-sh/uv/releases/download/0.9.30/uv-arm-unknown-linux-musleabihf.tar.gz.sha256)
          \  |\n| [uv-armv7-unknown-linux-musleabihf.tar.gz](https://redirect.github.com/astral-sh/uv/releases/download/0.9.30/uv-armv7-unknown-linux-musleabihf.tar.gz)
          | ARMv7 MUSL Linux             | [checksum](https://redirect.github.com/astral-sh/uv/releases/download/0.9.30/uv-armv7-unknown-linux-musleabihf.tar.gz.sha256)
          |\n\n##### Verifying GitHub Artifact Attestations\n\nThe artifacts in this
          release have attestations generated with GitHub Artifact Attestations. These
          can be verified by using the [GitHub CLI](https://cli.github.com/manual/gh_attestation_verify):\n\n```sh\ngh
          attestation verify <file-path of downloaded artifact> --repo astral-sh/uv\n```\n\nYou
          can also download the attestation from [GitHub](https://redirect.github.com/astral-sh/uv/attestations)
          and verify against that directly:\n\n```sh\ngh attestation verify <file-path
          of downloaded artifact> --bundle <file-path of downloaded attestation>\n```\n\n###
          [`v0.9.29`](https://redirect.github.com/astral-sh/uv/releases/tag/0.9.29)\n\n[Compare
          Source](https://redirect.github.com/astral-sh/uv/compare/0.9.28...0.9.29)\n\n#####
          Release Notes\n\nReleased on 2026-02-03.\n\n##### Python\n\n- Update to
          Pyodide 0.29.3 ([#&#8203;17730](https://redirect.github.com/astral-sh/uv/pull/17730))\n\n#####
          Enhancements\n\n- Add wheel-tag-style aliases for manylinux platform names
          ([#&#8203;17750](https://redirect.github.com/astral-sh/uv/pull/17750))\n-
          Hint on `uv version --bump dev` similar to pre-release bumps ([#&#8203;17796](https://redirect.github.com/astral-sh/uv/pull/17796))\n-
          Improve display of RFC 9457 Problem Detail responses in `uv publish` server
          errors ([#&#8203;17787](https://redirect.github.com/astral-sh/uv/pull/17787))\n-
          Improve the wording of publish errors during dry-run ([#&#8203;17782](https://redirect.github.com/astral-sh/uv/pull/17782))\n-
          Set backoff to 10 retries ([#&#8203;17816](https://redirect.github.com/astral-sh/uv/pull/17816))\n-
          Add properties to synthentic and project roots in Cyclone DX exports ([#&#8203;17820](https://redirect.github.com/astral-sh/uv/pull/17820))\n-
          Identify the invidividual clients in `uv publish` trace logs ([#&#8203;17784](https://redirect.github.com/astral-sh/uv/pull/17784))\n\n#####
          Preview features\n\n- Remove special casing for `base` and `default` conda
          environment names ([#&#8203;17758](https://redirect.github.com/astral-sh/uv/pull/17758))\n\n#####
          Bug fixes\n\n- Fix `PYTHONHOME` inheritance when spawning different Python
          versions ([#&#8203;17821](https://redirect.github.com/astral-sh/uv/pull/17821))\n-
          Fix wheel rejections on freethreading+debug builds ([#&#8203;17812](https://redirect.github.com/astral-sh/uv/pull/17812))\n-
          Pad with zeros during comparisons in `EqualStar` and `NotEqualStar` operators
          ([#&#8203;17751](https://redirect.github.com/astral-sh/uv/pull/17751))\n-
          Reject unknown field names in conflict declarations ([#&#8203;17727](https://redirect.github.com/astral-sh/uv/pull/17727))\n-
          Fix panics in `system-configuration` in sandboxes ([#&#8203;17829](https://redirect.github.com/astral-sh/uv/pull/17829))\n\n#####
          Documentation\n\n- Update pip pre-release compatibility information ([#&#8203;17788](https://redirect.github.com/astral-sh/uv/pull/17788))\n\n#####
          Security\n\n- Hide a subset of environment variable values in `--help` ([#&#8203;17745](https://redirect.github.com/astral-sh/uv/pull/17745))\n\n#####
          Install uv 0.9.29\n\n##### Install prebuilt binaries via shell script\n\n```sh\ncurl
          --proto '=https' --tlsv1.2 -LsSf https://github.com/astral-sh/uv/releases/download/0.9.29/uv-installer.sh
          | sh\n```\n\n##### Install prebuilt binaries via powershell script\n\n```sh\npowershell
          -ExecutionPolicy Bypass -c \"irm https://github.com/astral-sh/uv/releases/download/0.9.29/uv-installer.ps1
          | iex\"\n```\n\n##### Download uv 0.9.29\n\n| File                                                                                                                                          |
          Platform                     | Checksum                                                                                                             |\n|
          ---------------------------------------------------------------------------------------------------------------------------------------------
          | ---------------------------- | --------------------------------------------------------------------------------------------------------------------
          |\n| [uv-aarch64-apple-darwin.tar.gz](https://redirect.github.com/astral-sh/uv/releases/download/0.9.29/uv-aarch64-apple-darwin.tar.gz)
          \                    | Apple Silicon macOS          | [checksum](https://redirect.github.com/astral-sh/uv/releases/download/0.9.29/uv-aarch64-apple-darwin.tar.gz.sha256)
          \          |\n| [uv-x86\\_64-apple-darwin.tar.gz](https://redirect.github.com/astral-sh/uv/releases/download/0.9.29/uv-x86_64-apple-darwin.tar.gz)
          \                     | Intel macOS                  | [checksum](https://redirect.github.com/astral-sh/uv/releases/download/0.9.29/uv-x86_64-apple-darwin.tar.gz.sha256)
          \           |\n| [uv-aarch64-pc-windows-msvc.zip](https://redirect.github.com/astral-sh/uv/releases/download/0.9.29/uv-aarch64-pc-windows-msvc.zip)
          \                    | ARM64 Windows                | [checksum](https://redirect.github.com/astral-sh/uv/releases/download/0.9.29/uv-aarch64-pc-windows-msvc.zip.sha256)
          \          |\n| [uv-i686-pc-windows-msvc.zip](https://redirect.github.com/astral-sh/uv/releases/download/0.9.29/uv-i686-pc-windows-msvc.zip)
          \                          | x86 Windows                  | [checksum](https://redirect.github.com/astral-sh/uv/releases/download/0.9.29/uv-i686-pc-windows-msvc.zip.sha256)
          \             |\n| [uv-x86\\_64-pc-windows-msvc.zip](https://redirect.github.com/astral-sh/uv/releases/download/0.9.29/uv-x86_64-pc-windows-msvc.zip)
          \                     | x64 Windows                  | [checksum](https://redirect.github.com/astral-sh/uv/releases/download/0.9.29/uv-x86_64-pc-windows-msvc.zip.sha256)
          \           |\n| [uv-aarch64-unknown-linux-gnu.tar.gz](https://redirect.github.com/astral-sh/uv/releases/download/0.9.29/uv-aarch64-unknown-linux-gnu.tar.gz)
          \          | ARM64 Linux                  | [checksum](https://redirect.github.com/astral-sh/uv/releases/download/0.9.29/uv-aarch64-unknown-linux-gnu.tar.gz.sha256)
          \     |\n| [uv-i686-unknown-linux-gnu.tar.gz](https://redirect.github.com/astral-sh/uv/releases/download/0.9.29/uv-i686-unknown-linux-gnu.tar.gz)
          \                | x86 Linux                    | [checksum](https://redirect.github.com/astral-sh/uv/releases/download/0.9.29/uv-i686-unknown-linux-gnu.tar.gz.sha256)
          \        |\n| [uv-powerpc64-unknown-linux-gnu.tar.gz](https://redirect.github.com/astral-sh/uv/releases/download/0.9.29/uv-powerpc64-unknown-linux-gnu.tar.gz)
          \      | PPC64 Linux                  | [checksum](https://redirect.github.com/astral-sh/uv/releases/download/0.9.29/uv-powerpc64-unknown-linux-gnu.tar.gz.sha256)
          \   |\n| [uv-powerpc64le-unknown-linux-gnu.tar.gz](https://redirect.github.com/astral-sh/uv/releases/download/0.9.29/uv-powerpc64le-unknown-linux-gnu.tar.gz)
          \  | PPC64LE Linux                | [checksum](https://redirect.github.com/astral-sh/uv/releases/download/0.9.29/uv-powerpc64le-unknown-linux-gnu.tar.gz.sha256)
          \ |\n| [uv-riscv64gc-unknown-linux-gnu.tar.gz](https://redirect.github.com/astral-sh/uv/releases/download/0.9.29/uv-riscv64gc-unknown-linux-gnu.tar.gz)
          \      | RISCV Linux                  | [checksum](https://redirect.github.com/astral-sh/uv/releases/download/0.9.29/uv-riscv64gc-unknown-linux-gnu.tar.gz.sha256)
          \   |\n| [uv-s390x-unknown-linux-gnu.tar.gz](https://redirect.github.com/astral-sh/uv/releases/download/0.9.29/uv-s390x-unknown-linux-gnu.tar.gz)
          \              | S390x Linux                  | [checksum](https://redirect.github.com/astral-sh/uv/releases/download/0.9.29/uv-s390x-unknown-linux-gnu.tar.gz.sha256)
          \       |\n| [uv-x86\\_64-unknown-linux-gnu.tar.gz](https://redirect.github.com/astral-sh/uv/releases/download/0.9.29/uv-x86_64-unknown-linux-gnu.tar.gz)
          \           | x64 Linux                    | [checksum](https://redirect.github.com/astral-sh/uv/releases/download/0.9.29/uv-x86_64-unknown-linux-gnu.tar.gz.sha256)
          \      |\n| [uv-armv7-unknown-linux-gnueabihf.tar.gz](https://redirect.github.com/astral-sh/uv/releases/download/0.9.29/uv-armv7-unknown-linux-gnueabihf.tar.gz)
          \  | ARMv7 Linux                  | [checksum](https://redirect.github.com/astral-sh/uv/releases/download/0.9.29/uv-armv7-unknown-linux-gnueabihf.tar.gz.sha256)
          \ |\n| [uv-aarch64-unknown-linux-musl.tar.gz](https://redirect.github.com/astral-sh/uv/releases/download/0.9.29/uv-aarch64-unknown-linux-musl.tar.gz)
          \        | ARM64 MUSL Linux             | [checksum](https://redirect.github.com/astral-sh/uv/releases/download/0.9.29/uv-aarch64-unknown-linux-musl.tar.gz.sha256)
          \    |\n| [uv-i686-unknown-linux-musl.tar.gz](https://redirect.github.com/astral-sh/uv/releases/download/0.9.29/uv-i686-unknown-linux-musl.tar.gz)
          \              | x86 MUSL Linux               | [checksum](https://redirect.github.com/astral-sh/uv/releases/download/0.9.29/uv-i686-unknown-linux-musl.tar.gz.sha256)
          \       |\n| [uv-x86\\_64-unknown-linux-musl.tar.gz](https://redirect.github.com/astral-sh/uv/releases/download/0.9.29/uv-x86_64-unknown-linux-musl.tar.gz)
          \         | x64 MUSL Linux               | [checksum](https://redirect.github.com/astral-sh/uv/releases/download/0.9.29/uv-x86_64-unknown-linux-musl.tar.gz.sha256)
          \     |\n| [uv-arm-unknown-linux-musleabihf.tar.gz](https://redirect.github.com/astral-sh/uv/releases/download/0.9.29/uv-arm-unknown-linux-musleabihf.tar.gz)
          \    | ARMv6 MUSL Linux (Hardfloat) | [checksum](https://redirect.github.com/astral-sh/uv/releases/download/0.9.29/uv-arm-unknown-linux-musleabihf.tar.gz.sha256)
          \  |\n| [uv-armv7-unknown-linux-musleabihf.tar.gz](https://redirect.github.com/astral-sh/uv/releases/download/0.9.29/uv-armv7-unknown-linux-musleabihf.tar.gz)
          | ARMv7 MUSL Linux             | [checksum](https://redirect.github.com/astral-sh/uv/releases/download/0.9.29/uv-armv7-unknown-linux-musleabihf.tar.gz.sha256)
          |\n\n##### Verifying GitHub Artifact Attestations\n\nThe artifacts in this
          release have attestations generated with GitHub Artifact Attestations. These
          can be verified by using the [GitHub CLI](https://cli.github.com/manual/gh_attestation_verify):\n\n```sh\ngh
          attestation verify <file-path of downloaded artifact> --repo astral-sh/uv\n```\n\nYou
          can also download the attestation from [GitHub](https://redirect.github.com/astral-sh/uv/attestations)
          and verify against that directly:\n\n```sh\ngh attestation verify <file-path
          of downloaded artifact> --bundle <file-path of downloaded attestation>\n```\n\n###
          [`v0.9.28`](https://redirect.github.com/astral-sh/uv/releases/tag/0.9.28)\n\n[Compare
          Source](https://redirect.github.com/astral-sh/uv/compare/0.9.27...0.9.28)\n\n#####
          Release Notes\n\nReleased on 2026-01-29.\n\n##### Python\n\n- Update CPython
          to use [OpenSSL 3.5.5](https://redirect.github.com/openssl/openssl/releases/tag/openssl-3.5.5)
          which includes fixes for high severity CVEs ([python-build-standalone#960](https://redirect.github.com/astral-sh/python-build-standalone/pull/960))\n\n#####
          Enhancements\n\n- Add support for Pyodide interpreter on Windows ([#&#8203;17658](https://redirect.github.com/astral-sh/uv/pull/17658))\n-
          Warn if multiple indexes include `default = true` ([#&#8203;17713](https://redirect.github.com/astral-sh/uv/pull/17713))\n-
          Skip uploads when validation reports 'Already uploaded' ([#&#8203;17412](https://redirect.github.com/astral-sh/uv/pull/17412))\n\n#####
          Configuration\n\n- Add a reflink alias for the \"clone\" link mode ([#&#8203;17724](https://redirect.github.com/astral-sh/uv/pull/17724))\n\n#####
          Bug fixes\n\n- Ensure `uv.exe` exits when `uvw.exe` or `uvx.exe` is killed
          ([#&#8203;17500](https://redirect.github.com/astral-sh/uv/pull/17500))\n\n#####
          Install uv 0.9.28\n\n##### Install prebuilt binaries via shell script\n\n```sh\ncurl
          --proto '=https' --tlsv1.2 -LsSf https://github.com/astral-sh/uv/releases/download/0.9.28/uv-installer.sh
          | sh\n```\n\n##### Install prebuilt binaries via powershell script\n\n```sh\npowershell
          -ExecutionPolicy Bypass -c \"irm https://github.com/astral-sh/uv/releases/download/0.9.28/uv-installer.ps1
          | iex\"\n```\n\n##### Download uv 0.9.28\n\n| File                                                                                                                                          |
          Platform                     | Checksum                                                                                                             |\n|
          ---------------------------------------------------------------------------------------------------------------------------------------------
          | ---------------------------- | --------------------------------------------------------------------------------------------------------------------
          |\n| [uv-aarch64-apple-darwin.tar.gz](https://redirect.github.com/astral-sh/uv/releases/download/0.9.28/uv-aarch64-apple-darwin.tar.gz)
          \                    | Apple Silicon macOS          | [checksum](https://redirect.github.com/astral-sh/uv/releases/download/0.9.28/uv-aarch64-apple-darwin.tar.gz.sha256)
          \          |\n| [uv-x86\\_64-apple-darwin.tar.gz](https://redirect.github.com/astral-sh/uv/releases/download/0.9.28/uv-x86_64-apple-darwin.tar.gz)
          \                     | Intel macOS                  | [checksum](https://redirect.github.com/astral-sh/uv/releases/download/0.9.28/uv-x86_64-apple-darwin.tar.gz.sha256)
          \           |\n| [uv-aarch64-pc-windows-msvc.zip](https://redirect.github.com/astral-sh/uv/releases/download/0.9.28/uv-aarch64-pc-windows-msvc.zip)
          \                    | ARM64 Windows                | [checksum](https://redirect.github.com/astral-sh/uv/releases/download/0.9.28/uv-aarch64-pc-windows-msvc.zip.sha256)
          \          |\n| [uv-i686-pc-windows-msvc.zip](https://redirect.github.com/astral-sh/uv/releases/download/0.9.28/uv-i686-pc-windows-msvc.zip)
          \                          | x86 Windows                  | [checksum](https://redirect.github.com/astral-sh/uv/releases/download/0.9.28/uv-i686-pc-windows-msvc.zip.sha256)
          \             |\n| [uv-x86\\_64-pc-windows-msvc.zip](https://redirect.github.com/astral-sh/uv/releases/download/0.9.28/uv-x86_64-pc-windows-msvc.zip)
          \                     | x64 Windows                  | [checksum](https://redirect.github.com/astral-sh/uv/releases/download/0.9.28/uv-x86_64-pc-windows-msvc.zip.sha256)
          \           |\n| [uv-aarch64-unknown-linux-gnu.tar.gz](https://redirect.github.com/astral-sh/uv/relea"
        change_url: https://github.com/vexxhost/magnum-cluster-api/pull/854
        commit_id: c53fc073b5e1ffdd07d1fe3968226d5cd4a9817c
        patchset: c53fc073b5e1ffdd07d1fe3968226d5cd4a9817c
        project:
          canonical_hostname: github.com
          canonical_name: github.com/vexxhost/magnum-cluster-api
          name: vexxhost/magnum-cluster-api
          short_name: magnum-cluster-api
          src_dir: src/github.com/vexxhost/magnum-cluster-api
        src_dir: src/github.com/vexxhost/magnum-cluster-api
        topic: null
      change: '854'
      change_message: "chore(deps): update ghcr.io/astral-sh/uv docker tag to v0.11.0\n\n>
        \u2139\uFE0F **Note**\n> \n> This PR body was truncated due to platform limits.\n\nThis
        PR contains the following updates:\n\n| Package | Type | Update | Change |\n|---|---|---|---|\n|
        [ghcr.io/astral-sh/uv](https://redirect.github.com/astral-sh/uv) | final |
        minor | `0.9.9` \u2192 `0.11.0` |\n\n---\n\n### Release Notes\n\n<details>\n<summary>astral-sh/uv
        (ghcr.io/astral-sh/uv)</summary>\n\n### [`v0.11.0`](https://redirect.github.com/astral-sh/uv/blob/HEAD/CHANGELOG.md#0110)\n\nReleased
        on 2026-03-23.\n\n##### Breaking changes\n\nThis release includes changes
        to the networking stack used by uv. While we think that breakage will be rare,
        it is possible that these changes will result in the rejection of certificates
        previously trusted by uv so we have marked the change as breaking out of an
        abundance of caution.\n\nThe changes are largely driven by the upgrade of
        reqwest, which powers uv's HTTP clients, to [v0.13](https://seanmonstar.com/blog/reqwest-v013-rustls-default/)
        which included some breaking changes to TLS certificate verification.\n\nThe
        following changes are included:\n\n- [`rustls-platform-verifier`](https://redirect.github.com/rustls/rustls-platform-verifier)
        is used instead of [`rustls-native-certs`](https://redirect.github.com/rustls/rustls-native-certs)
        and [`webpki`](https://redirect.github.com/rustls/webpki) for certificate
        verification\n\n  **This change should have no effect unless you are using
        the `native-tls` option to enable reading system certificates.**\n\n  `rustls-platform-verifier`
        delegates to the system for certificate validation (e.g., `Security.framework`
        on macOS) instead of eagerly loading certificates from the system and verifying
        them via `webpki`. The effects of this change will vary based on the operating
        system. In general, uv's certificate validation should now be more consistent
        with browsers and other native applications. However, this is the most likely
        cause of breaking changes in this release. Some previously failing certificate
        chains may succeed, and some previously accepted certificate chains may fail.
        In either case, we expect the validation to be more correct and welcome reports
        of regressions.\n\n  In particular, because more responsibility for validating
        the certificate is transferred to your system's security library, some features
        like [CA constraints](https://support.apple.com/en-us/103255) or [revocation
        of certificates](https://en.wikipedia.org/wiki/Certificate_revocation) via
        OCSP and CRLs may now be used.\n\n  This change should improve performance
        when using system certificate on macOS, as uv no longer needs to load all
        certificates from the keychain at startup.\n\n- [`aws-lc`](https://redirect.github.com/aws/aws-lc)
        is used instead of `ring` for a cryptography backend\n\n  There should not
        be breaking changes from this change. We expect this to expand support for
        certificate signature algorithms.\n\n- `--native-tls` is deprecated in favor
        of a new `--system-certs` flag\n\n  The `--native-tls` flag is still usable
        and has identical behavior to `--system-certs.`\n\n  This change was made
        to reduce confusion about the TLS implementation uv uses. uv always uses `rustls`
        not `native-tls`.\n\n- Building uv on x86-64 and i686 Windows requires NASM\n\n
        \ NASM is required by `aws-lc`. If not found on the system, a prebuilt blob
        provided by `aws-lc-sys` will be used.\n\n  If you are not building uv from
        source, this change has no effect.\n\n  See the [CONTRIBUTING](https://redirect.github.com/astral-sh/uv/blob/b6854d77bfd0cb78157fecaf8b30126c6f16bc11/CONTRIBUTING.md#setup)
        guide for details.\n\n- Empty `SSL_CERT_FILE` values are ignored (for consistency
        with `SSL_CERT_DIR`)\n\nSee [#&#8203;18550](https://redirect.github.com/astral-sh/uv/pull/18550)
        for details.\n\n##### Python\n\n- Enable frame pointers for improved profiling
        on Linux x86-64 and aarch64\n\nSee the [python-build-standalone release notes](https://redirect.github.com/astral-sh/python-build-standalone/releases/20260320)
        for details.\n\n##### Enhancements\n\n- Treat 'Dynamic' values as case-insensitive
        ([#&#8203;18669](https://redirect.github.com/astral-sh/uv/pull/18669))\n-
        Use a dedicated error for invalid cache control headers ([#&#8203;18657](https://redirect.github.com/astral-sh/uv/pull/18657))\n-
        Enable checksum verification in the generated installer script ([#&#8203;18625](https://redirect.github.com/astral-sh/uv/pull/18625))\n\n#####
        Preview features\n\n- Add `--service-format` and `--service-url` to `uv audit`
        ([#&#8203;18571](https://redirect.github.com/astral-sh/uv/pull/18571))\n\n#####
        Performance\n\n- Avoid holding flat index lock across indexes ([#&#8203;18659](https://redirect.github.com/astral-sh/uv/pull/18659))\n\n#####
        Bug fixes\n\n- Find the dynamic linker on the file system when sniffing binaries
        fails ([#&#8203;18457](https://redirect.github.com/astral-sh/uv/pull/18457))\n-
        Fix export of conflicting workspace members with dependencies ([#&#8203;18666](https://redirect.github.com/astral-sh/uv/pull/18666))\n-
        Respect installed settings in `uv tool list --outdated` ([#&#8203;18586](https://redirect.github.com/astral-sh/uv/pull/18586))\n-
        Treat paths originating as PEP 508 URLs which contain expanded variables as
        relative ([#&#8203;18680](https://redirect.github.com/astral-sh/uv/pull/18680))\n-
        Fix `uv export` for workspace member packages with conflicts ([#&#8203;18635](https://redirect.github.com/astral-sh/uv/pull/18635))\n-
        Continue to alternative authentication providers when the pyx store has no
        token ([#&#8203;18425](https://redirect.github.com/astral-sh/uv/pull/18425))\n-
        Use redacted URLs for log messages in cached client ([#&#8203;18599](https://redirect.github.com/astral-sh/uv/pull/18599))\n\n#####
        Documentation\n\n- Add details on Linux versions to the platform policy ([#&#8203;18574](https://redirect.github.com/astral-sh/uv/pull/18574))\n-
        Clarify `FLASH_ATTENTION_SKIP_CUDA_BUILD` guidance for `flash-attn` installs
        ([#&#8203;18473](https://redirect.github.com/astral-sh/uv/pull/18473))\n-
        Split the dependency bots page into two separate pages ([#&#8203;18597](https://redirect.github.com/astral-sh/uv/pull/18597))\n-
        Split the alternative indexes page into separate pages ([#&#8203;18607](https://redirect.github.com/astral-sh/uv/pull/18607))\n\n###
        [`v0.10.12`](https://redirect.github.com/astral-sh/uv/blob/HEAD/CHANGELOG.md#01012)\n\n[Compare
        Source](https://redirect.github.com/astral-sh/uv/compare/0.10.11...0.10.12)\n\nReleased
        on 2026-03-19.\n\n##### Python\n\n- Add pypy 3.11.15 ([#&#8203;18468](https://redirect.github.com/astral-sh/uv/pull/18468))\n-
        Add support for using Python 3.6 interpreters ([#&#8203;18454](https://redirect.github.com/astral-sh/uv/pull/18454))\n\n#####
        Enhancements\n\n- Include uv's target triple in version report ([#&#8203;18520](https://redirect.github.com/astral-sh/uv/pull/18520))\n-
        Allow comma separated values in `--no-emit-package` ([#&#8203;18565](https://redirect.github.com/astral-sh/uv/pull/18565))\n\n#####
        Preview features\n\n- Show `uv audit` in the CLI help ([#&#8203;18540](https://redirect.github.com/astral-sh/uv/pull/18540))\n\n#####
        Bug fixes\n\n- Improve reporting of managed interpreter symlinks in `uv python
        list` ([#&#8203;18459](https://redirect.github.com/astral-sh/uv/pull/18459))\n-
        Preserve end-of-line comments on previous entries when removing dependencies
        ([#&#8203;18557](https://redirect.github.com/astral-sh/uv/pull/18557))\n-
        Treat abi3 wheel Python version as a lower bound ([#&#8203;18536](https://redirect.github.com/astral-sh/uv/pull/18536))\n-
        Detect hard-float support on aarch64 kernels running armv7 userspace ([#&#8203;18530](https://redirect.github.com/astral-sh/uv/pull/18530))\n\n#####
        Documentation\n\n- Add Python 3.15 to supported versions ([#&#8203;18552](https://redirect.github.com/astral-sh/uv/pull/18552))\n-
        Adjust the PyPy note ([#&#8203;18548](https://redirect.github.com/astral-sh/uv/pull/18548))\n-
        Move Pyodide to Tier 2 in the Python support policy ([#&#8203;18561](https://redirect.github.com/astral-sh/uv/pull/18561))\n-
        Move Rust and Python version support out of the Platform support policy ([#&#8203;18535](https://redirect.github.com/astral-sh/uv/pull/18535))\n-
        Update Docker guide with changes from `uv-docker-example` ([#&#8203;18558](https://redirect.github.com/astral-sh/uv/pull/18558))\n-
        Update the Python version policy ([#&#8203;18559](https://redirect.github.com/astral-sh/uv/pull/18559))\n\n###
        [`v0.10.11`](https://redirect.github.com/astral-sh/uv/blob/HEAD/CHANGELOG.md#01011)\n\n[Compare
        Source](https://redirect.github.com/astral-sh/uv/compare/0.10.10...0.10.11)\n\nReleased
        on 2026-03-16.\n\n##### Enhancements\n\n- Fetch Ruff release metadata from
        an Astral mirror ([#&#8203;18358](https://redirect.github.com/astral-sh/uv/pull/18358))\n-
        Use PEP 639 license metadata for uv itself ([#&#8203;16477](https://redirect.github.com/astral-sh/uv/pull/16477))\n\n#####
        Performance\n\n- Improve distribution id performance ([#&#8203;18486](https://redirect.github.com/astral-sh/uv/pull/18486))\n\n#####
        Bug fixes\n\n- Allow `--project` to refer to a `pyproject.toml` directly and
        reduce to a warning on other files ([#&#8203;18513](https://redirect.github.com/astral-sh/uv/pull/18513))\n-
        Disable `SYSTEM_VERSION_COMPAT` when querying interpreters on macOS ([#&#8203;18452](https://redirect.github.com/astral-sh/uv/pull/18452))\n-
        Enforce available distributions for supported environments ([#&#8203;18451](https://redirect.github.com/astral-sh/uv/pull/18451))\n-
        Fix `uv sync --active` recreating active environments when `UV_PYTHON_INSTALL_DIR`
        is relative ([#&#8203;18398](https://redirect.github.com/astral-sh/uv/pull/18398))\n\n#####
        Documentation\n\n- Add missing `-o requirements.txt` in `uv pip compile` example
        ([#&#8203;12308](https://redirect.github.com/astral-sh/uv/pull/12308))\n-
        Link to organization security policy ([#&#8203;18449](https://redirect.github.com/astral-sh/uv/pull/18449))\n-
        Link to the AI policy in the contributing guide ([#&#8203;18448](https://redirect.github.com/astral-sh/uv/pull/18448))\n\n###
        [`v0.10.10`](https://redirect.github.com/astral-sh/uv/blob/HEAD/CHANGELOG.md#01010)\n\n[Compare
        Source](https://redirect.github.com/astral-sh/uv/compare/0.10.9...0.10.10)\n\nReleased
        on 2026-03-13.\n\n##### Python\n\n- Add CPython 3.15.0a7 ([#&#8203;18403](https://redirect.github.com/astral-sh/uv/pull/18403))\n\n#####
        Enhancements\n\n- Add `--outdated` flag to `uv tool list` ([#&#8203;18318](https://redirect.github.com/astral-sh/uv/pull/18318))\n-
        Add riscv64 musl target to build-release-binaries workflow ([#&#8203;18228](https://redirect.github.com/astral-sh/uv/pull/18228))\n-
        Fetch Ruff from an Astral mirror ([#&#8203;18286](https://redirect.github.com/astral-sh/uv/pull/18286))\n-
        Improve error handling for platform detection in Python downloads ([#&#8203;18453](https://redirect.github.com/astral-sh/uv/pull/18453))\n-
        Warn if `--project` directory does not exist ([#&#8203;17714](https://redirect.github.com/astral-sh/uv/pull/17714))\n-
        Warn when workspace member scripts are skipped due to missing build system
        ([#&#8203;18389](https://redirect.github.com/astral-sh/uv/pull/18389))\n-
        Update build backend versions used in `uv init` ([#&#8203;18417](https://redirect.github.com/astral-sh/uv/pull/18417))\n-
        Log explicit config file path in verbose output ([#&#8203;18353](https://redirect.github.com/astral-sh/uv/pull/18353))\n-
        Make `uv cache clear` an alias of `uv cache clean` ([#&#8203;18420](https://redirect.github.com/astral-sh/uv/pull/18420))\n-
        Reject invalid classifiers, warn on license classifiers in `uv_build` ([#&#8203;18419](https://redirect.github.com/astral-sh/uv/pull/18419))\n\n#####
        Preview features\n\n- Add links to `uv audit` output ([#&#8203;18392](https://redirect.github.com/astral-sh/uv/pull/18392))\n-
        Output/report formatting for `uv audit` ([#&#8203;18193](https://redirect.github.com/astral-sh/uv/pull/18193))\n-
        Switch to batched OSV queries for `uv audit` ([#&#8203;18394](https://redirect.github.com/astral-sh/uv/pull/18394))\n\n#####
        Bug fixes\n\n- Avoid sharing version metadata across indexes ([#&#8203;18373](https://redirect.github.com/astral-sh/uv/pull/18373))\n-
        Bump zlib-rs to 0.6.2 to fix panic on decompression of large wheels on Windows
        ([#&#8203;18362](https://redirect.github.com/astral-sh/uv/pull/18362))\n-
        Filter out unsupported environment wheels ([#&#8203;18445](https://redirect.github.com/astral-sh/uv/pull/18445))\n-
        Preserve absolute/relative paths in lockfiles ([#&#8203;18176](https://redirect.github.com/astral-sh/uv/pull/18176))\n-
        Recreate Python environments under `uv tool install --force` ([#&#8203;18399](https://redirect.github.com/astral-sh/uv/pull/18399))\n-
        Respect timestamp and other cache keys in cached environments ([#&#8203;18396](https://redirect.github.com/astral-sh/uv/pull/18396))\n-
        Simplify selected extra markers in `uv export` ([#&#8203;18433](https://redirect.github.com/astral-sh/uv/pull/18433))\n-
        Send pyx mint-token requests with a proper `Content-Type` ([#&#8203;18334](https://redirect.github.com/astral-sh/uv/pull/18334))\n-
        Fix Windows operating system and version reporting ([#&#8203;18383](https://redirect.github.com/astral-sh/uv/pull/18383))\n\n#####
        Documentation\n\n- Update the platform support policy with a tier 3 section
        including freebsd and 32-bit windows ([#&#8203;18345](https://redirect.github.com/astral-sh/uv/pull/18345))\n\n###
        [`v0.10.9`](https://redirect.github.com/astral-sh/uv/blob/HEAD/CHANGELOG.md#0109)\n\n[Compare
        Source](https://redirect.github.com/astral-sh/uv/compare/0.10.8...0.10.9)\n\nReleased
        on 2026-03-06.\n\n##### Enhancements\n\n- Add `fbgemm-gpu`, `fbgemm-gpu-genai`,
        `torchrec`, and `torchtune` to the PyTorch list ([#&#8203;18338](https://redirect.github.com/astral-sh/uv/pull/18338))\n-
        Add torchcodec to PyTorch List ([#&#8203;18336](https://redirect.github.com/astral-sh/uv/pull/18336))\n-
        Log the duration we took before erroring ([#&#8203;18231](https://redirect.github.com/astral-sh/uv/pull/18231))\n-
        Warn when using `uv_build` settings without `uv_build` ([#&#8203;15750](https://redirect.github.com/astral-sh/uv/pull/15750))\n-
        Add fallback to `/usr/lib/os-release` on Linux system lookup failure ([#&#8203;18349](https://redirect.github.com/astral-sh/uv/pull/18349))\n-
        Use `cargo auditable` to include SBOM in uv builds ([#&#8203;18276](https://redirect.github.com/astral-sh/uv/pull/18276))\n\n#####
        Configuration\n\n- Add an environment variable for `UV_VENV_RELOCATABLE` ([#&#8203;18331](https://redirect.github.com/astral-sh/uv/pull/18331))\n\n#####
        Performance\n\n- Avoid toml `Document` overhead ([#&#8203;18306](https://redirect.github.com/astral-sh/uv/pull/18306))\n-
        Use a single global workspace cache ([#&#8203;18307](https://redirect.github.com/astral-sh/uv/pull/18307))\n\n#####
        Bug fixes\n\n- Continue on trampoline job assignment failures ([#&#8203;18291](https://redirect.github.com/astral-sh/uv/pull/18291))\n-
        Handle the hard link limit gracefully instead of failing ([#&#8203;17699](https://redirect.github.com/astral-sh/uv/pull/17699))\n-
        Respect build constraints for workspace members ([#&#8203;18350](https://redirect.github.com/astral-sh/uv/pull/18350))\n-
        Revalidate editables and other dependencies in scripts ([#&#8203;18328](https://redirect.github.com/astral-sh/uv/pull/18328))\n-
        Support Python 3.13+ on Android ([#&#8203;18301](https://redirect.github.com/astral-sh/uv/pull/18301))\n-
        Support `cp3-none-any` ([#&#8203;17064](https://redirect.github.com/astral-sh/uv/pull/17064))\n-
        Skip tool environments with broken links to Python on Windows ([#&#8203;17176](https://redirect.github.com/astral-sh/uv/pull/17176))\n\n#####
        Documentation\n\n- Add documentation for common marker values ([#&#8203;18327](https://redirect.github.com/astral-sh/uv/pull/18327))\n-
        Improve documentation on virtual dependencies ([#&#8203;18346](https://redirect.github.com/astral-sh/uv/pull/18346))\n\n###
        [`v0.10.8`](https://redirect.github.com/astral-sh/uv/blob/HEAD/CHANGELOG.md#0108)\n\n[Compare
        Source](https://redirect.github.com/astral-sh/uv/compare/0.10.7...0.10.8)\n\nReleased
        on 2026-03-03.\n\n##### Python\n\n- Add CPython 3.10.20\n- Add CPython 3.11.15\n-
        Add CPython 3.12.13\n\n##### Enhancements\n\n- Add Docker images based on
        Docker Hardened Images ([#&#8203;18247](https://redirect.github.com/astral-sh/uv/pull/18247))\n-
        Add resolver hint when `--exclude-newer` filters out all versions of a package
        ([#&#8203;18217](https://redirect.github.com/astral-sh/uv/pull/18217))\n-
        Configure a real retry minimum delay of 1s ([#&#8203;18201](https://redirect.github.com/astral-sh/uv/pull/18201))\n-
        Expand `uv_build` direct build compatibility ([#&#8203;17902](https://redirect.github.com/astral-sh/uv/pull/17902))\n-
        Fetch CPython from an Astral mirror by default ([#&#8203;18207](https://redirect.github.com/astral-sh/uv/pull/18207))\n-
        Download uv releases from an Astral mirror in installers by default ([#&#8203;18191](https://redirect.github.com/astral-sh/uv/pull/18191))\n-
        Add SBOM attestations to Docker images ([#&#8203;18252](https://redirect.github.com/astral-sh/uv/pull/18252))\n-
        Improve hint for installing meson-python when missing as build backend ([#&#8203;15826](https://redirect.github.com/astral-sh/uv/pull/15826))\n\n#####
        Configuration\n\n- Add `UV_INIT_BARE` environment variable for `uv init` ([#&#8203;18210](https://redirect.github.com/astral-sh/uv/pull/18210))\n\n#####
        Bug fixes\n\n- Prevent `uv tool upgrade` from installing excluded dependencies
        ([#&#8203;18022](https://redirect.github.com/astral-sh/uv/pull/18022))\n-
        Promote authentication policy when saving tool receipts ([#&#8203;18246](https://redirect.github.com/astral-sh/uv/pull/18246))\n-
        Respect exclusions in scripts ([#&#8203;18269](https://redirect.github.com/astral-sh/uv/pull/18269))\n-
        Retain default-branch Git SHAs in `pylock.toml` files ([#&#8203;18227](https://redirect.github.com/astral-sh/uv/pull/18227))\n-
        Skip installed Python check for URL dependencies ([#&#8203;18211](https://redirect.github.com/astral-sh/uv/pull/18211))\n-
        Respect constraints during `--upgrade` ([#&#8203;18226](https://redirect.github.com/astral-sh/uv/pull/18226))\n-
        Fix `uv tree` orphaned roots and premature deduplication ([#&#8203;17212](https://redirect.github.com/astral-sh/uv/pull/17212))\n\n#####
        Documentation\n\n- Mention cooldown and tweak inline script metadata in dependency
        bots documentation ([#&#8203;18230](https://redirect.github.com/astral-sh/uv/pull/18230))\n-
        Move cache prune in GitLab to `after_script` ([#&#8203;18206](https://redirect.github.com/astral-sh/uv/pull/18206))\n\n###
        [`v0.10.7`](https://redirect.github.com/astral-sh/uv/blob/HEAD/CHANGELOG.md#0107)\n\n[Compare
        Source](https://redirect.github.com/astral-sh/uv/compare/0.10.6...0.10.7)\n\nReleased
        on 2026-02-27.\n\n##### Bug fixes\n\n- Fix handling of junctions in Windows
        Containers on Windows ([#&#8203;18192](https://redirect.github.com/astral-sh/uv/pull/18192))\n\n#####
        Enhancements\n\n- Activate logging for middleware retries ([#&#8203;18200](https://redirect.github.com/astral-sh/uv/pull/18200))\n-
        Upload uv releases to a mirror ([#&#8203;18159](https://redirect.github.com/astral-sh/uv/pull/18159))\n\n###
        [`v0.10.6`](https://redirect.github.com/astral-sh/uv/blob/HEAD/CHANGELOG.md#0106)\n\n[Compare
        Source](https://redirect.github.com/astral-sh/uv/compare/0.10.5...0.10.6)\n\nReleased
        on 2026-02-24.\n\n##### Bug fixes\n\n- Apply lockfile marker normalization
        for fork markers ([#&#8203;18116](https://redirect.github.com/astral-sh/uv/pull/18116))\n-
        Fix Python version selection for scripts with a `requires-python` conflicting
        with `.python-version` ([#&#8203;18097](https://redirect.github.com/astral-sh/uv/pull/18097))\n-
        Preserve file permissions when using reflinks on Linux ([#&#8203;18187](https://redirect.github.com/astral-sh/uv/pull/18187))\n\n#####
        Documentation\n\n- Remove verbose documentation from optional dependencies
        help text ([#&#8203;18180](https://redirect.github.com/astral-sh/uv/pull/18180))\n\n###
        [`v0.10.5`](https://redirect.github.com/astral-sh/uv/blob/HEAD/CHANGELOG.md#0105)\n\n[Compare
        Source](https://redirect.github.com/astral-sh/uv/compare/0.10.4...0.10.5)\n\nReleased
        on 2026-02-23.\n\n##### Enhancements\n\n- Add hint when named index is found
        in a parent config file ([#&#8203;18087](https://redirect.github.com/astral-sh/uv/pull/18087))\n-
        Add warning for `uv lock --frozen` ([#&#8203;17859](https://redirect.github.com/astral-sh/uv/pull/17859))\n-
        Attempt to use reflinks by default on Linux ([#&#8203;18117](https://redirect.github.com/astral-sh/uv/pull/18117))\n-
        Fallback to hardlinks after reflink failure before copying ([#&#8203;18104](https://redirect.github.com/astral-sh/uv/pull/18104))\n-
        Filter `pylock.toml` wheels by tags and `requires-python` ([#&#8203;18081](https://redirect.github.com/astral-sh/uv/pull/18081))\n-
        Validate wheel filenames are normalized during `uv publish` ([#&#8203;17783](https://redirect.github.com/astral-sh/uv/pull/17783))\n-
        Fix message when `exclude-newer` invalidates the lock file ([#&#8203;18100](https://redirect.github.com/astral-sh/uv/pull/18100))\n-
        Change the missing files log level to debug ([#&#8203;18075](https://redirect.github.com/astral-sh/uv/pull/18075))\n\n#####
        Performance\n\n- Improve performance of repeated conflicts with an extra ([#&#8203;18094](https://redirect.github.com/astral-sh/uv/pull/18094))\n\n#####
        Bug fixes\n\n- Fix `--no-emit-workspace` with `--all-packages` on single-member
        workspaces ([#&#8203;18098](https://redirect.github.com/astral-sh/uv/pull/18098))\n-
        Fix `UV_NO_DEFAULT_GROUPS` rejecting truthy values like `1` ([#&#8203;18057](https://redirect.github.com/astral-sh/uv/pull/18057))\n-
        Fix iOS detection ([#&#8203;17973](https://redirect.github.com/astral-sh/uv/pull/17973))\n-
        Propagate project-level conflicts to package extras ([#&#8203;18096](https://redirect.github.com/astral-sh/uv/pull/18096))\n-
        Use a global build concurrency semaphore ([#&#8203;18054](https://redirect.github.com/astral-sh/uv/pull/18054))\n\n#####
        Documentation\n\n- Update documentation heading for environment variable files
        ([#&#8203;18122](https://redirect.github.com/astral-sh/uv/pull/18122))\n-
        Fix comment about `uv export` formats ([#&#8203;17900](https://redirect.github.com/astral-sh/uv/pull/17900))\n-
        Make it clear that Windows is supported in user- and system- level configuration
        docs ([#&#8203;18106](https://redirect.github.com/astral-sh/uv/pull/18106))\n\n###
        [`v0.10.4`](https://redirect.github.com/astral-sh/uv/blob/HEAD/CHANGELOG.md#0104)\n\n[Compare
        Source](https://redirect.github.com/astral-sh/uv/compare/0.10.3...0.10.4)\n\nReleased
        on 2026-02-17.\n\n##### Enhancements\n\n- Remove duplicate references to the
        affected paths when showing `uv python` errors ([#&#8203;18008](https://redirect.github.com/astral-sh/uv/pull/18008))\n-
        Skip discovery of workspace members that contain only git-ignored files, including
        in sub-directories ([#&#8203;18051](https://redirect.github.com/astral-sh/uv/pull/18051))\n\n#####
        Bug fixes\n\n- Don't panic when initialising a package at the filesystem root
        (e.g. `uv init / --name foo`) ([#&#8203;17983](https://redirect.github.com/astral-sh/uv/pull/17983))\n-
        Fix permissions on `wheel` and `sdist` files produced by the `uv_build` build
        backend ([#&#8203;18020](https://redirect.github.com/astral-sh/uv/pull/18020))\n-
        Revert locked file change to fix locked files on NFS mounts ([#&#8203;18071](https://redirect.github.com/astral-sh/uv/pull/18071))\n\n###
        [`v0.10.3`](https://redirect.github.com/astral-sh/uv/blob/HEAD/CHANGELOG.md#0103)\n\n[Compare
        Source](https://redirect.github.com/astral-sh/uv/compare/0.10.2...0.10.3)\n\nReleased
        on 2026-02-16.\n\n##### Python\n\n- Add CPython 3.15.0a6\n\n##### Enhancements\n\n-
        Don't open file locks for writing ([#&#8203;17956](https://redirect.github.com/astral-sh/uv/pull/17956))\n-
        Make Windows trampoline error messages consistent with uv proper ([#&#8203;17969](https://redirect.github.com/astral-sh/uv/pull/17969))\n-
        Log which preview features are enabled ([#&#8203;17968](https://redirect.github.com/astral-sh/uv/pull/17968))\n\n#####
        Preview features\n\n- Add support for ruff version constraints and `exclude-newer`
        in `uv format` ([#&#8203;17651](https://redirect.github.com/astral-sh/uv/pull/17651))\n-
        Fix script path handling when `target-workspace-discovery` is enabled ([#&#8203;17965](https://redirect.github.com/astral-sh/uv/pull/17965))\n-
        Use version constraints to select the default ruff version used by `uv format`
        ([#&#8203;17977](https://redirect.github.com/astral-sh/uv/pull/17977))\n\n#####
        Bug fixes\n\n- Avoid matching managed Python versions by prefixes, e.g. don't
        match CPython 3.10 when `cpython-3.1` is specified ([#&#8203;17972](https://redirect.github.com/astral-sh/uv/pull/17972))\n-
        Fix handling of `--allow-existing` with minor version links on Windows ([#&#8203;17978](https://redirect.github.com/astral-sh/uv/pull/17978))\n-
        Fix panic when encountering unmanaged workspace members ([#&#8203;17974](https://redirect.github.com/astral-sh/uv/pull/17974))\n-
        Improve accuracy of request timing ([#&#8203;18007](https://redirect.github.com/astral-sh/uv/pull/18007))\n-
        Reject `u64::MAX` in version segments to prevent overflow ([#&#8203;17985](https://redirect.github.com/astral-sh/uv/pull/17985))\n\n#####
        Documentation\n\n- Reference Debian Trixie instead of Bookworm ([#&#8203;17991](https://redirect.github.com/astral-sh/uv/pull/17991))\n\n###
        [`v0.10.2`](https://redirect.github.com/astral-sh/uv/blob/HEAD/CHANGELOG.md#0102)\n\n[Compare
        Source](https://redirect.github.com/astral-sh/uv/compare/0.10.1...0.10.2)\n\nReleased
        on 2026-02-10.\n\n##### Enhancements\n\n- Deprecate unexpected ZIP compression
        methods ([#&#8203;17946](https://redirect.github.com/astral-sh/uv/pull/17946))\n\n#####
        Bug fixes\n\n- Fix `cargo-install` failing due to missing `uv-test` dependency
        ([#&#8203;17954](https://redirect.github.com/astral-sh/uv/pull/17954))\n\n###
        [`v0.10.1`](https://redirect.github.com/astral-sh/uv/blob/HEAD/CHANGELOG.md#0101)\n\n[Compare
        Source](https://redirect.github.com/astral-sh/uv/compare/0.10.0...0.10.1)\n\nReleased
        on 2026-02-10.\n\n##### Enhancements\n\n- Don't panic on metadata read errors
        ([#&#8203;17904](https://redirect.github.com/astral-sh/uv/pull/17904))\n-
        Skip empty workspace members instead of failing ([#&#8203;17901](https://redirect.github.com/astral-sh/uv/pull/17901))\n-
        Don't fail creating a read-only `sdist-vX/.git` if it already exists ([#&#8203;17825](https://redirect.github.com/astral-sh/uv/pull/17825))\n\n#####
        Documentation\n\n- Suggest `uv python update-shell` over `uv tool update-shell`
        in Python docs ([#&#8203;17941](https://redirect.github.com/astral-sh/uv/pull/17941))\n\n###
        [`v0.10.0`](https://redirect.github.com/astral-sh/uv/blob/HEAD/CHANGELOG.md#0100)\n\n[Compare
        Source](https://redirect.github.com/astral-sh/uv/compare/0.9.30...0.10.0)\n\nSince
        we released uv [0.9.0](https://redirect.github.com/astral-sh/uv/releases/tag/0.9.0)
        in October of 2025, we've accumulated various changes that improve correctness
        and user experience, but could break some workflows. This release contains
        those changes; many have been marked as breaking out of an abundance of caution.
        We expect most users to be able to upgrade without making changes.\n\nThis
        release also includes the stabilization of preview features. Python upgrades
        are now stable, including the `uv python upgrade` command, `uv python install
        --upgrade`, and automatically upgrading Python patch versions in virtual environments
        when a new version is installed. The `add-bounds` and `extra-build-dependencies`
        settings are now stable. Finally, the `uv workspace dir` and `uv workspace
        list` utilities for writing scripts against workspace members are now stable.\n\nThere
        are no breaking changes to [`uv_build`](https://docs.astral.sh/uv/concepts/build-backend/).
        If you have an upper bound in your `[build-system]` table, you should update
        it, e.g., from `<0.10.0` to `<0.11.0`.\n\n##### Breaking changes\n\n- **Require
        `--clear` to remove existing virtual environments in `uv venv`** ([#&#8203;17757](https://redirect.github.com/astral-sh/uv/pull/17757))\n\n
        \ Previously, `uv venv` would prompt for confirmation before removing an existing
        virtual environment in interactive contexts, and remove it without confirmation
        in non-interactive contexts. Now, `uv venv` requires the `--clear` flag to
        remove an existing virtual environment. A warning for this change was added
        in [uv 0.8](https://redirect.github.com/astral-sh/uv/blob/main/changelogs/0.8.x.md#breaking-changes).\n\n
        \ You can opt out of this behavior by passing the `--clear` flag or setting
        `UV_VENV_CLEAR=1`.\n- **Error if multiple indexes include `default = true`**
        ([#&#8203;17011](https://redirect.github.com/astral-sh/uv/pull/17011))\n\n
        \ Previously, uv would silently accept multiple indexes with `default = true`
        and use the first one. Now, uv will error if multiple indexes are marked as
        the default.\n\n  You cannot opt out of this behavior. Remove `default = true`
        from all but one index.\n- **Error when an `explicit` index is unnamed** ([#&#8203;17777](https://redirect.github.com/astral-sh/uv/pull/17777))\n\n
        \ Explicit indexes can only be used via the `[tool.uv.sources]` table, which
        requires referencing the index by name. Previously, uv would silently accept
        unnamed explicit indexes, which could never be referenced. Now, uv will error
        if an explicit index does not have a name.\n\n  You cannot opt out of this
        behavior. Add a `name` to the explicit index or remove the entry.\n- **Install
        alternative Python executables using their implementation name** ([#&#8203;17756](https://redirect.github.com/astral-sh/uv/pull/17756),
        [#&#8203;17760](https://redirect.github.com/astral-sh/uv/pull/17760))\n\n
        \ Previously, `uv python install` would install PyPy, GraalPy, and Pyodide
        executables with names like `python3.10` into the bin directory. Now, these
        executables will be named using their implementation name, e.g., `pypy3.10`,
        `graalpy3.10`, and `pyodide3.12`, to avoid conflicting with CPython installations.\n\n
        \ You cannot opt out of this behavior.\n- **Respect global Python version
        pins in `uv tool run` and `uv tool install`** ([#&#8203;14112](https://redirect.github.com/astral-sh/uv/pull/14112))\n\n
        \ Previously, `uv tool run` and `uv tool install` did not respect the global
        Python version pin (set via `uv python pin --global`). Now, these commands
        will use the global Python version when no explicit version is requested.\n\n
        \ For `uv tool install`, if the tool is already installed, the Python version
        will not change unless `--reinstall` or `--python` is provided. If the tool
        was previously installed with an explicit `--python` flag, the global pin
        will not override it.\n\n  You can opt out of this behavior by providing an
        explicit `--python` flag.\n- **Remove Debian Bookworm, Alpine 3.21, and Python
        3.8 Docker images** ([#&#8203;17755](https://redirect.github.com/astral-sh/uv/pull/17755))\n\n
        \ The Debian Bookworm and Alpine 3.21 images were replaced by Debian Trixie
        and Alpine 3.22 as defaults in [uv 0.9](https://redirect.github.com/astral-sh/uv/pull/15352).
        These older images are now removed. Python 3.8 images are also removed, as
        Python 3.8 is no longer supported in the Trixie or Alpine base images.\n\n
        \ The following image tags are no longer published:\n\n  - `uv:bookworm`,
        `uv:bookworm-slim`\n  - `uv:alpine3.21`\n  - `uv:python3.8-*`\n\n  Use `uv:debian`
        or `uv:trixie` instead of `uv:bookworm`, `uv:alpine` or `uv:alpine3.22` instead
        of `uv:alpine3.21`, and a newer Python version instead of `uv:python3.8-*`.\n-
        **Drop PPC64 (big endian) builds** ([#&#8203;17626](https://redirect.github.com/astral-sh/uv/pull/17626))\n\n
        \ uv no longer provides pre-built binaries for PPC64 (big endian). This platform
        appears to be largely unused and is only supported on a single manylinux version.
        PPC64LE (little endian) builds are unaffected.\n\n  Building uv from source
        is still supported for this platform.\n- **Skip generating `activate.csh`
        for relocatable virtual environments** ([#&#8203;17759](https://redirect.github.com/astral-sh/uv/pull/17759))\n\n
        \ Previously, `uv venv --relocatable` would generate an `activate.csh` script
        that contained hardcoded paths, making it incompatible with relocation. Now,
        the `activate.csh` script is not generated for relocatable virtual environments.\n\n
        \ You cannot opt out of this behavior.\n- **Require username when multiple
        credentials match a URL** ([#&#8203;16983](https://redirect.github.com/astral-sh/uv/pull/16983))\n\n
        \ When using `uv auth login` to store credentials, you can register multiple
        username and password combinations for the same host. Previously, when uv
        needed to authenticate and multiple credentials matched the URL (e.g., when
        retrieving a token with `uv auth token`), uv would pick the first match. Now,
        uv will error instead.\n\n  You cannot opt out of this behavior. Include the
        username in the request, e.g., `uv auth token --username foo example.com`.\n-
        **Avoid invalidating the lockfile versions after an `exclude-newer` change**
        ([#&#8203;17721](https://redirect.github.com/astral-sh/uv/pull/17721))\n\n
        \ Previously, changing the `exclude-newer` setting would cause package versions
        to be upgraded, ignoring the lockfile entirely. Now, uv will only change package
        versions if they are no longer within the `exclude-newer` range.\n\n  You
        can restore the previous behavior by using `--upgrade` or `--upgrade-package`
        to opt-in to package version changes.\n- **Upgrade `uv format` to Ruff 0.15.0**
        ([#&#8203;17838](https://redirect.github.com/astral-sh/uv/pull/17838))\n\n
        \ `uv format` now uses [Ruff 0.15.0](https://redirect.github.com/astral-sh/ruff/releases/tag/0.15.0),
        which uses the [2026 style guide](https://astral.sh/blog/ruff-v0.15.0#the-ruff-2026-style-guide).
        See the blog post for details.\n\n  The formatting of code is likely to change.
        You can opt out of this behavior by requesting an older Ruff version, e.g.,
        `uv format --version 0.14.14`.\n- **Update uv crate test features to use `test-`
        as a prefix** ([#&#8203;17860](https://redirect.github.com/astral-sh/uv/pull/17860))\n\n
        \ This change only affects redistributors of uv. The Cargo features used to
        gate test dependencies, e.g., `pypi`, have been renamed with a `test-` prefix
        for clarity, e.g., `test-pypi`.\n\n##### Stabilizations\n\n- **`uv python
        upgrade` and `uv python install --upgrade`** ([#&#8203;17766](https://redirect.github.com/astral-sh/uv/pull/17766))\n\n
        \ When installing Python versions, an [intermediary directory](https://docs.astral.sh/uv/concepts/python-versions/#minor-version-directories)
        without the patch version attached will be created, and virtual environments
        will be transparently upgraded to new patch versions.\n\n  See the [Python
        version documentation](https://docs.astral.sh/uv/concepts/python-versions/#upgrading-python-versions)
        for more details.\n- **`uv add --bounds` and the `add-bounds` configuration
        option** ([#&#8203;17660](https://redirect.github.com/astral-sh/uv/pull/17660))\n\n
        \ This does not come with any behavior changes. You will no longer see an
        experimental warning when using `uv add --bounds` or `add-bounds` in configuration.\n-
        **`uv workspace list` and `uv workspace dir`** ([#&#8203;17768](https://redirect.github.com/astral-sh/uv/pull/17768))\n\n
        \ This does not come with any behavior changes. You will no longer see an
        experimental warning when using these commands.\n- **`extra-build-dependencies`**
        ([#&#8203;17767](https://redirect.github.com/astral-sh/uv/pull/17767))\n\n
        \ This does not come with any behavior changes. You will no longer see an
        experimental warning when using `extra-build-dependencies` in configuration.\n\n#####
        Enhancements\n\n- Improve ABI tag error message phrasing ([#&#8203;17878](https://redirect.github.com/astral-sh/uv/pull/17878))\n-
        Introduce a 10s connect timeout ([#&#8203;17733](https://redirect.github.com/astral-sh/uv/pull/17733))\n-
        Allow using `pyx.dev` as a target in `uv auth` commands despite `PYX_API_URL`
        differing ([#&#8203;17856](https://redirect.github.com/astral-sh/uv/pull/17856))\n\n#####
        Bug fixes\n\n- Support all CPython ABI tag suffixes properly  ([#&#8203;17817](https://redirect.github.com/astral-sh/uv/pull/17817))\n-
        Add support for detecting PowerShell on Linux and macOS ([#&#8203;17870](https://redirect.github.com/astral-sh/uv/pull/17870))\n-
        Retry timeout errors for streams ([#&#8203;17875](https://redirect.github.com/astral-sh/uv/pull/17875))\n\n###
        [`v0.9.30`](https://redirect.github.com/astral-sh/uv/releases/tag/0.9.30)\n\n[Compare
        Source](https://redirect.github.com/astral-sh/uv/compare/0.9.29...0.9.30)\n\n#####
        Release Notes\n\nReleased on 2026-02-04.\n\n##### Python\n\n- Add CPython
        3.14.3 and 3.13.12 ([#&#8203;17849](https://redirect.github.com/astral-sh/uv/pull/17849))\n\n#####
        Enhancements\n\n- Allow comma-separated values for `--extra` option ([#&#8203;17525](https://redirect.github.com/astral-sh/uv/pull/17525))\n-
        Check all files during a dry-run publish instead of stopping at the first
        failure ([#&#8203;17785](https://redirect.github.com/astral-sh/uv/pull/17785))\n-
        Clarify `UV_HTTP_TIMEOUT` error message ([#&#8203;17493](https://redirect.github.com/astral-sh/uv/pull/17493))\n\n#####
        Preview features\n\n- Use relocatable virtual environments by default ([#&#8203;17770](https://redirect.github.com/astral-sh/uv/pull/17770))\n\n#####
        Bug fixes\n\n- Fix deadlock on token refresh in `uv publish` when using pyx
        ([#&#8203;17832](https://redirect.github.com/astral-sh/uv/pull/17832))\n-
        Ignore global Python pins when incompatible with project ([#&#8203;15473](https://redirect.github.com/astral-sh/uv/pull/15473))\n\n#####
        Install uv 0.9.30\n\n##### Install prebuilt binaries via shell script\n\n```sh\ncurl
        --proto '=https' --tlsv1.2 -LsSf https://github.com/astral-sh/uv/releases/download/0.9.30/uv-installer.sh
        | sh\n```\n\n##### Install prebuilt binaries via powershell script\n\n```sh\npowershell
        -ExecutionPolicy Bypass -c \"irm https://github.com/astral-sh/uv/releases/download/0.9.30/uv-installer.ps1
        | iex\"\n```\n\n##### Download uv 0.9.30\n\n| File                                                                                                                                          |
        Platform                     | Checksum                                                                                                             |\n|
        ---------------------------------------------------------------------------------------------------------------------------------------------
        | ---------------------------- | --------------------------------------------------------------------------------------------------------------------
        |\n| [uv-aarch64-apple-darwin.tar.gz](https://redirect.github.com/astral-sh/uv/releases/download/0.9.30/uv-aarch64-apple-darwin.tar.gz)
        \                    | Apple Silicon macOS          | [checksum](https://redirect.github.com/astral-sh/uv/releases/download/0.9.30/uv-aarch64-apple-darwin.tar.gz.sha256)
        \          |\n| [uv-x86\\_64-apple-darwin.tar.gz](https://redirect.github.com/astral-sh/uv/releases/download/0.9.30/uv-x86_64-apple-darwin.tar.gz)
        \                     | Intel macOS                  | [checksum](https://redirect.github.com/astral-sh/uv/releases/download/0.9.30/uv-x86_64-apple-darwin.tar.gz.sha256)
        \           |\n| [uv-aarch64-pc-windows-msvc.zip](https://redirect.github.com/astral-sh/uv/releases/download/0.9.30/uv-aarch64-pc-windows-msvc.zip)
        \                    | ARM64 Windows                | [checksum](https://redirect.github.com/astral-sh/uv/releases/download/0.9.30/uv-aarch64-pc-windows-msvc.zip.sha256)
        \          |\n| [uv-i686-pc-windows-msvc.zip](https://redirect.github.com/astral-sh/uv/releases/download/0.9.30/uv-i686-pc-windows-msvc.zip)
        \                          | x86 Windows                  | [checksum](https://redirect.github.com/astral-sh/uv/releases/download/0.9.30/uv-i686-pc-windows-msvc.zip.sha256)
        \             |\n| [uv-x86\\_64-pc-windows-msvc.zip](https://redirect.github.com/astral-sh/uv/releases/download/0.9.30/uv-x86_64-pc-windows-msvc.zip)
        \                     | x64 Windows                  | [checksum](https://redirect.github.com/astral-sh/uv/releases/download/0.9.30/uv-x86_64-pc-windows-msvc.zip.sha256)
        \           |\n| [uv-aarch64-unknown-linux-gnu.tar.gz](https://redirect.github.com/astral-sh/uv/releases/download/0.9.30/uv-aarch64-unknown-linux-gnu.tar.gz)
        \          | ARM64 Linux                  | [checksum](https://redirect.github.com/astral-sh/uv/releases/download/0.9.30/uv-aarch64-unknown-linux-gnu.tar.gz.sha256)
        \     |\n| [uv-i686-unknown-linux-gnu.tar.gz](https://redirect.github.com/astral-sh/uv/releases/download/0.9.30/uv-i686-unknown-linux-gnu.tar.gz)
        \                | x86 Linux                    | [checksum](https://redirect.github.com/astral-sh/uv/releases/download/0.9.30/uv-i686-unknown-linux-gnu.tar.gz.sha256)
        \        |\n| [uv-powerpc64-unknown-linux-gnu.tar.gz](https://redirect.github.com/astral-sh/uv/releases/download/0.9.30/uv-powerpc64-unknown-linux-gnu.tar.gz)
        \      | PPC64 Linux                  | [checksum](https://redirect.github.com/astral-sh/uv/releases/download/0.9.30/uv-powerpc64-unknown-linux-gnu.tar.gz.sha256)
        \   |\n| [uv-powerpc64le-unknown-linux-gnu.tar.gz](https://redirect.github.com/astral-sh/uv/releases/download/0.9.30/uv-powerpc64le-unknown-linux-gnu.tar.gz)
        \  | PPC64LE Linux                | [checksum](https://redirect.github.com/astral-sh/uv/releases/download/0.9.30/uv-powerpc64le-unknown-linux-gnu.tar.gz.sha256)
        \ |\n| [uv-riscv64gc-unknown-linux-gnu.tar.gz](https://redirect.github.com/astral-sh/uv/releases/download/0.9.30/uv-riscv64gc-unknown-linux-gnu.tar.gz)
        \      | RISCV Linux                  | [checksum](https://redirect.github.com/astral-sh/uv/releases/download/0.9.30/uv-riscv64gc-unknown-linux-gnu.tar.gz.sha256)
        \   |\n| [uv-s390x-unknown-linux-gnu.tar.gz](https://redirect.github.com/astral-sh/uv/releases/download/0.9.30/uv-s390x-unknown-linux-gnu.tar.gz)
        \              | S390x Linux                  | [checksum](https://redirect.github.com/astral-sh/uv/releases/download/0.9.30/uv-s390x-unknown-linux-gnu.tar.gz.sha256)
        \       |\n| [uv-x86\\_64-unknown-linux-gnu.tar.gz](https://redirect.github.com/astral-sh/uv/releases/download/0.9.30/uv-x86_64-unknown-linux-gnu.tar.gz)
        \           | x64 Linux                    | [checksum](https://redirect.github.com/astral-sh/uv/releases/download/0.9.30/uv-x86_64-unknown-linux-gnu.tar.gz.sha256)
        \      |\n| [uv-armv7-unknown-linux-gnueabihf.tar.gz](https://redirect.github.com/astral-sh/uv/releases/download/0.9.30/uv-armv7-unknown-linux-gnueabihf.tar.gz)
        \  | ARMv7 Linux                  | [checksum](https://redirect.github.com/astral-sh/uv/releases/download/0.9.30/uv-armv7-unknown-linux-gnueabihf.tar.gz.sha256)
        \ |\n| [uv-aarch64-unknown-linux-musl.tar.gz](https://redirect.github.com/astral-sh/uv/releases/download/0.9.30/uv-aarch64-unknown-linux-musl.tar.gz)
        \        | ARM64 MUSL Linux             | [checksum](https://redirect.github.com/astral-sh/uv/releases/download/0.9.30/uv-aarch64-unknown-linux-musl.tar.gz.sha256)
        \    |\n| [uv-i686-unknown-linux-musl.tar.gz](https://redirect.github.com/astral-sh/uv/releases/download/0.9.30/uv-i686-unknown-linux-musl.tar.gz)
        \              | x86 MUSL Linux               | [checksum](https://redirect.github.com/astral-sh/uv/releases/download/0.9.30/uv-i686-unknown-linux-musl.tar.gz.sha256)
        \       |\n| [uv-x86\\_64-unknown-linux-musl.tar.gz](https://redirect.github.com/astral-sh/uv/releases/download/0.9.30/uv-x86_64-unknown-linux-musl.tar.gz)
        \         | x64 MUSL Linux               | [checksum](https://redirect.github.com/astral-sh/uv/releases/download/0.9.30/uv-x86_64-unknown-linux-musl.tar.gz.sha256)
        \     |\n| [uv-arm-unknown-linux-musleabihf.tar.gz](https://redirect.github.com/astral-sh/uv/releases/download/0.9.30/uv-arm-unknown-linux-musleabihf.tar.gz)
        \    | ARMv6 MUSL Linux (Hardfloat) | [checksum](https://redirect.github.com/astral-sh/uv/releases/download/0.9.30/uv-arm-unknown-linux-musleabihf.tar.gz.sha256)
        \  |\n| [uv-armv7-unknown-linux-musleabihf.tar.gz](https://redirect.github.com/astral-sh/uv/releases/download/0.9.30/uv-armv7-unknown-linux-musleabihf.tar.gz)
        | ARMv7 MUSL Linux             | [checksum](https://redirect.github.com/astral-sh/uv/releases/download/0.9.30/uv-armv7-unknown-linux-musleabihf.tar.gz.sha256)
        |\n\n##### Verifying GitHub Artifact Attestations\n\nThe artifacts in this
        release have attestations generated with GitHub Artifact Attestations. These
        can be verified by using the [GitHub CLI](https://cli.github.com/manual/gh_attestation_verify):\n\n```sh\ngh
        attestation verify <file-path of downloaded artifact> --repo astral-sh/uv\n```\n\nYou
        can also download the attestation from [GitHub](https://redirect.github.com/astral-sh/uv/attestations)
        and verify against that directly:\n\n```sh\ngh attestation verify <file-path
        of downloaded artifact> --bundle <file-path of downloaded attestation>\n```\n\n###
        [`v0.9.29`](https://redirect.github.com/astral-sh/uv/releases/tag/0.9.29)\n\n[Compare
        Source](https://redirect.github.com/astral-sh/uv/compare/0.9.28...0.9.29)\n\n#####
        Release Notes\n\nReleased on 2026-02-03.\n\n##### Python\n\n- Update to Pyodide
        0.29.3 ([#&#8203;17730](https://redirect.github.com/astral-sh/uv/pull/17730))\n\n#####
        Enhancements\n\n- Add wheel-tag-style aliases for manylinux platform names
        ([#&#8203;17750](https://redirect.github.com/astral-sh/uv/pull/17750))\n-
        Hint on `uv version --bump dev` similar to pre-release bumps ([#&#8203;17796](https://redirect.github.com/astral-sh/uv/pull/17796))\n-
        Improve display of RFC 9457 Problem Detail responses in `uv publish` server
        errors ([#&#8203;17787](https://redirect.github.com/astral-sh/uv/pull/17787))\n-
        Improve the wording of publish errors during dry-run ([#&#8203;17782](https://redirect.github.com/astral-sh/uv/pull/17782))\n-
        Set backoff to 10 retries ([#&#8203;17816](https://redirect.github.com/astral-sh/uv/pull/17816))\n-
        Add properties to synthentic and project roots in Cyclone DX exports ([#&#8203;17820](https://redirect.github.com/astral-sh/uv/pull/17820))\n-
        Identify the invidividual clients in `uv publish` trace logs ([#&#8203;17784](https://redirect.github.com/astral-sh/uv/pull/17784))\n\n#####
        Preview features\n\n- Remove special casing for `base` and `default` conda
        environment names ([#&#8203;17758](https://redirect.github.com/astral-sh/uv/pull/17758))\n\n#####
        Bug fixes\n\n- Fix `PYTHONHOME` inheritance when spawning different Python
        versions ([#&#8203;17821](https://redirect.github.com/astral-sh/uv/pull/17821))\n-
        Fix wheel rejections on freethreading+debug builds ([#&#8203;17812](https://redirect.github.com/astral-sh/uv/pull/17812))\n-
        Pad with zeros during comparisons in `EqualStar` and `NotEqualStar` operators
        ([#&#8203;17751](https://redirect.github.com/astral-sh/uv/pull/17751))\n-
        Reject unknown field names in conflict declarations ([#&#8203;17727](https://redirect.github.com/astral-sh/uv/pull/17727))\n-
        Fix panics in `system-configuration` in sandboxes ([#&#8203;17829](https://redirect.github.com/astral-sh/uv/pull/17829))\n\n#####
        Documentation\n\n- Update pip pre-release compatibility information ([#&#8203;17788](https://redirect.github.com/astral-sh/uv/pull/17788))\n\n#####
        Security\n\n- Hide a subset of environment variable values in `--help` ([#&#8203;17745](https://redirect.github.com/astral-sh/uv/pull/17745))\n\n#####
        Install uv 0.9.29\n\n##### Install prebuilt binaries via shell script\n\n```sh\ncurl
        --proto '=https' --tlsv1.2 -LsSf https://github.com/astral-sh/uv/releases/download/0.9.29/uv-installer.sh
        | sh\n```\n\n##### Install prebuilt binaries via powershell script\n\n```sh\npowershell
        -ExecutionPolicy Bypass -c \"irm https://github.com/astral-sh/uv/releases/download/0.9.29/uv-installer.ps1
        | iex\"\n```\n\n##### Download uv 0.9.29\n\n| File                                                                                                                                          |
        Platform                     | Checksum                                                                                                             |\n|
        ---------------------------------------------------------------------------------------------------------------------------------------------
        | ---------------------------- | --------------------------------------------------------------------------------------------------------------------
        |\n| [uv-aarch64-apple-darwin.tar.gz](https://redirect.github.com/astral-sh/uv/releases/download/0.9.29/uv-aarch64-apple-darwin.tar.gz)
        \                    | Apple Silicon macOS          | [checksum](https://redirect.github.com/astral-sh/uv/releases/download/0.9.29/uv-aarch64-apple-darwin.tar.gz.sha256)
        \          |\n| [uv-x86\\_64-apple-darwin.tar.gz](https://redirect.github.com/astral-sh/uv/releases/download/0.9.29/uv-x86_64-apple-darwin.tar.gz)
        \                     | Intel macOS                  | [checksum](https://redirect.github.com/astral-sh/uv/releases/download/0.9.29/uv-x86_64-apple-darwin.tar.gz.sha256)
        \           |\n| [uv-aarch64-pc-windows-msvc.zip](https://redirect.github.com/astral-sh/uv/releases/download/0.9.29/uv-aarch64-pc-windows-msvc.zip)
        \                    | ARM64 Windows                | [checksum](https://redirect.github.com/astral-sh/uv/releases/download/0.9.29/uv-aarch64-pc-windows-msvc.zip.sha256)
        \          |\n| [uv-i686-pc-windows-msvc.zip](https://redirect.github.com/astral-sh/uv/releases/download/0.9.29/uv-i686-pc-windows-msvc.zip)
        \                          | x86 Windows                  | [checksum](https://redirect.github.com/astral-sh/uv/releases/download/0.9.29/uv-i686-pc-windows-msvc.zip.sha256)
        \             |\n| [uv-x86\\_64-pc-windows-msvc.zip](https://redirect.github.com/astral-sh/uv/releases/download/0.9.29/uv-x86_64-pc-windows-msvc.zip)
        \                     | x64 Windows                  | [checksum](https://redirect.github.com/astral-sh/uv/releases/download/0.9.29/uv-x86_64-pc-windows-msvc.zip.sha256)
        \           |\n| [uv-aarch64-unknown-linux-gnu.tar.gz](https://redirect.github.com/astral-sh/uv/releases/download/0.9.29/uv-aarch64-unknown-linux-gnu.tar.gz)
        \          | ARM64 Linux                  | [checksum](https://redirect.github.com/astral-sh/uv/releases/download/0.9.29/uv-aarch64-unknown-linux-gnu.tar.gz.sha256)
        \     |\n| [uv-i686-unknown-linux-gnu.tar.gz](https://redirect.github.com/astral-sh/uv/releases/download/0.9.29/uv-i686-unknown-linux-gnu.tar.gz)
        \                | x86 Linux                    | [checksum](https://redirect.github.com/astral-sh/uv/releases/download/0.9.29/uv-i686-unknown-linux-gnu.tar.gz.sha256)
        \        |\n| [uv-powerpc64-unknown-linux-gnu.tar.gz](https://redirect.github.com/astral-sh/uv/releases/download/0.9.29/uv-powerpc64-unknown-linux-gnu.tar.gz)
        \      | PPC64 Linux                  | [checksum](https://redirect.github.com/astral-sh/uv/releases/download/0.9.29/uv-powerpc64-unknown-linux-gnu.tar.gz.sha256)
        \   |\n| [uv-powerpc64le-unknown-linux-gnu.tar.gz](https://redirect.github.com/astral-sh/uv/releases/download/0.9.29/uv-powerpc64le-unknown-linux-gnu.tar.gz)
        \  | PPC64LE Linux                | [checksum](https://redirect.github.com/astral-sh/uv/releases/download/0.9.29/uv-powerpc64le-unknown-linux-gnu.tar.gz.sha256)
        \ |\n| [uv-riscv64gc-unknown-linux-gnu.tar.gz](https://redirect.github.com/astral-sh/uv/releases/download/0.9.29/uv-riscv64gc-unknown-linux-gnu.tar.gz)
        \      | RISCV Linux                  | [checksum](https://redirect.github.com/astral-sh/uv/releases/download/0.9.29/uv-riscv64gc-unknown-linux-gnu.tar.gz.sha256)
        \   |\n| [uv-s390x-unknown-linux-gnu.tar.gz](https://redirect.github.com/astral-sh/uv/releases/download/0.9.29/uv-s390x-unknown-linux-gnu.tar.gz)
        \              | S390x Linux                  | [checksum](https://redirect.github.com/astral-sh/uv/releases/download/0.9.29/uv-s390x-unknown-linux-gnu.tar.gz.sha256)
        \       |\n| [uv-x86\\_64-unknown-linux-gnu.tar.gz](https://redirect.github.com/astral-sh/uv/releases/download/0.9.29/uv-x86_64-unknown-linux-gnu.tar.gz)
        \           | x64 Linux                    | [checksum](https://redirect.github.com/astral-sh/uv/releases/download/0.9.29/uv-x86_64-unknown-linux-gnu.tar.gz.sha256)
        \      |\n| [uv-armv7-unknown-linux-gnueabihf.tar.gz](https://redirect.github.com/astral-sh/uv/releases/download/0.9.29/uv-armv7-unknown-linux-gnueabihf.tar.gz)
        \  | ARMv7 Linux                  | [checksum](https://redirect.github.com/astral-sh/uv/releases/download/0.9.29/uv-armv7-unknown-linux-gnueabihf.tar.gz.sha256)
        \ |\n| [uv-aarch64-unknown-linux-musl.tar.gz](https://redirect.github.com/astral-sh/uv/releases/download/0.9.29/uv-aarch64-unknown-linux-musl.tar.gz)
        \        | ARM64 MUSL Linux             | [checksum](https://redirect.github.com/astral-sh/uv/releases/download/0.9.29/uv-aarch64-unknown-linux-musl.tar.gz.sha256)
        \    |\n| [uv-i686-unknown-linux-musl.tar.gz](https://redirect.github.com/astral-sh/uv/releases/download/0.9.29/uv-i686-unknown-linux-musl.tar.gz)
        \              | x86 MUSL Linux               | [checksum](https://redirect.github.com/astral-sh/uv/releases/download/0.9.29/uv-i686-unknown-linux-musl.tar.gz.sha256)
        \       |\n| [uv-x86\\_64-unknown-linux-musl.tar.gz](https://redirect.github.com/astral-sh/uv/releases/download/0.9.29/uv-x86_64-unknown-linux-musl.tar.gz)
        \         | x64 MUSL Linux               | [checksum](https://redirect.github.com/astral-sh/uv/releases/download/0.9.29/uv-x86_64-unknown-linux-musl.tar.gz.sha256)
        \     |\n| [uv-arm-unknown-linux-musleabihf.tar.gz](https://redirect.github.com/astral-sh/uv/releases/download/0.9.29/uv-arm-unknown-linux-musleabihf.tar.gz)
        \    | ARMv6 MUSL Linux (Hardfloat) | [checksum](https://redirect.github.com/astral-sh/uv/releases/download/0.9.29/uv-arm-unknown-linux-musleabihf.tar.gz.sha256)
        \  |\n| [uv-armv7-unknown-linux-musleabihf.tar.gz](https://redirect.github.com/astral-sh/uv/releases/download/0.9.29/uv-armv7-unknown-linux-musleabihf.tar.gz)
        | ARMv7 MUSL Linux             | [checksum](https://redirect.github.com/astral-sh/uv/releases/download/0.9.29/uv-armv7-unknown-linux-musleabihf.tar.gz.sha256)
        |\n\n##### Verifying GitHub Artifact Attestations\n\nThe artifacts in this
        release have attestations generated with GitHub Artifact Attestations. These
        can be verified by using the [GitHub CLI](https://cli.github.com/manual/gh_attestation_verify):\n\n```sh\ngh
        attestation verify <file-path of downloaded artifact> --repo astral-sh/uv\n```\n\nYou
        can also download the attestation from [GitHub](https://redirect.github.com/astral-sh/uv/attestations)
        and verify against that directly:\n\n```sh\ngh attestation verify <file-path
        of downloaded artifact> --bundle <file-path of downloaded attestation>\n```\n\n###
        [`v0.9.28`](https://redirect.github.com/astral-sh/uv/releases/tag/0.9.28)\n\n[Compare
        Source](https://redirect.github.com/astral-sh/uv/compare/0.9.27...0.9.28)\n\n#####
        Release Notes\n\nReleased on 2026-01-29.\n\n##### Python\n\n- Update CPython
        to use [OpenSSL 3.5.5](https://redirect.github.com/openssl/openssl/releases/tag/openssl-3.5.5)
        which includes fixes for high severity CVEs ([python-build-standalone#960](https://redirect.github.com/astral-sh/python-build-standalone/pull/960))\n\n#####
        Enhancements\n\n- Add support for Pyodide interpreter on Windows ([#&#8203;17658](https://redirect.github.com/astral-sh/uv/pull/17658))\n-
        Warn if multiple indexes include `default = true` ([#&#8203;17713](https://redirect.github.com/astral-sh/uv/pull/17713))\n-
        Skip uploads when validation reports 'Already uploaded' ([#&#8203;17412](https://redirect.github.com/astral-sh/uv/pull/17412))\n\n#####
        Configuration\n\n- Add a reflink alias for the \"clone\" link mode ([#&#8203;17724](https://redirect.github.com/astral-sh/uv/pull/17724))\n\n#####
        Bug fixes\n\n- Ensure `uv.exe` exits when `uvw.exe` or `uvx.exe` is killed
        ([#&#8203;17500](https://redirect.github.com/astral-sh/uv/pull/17500))\n\n#####
        Install uv 0.9.28\n\n##### Install prebuilt binaries via shell script\n\n```sh\ncurl
        --proto '=https' --tlsv1.2 -LsSf https://github.com/astral-sh/uv/releases/download/0.9.28/uv-installer.sh
        | sh\n```\n\n##### Install prebuilt binaries via powershell script\n\n```sh\npowershell
        -ExecutionPolicy Bypass -c \"irm https://github.com/astral-sh/uv/releases/download/0.9.28/uv-installer.ps1
        | iex\"\n```\n\n##### Download uv 0.9.28\n\n| File                                                                                                                                          |
        Platform                     | Checksum                                                                                                             |\n|
        ---------------------------------------------------------------------------------------------------------------------------------------------
        | ---------------------------- | --------------------------------------------------------------------------------------------------------------------
        |\n| [uv-aarch64-apple-darwin.tar.gz](https://redirect.github.com/astral-sh/uv/releases/download/0.9.28/uv-aarch64-apple-darwin.tar.gz)
        \                    | Apple Silicon macOS          | [checksum](https://redirect.github.com/astral-sh/uv/releases/download/0.9.28/uv-aarch64-apple-darwin.tar.gz.sha256)
        \          |\n| [uv-x86\\_64-apple-darwin.tar.gz](https://redirect.github.com/astral-sh/uv/releases/download/0.9.28/uv-x86_64-apple-darwin.tar.gz)
        \                     | Intel macOS                  | [checksum](https://redirect.github.com/astral-sh/uv/releases/download/0.9.28/uv-x86_64-apple-darwin.tar.gz.sha256)
        \           |\n| [uv-aarch64-pc-windows-msvc.zip](https://redirect.github.com/astral-sh/uv/releases/download/0.9.28/uv-aarch64-pc-windows-msvc.zip)
        \                    | ARM64 Windows                | [checksum](https://redirect.github.com/astral-sh/uv/releases/download/0.9.28/uv-aarch64-pc-windows-msvc.zip.sha256)
        \          |\n| [uv-i686-pc-windows-msvc.zip](https://redirect.github.com/astral-sh/uv/releases/download/0.9.28/uv-i686-pc-windows-msvc.zip)
        \                          | x86 Windows                  | [checksum](https://redirect.github.com/astral-sh/uv/releases/download/0.9.28/uv-i686-pc-windows-msvc.zip.sha256)
        \             |\n| [uv-x86\\_64-pc-windows-msvc.zip](https://redirect.github.com/astral-sh/uv/releases/download/0.9.28/uv-x86_64-pc-windows-msvc.zip)
        \                     | x64 Windows                  | [checksum](https://redirect.github.com/astral-sh/uv/releases/download/0.9.28/uv-x86_64-pc-windows-msvc.zip.sha256)
        \           |\n| [uv-aarch64-unknown-linux-gnu.tar.gz](https://redirect.github.com/astral-sh/uv/relea"
      change_url: https://github.com/vexxhost/magnum-cluster-api/pull/854
      child_jobs: []
      commit_id: c53fc073b5e1ffdd07d1fe3968226d5cd4a9817c
      event_id: 03d19cd0-2703-11f1-9217-576c1b8453c9
      executor:
        hostname: 0a8996d2b663
        inventory_file: /var/lib/zuul/builds/e818227368aa492b9c340eb239af10f9/ansible/inventory.yaml
        log_root: /var/lib/zuul/builds/e818227368aa492b9c340eb239af10f9/work/logs
        result_data_file: /var/lib/zuul/builds/e818227368aa492b9c340eb239af10f9/work/results.json
        src_root: /var/lib/zuul/builds/e818227368aa492b9c340eb239af10f9/work/src
        work_root: /var/lib/zuul/builds/e818227368aa492b9c340eb239af10f9/work
      include_vars: []
      items:
      - branch: main
        change: '854'
        change_message: "chore(deps): update ghcr.io/astral-sh/uv docker tag to v0.11.0\n\n>
          \u2139\uFE0F **Note**\n> \n> This PR body was truncated due to platform
          limits.\n\nThis PR contains the following updates:\n\n| Package | Type |
          Update | Change |\n|---|---|---|---|\n| [ghcr.io/astral-sh/uv](https://redirect.github.com/astral-sh/uv)
          | final | minor | `0.9.9` \u2192 `0.11.0` |\n\n---\n\n### Release Notes\n\n<details>\n<summary>astral-sh/uv
          (ghcr.io/astral-sh/uv)</summary>\n\n### [`v0.11.0`](https://redirect.github.com/astral-sh/uv/blob/HEAD/CHANGELOG.md#0110)\n\nReleased
          on 2026-03-23.\n\n##### Breaking changes\n\nThis release includes changes
          to the networking stack used by uv. While we think that breakage will be
          rare, it is possible that these changes will result in the rejection of
          certificates previously trusted by uv so we have marked the change as breaking
          out of an abundance of caution.\n\nThe changes are largely driven by the
          upgrade of reqwest, which powers uv's HTTP clients, to [v0.13](https://seanmonstar.com/blog/reqwest-v013-rustls-default/)
          which included some breaking changes to TLS certificate verification.\n\nThe
          following changes are included:\n\n- [`rustls-platform-verifier`](https://redirect.github.com/rustls/rustls-platform-verifier)
          is used instead of [`rustls-native-certs`](https://redirect.github.com/rustls/rustls-native-certs)
          and [`webpki`](https://redirect.github.com/rustls/webpki) for certificate
          verification\n\n  **This change should have no effect unless you are using
          the `native-tls` option to enable reading system certificates.**\n\n  `rustls-platform-verifier`
          delegates to the system for certificate validation (e.g., `Security.framework`
          on macOS) instead of eagerly loading certificates from the system and verifying
          them via `webpki`. The effects of this change will vary based on the operating
          system. In general, uv's certificate validation should now be more consistent
          with browsers and other native applications. However, this is the most likely
          cause of breaking changes in this release. Some previously failing certificate
          chains may succeed, and some previously accepted certificate chains may
          fail. In either case, we expect the validation to be more correct and welcome
          reports of regressions.\n\n  In particular, because more responsibility
          for validating the certificate is transferred to your system's security
          library, some features like [CA constraints](https://support.apple.com/en-us/103255)
          or [revocation of certificates](https://en.wikipedia.org/wiki/Certificate_revocation)
          via OCSP and CRLs may now be used.\n\n  This change should improve performance
          when using system certificate on macOS, as uv no longer needs to load all
          certificates from the keychain at startup.\n\n- [`aws-lc`](https://redirect.github.com/aws/aws-lc)
          is used instead of `ring` for a cryptography backend\n\n  There should not
          be breaking changes from this change. We expect this to expand support for
          certificate signature algorithms.\n\n- `--native-tls` is deprecated in favor
          of a new `--system-certs` flag\n\n  The `--native-tls` flag is still usable
          and has identical behavior to `--system-certs.`\n\n  This change was made
          to reduce confusion about the TLS implementation uv uses. uv always uses
          `rustls` not `native-tls`.\n\n- Building uv on x86-64 and i686 Windows requires
          NASM\n\n  NASM is required by `aws-lc`. If not found on the system, a prebuilt
          blob provided by `aws-lc-sys` will be used.\n\n  If you are not building
          uv from source, this change has no effect.\n\n  See the [CONTRIBUTING](https://redirect.github.com/astral-sh/uv/blob/b6854d77bfd0cb78157fecaf8b30126c6f16bc11/CONTRIBUTING.md#setup)
          guide for details.\n\n- Empty `SSL_CERT_FILE` values are ignored (for consistency
          with `SSL_CERT_DIR`)\n\nSee [#&#8203;18550](https://redirect.github.com/astral-sh/uv/pull/18550)
          for details.\n\n##### Python\n\n- Enable frame pointers for improved profiling
          on Linux x86-64 and aarch64\n\nSee the [python-build-standalone release
          notes](https://redirect.github.com/astral-sh/python-build-standalone/releases/20260320)
          for details.\n\n##### Enhancements\n\n- Treat 'Dynamic' values as case-insensitive
          ([#&#8203;18669](https://redirect.github.com/astral-sh/uv/pull/18669))\n-
          Use a dedicated error for invalid cache control headers ([#&#8203;18657](https://redirect.github.com/astral-sh/uv/pull/18657))\n-
          Enable checksum verification in the generated installer script ([#&#8203;18625](https://redirect.github.com/astral-sh/uv/pull/18625))\n\n#####
          Preview features\n\n- Add `--service-format` and `--service-url` to `uv
          audit` ([#&#8203;18571](https://redirect.github.com/astral-sh/uv/pull/18571))\n\n#####
          Performance\n\n- Avoid holding flat index lock across indexes ([#&#8203;18659](https://redirect.github.com/astral-sh/uv/pull/18659))\n\n#####
          Bug fixes\n\n- Find the dynamic linker on the file system when sniffing
          binaries fails ([#&#8203;18457](https://redirect.github.com/astral-sh/uv/pull/18457))\n-
          Fix export of conflicting workspace members with dependencies ([#&#8203;18666](https://redirect.github.com/astral-sh/uv/pull/18666))\n-
          Respect installed settings in `uv tool list --outdated` ([#&#8203;18586](https://redirect.github.com/astral-sh/uv/pull/18586))\n-
          Treat paths originating as PEP 508 URLs which contain expanded variables
          as relative ([#&#8203;18680](https://redirect.github.com/astral-sh/uv/pull/18680))\n-
          Fix `uv export` for workspace member packages with conflicts ([#&#8203;18635](https://redirect.github.com/astral-sh/uv/pull/18635))\n-
          Continue to alternative authentication providers when the pyx store has
          no token ([#&#8203;18425](https://redirect.github.com/astral-sh/uv/pull/18425))\n-
          Use redacted URLs for log messages in cached client ([#&#8203;18599](https://redirect.github.com/astral-sh/uv/pull/18599))\n\n#####
          Documentation\n\n- Add details on Linux versions to the platform policy
          ([#&#8203;18574](https://redirect.github.com/astral-sh/uv/pull/18574))\n-
          Clarify `FLASH_ATTENTION_SKIP_CUDA_BUILD` guidance for `flash-attn` installs
          ([#&#8203;18473](https://redirect.github.com/astral-sh/uv/pull/18473))\n-
          Split the dependency bots page into two separate pages ([#&#8203;18597](https://redirect.github.com/astral-sh/uv/pull/18597))\n-
          Split the alternative indexes page into separate pages ([#&#8203;18607](https://redirect.github.com/astral-sh/uv/pull/18607))\n\n###
          [`v0.10.12`](https://redirect.github.com/astral-sh/uv/blob/HEAD/CHANGELOG.md#01012)\n\n[Compare
          Source](https://redirect.github.com/astral-sh/uv/compare/0.10.11...0.10.12)\n\nReleased
          on 2026-03-19.\n\n##### Python\n\n- Add pypy 3.11.15 ([#&#8203;18468](https://redirect.github.com/astral-sh/uv/pull/18468))\n-
          Add support for using Python 3.6 interpreters ([#&#8203;18454](https://redirect.github.com/astral-sh/uv/pull/18454))\n\n#####
          Enhancements\n\n- Include uv's target triple in version report ([#&#8203;18520](https://redirect.github.com/astral-sh/uv/pull/18520))\n-
          Allow comma separated values in `--no-emit-package` ([#&#8203;18565](https://redirect.github.com/astral-sh/uv/pull/18565))\n\n#####
          Preview features\n\n- Show `uv audit` in the CLI help ([#&#8203;18540](https://redirect.github.com/astral-sh/uv/pull/18540))\n\n#####
          Bug fixes\n\n- Improve reporting of managed interpreter symlinks in `uv
          python list` ([#&#8203;18459](https://redirect.github.com/astral-sh/uv/pull/18459))\n-
          Preserve end-of-line comments on previous entries when removing dependencies
          ([#&#8203;18557](https://redirect.github.com/astral-sh/uv/pull/18557))\n-
          Treat abi3 wheel Python version as a lower bound ([#&#8203;18536](https://redirect.github.com/astral-sh/uv/pull/18536))\n-
          Detect hard-float support on aarch64 kernels running armv7 userspace ([#&#8203;18530](https://redirect.github.com/astral-sh/uv/pull/18530))\n\n#####
          Documentation\n\n- Add Python 3.15 to supported versions ([#&#8203;18552](https://redirect.github.com/astral-sh/uv/pull/18552))\n-
          Adjust the PyPy note ([#&#8203;18548](https://redirect.github.com/astral-sh/uv/pull/18548))\n-
          Move Pyodide to Tier 2 in the Python support policy ([#&#8203;18561](https://redirect.github.com/astral-sh/uv/pull/18561))\n-
          Move Rust and Python version support out of the Platform support policy
          ([#&#8203;18535](https://redirect.github.com/astral-sh/uv/pull/18535))\n-
          Update Docker guide with changes from `uv-docker-example` ([#&#8203;18558](https://redirect.github.com/astral-sh/uv/pull/18558))\n-
          Update the Python version policy ([#&#8203;18559](https://redirect.github.com/astral-sh/uv/pull/18559))\n\n###
          [`v0.10.11`](https://redirect.github.com/astral-sh/uv/blob/HEAD/CHANGELOG.md#01011)\n\n[Compare
          Source](https://redirect.github.com/astral-sh/uv/compare/0.10.10...0.10.11)\n\nReleased
          on 2026-03-16.\n\n##### Enhancements\n\n- Fetch Ruff release metadata from
          an Astral mirror ([#&#8203;18358](https://redirect.github.com/astral-sh/uv/pull/18358))\n-
          Use PEP 639 license metadata for uv itself ([#&#8203;16477](https://redirect.github.com/astral-sh/uv/pull/16477))\n\n#####
          Performance\n\n- Improve distribution id performance ([#&#8203;18486](https://redirect.github.com/astral-sh/uv/pull/18486))\n\n#####
          Bug fixes\n\n- Allow `--project` to refer to a `pyproject.toml` directly
          and reduce to a warning on other files ([#&#8203;18513](https://redirect.github.com/astral-sh/uv/pull/18513))\n-
          Disable `SYSTEM_VERSION_COMPAT` when querying interpreters on macOS ([#&#8203;18452](https://redirect.github.com/astral-sh/uv/pull/18452))\n-
          Enforce available distributions for supported environments ([#&#8203;18451](https://redirect.github.com/astral-sh/uv/pull/18451))\n-
          Fix `uv sync --active` recreating active environments when `UV_PYTHON_INSTALL_DIR`
          is relative ([#&#8203;18398](https://redirect.github.com/astral-sh/uv/pull/18398))\n\n#####
          Documentation\n\n- Add missing `-o requirements.txt` in `uv pip compile`
          example ([#&#8203;12308](https://redirect.github.com/astral-sh/uv/pull/12308))\n-
          Link to organization security policy ([#&#8203;18449](https://redirect.github.com/astral-sh/uv/pull/18449))\n-
          Link to the AI policy in the contributing guide ([#&#8203;18448](https://redirect.github.com/astral-sh/uv/pull/18448))\n\n###
          [`v0.10.10`](https://redirect.github.com/astral-sh/uv/blob/HEAD/CHANGELOG.md#01010)\n\n[Compare
          Source](https://redirect.github.com/astral-sh/uv/compare/0.10.9...0.10.10)\n\nReleased
          on 2026-03-13.\n\n##### Python\n\n- Add CPython 3.15.0a7 ([#&#8203;18403](https://redirect.github.com/astral-sh/uv/pull/18403))\n\n#####
          Enhancements\n\n- Add `--outdated` flag to `uv tool list` ([#&#8203;18318](https://redirect.github.com/astral-sh/uv/pull/18318))\n-
          Add riscv64 musl target to build-release-binaries workflow ([#&#8203;18228](https://redirect.github.com/astral-sh/uv/pull/18228))\n-
          Fetch Ruff from an Astral mirror ([#&#8203;18286](https://redirect.github.com/astral-sh/uv/pull/18286))\n-
          Improve error handling for platform detection in Python downloads ([#&#8203;18453](https://redirect.github.com/astral-sh/uv/pull/18453))\n-
          Warn if `--project` directory does not exist ([#&#8203;17714](https://redirect.github.com/astral-sh/uv/pull/17714))\n-
          Warn when workspace member scripts are skipped due to missing build system
          ([#&#8203;18389](https://redirect.github.com/astral-sh/uv/pull/18389))\n-
          Update build backend versions used in `uv init` ([#&#8203;18417](https://redirect.github.com/astral-sh/uv/pull/18417))\n-
          Log explicit config file path in verbose output ([#&#8203;18353](https://redirect.github.com/astral-sh/uv/pull/18353))\n-
          Make `uv cache clear` an alias of `uv cache clean` ([#&#8203;18420](https://redirect.github.com/astral-sh/uv/pull/18420))\n-
          Reject invalid classifiers, warn on license classifiers in `uv_build` ([#&#8203;18419](https://redirect.github.com/astral-sh/uv/pull/18419))\n\n#####
          Preview features\n\n- Add links to `uv audit` output ([#&#8203;18392](https://redirect.github.com/astral-sh/uv/pull/18392))\n-
          Output/report formatting for `uv audit` ([#&#8203;18193](https://redirect.github.com/astral-sh/uv/pull/18193))\n-
          Switch to batched OSV queries for `uv audit` ([#&#8203;18394](https://redirect.github.com/astral-sh/uv/pull/18394))\n\n#####
          Bug fixes\n\n- Avoid sharing version metadata across indexes ([#&#8203;18373](https://redirect.github.com/astral-sh/uv/pull/18373))\n-
          Bump zlib-rs to 0.6.2 to fix panic on decompression of large wheels on Windows
          ([#&#8203;18362](https://redirect.github.com/astral-sh/uv/pull/18362))\n-
          Filter out unsupported environment wheels ([#&#8203;18445](https://redirect.github.com/astral-sh/uv/pull/18445))\n-
          Preserve absolute/relative paths in lockfiles ([#&#8203;18176](https://redirect.github.com/astral-sh/uv/pull/18176))\n-
          Recreate Python environments under `uv tool install --force` ([#&#8203;18399](https://redirect.github.com/astral-sh/uv/pull/18399))\n-
          Respect timestamp and other cache keys in cached environments ([#&#8203;18396](https://redirect.github.com/astral-sh/uv/pull/18396))\n-
          Simplify selected extra markers in `uv export` ([#&#8203;18433](https://redirect.github.com/astral-sh/uv/pull/18433))\n-
          Send pyx mint-token requests with a proper `Content-Type` ([#&#8203;18334](https://redirect.github.com/astral-sh/uv/pull/18334))\n-
          Fix Windows operating system and version reporting ([#&#8203;18383](https://redirect.github.com/astral-sh/uv/pull/18383))\n\n#####
          Documentation\n\n- Update the platform support policy with a tier 3 section
          including freebsd and 32-bit windows ([#&#8203;18345](https://redirect.github.com/astral-sh/uv/pull/18345))\n\n###
          [`v0.10.9`](https://redirect.github.com/astral-sh/uv/blob/HEAD/CHANGELOG.md#0109)\n\n[Compare
          Source](https://redirect.github.com/astral-sh/uv/compare/0.10.8...0.10.9)\n\nReleased
          on 2026-03-06.\n\n##### Enhancements\n\n- Add `fbgemm-gpu`, `fbgemm-gpu-genai`,
          `torchrec`, and `torchtune` to the PyTorch list ([#&#8203;18338](https://redirect.github.com/astral-sh/uv/pull/18338))\n-
          Add torchcodec to PyTorch List ([#&#8203;18336](https://redirect.github.com/astral-sh/uv/pull/18336))\n-
          Log the duration we took before erroring ([#&#8203;18231](https://redirect.github.com/astral-sh/uv/pull/18231))\n-
          Warn when using `uv_build` settings without `uv_build` ([#&#8203;15750](https://redirect.github.com/astral-sh/uv/pull/15750))\n-
          Add fallback to `/usr/lib/os-release` on Linux system lookup failure ([#&#8203;18349](https://redirect.github.com/astral-sh/uv/pull/18349))\n-
          Use `cargo auditable` to include SBOM in uv builds ([#&#8203;18276](https://redirect.github.com/astral-sh/uv/pull/18276))\n\n#####
          Configuration\n\n- Add an environment variable for `UV_VENV_RELOCATABLE`
          ([#&#8203;18331](https://redirect.github.com/astral-sh/uv/pull/18331))\n\n#####
          Performance\n\n- Avoid toml `Document` overhead ([#&#8203;18306](https://redirect.github.com/astral-sh/uv/pull/18306))\n-
          Use a single global workspace cache ([#&#8203;18307](https://redirect.github.com/astral-sh/uv/pull/18307))\n\n#####
          Bug fixes\n\n- Continue on trampoline job assignment failures ([#&#8203;18291](https://redirect.github.com/astral-sh/uv/pull/18291))\n-
          Handle the hard link limit gracefully instead of failing ([#&#8203;17699](https://redirect.github.com/astral-sh/uv/pull/17699))\n-
          Respect build constraints for workspace members ([#&#8203;18350](https://redirect.github.com/astral-sh/uv/pull/18350))\n-
          Revalidate editables and other dependencies in scripts ([#&#8203;18328](https://redirect.github.com/astral-sh/uv/pull/18328))\n-
          Support Python 3.13+ on Android ([#&#8203;18301](https://redirect.github.com/astral-sh/uv/pull/18301))\n-
          Support `cp3-none-any` ([#&#8203;17064](https://redirect.github.com/astral-sh/uv/pull/17064))\n-
          Skip tool environments with broken links to Python on Windows ([#&#8203;17176](https://redirect.github.com/astral-sh/uv/pull/17176))\n\n#####
          Documentation\n\n- Add documentation for common marker values ([#&#8203;18327](https://redirect.github.com/astral-sh/uv/pull/18327))\n-
          Improve documentation on virtual dependencies ([#&#8203;18346](https://redirect.github.com/astral-sh/uv/pull/18346))\n\n###
          [`v0.10.8`](https://redirect.github.com/astral-sh/uv/blob/HEAD/CHANGELOG.md#0108)\n\n[Compare
          Source](https://redirect.github.com/astral-sh/uv/compare/0.10.7...0.10.8)\n\nReleased
          on 2026-03-03.\n\n##### Python\n\n- Add CPython 3.10.20\n- Add CPython 3.11.15\n-
          Add CPython 3.12.13\n\n##### Enhancements\n\n- Add Docker images based on
          Docker Hardened Images ([#&#8203;18247](https://redirect.github.com/astral-sh/uv/pull/18247))\n-
          Add resolver hint when `--exclude-newer` filters out all versions of a package
          ([#&#8203;18217](https://redirect.github.com/astral-sh/uv/pull/18217))\n-
          Configure a real retry minimum delay of 1s ([#&#8203;18201](https://redirect.github.com/astral-sh/uv/pull/18201))\n-
          Expand `uv_build` direct build compatibility ([#&#8203;17902](https://redirect.github.com/astral-sh/uv/pull/17902))\n-
          Fetch CPython from an Astral mirror by default ([#&#8203;18207](https://redirect.github.com/astral-sh/uv/pull/18207))\n-
          Download uv releases from an Astral mirror in installers by default ([#&#8203;18191](https://redirect.github.com/astral-sh/uv/pull/18191))\n-
          Add SBOM attestations to Docker images ([#&#8203;18252](https://redirect.github.com/astral-sh/uv/pull/18252))\n-
          Improve hint for installing meson-python when missing as build backend ([#&#8203;15826](https://redirect.github.com/astral-sh/uv/pull/15826))\n\n#####
          Configuration\n\n- Add `UV_INIT_BARE` environment variable for `uv init`
          ([#&#8203;18210](https://redirect.github.com/astral-sh/uv/pull/18210))\n\n#####
          Bug fixes\n\n- Prevent `uv tool upgrade` from installing excluded dependencies
          ([#&#8203;18022](https://redirect.github.com/astral-sh/uv/pull/18022))\n-
          Promote authentication policy when saving tool receipts ([#&#8203;18246](https://redirect.github.com/astral-sh/uv/pull/18246))\n-
          Respect exclusions in scripts ([#&#8203;18269](https://redirect.github.com/astral-sh/uv/pull/18269))\n-
          Retain default-branch Git SHAs in `pylock.toml` files ([#&#8203;18227](https://redirect.github.com/astral-sh/uv/pull/18227))\n-
          Skip installed Python check for URL dependencies ([#&#8203;18211](https://redirect.github.com/astral-sh/uv/pull/18211))\n-
          Respect constraints during `--upgrade` ([#&#8203;18226](https://redirect.github.com/astral-sh/uv/pull/18226))\n-
          Fix `uv tree` orphaned roots and premature deduplication ([#&#8203;17212](https://redirect.github.com/astral-sh/uv/pull/17212))\n\n#####
          Documentation\n\n- Mention cooldown and tweak inline script metadata in
          dependency bots documentation ([#&#8203;18230](https://redirect.github.com/astral-sh/uv/pull/18230))\n-
          Move cache prune in GitLab to `after_script` ([#&#8203;18206](https://redirect.github.com/astral-sh/uv/pull/18206))\n\n###
          [`v0.10.7`](https://redirect.github.com/astral-sh/uv/blob/HEAD/CHANGELOG.md#0107)\n\n[Compare
          Source](https://redirect.github.com/astral-sh/uv/compare/0.10.6...0.10.7)\n\nReleased
          on 2026-02-27.\n\n##### Bug fixes\n\n- Fix handling of junctions in Windows
          Containers on Windows ([#&#8203;18192](https://redirect.github.com/astral-sh/uv/pull/18192))\n\n#####
          Enhancements\n\n- Activate logging for middleware retries ([#&#8203;18200](https://redirect.github.com/astral-sh/uv/pull/18200))\n-
          Upload uv releases to a mirror ([#&#8203;18159](https://redirect.github.com/astral-sh/uv/pull/18159))\n\n###
          [`v0.10.6`](https://redirect.github.com/astral-sh/uv/blob/HEAD/CHANGELOG.md#0106)\n\n[Compare
          Source](https://redirect.github.com/astral-sh/uv/compare/0.10.5...0.10.6)\n\nReleased
          on 2026-02-24.\n\n##### Bug fixes\n\n- Apply lockfile marker normalization
          for fork markers ([#&#8203;18116](https://redirect.github.com/astral-sh/uv/pull/18116))\n-
          Fix Python version selection for scripts with a `requires-python` conflicting
          with `.python-version` ([#&#8203;18097](https://redirect.github.com/astral-sh/uv/pull/18097))\n-
          Preserve file permissions when using reflinks on Linux ([#&#8203;18187](https://redirect.github.com/astral-sh/uv/pull/18187))\n\n#####
          Documentation\n\n- Remove verbose documentation from optional dependencies
          help text ([#&#8203;18180](https://redirect.github.com/astral-sh/uv/pull/18180))\n\n###
          [`v0.10.5`](https://redirect.github.com/astral-sh/uv/blob/HEAD/CHANGELOG.md#0105)\n\n[Compare
          Source](https://redirect.github.com/astral-sh/uv/compare/0.10.4...0.10.5)\n\nReleased
          on 2026-02-23.\n\n##### Enhancements\n\n- Add hint when named index is found
          in a parent config file ([#&#8203;18087](https://redirect.github.com/astral-sh/uv/pull/18087))\n-
          Add warning for `uv lock --frozen` ([#&#8203;17859](https://redirect.github.com/astral-sh/uv/pull/17859))\n-
          Attempt to use reflinks by default on Linux ([#&#8203;18117](https://redirect.github.com/astral-sh/uv/pull/18117))\n-
          Fallback to hardlinks after reflink failure before copying ([#&#8203;18104](https://redirect.github.com/astral-sh/uv/pull/18104))\n-
          Filter `pylock.toml` wheels by tags and `requires-python` ([#&#8203;18081](https://redirect.github.com/astral-sh/uv/pull/18081))\n-
          Validate wheel filenames are normalized during `uv publish` ([#&#8203;17783](https://redirect.github.com/astral-sh/uv/pull/17783))\n-
          Fix message when `exclude-newer` invalidates the lock file ([#&#8203;18100](https://redirect.github.com/astral-sh/uv/pull/18100))\n-
          Change the missing files log level to debug ([#&#8203;18075](https://redirect.github.com/astral-sh/uv/pull/18075))\n\n#####
          Performance\n\n- Improve performance of repeated conflicts with an extra
          ([#&#8203;18094](https://redirect.github.com/astral-sh/uv/pull/18094))\n\n#####
          Bug fixes\n\n- Fix `--no-emit-workspace` with `--all-packages` on single-member
          workspaces ([#&#8203;18098](https://redirect.github.com/astral-sh/uv/pull/18098))\n-
          Fix `UV_NO_DEFAULT_GROUPS` rejecting truthy values like `1` ([#&#8203;18057](https://redirect.github.com/astral-sh/uv/pull/18057))\n-
          Fix iOS detection ([#&#8203;17973](https://redirect.github.com/astral-sh/uv/pull/17973))\n-
          Propagate project-level conflicts to package extras ([#&#8203;18096](https://redirect.github.com/astral-sh/uv/pull/18096))\n-
          Use a global build concurrency semaphore ([#&#8203;18054](https://redirect.github.com/astral-sh/uv/pull/18054))\n\n#####
          Documentation\n\n- Update documentation heading for environment variable
          files ([#&#8203;18122](https://redirect.github.com/astral-sh/uv/pull/18122))\n-
          Fix comment about `uv export` formats ([#&#8203;17900](https://redirect.github.com/astral-sh/uv/pull/17900))\n-
          Make it clear that Windows is supported in user- and system- level configuration
          docs ([#&#8203;18106](https://redirect.github.com/astral-sh/uv/pull/18106))\n\n###
          [`v0.10.4`](https://redirect.github.com/astral-sh/uv/blob/HEAD/CHANGELOG.md#0104)\n\n[Compare
          Source](https://redirect.github.com/astral-sh/uv/compare/0.10.3...0.10.4)\n\nReleased
          on 2026-02-17.\n\n##### Enhancements\n\n- Remove duplicate references to
          the affected paths when showing `uv python` errors ([#&#8203;18008](https://redirect.github.com/astral-sh/uv/pull/18008))\n-
          Skip discovery of workspace members that contain only git-ignored files,
          including in sub-directories ([#&#8203;18051](https://redirect.github.com/astral-sh/uv/pull/18051))\n\n#####
          Bug fixes\n\n- Don't panic when initialising a package at the filesystem
          root (e.g. `uv init / --name foo`) ([#&#8203;17983](https://redirect.github.com/astral-sh/uv/pull/17983))\n-
          Fix permissions on `wheel` and `sdist` files produced by the `uv_build`
          build backend ([#&#8203;18020](https://redirect.github.com/astral-sh/uv/pull/18020))\n-
          Revert locked file change to fix locked files on NFS mounts ([#&#8203;18071](https://redirect.github.com/astral-sh/uv/pull/18071))\n\n###
          [`v0.10.3`](https://redirect.github.com/astral-sh/uv/blob/HEAD/CHANGELOG.md#0103)\n\n[Compare
          Source](https://redirect.github.com/astral-sh/uv/compare/0.10.2...0.10.3)\n\nReleased
          on 2026-02-16.\n\n##### Python\n\n- Add CPython 3.15.0a6\n\n##### Enhancements\n\n-
          Don't open file locks for writing ([#&#8203;17956](https://redirect.github.com/astral-sh/uv/pull/17956))\n-
          Make Windows trampoline error messages consistent with uv proper ([#&#8203;17969](https://redirect.github.com/astral-sh/uv/pull/17969))\n-
          Log which preview features are enabled ([#&#8203;17968](https://redirect.github.com/astral-sh/uv/pull/17968))\n\n#####
          Preview features\n\n- Add support for ruff version constraints and `exclude-newer`
          in `uv format` ([#&#8203;17651](https://redirect.github.com/astral-sh/uv/pull/17651))\n-
          Fix script path handling when `target-workspace-discovery` is enabled ([#&#8203;17965](https://redirect.github.com/astral-sh/uv/pull/17965))\n-
          Use version constraints to select the default ruff version used by `uv format`
          ([#&#8203;17977](https://redirect.github.com/astral-sh/uv/pull/17977))\n\n#####
          Bug fixes\n\n- Avoid matching managed Python versions by prefixes, e.g.
          don't match CPython 3.10 when `cpython-3.1` is specified ([#&#8203;17972](https://redirect.github.com/astral-sh/uv/pull/17972))\n-
          Fix handling of `--allow-existing` with minor version links on Windows ([#&#8203;17978](https://redirect.github.com/astral-sh/uv/pull/17978))\n-
          Fix panic when encountering unmanaged workspace members ([#&#8203;17974](https://redirect.github.com/astral-sh/uv/pull/17974))\n-
          Improve accuracy of request timing ([#&#8203;18007](https://redirect.github.com/astral-sh/uv/pull/18007))\n-
          Reject `u64::MAX` in version segments to prevent overflow ([#&#8203;17985](https://redirect.github.com/astral-sh/uv/pull/17985))\n\n#####
          Documentation\n\n- Reference Debian Trixie instead of Bookworm ([#&#8203;17991](https://redirect.github.com/astral-sh/uv/pull/17991))\n\n###
          [`v0.10.2`](https://redirect.github.com/astral-sh/uv/blob/HEAD/CHANGELOG.md#0102)\n\n[Compare
          Source](https://redirect.github.com/astral-sh/uv/compare/0.10.1...0.10.2)\n\nReleased
          on 2026-02-10.\n\n##### Enhancements\n\n- Deprecate unexpected ZIP compression
          methods ([#&#8203;17946](https://redirect.github.com/astral-sh/uv/pull/17946))\n\n#####
          Bug fixes\n\n- Fix `cargo-install` failing due to missing `uv-test` dependency
          ([#&#8203;17954](https://redirect.github.com/astral-sh/uv/pull/17954))\n\n###
          [`v0.10.1`](https://redirect.github.com/astral-sh/uv/blob/HEAD/CHANGELOG.md#0101)\n\n[Compare
          Source](https://redirect.github.com/astral-sh/uv/compare/0.10.0...0.10.1)\n\nReleased
          on 2026-02-10.\n\n##### Enhancements\n\n- Don't panic on metadata read errors
          ([#&#8203;17904](https://redirect.github.com/astral-sh/uv/pull/17904))\n-
          Skip empty workspace members instead of failing ([#&#8203;17901](https://redirect.github.com/astral-sh/uv/pull/17901))\n-
          Don't fail creating a read-only `sdist-vX/.git` if it already exists ([#&#8203;17825](https://redirect.github.com/astral-sh/uv/pull/17825))\n\n#####
          Documentation\n\n- Suggest `uv python update-shell` over `uv tool update-shell`
          in Python docs ([#&#8203;17941](https://redirect.github.com/astral-sh/uv/pull/17941))\n\n###
          [`v0.10.0`](https://redirect.github.com/astral-sh/uv/blob/HEAD/CHANGELOG.md#0100)\n\n[Compare
          Source](https://redirect.github.com/astral-sh/uv/compare/0.9.30...0.10.0)\n\nSince
          we released uv [0.9.0](https://redirect.github.com/astral-sh/uv/releases/tag/0.9.0)
          in October of 2025, we've accumulated various changes that improve correctness
          and user experience, but could break some workflows. This release contains
          those changes; many have been marked as breaking out of an abundance of
          caution. We expect most users to be able to upgrade without making changes.\n\nThis
          release also includes the stabilization of preview features. Python upgrades
          are now stable, including the `uv python upgrade` command, `uv python install
          --upgrade`, and automatically upgrading Python patch versions in virtual
          environments when a new version is installed. The `add-bounds` and `extra-build-dependencies`
          settings are now stable. Finally, the `uv workspace dir` and `uv workspace
          list` utilities for writing scripts against workspace members are now stable.\n\nThere
          are no breaking changes to [`uv_build`](https://docs.astral.sh/uv/concepts/build-backend/).
          If you have an upper bound in your `[build-system]` table, you should update
          it, e.g., from `<0.10.0` to `<0.11.0`.\n\n##### Breaking changes\n\n- **Require
          `--clear` to remove existing virtual environments in `uv venv`** ([#&#8203;17757](https://redirect.github.com/astral-sh/uv/pull/17757))\n\n
          \ Previously, `uv venv` would prompt for confirmation before removing an
          existing virtual environment in interactive contexts, and remove it without
          confirmation in non-interactive contexts. Now, `uv venv` requires the `--clear`
          flag to remove an existing virtual environment. A warning for this change
          was added in [uv 0.8](https://redirect.github.com/astral-sh/uv/blob/main/changelogs/0.8.x.md#breaking-changes).\n\n
          \ You can opt out of this behavior by passing the `--clear` flag or setting
          `UV_VENV_CLEAR=1`.\n- **Error if multiple indexes include `default = true`**
          ([#&#8203;17011](https://redirect.github.com/astral-sh/uv/pull/17011))\n\n
          \ Previously, uv would silently accept multiple indexes with `default =
          true` and use the first one. Now, uv will error if multiple indexes are
          marked as the default.\n\n  You cannot opt out of this behavior. Remove
          `default = true` from all but one index.\n- **Error when an `explicit` index
          is unnamed** ([#&#8203;17777](https://redirect.github.com/astral-sh/uv/pull/17777))\n\n
          \ Explicit indexes can only be used via the `[tool.uv.sources]` table, which
          requires referencing the index by name. Previously, uv would silently accept
          unnamed explicit indexes, which could never be referenced. Now, uv will
          error if an explicit index does not have a name.\n\n  You cannot opt out
          of this behavior. Add a `name` to the explicit index or remove the entry.\n-
          **Install alternative Python executables using their implementation name**
          ([#&#8203;17756](https://redirect.github.com/astral-sh/uv/pull/17756), [#&#8203;17760](https://redirect.github.com/astral-sh/uv/pull/17760))\n\n
          \ Previously, `uv python install` would install PyPy, GraalPy, and Pyodide
          executables with names like `python3.10` into the bin directory. Now, these
          executables will be named using their implementation name, e.g., `pypy3.10`,
          `graalpy3.10`, and `pyodide3.12`, to avoid conflicting with CPython installations.\n\n
          \ You cannot opt out of this behavior.\n- **Respect global Python version
          pins in `uv tool run` and `uv tool install`** ([#&#8203;14112](https://redirect.github.com/astral-sh/uv/pull/14112))\n\n
          \ Previously, `uv tool run` and `uv tool install` did not respect the global
          Python version pin (set via `uv python pin --global`). Now, these commands
          will use the global Python version when no explicit version is requested.\n\n
          \ For `uv tool install`, if the tool is already installed, the Python version
          will not change unless `--reinstall` or `--python` is provided. If the tool
          was previously installed with an explicit `--python` flag, the global pin
          will not override it.\n\n  You can opt out of this behavior by providing
          an explicit `--python` flag.\n- **Remove Debian Bookworm, Alpine 3.21, and
          Python 3.8 Docker images** ([#&#8203;17755](https://redirect.github.com/astral-sh/uv/pull/17755))\n\n
          \ The Debian Bookworm and Alpine 3.21 images were replaced by Debian Trixie
          and Alpine 3.22 as defaults in [uv 0.9](https://redirect.github.com/astral-sh/uv/pull/15352).
          These older images are now removed. Python 3.8 images are also removed,
          as Python 3.8 is no longer supported in the Trixie or Alpine base images.\n\n
          \ The following image tags are no longer published:\n\n  - `uv:bookworm`,
          `uv:bookworm-slim`\n  - `uv:alpine3.21`\n  - `uv:python3.8-*`\n\n  Use `uv:debian`
          or `uv:trixie` instead of `uv:bookworm`, `uv:alpine` or `uv:alpine3.22`
          instead of `uv:alpine3.21`, and a newer Python version instead of `uv:python3.8-*`.\n-
          **Drop PPC64 (big endian) builds** ([#&#8203;17626](https://redirect.github.com/astral-sh/uv/pull/17626))\n\n
          \ uv no longer provides pre-built binaries for PPC64 (big endian). This
          platform appears to be largely unused and is only supported on a single
          manylinux version. PPC64LE (little endian) builds are unaffected.\n\n  Building
          uv from source is still supported for this platform.\n- **Skip generating
          `activate.csh` for relocatable virtual environments** ([#&#8203;17759](https://redirect.github.com/astral-sh/uv/pull/17759))\n\n
          \ Previously, `uv venv --relocatable` would generate an `activate.csh` script
          that contained hardcoded paths, making it incompatible with relocation.
          Now, the `activate.csh` script is not generated for relocatable virtual
          environments.\n\n  You cannot opt out of this behavior.\n- **Require username
          when multiple credentials match a URL** ([#&#8203;16983](https://redirect.github.com/astral-sh/uv/pull/16983))\n\n
          \ When using `uv auth login` to store credentials, you can register multiple
          username and password combinations for the same host. Previously, when uv
          needed to authenticate and multiple credentials matched the URL (e.g., when
          retrieving a token with `uv auth token`), uv would pick the first match.
          Now, uv will error instead.\n\n  You cannot opt out of this behavior. Include
          the username in the request, e.g., `uv auth token --username foo example.com`.\n-
          **Avoid invalidating the lockfile versions after an `exclude-newer` change**
          ([#&#8203;17721](https://redirect.github.com/astral-sh/uv/pull/17721))\n\n
          \ Previously, changing the `exclude-newer` setting would cause package versions
          to be upgraded, ignoring the lockfile entirely. Now, uv will only change
          package versions if they are no longer within the `exclude-newer` range.\n\n
          \ You can restore the previous behavior by using `--upgrade` or `--upgrade-package`
          to opt-in to package version changes.\n- **Upgrade `uv format` to Ruff 0.15.0**
          ([#&#8203;17838](https://redirect.github.com/astral-sh/uv/pull/17838))\n\n
          \ `uv format` now uses [Ruff 0.15.0](https://redirect.github.com/astral-sh/ruff/releases/tag/0.15.0),
          which uses the [2026 style guide](https://astral.sh/blog/ruff-v0.15.0#the-ruff-2026-style-guide).
          See the blog post for details.\n\n  The formatting of code is likely to
          change. You can opt out of this behavior by requesting an older Ruff version,
          e.g., `uv format --version 0.14.14`.\n- **Update uv crate test features
          to use `test-` as a prefix** ([#&#8203;17860](https://redirect.github.com/astral-sh/uv/pull/17860))\n\n
          \ This change only affects redistributors of uv. The Cargo features used
          to gate test dependencies, e.g., `pypi`, have been renamed with a `test-`
          prefix for clarity, e.g., `test-pypi`.\n\n##### Stabilizations\n\n- **`uv
          python upgrade` and `uv python install --upgrade`** ([#&#8203;17766](https://redirect.github.com/astral-sh/uv/pull/17766))\n\n
          \ When installing Python versions, an [intermediary directory](https://docs.astral.sh/uv/concepts/python-versions/#minor-version-directories)
          without the patch version attached will be created, and virtual environments
          will be transparently upgraded to new patch versions.\n\n  See the [Python
          version documentation](https://docs.astral.sh/uv/concepts/python-versions/#upgrading-python-versions)
          for more details.\n- **`uv add --bounds` and the `add-bounds` configuration
          option** ([#&#8203;17660](https://redirect.github.com/astral-sh/uv/pull/17660))\n\n
          \ This does not come with any behavior changes. You will no longer see an
          experimental warning when using `uv add --bounds` or `add-bounds` in configuration.\n-
          **`uv workspace list` and `uv workspace dir`** ([#&#8203;17768](https://redirect.github.com/astral-sh/uv/pull/17768))\n\n
          \ This does not come with any behavior changes. You will no longer see an
          experimental warning when using these commands.\n- **`extra-build-dependencies`**
          ([#&#8203;17767](https://redirect.github.com/astral-sh/uv/pull/17767))\n\n
          \ This does not come with any behavior changes. You will no longer see an
          experimental warning when using `extra-build-dependencies` in configuration.\n\n#####
          Enhancements\n\n- Improve ABI tag error message phrasing ([#&#8203;17878](https://redirect.github.com/astral-sh/uv/pull/17878))\n-
          Introduce a 10s connect timeout ([#&#8203;17733](https://redirect.github.com/astral-sh/uv/pull/17733))\n-
          Allow using `pyx.dev` as a target in `uv auth` commands despite `PYX_API_URL`
          differing ([#&#8203;17856](https://redirect.github.com/astral-sh/uv/pull/17856))\n\n#####
          Bug fixes\n\n- Support all CPython ABI tag suffixes properly  ([#&#8203;17817](https://redirect.github.com/astral-sh/uv/pull/17817))\n-
          Add support for detecting PowerShell on Linux and macOS ([#&#8203;17870](https://redirect.github.com/astral-sh/uv/pull/17870))\n-
          Retry timeout errors for streams ([#&#8203;17875](https://redirect.github.com/astral-sh/uv/pull/17875))\n\n###
          [`v0.9.30`](https://redirect.github.com/astral-sh/uv/releases/tag/0.9.30)\n\n[Compare
          Source](https://redirect.github.com/astral-sh/uv/compare/0.9.29...0.9.30)\n\n#####
          Release Notes\n\nReleased on 2026-02-04.\n\n##### Python\n\n- Add CPython
          3.14.3 and 3.13.12 ([#&#8203;17849](https://redirect.github.com/astral-sh/uv/pull/17849))\n\n#####
          Enhancements\n\n- Allow comma-separated values for `--extra` option ([#&#8203;17525](https://redirect.github.com/astral-sh/uv/pull/17525))\n-
          Check all files during a dry-run publish instead of stopping at the first
          failure ([#&#8203;17785](https://redirect.github.com/astral-sh/uv/pull/17785))\n-
          Clarify `UV_HTTP_TIMEOUT` error message ([#&#8203;17493](https://redirect.github.com/astral-sh/uv/pull/17493))\n\n#####
          Preview features\n\n- Use relocatable virtual environments by default ([#&#8203;17770](https://redirect.github.com/astral-sh/uv/pull/17770))\n\n#####
          Bug fixes\n\n- Fix deadlock on token refresh in `uv publish` when using
          pyx ([#&#8203;17832](https://redirect.github.com/astral-sh/uv/pull/17832))\n-
          Ignore global Python pins when incompatible with project ([#&#8203;15473](https://redirect.github.com/astral-sh/uv/pull/15473))\n\n#####
          Install uv 0.9.30\n\n##### Install prebuilt binaries via shell script\n\n```sh\ncurl
          --proto '=https' --tlsv1.2 -LsSf https://github.com/astral-sh/uv/releases/download/0.9.30/uv-installer.sh
          | sh\n```\n\n##### Install prebuilt binaries via powershell script\n\n```sh\npowershell
          -ExecutionPolicy Bypass -c \"irm https://github.com/astral-sh/uv/releases/download/0.9.30/uv-installer.ps1
          | iex\"\n```\n\n##### Download uv 0.9.30\n\n| File                                                                                                                                          |
          Platform                     | Checksum                                                                                                             |\n|
          ---------------------------------------------------------------------------------------------------------------------------------------------
          | ---------------------------- | --------------------------------------------------------------------------------------------------------------------
          |\n| [uv-aarch64-apple-darwin.tar.gz](https://redirect.github.com/astral-sh/uv/releases/download/0.9.30/uv-aarch64-apple-darwin.tar.gz)
          \                    | Apple Silicon macOS          | [checksum](https://redirect.github.com/astral-sh/uv/releases/download/0.9.30/uv-aarch64-apple-darwin.tar.gz.sha256)
          \          |\n| [uv-x86\\_64-apple-darwin.tar.gz](https://redirect.github.com/astral-sh/uv/releases/download/0.9.30/uv-x86_64-apple-darwin.tar.gz)
          \                     | Intel macOS                  | [checksum](https://redirect.github.com/astral-sh/uv/releases/download/0.9.30/uv-x86_64-apple-darwin.tar.gz.sha256)
          \           |\n| [uv-aarch64-pc-windows-msvc.zip](https://redirect.github.com/astral-sh/uv/releases/download/0.9.30/uv-aarch64-pc-windows-msvc.zip)
          \                    | ARM64 Windows                | [checksum](https://redirect.github.com/astral-sh/uv/releases/download/0.9.30/uv-aarch64-pc-windows-msvc.zip.sha256)
          \          |\n| [uv-i686-pc-windows-msvc.zip](https://redirect.github.com/astral-sh/uv/releases/download/0.9.30/uv-i686-pc-windows-msvc.zip)
          \                          | x86 Windows                  | [checksum](https://redirect.github.com/astral-sh/uv/releases/download/0.9.30/uv-i686-pc-windows-msvc.zip.sha256)
          \             |\n| [uv-x86\\_64-pc-windows-msvc.zip](https://redirect.github.com/astral-sh/uv/releases/download/0.9.30/uv-x86_64-pc-windows-msvc.zip)
          \                     | x64 Windows                  | [checksum](https://redirect.github.com/astral-sh/uv/releases/download/0.9.30/uv-x86_64-pc-windows-msvc.zip.sha256)
          \           |\n| [uv-aarch64-unknown-linux-gnu.tar.gz](https://redirect.github.com/astral-sh/uv/releases/download/0.9.30/uv-aarch64-unknown-linux-gnu.tar.gz)
          \          | ARM64 Linux                  | [checksum](https://redirect.github.com/astral-sh/uv/releases/download/0.9.30/uv-aarch64-unknown-linux-gnu.tar.gz.sha256)
          \     |\n| [uv-i686-unknown-linux-gnu.tar.gz](https://redirect.github.com/astral-sh/uv/releases/download/0.9.30/uv-i686-unknown-linux-gnu.tar.gz)
          \                | x86 Linux                    | [checksum](https://redirect.github.com/astral-sh/uv/releases/download/0.9.30/uv-i686-unknown-linux-gnu.tar.gz.sha256)
          \        |\n| [uv-powerpc64-unknown-linux-gnu.tar.gz](https://redirect.github.com/astral-sh/uv/releases/download/0.9.30/uv-powerpc64-unknown-linux-gnu.tar.gz)
          \      | PPC64 Linux                  | [checksum](https://redirect.github.com/astral-sh/uv/releases/download/0.9.30/uv-powerpc64-unknown-linux-gnu.tar.gz.sha256)
          \   |\n| [uv-powerpc64le-unknown-linux-gnu.tar.gz](https://redirect.github.com/astral-sh/uv/releases/download/0.9.30/uv-powerpc64le-unknown-linux-gnu.tar.gz)
          \  | PPC64LE Linux                | [checksum](https://redirect.github.com/astral-sh/uv/releases/download/0.9.30/uv-powerpc64le-unknown-linux-gnu.tar.gz.sha256)
          \ |\n| [uv-riscv64gc-unknown-linux-gnu.tar.gz](https://redirect.github.com/astral-sh/uv/releases/download/0.9.30/uv-riscv64gc-unknown-linux-gnu.tar.gz)
          \      | RISCV Linux                  | [checksum](https://redirect.github.com/astral-sh/uv/releases/download/0.9.30/uv-riscv64gc-unknown-linux-gnu.tar.gz.sha256)
          \   |\n| [uv-s390x-unknown-linux-gnu.tar.gz](https://redirect.github.com/astral-sh/uv/releases/download/0.9.30/uv-s390x-unknown-linux-gnu.tar.gz)
          \              | S390x Linux                  | [checksum](https://redirect.github.com/astral-sh/uv/releases/download/0.9.30/uv-s390x-unknown-linux-gnu.tar.gz.sha256)
          \       |\n| [uv-x86\\_64-unknown-linux-gnu.tar.gz](https://redirect.github.com/astral-sh/uv/releases/download/0.9.30/uv-x86_64-unknown-linux-gnu.tar.gz)
          \           | x64 Linux                    | [checksum](https://redirect.github.com/astral-sh/uv/releases/download/0.9.30/uv-x86_64-unknown-linux-gnu.tar.gz.sha256)
          \      |\n| [uv-armv7-unknown-linux-gnueabihf.tar.gz](https://redirect.github.com/astral-sh/uv/releases/download/0.9.30/uv-armv7-unknown-linux-gnueabihf.tar.gz)
          \  | ARMv7 Linux                  | [checksum](https://redirect.github.com/astral-sh/uv/releases/download/0.9.30/uv-armv7-unknown-linux-gnueabihf.tar.gz.sha256)
          \ |\n| [uv-aarch64-unknown-linux-musl.tar.gz](https://redirect.github.com/astral-sh/uv/releases/download/0.9.30/uv-aarch64-unknown-linux-musl.tar.gz)
          \        | ARM64 MUSL Linux             | [checksum](https://redirect.github.com/astral-sh/uv/releases/download/0.9.30/uv-aarch64-unknown-linux-musl.tar.gz.sha256)
          \    |\n| [uv-i686-unknown-linux-musl.tar.gz](https://redirect.github.com/astral-sh/uv/releases/download/0.9.30/uv-i686-unknown-linux-musl.tar.gz)
          \              | x86 MUSL Linux               | [checksum](https://redirect.github.com/astral-sh/uv/releases/download/0.9.30/uv-i686-unknown-linux-musl.tar.gz.sha256)
          \       |\n| [uv-x86\\_64-unknown-linux-musl.tar.gz](https://redirect.github.com/astral-sh/uv/releases/download/0.9.30/uv-x86_64-unknown-linux-musl.tar.gz)
          \         | x64 MUSL Linux               | [checksum](https://redirect.github.com/astral-sh/uv/releases/download/0.9.30/uv-x86_64-unknown-linux-musl.tar.gz.sha256)
          \     |\n| [uv-arm-unknown-linux-musleabihf.tar.gz](https://redirect.github.com/astral-sh/uv/releases/download/0.9.30/uv-arm-unknown-linux-musleabihf.tar.gz)
          \    | ARMv6 MUSL Linux (Hardfloat) | [checksum](https://redirect.github.com/astral-sh/uv/releases/download/0.9.30/uv-arm-unknown-linux-musleabihf.tar.gz.sha256)
          \  |\n| [uv-armv7-unknown-linux-musleabihf.tar.gz](https://redirect.github.com/astral-sh/uv/releases/download/0.9.30/uv-armv7-unknown-linux-musleabihf.tar.gz)
          | ARMv7 MUSL Linux             | [checksum](https://redirect.github.com/astral-sh/uv/releases/download/0.9.30/uv-armv7-unknown-linux-musleabihf.tar.gz.sha256)
          |\n\n##### Verifying GitHub Artifact Attestations\n\nThe artifacts in this
          release have attestations generated with GitHub Artifact Attestations. These
          can be verified by using the [GitHub CLI](https://cli.github.com/manual/gh_attestation_verify):\n\n```sh\ngh
          attestation verify <file-path of downloaded artifact> --repo astral-sh/uv\n```\n\nYou
          can also download the attestation from [GitHub](https://redirect.github.com/astral-sh/uv/attestations)
          and verify against that directly:\n\n```sh\ngh attestation verify <file-path
          of downloaded artifact> --bundle <file-path of downloaded attestation>\n```\n\n###
          [`v0.9.29`](https://redirect.github.com/astral-sh/uv/releases/tag/0.9.29)\n\n[Compare
          Source](https://redirect.github.com/astral-sh/uv/compare/0.9.28...0.9.29)\n\n#####
          Release Notes\n\nReleased on 2026-02-03.\n\n##### Python\n\n- Update to
          Pyodide 0.29.3 ([#&#8203;17730](https://redirect.github.com/astral-sh/uv/pull/17730))\n\n#####
          Enhancements\n\n- Add wheel-tag-style aliases for manylinux platform names
          ([#&#8203;17750](https://redirect.github.com/astral-sh/uv/pull/17750))\n-
          Hint on `uv version --bump dev` similar to pre-release bumps ([#&#8203;17796](https://redirect.github.com/astral-sh/uv/pull/17796))\n-
          Improve display of RFC 9457 Problem Detail responses in `uv publish` server
          errors ([#&#8203;17787](https://redirect.github.com/astral-sh/uv/pull/17787))\n-
          Improve the wording of publish errors during dry-run ([#&#8203;17782](https://redirect.github.com/astral-sh/uv/pull/17782))\n-
          Set backoff to 10 retries ([#&#8203;17816](https://redirect.github.com/astral-sh/uv/pull/17816))\n-
          Add properties to synthentic and project roots in Cyclone DX exports ([#&#8203;17820](https://redirect.github.com/astral-sh/uv/pull/17820))\n-
          Identify the invidividual clients in `uv publish` trace logs ([#&#8203;17784](https://redirect.github.com/astral-sh/uv/pull/17784))\n\n#####
          Preview features\n\n- Remove special casing for `base` and `default` conda
          environment names ([#&#8203;17758](https://redirect.github.com/astral-sh/uv/pull/17758))\n\n#####
          Bug fixes\n\n- Fix `PYTHONHOME` inheritance when spawning different Python
          versions ([#&#8203;17821](https://redirect.github.com/astral-sh/uv/pull/17821))\n-
          Fix wheel rejections on freethreading+debug builds ([#&#8203;17812](https://redirect.github.com/astral-sh/uv/pull/17812))\n-
          Pad with zeros during comparisons in `EqualStar` and `NotEqualStar` operators
          ([#&#8203;17751](https://redirect.github.com/astral-sh/uv/pull/17751))\n-
          Reject unknown field names in conflict declarations ([#&#8203;17727](https://redirect.github.com/astral-sh/uv/pull/17727))\n-
          Fix panics in `system-configuration` in sandboxes ([#&#8203;17829](https://redirect.github.com/astral-sh/uv/pull/17829))\n\n#####
          Documentation\n\n- Update pip pre-release compatibility information ([#&#8203;17788](https://redirect.github.com/astral-sh/uv/pull/17788))\n\n#####
          Security\n\n- Hide a subset of environment variable values in `--help` ([#&#8203;17745](https://redirect.github.com/astral-sh/uv/pull/17745))\n\n#####
          Install uv 0.9.29\n\n##### Install prebuilt binaries via shell script\n\n```sh\ncurl
          --proto '=https' --tlsv1.2 -LsSf https://github.com/astral-sh/uv/releases/download/0.9.29/uv-installer.sh
          | sh\n```\n\n##### Install prebuilt binaries via powershell script\n\n```sh\npowershell
          -ExecutionPolicy Bypass -c \"irm https://github.com/astral-sh/uv/releases/download/0.9.29/uv-installer.ps1
          | iex\"\n```\n\n##### Download uv 0.9.29\n\n| File                                                                                                                                          |
          Platform                     | Checksum                                                                                                             |\n|
          ---------------------------------------------------------------------------------------------------------------------------------------------
          | ---------------------------- | --------------------------------------------------------------------------------------------------------------------
          |\n| [uv-aarch64-apple-darwin.tar.gz](https://redirect.github.com/astral-sh/uv/releases/download/0.9.29/uv-aarch64-apple-darwin.tar.gz)
          \                    | Apple Silicon macOS          | [checksum](https://redirect.github.com/astral-sh/uv/releases/download/0.9.29/uv-aarch64-apple-darwin.tar.gz.sha256)
          \          |\n| [uv-x86\\_64-apple-darwin.tar.gz](https://redirect.github.com/astral-sh/uv/releases/download/0.9.29/uv-x86_64-apple-darwin.tar.gz)
          \                     | Intel macOS                  | [checksum](https://redirect.github.com/astral-sh/uv/releases/download/0.9.29/uv-x86_64-apple-darwin.tar.gz.sha256)
          \           |\n| [uv-aarch64-pc-windows-msvc.zip](https://redirect.github.com/astral-sh/uv/releases/download/0.9.29/uv-aarch64-pc-windows-msvc.zip)
          \                    | ARM64 Windows                | [checksum](https://redirect.github.com/astral-sh/uv/releases/download/0.9.29/uv-aarch64-pc-windows-msvc.zip.sha256)
          \          |\n| [uv-i686-pc-windows-msvc.zip](https://redirect.github.com/astral-sh/uv/releases/download/0.9.29/uv-i686-pc-windows-msvc.zip)
          \                          | x86 Windows                  | [checksum](https://redirect.github.com/astral-sh/uv/releases/download/0.9.29/uv-i686-pc-windows-msvc.zip.sha256)
          \             |\n| [uv-x86\\_64-pc-windows-msvc.zip](https://redirect.github.com/astral-sh/uv/releases/download/0.9.29/uv-x86_64-pc-windows-msvc.zip)
          \                     | x64 Windows                  | [checksum](https://redirect.github.com/astral-sh/uv/releases/download/0.9.29/uv-x86_64-pc-windows-msvc.zip.sha256)
          \           |\n| [uv-aarch64-unknown-linux-gnu.tar.gz](https://redirect.github.com/astral-sh/uv/releases/download/0.9.29/uv-aarch64-unknown-linux-gnu.tar.gz)
          \          | ARM64 Linux                  | [checksum](https://redirect.github.com/astral-sh/uv/releases/download/0.9.29/uv-aarch64-unknown-linux-gnu.tar.gz.sha256)
          \     |\n| [uv-i686-unknown-linux-gnu.tar.gz](https://redirect.github.com/astral-sh/uv/releases/download/0.9.29/uv-i686-unknown-linux-gnu.tar.gz)
          \                | x86 Linux                    | [checksum](https://redirect.github.com/astral-sh/uv/releases/download/0.9.29/uv-i686-unknown-linux-gnu.tar.gz.sha256)
          \        |\n| [uv-powerpc64-unknown-linux-gnu.tar.gz](https://redirect.github.com/astral-sh/uv/releases/download/0.9.29/uv-powerpc64-unknown-linux-gnu.tar.gz)
          \      | PPC64 Linux                  | [checksum](https://redirect.github.com/astral-sh/uv/releases/download/0.9.29/uv-powerpc64-unknown-linux-gnu.tar.gz.sha256)
          \   |\n| [uv-powerpc64le-unknown-linux-gnu.tar.gz](https://redirect.github.com/astral-sh/uv/releases/download/0.9.29/uv-powerpc64le-unknown-linux-gnu.tar.gz)
          \  | PPC64LE Linux                | [checksum](https://redirect.github.com/astral-sh/uv/releases/download/0.9.29/uv-powerpc64le-unknown-linux-gnu.tar.gz.sha256)
          \ |\n| [uv-riscv64gc-unknown-linux-gnu.tar.gz](https://redirect.github.com/astral-sh/uv/releases/download/0.9.29/uv-riscv64gc-unknown-linux-gnu.tar.gz)
          \      | RISCV Linux                  | [checksum](https://redirect.github.com/astral-sh/uv/releases/download/0.9.29/uv-riscv64gc-unknown-linux-gnu.tar.gz.sha256)
          \   |\n| [uv-s390x-unknown-linux-gnu.tar.gz](https://redirect.github.com/astral-sh/uv/releases/download/0.9.29/uv-s390x-unknown-linux-gnu.tar.gz)
          \              | S390x Linux                  | [checksum](https://redirect.github.com/astral-sh/uv/releases/download/0.9.29/uv-s390x-unknown-linux-gnu.tar.gz.sha256)
          \       |\n| [uv-x86\\_64-unknown-linux-gnu.tar.gz](https://redirect.github.com/astral-sh/uv/releases/download/0.9.29/uv-x86_64-unknown-linux-gnu.tar.gz)
          \           | x64 Linux                    | [checksum](https://redirect.github.com/astral-sh/uv/releases/download/0.9.29/uv-x86_64-unknown-linux-gnu.tar.gz.sha256)
          \      |\n| [uv-armv7-unknown-linux-gnueabihf.tar.gz](https://redirect.github.com/astral-sh/uv/releases/download/0.9.29/uv-armv7-unknown-linux-gnueabihf.tar.gz)
          \  | ARMv7 Linux                  | [checksum](https://redirect.github.com/astral-sh/uv/releases/download/0.9.29/uv-armv7-unknown-linux-gnueabihf.tar.gz.sha256)
          \ |\n| [uv-aarch64-unknown-linux-musl.tar.gz](https://redirect.github.com/astral-sh/uv/releases/download/0.9.29/uv-aarch64-unknown-linux-musl.tar.gz)
          \        | ARM64 MUSL Linux             | [checksum](https://redirect.github.com/astral-sh/uv/releases/download/0.9.29/uv-aarch64-unknown-linux-musl.tar.gz.sha256)
          \    |\n| [uv-i686-unknown-linux-musl.tar.gz](https://redirect.github.com/astral-sh/uv/releases/download/0.9.29/uv-i686-unknown-linux-musl.tar.gz)
          \              | x86 MUSL Linux               | [checksum](https://redirect.github.com/astral-sh/uv/releases/download/0.9.29/uv-i686-unknown-linux-musl.tar.gz.sha256)
          \       |\n| [uv-x86\\_64-unknown-linux-musl.tar.gz](https://redirect.github.com/astral-sh/uv/releases/download/0.9.29/uv-x86_64-unknown-linux-musl.tar.gz)
          \         | x64 MUSL Linux               | [checksum](https://redirect.github.com/astral-sh/uv/releases/download/0.9.29/uv-x86_64-unknown-linux-musl.tar.gz.sha256)
          \     |\n| [uv-arm-unknown-linux-musleabihf.tar.gz](https://redirect.github.com/astral-sh/uv/releases/download/0.9.29/uv-arm-unknown-linux-musleabihf.tar.gz)
          \    | ARMv6 MUSL Linux (Hardfloat) | [checksum](https://redirect.github.com/astral-sh/uv/releases/download/0.9.29/uv-arm-unknown-linux-musleabihf.tar.gz.sha256)
          \  |\n| [uv-armv7-unknown-linux-musleabihf.tar.gz](https://redirect.github.com/astral-sh/uv/releases/download/0.9.29/uv-armv7-unknown-linux-musleabihf.tar.gz)
          | ARMv7 MUSL Linux             | [checksum](https://redirect.github.com/astral-sh/uv/releases/download/0.9.29/uv-armv7-unknown-linux-musleabihf.tar.gz.sha256)
          |\n\n##### Verifying GitHub Artifact Attestations\n\nThe artifacts in this
          release have attestations generated with GitHub Artifact Attestations. These
          can be verified by using the [GitHub CLI](https://cli.github.com/manual/gh_attestation_verify):\n\n```sh\ngh
          attestation verify <file-path of downloaded artifact> --repo astral-sh/uv\n```\n\nYou
          can also download the attestation from [GitHub](https://redirect.github.com/astral-sh/uv/attestations)
          and verify against that directly:\n\n```sh\ngh attestation verify <file-path
          of downloaded artifact> --bundle <file-path of downloaded attestation>\n```\n\n###
          [`v0.9.28`](https://redirect.github.com/astral-sh/uv/releases/tag/0.9.28)\n\n[Compare
          Source](https://redirect.github.com/astral-sh/uv/compare/0.9.27...0.9.28)\n\n#####
          Release Notes\n\nReleased on 2026-01-29.\n\n##### Python\n\n- Update CPython
          to use [OpenSSL 3.5.5](https://redirect.github.com/openssl/openssl/releases/tag/openssl-3.5.5)
          which includes fixes for high severity CVEs ([python-build-standalone#960](https://redirect.github.com/astral-sh/python-build-standalone/pull/960))\n\n#####
          Enhancements\n\n- Add support for Pyodide interpreter on Windows ([#&#8203;17658](https://redirect.github.com/astral-sh/uv/pull/17658))\n-
          Warn if multiple indexes include `default = true` ([#&#8203;17713](https://redirect.github.com/astral-sh/uv/pull/17713))\n-
          Skip uploads when validation reports 'Already uploaded' ([#&#8203;17412](https://redirect.github.com/astral-sh/uv/pull/17412))\n\n#####
          Configuration\n\n- Add a reflink alias for the \"clone\" link mode ([#&#8203;17724](https://redirect.github.com/astral-sh/uv/pull/17724))\n\n#####
          Bug fixes\n\n- Ensure `uv.exe` exits when `uvw.exe` or `uvx.exe` is killed
          ([#&#8203;17500](https://redirect.github.com/astral-sh/uv/pull/17500))\n\n#####
          Install uv 0.9.28\n\n##### Install prebuilt binaries via shell script\n\n```sh\ncurl
          --proto '=https' --tlsv1.2 -LsSf https://github.com/astral-sh/uv/releases/download/0.9.28/uv-installer.sh
          | sh\n```\n\n##### Install prebuilt binaries via powershell script\n\n```sh\npowershell
          -ExecutionPolicy Bypass -c \"irm https://github.com/astral-sh/uv/releases/download/0.9.28/uv-installer.ps1
          | iex\"\n```\n\n##### Download uv 0.9.28\n\n| File                                                                                                                                          |
          Platform                     | Checksum                                                                                                             |\n|
          ---------------------------------------------------------------------------------------------------------------------------------------------
          | ---------------------------- | --------------------------------------------------------------------------------------------------------------------
          |\n| [uv-aarch64-apple-darwin.tar.gz](https://redirect.github.com/astral-sh/uv/releases/download/0.9.28/uv-aarch64-apple-darwin.tar.gz)
          \                    | Apple Silicon macOS          | [checksum](https://redirect.github.com/astral-sh/uv/releases/download/0.9.28/uv-aarch64-apple-darwin.tar.gz.sha256)
          \          |\n| [uv-x86\\_64-apple-darwin.tar.gz](https://redirect.github.com/astral-sh/uv/releases/download/0.9.28/uv-x86_64-apple-darwin.tar.gz)
          \                     | Intel macOS                  | [checksum](https://redirect.github.com/astral-sh/uv/releases/download/0.9.28/uv-x86_64-apple-darwin.tar.gz.sha256)
          \           |\n| [uv-aarch64-pc-windows-msvc.zip](https://redirect.github.com/astral-sh/uv/releases/download/0.9.28/uv-aarch64-pc-windows-msvc.zip)
          \                    | ARM64 Windows                | [checksum](https://redirect.github.com/astral-sh/uv/releases/download/0.9.28/uv-aarch64-pc-windows-msvc.zip.sha256)
          \          |\n| [uv-i686-pc-windows-msvc.zip](https://redirect.github.com/astral-sh/uv/releases/download/0.9.28/uv-i686-pc-windows-msvc.zip)
          \                          | x86 Windows                  | [checksum](https://redirect.github.com/astral-sh/uv/releases/download/0.9.28/uv-i686-pc-windows-msvc.zip.sha256)
          \             |\n| [uv-x86\\_64-pc-windows-msvc.zip](https://redirect.github.com/astral-sh/uv/releases/download/0.9.28/uv-x86_64-pc-windows-msvc.zip)
          \                     | x64 Windows                  | [checksum](https://redirect.github.com/astral-sh/uv/releases/download/0.9.28/uv-x86_64-pc-windows-msvc.zip.sha256)
          \           |\n| [uv-aarch64-unknown-linux-gnu.tar.gz](https://redirect.github.com/astral-sh/uv/relea"
        change_url: https://github.com/vexxhost/magnum-cluster-api/pull/854
        commit_id: c53fc073b5e1ffdd07d1fe3968226d5cd4a9817c
        patchset: c53fc073b5e1ffdd07d1fe3968226d5cd4a9817c
        project:
          canonical_hostname: github.com
          canonical_name: github.com/vexxhost/magnum-cluster-api
          name: vexxhost/magnum-cluster-api
          short_name: magnum-cluster-api
          src_dir: src/github.com/vexxhost/magnum-cluster-api
        topic: null
      job: magnum-cluster-api-hydrophone-v1.34.5-calico
      jobtags: []
      max_attempts: 3
      message: Y2hvcmUoZGVwcyk6IHVwZGF0ZSBnaGNyLmlvL2FzdHJhbC1zaC91diBkb2NrZXIgdGFnIHRvIHYwLjExLjAKCj4g4oS577iPICoqTm90ZSoqCj4gCj4gVGhpcyBQUiBib2R5IHdhcyB0cnVuY2F0ZWQgZHVlIHRvIHBsYXRmb3JtIGxpbWl0cy4KClRoaXMgUFIgY29udGFpbnMgdGhlIGZvbGxvd2luZyB1cGRhdGVzOgoKfCBQYWNrYWdlIHwgVHlwZSB8IFVwZGF0ZSB8IENoYW5nZSB8CnwtLS18LS0tfC0tLXwtLS18CnwgW2doY3IuaW8vYXN0cmFsLXNoL3V2XShodHRwczovL3JlZGlyZWN0LmdpdGh1Yi5jb20vYXN0cmFsLXNoL3V2KSB8IGZpbmFsIHwgbWlub3IgfCBgMC45LjlgIOKGkiBgMC4xMS4wYCB8CgotLS0KCiMjIyBSZWxlYXNlIE5vdGVzCgo8ZGV0YWlscz4KPHN1bW1hcnk+YXN0cmFsLXNoL3V2IChnaGNyLmlvL2FzdHJhbC1zaC91dik8L3N1bW1hcnk+CgojIyMgW2B2MC4xMS4wYF0oaHR0cHM6Ly9yZWRpcmVjdC5naXRodWIuY29tL2FzdHJhbC1zaC91di9ibG9iL0hFQUQvQ0hBTkdFTE9HLm1kIzAxMTApCgpSZWxlYXNlZCBvbiAyMDI2LTAzLTIzLgoKIyMjIyMgQnJlYWtpbmcgY2hhbmdlcwoKVGhpcyByZWxlYXNlIGluY2x1ZGVzIGNoYW5nZXMgdG8gdGhlIG5ldHdvcmtpbmcgc3RhY2sgdXNlZCBieSB1di4gV2hpbGUgd2UgdGhpbmsgdGhhdCBicmVha2FnZSB3aWxsIGJlIHJhcmUsIGl0IGlzIHBvc3NpYmxlIHRoYXQgdGhlc2UgY2hhbmdlcyB3aWxsIHJlc3VsdCBpbiB0aGUgcmVqZWN0aW9uIG9mIGNlcnRpZmljYXRlcyBwcmV2aW91c2x5IHRydXN0ZWQgYnkgdXYgc28gd2UgaGF2ZSBtYXJrZWQgdGhlIGNoYW5nZSBhcyBicmVha2luZyBvdXQgb2YgYW4gYWJ1bmRhbmNlIG9mIGNhdXRpb24uCgpUaGUgY2hhbmdlcyBhcmUgbGFyZ2VseSBkcml2ZW4gYnkgdGhlIHVwZ3JhZGUgb2YgcmVxd2VzdCwgd2hpY2ggcG93ZXJzIHV2J3MgSFRUUCBjbGllbnRzLCB0byBbdjAuMTNdKGh0dHBzOi8vc2Vhbm1vbnN0YXIuY29tL2Jsb2cvcmVxd2VzdC12MDEzLXJ1c3Rscy1kZWZhdWx0Lykgd2hpY2ggaW5jbHVkZWQgc29tZSBicmVha2luZyBjaGFuZ2VzIHRvIFRMUyBjZXJ0aWZpY2F0ZSB2ZXJpZmljYXRpb24uCgpUaGUgZm9sbG93aW5nIGNoYW5nZXMgYXJlIGluY2x1ZGVkOgoKLSBbYHJ1c3Rscy1wbGF0Zm9ybS12ZXJpZmllcmBdKGh0dHBzOi8vcmVkaXJlY3QuZ2l0aHViLmNvbS9ydXN0bHMvcnVzdGxzLXBsYXRmb3JtLXZlcmlmaWVyKSBpcyB1c2VkIGluc3RlYWQgb2YgW2BydXN0bHMtbmF0aXZlLWNlcnRzYF0oaHR0cHM6Ly9yZWRpcmVjdC5naXRodWIuY29tL3J1c3Rscy9ydXN0bHMtbmF0aXZlLWNlcnRzKSBhbmQgW2B3ZWJwa2lgXShodHRwczovL3JlZGlyZWN0LmdpdGh1Yi5jb20vcnVzdGxzL3dlYnBraSkgZm9yIGNlcnRpZmljYXRlIHZlcmlmaWNhdGlvbgoKICAqKlRoaXMgY2hhbmdlIHNob3VsZCBoYXZlIG5vIGVmZmVjdCB1bmxlc3MgeW91IGFyZSB1c2luZyB0aGUgYG5hdGl2ZS10bHNgIG9wdGlvbiB0byBlbmFibGUgcmVhZGluZyBzeXN0ZW0gY2VydGlmaWNhdGVzLioqCgogIGBydXN0bHMtcGxhdGZvcm0tdmVyaWZpZXJgIGRlbGVnYXRlcyB0byB0aGUgc3lzdGVtIGZvciBjZXJ0aWZpY2F0ZSB2YWxpZGF0aW9uIChlLmcuLCBgU2VjdXJpdHkuZnJhbWV3b3JrYCBvbiBtYWNPUykgaW5zdGVhZCBvZiBlYWdlcmx5IGxvYWRpbmcgY2VydGlmaWNhdGVzIGZyb20gdGhlIHN5c3RlbSBhbmQgdmVyaWZ5aW5nIHRoZW0gdmlhIGB3ZWJwa2lgLiBUaGUgZWZmZWN0cyBvZiB0aGlzIGNoYW5nZSB3aWxsIHZhcnkgYmFzZWQgb24gdGhlIG9wZXJhdGluZyBzeXN0ZW0uIEluIGdlbmVyYWwsIHV2J3MgY2VydGlmaWNhdGUgdmFsaWRhdGlvbiBzaG91bGQgbm93IGJlIG1vcmUgY29uc2lzdGVudCB3aXRoIGJyb3dzZXJzIGFuZCBvdGhlciBuYXRpdmUgYXBwbGljYXRpb25zLiBIb3dldmVyLCB0aGlzIGlzIHRoZSBtb3N0IGxpa2VseSBjYXVzZSBvZiBicmVha2luZyBjaGFuZ2VzIGluIHRoaXMgcmVsZWFzZS4gU29tZSBwcmV2aW91c2x5IGZhaWxpbmcgY2VydGlmaWNhdGUgY2hhaW5zIG1heSBzdWNjZWVkLCBhbmQgc29tZSBwcmV2aW91c2x5IGFjY2VwdGVkIGNlcnRpZmljYXRlIGNoYWlucyBtYXkgZmFpbC4gSW4gZWl0aGVyIGNhc2UsIHdlIGV4cGVjdCB0aGUgdmFsaWRhdGlvbiB0byBiZSBtb3JlIGNvcnJlY3QgYW5kIHdlbGNvbWUgcmVwb3J0cyBvZiByZWdyZXNzaW9ucy4KCiAgSW4gcGFydGljdWxhciwgYmVjYXVzZSBtb3JlIHJlc3BvbnNpYmlsaXR5IGZvciB2YWxpZGF0aW5nIHRoZSBjZXJ0aWZpY2F0ZSBpcyB0cmFuc2ZlcnJlZCB0byB5b3VyIHN5c3RlbSdzIHNlY3VyaXR5IGxpYnJhcnksIHNvbWUgZmVhdHVyZXMgbGlrZSBbQ0EgY29uc3RyYWludHNdKGh0dHBzOi8vc3VwcG9ydC5hcHBsZS5jb20vZW4tdXMvMTAzMjU1KSBvciBbcmV2b2NhdGlvbiBvZiBjZXJ0aWZpY2F0ZXNdKGh0dHBzOi8vZW4ud2lraXBlZGlhLm9yZy93aWtpL0NlcnRpZmljYXRlX3Jldm9jYXRpb24pIHZpYSBPQ1NQIGFuZCBDUkxzIG1heSBub3cgYmUgdXNlZC4KCiAgVGhpcyBjaGFuZ2Ugc2hvdWxkIGltcHJvdmUgcGVyZm9ybWFuY2Ugd2hlbiB1c2luZyBzeXN0ZW0gY2VydGlmaWNhdGUgb24gbWFjT1MsIGFzIHV2IG5vIGxvbmdlciBuZWVkcyB0byBsb2FkIGFsbCBjZXJ0aWZpY2F0ZXMgZnJvbSB0aGUga2V5Y2hhaW4gYXQgc3RhcnR1cC4KCi0gW2Bhd3MtbGNgXShodHRwczovL3JlZGlyZWN0LmdpdGh1Yi5jb20vYXdzL2F3cy1sYykgaXMgdXNlZCBpbnN0ZWFkIG9mIGByaW5nYCBmb3IgYSBjcnlwdG9ncmFwaHkgYmFja2VuZAoKICBUaGVyZSBzaG91bGQgbm90IGJlIGJyZWFraW5nIGNoYW5nZXMgZnJvbSB0aGlzIGNoYW5nZS4gV2UgZXhwZWN0IHRoaXMgdG8gZXhwYW5kIHN1cHBvcnQgZm9yIGNlcnRpZmljYXRlIHNpZ25hdHVyZSBhbGdvcml0aG1zLgoKLSBgLS1uYXRpdmUtdGxzYCBpcyBkZXByZWNhdGVkIGluIGZhdm9yIG9mIGEgbmV3IGAtLXN5c3RlbS1jZXJ0c2AgZmxhZwoKICBUaGUgYC0tbmF0aXZlLXRsc2AgZmxhZyBpcyBzdGlsbCB1c2FibGUgYW5kIGhhcyBpZGVudGljYWwgYmVoYXZpb3IgdG8gYC0tc3lzdGVtLWNlcnRzLmAKCiAgVGhpcyBjaGFuZ2Ugd2FzIG1hZGUgdG8gcmVkdWNlIGNvbmZ1c2lvbiBhYm91dCB0aGUgVExTIGltcGxlbWVudGF0aW9uIHV2IHVzZXMuIHV2IGFsd2F5cyB1c2VzIGBydXN0bHNgIG5vdCBgbmF0aXZlLXRsc2AuCgotIEJ1aWxkaW5nIHV2IG9uIHg4Ni02NCBhbmQgaTY4NiBXaW5kb3dzIHJlcXVpcmVzIE5BU00KCiAgTkFTTSBpcyByZXF1aXJlZCBieSBgYXdzLWxjYC4gSWYgbm90IGZvdW5kIG9uIHRoZSBzeXN0ZW0sIGEgcHJlYnVpbHQgYmxvYiBwcm92aWRlZCBieSBgYXdzLWxjLXN5c2Agd2lsbCBiZSB1c2VkLgoKICBJZiB5b3UgYXJlIG5vdCBidWlsZGluZyB1diBmcm9tIHNvdXJjZSwgdGhpcyBjaGFuZ2UgaGFzIG5vIGVmZmVjdC4KCiAgU2VlIHRoZSBbQ09OVFJJQlVUSU5HXShodHRwczovL3JlZGlyZWN0LmdpdGh1Yi5jb20vYXN0cmFsLXNoL3V2L2Jsb2IvYjY4NTRkNzdiZmQwY2I3ODE1N2ZlY2FmOGIzMDEyNmM2ZjE2YmMxMS9DT05UUklCVVRJTkcubWQjc2V0dXApIGd1aWRlIGZvciBkZXRhaWxzLgoKLSBFbXB0eSBgU1NMX0NFUlRfRklMRWAgdmFsdWVzIGFyZSBpZ25vcmVkIChmb3IgY29uc2lzdGVuY3kgd2l0aCBgU1NMX0NFUlRfRElSYCkKClNlZSBbIyYjODIwMzsxODU1MF0oaHR0cHM6Ly9yZWRpcmVjdC5naXRodWIuY29tL2FzdHJhbC1zaC91di9wdWxsLzE4NTUwKSBmb3IgZGV0YWlscy4KCiMjIyMjIFB5dGhvbgoKLSBFbmFibGUgZnJhbWUgcG9pbnRlcnMgZm9yIGltcHJvdmVkIHByb2ZpbGluZyBvbiBMaW51eCB4ODYtNjQgYW5kIGFhcmNoNjQKClNlZSB0aGUgW3B5dGhvbi1idWlsZC1zdGFuZGFsb25lIHJlbGVhc2Ugbm90ZXNdKGh0dHBzOi8vcmVkaXJlY3QuZ2l0aHViLmNvbS9hc3RyYWwtc2gvcHl0aG9uLWJ1aWxkLXN0YW5kYWxvbmUvcmVsZWFzZXMvMjAyNjAzMjApIGZvciBkZXRhaWxzLgoKIyMjIyMgRW5oYW5jZW1lbnRzCgotIFRyZWF0ICdEeW5hbWljJyB2YWx1ZXMgYXMgY2FzZS1pbnNlbnNpdGl2ZSAoWyMmIzgyMDM7MTg2NjldKGh0dHBzOi8vcmVkaXJlY3QuZ2l0aHViLmNvbS9hc3RyYWwtc2gvdXYvcHVsbC8xODY2OSkpCi0gVXNlIGEgZGVkaWNhdGVkIGVycm9yIGZvciBpbnZhbGlkIGNhY2hlIGNvbnRyb2wgaGVhZGVycyAoWyMmIzgyMDM7MTg2NTddKGh0dHBzOi8vcmVkaXJlY3QuZ2l0aHViLmNvbS9hc3RyYWwtc2gvdXYvcHVsbC8xODY1NykpCi0gRW5hYmxlIGNoZWNrc3VtIHZlcmlmaWNhdGlvbiBpbiB0aGUgZ2VuZXJhdGVkIGluc3RhbGxlciBzY3JpcHQgKFsjJiM4MjAzOzE4NjI1XShodHRwczovL3JlZGlyZWN0LmdpdGh1Yi5jb20vYXN0cmFsLXNoL3V2L3B1bGwvMTg2MjUpKQoKIyMjIyMgUHJldmlldyBmZWF0dXJlcwoKLSBBZGQgYC0tc2VydmljZS1mb3JtYXRgIGFuZCBgLS1zZXJ2aWNlLXVybGAgdG8gYHV2IGF1ZGl0YCAoWyMmIzgyMDM7MTg1NzFdKGh0dHBzOi8vcmVkaXJlY3QuZ2l0aHViLmNvbS9hc3RyYWwtc2gvdXYvcHVsbC8xODU3MSkpCgojIyMjIyBQZXJmb3JtYW5jZQoKLSBBdm9pZCBob2xkaW5nIGZsYXQgaW5kZXggbG9jayBhY3Jvc3MgaW5kZXhlcyAoWyMmIzgyMDM7MTg2NTldKGh0dHBzOi8vcmVkaXJlY3QuZ2l0aHViLmNvbS9hc3RyYWwtc2gvdXYvcHVsbC8xODY1OSkpCgojIyMjIyBCdWcgZml4ZXMKCi0gRmluZCB0aGUgZHluYW1pYyBsaW5rZXIgb24gdGhlIGZpbGUgc3lzdGVtIHdoZW4gc25pZmZpbmcgYmluYXJpZXMgZmFpbHMgKFsjJiM4MjAzOzE4NDU3XShodHRwczovL3JlZGlyZWN0LmdpdGh1Yi5jb20vYXN0cmFsLXNoL3V2L3B1bGwvMTg0NTcpKQotIEZpeCBleHBvcnQgb2YgY29uZmxpY3Rpbmcgd29ya3NwYWNlIG1lbWJlcnMgd2l0aCBkZXBlbmRlbmNpZXMgKFsjJiM4MjAzOzE4NjY2XShodHRwczovL3JlZGlyZWN0LmdpdGh1Yi5jb20vYXN0cmFsLXNoL3V2L3B1bGwvMTg2NjYpKQotIFJlc3BlY3QgaW5zdGFsbGVkIHNldHRpbmdzIGluIGB1diB0b29sIGxpc3QgLS1vdXRkYXRlZGAgKFsjJiM4MjAzOzE4NTg2XShodHRwczovL3JlZGlyZWN0LmdpdGh1Yi5jb20vYXN0cmFsLXNoL3V2L3B1bGwvMTg1ODYpKQotIFRyZWF0IHBhdGhzIG9yaWdpbmF0aW5nIGFzIFBFUCA1MDggVVJMcyB3aGljaCBjb250YWluIGV4cGFuZGVkIHZhcmlhYmxlcyBhcyByZWxhdGl2ZSAoWyMmIzgyMDM7MTg2ODBdKGh0dHBzOi8vcmVkaXJlY3QuZ2l0aHViLmNvbS9hc3RyYWwtc2gvdXYvcHVsbC8xODY4MCkpCi0gRml4IGB1diBleHBvcnRgIGZvciB3b3Jrc3BhY2UgbWVtYmVyIHBhY2thZ2VzIHdpdGggY29uZmxpY3RzIChbIyYjODIwMzsxODYzNV0oaHR0cHM6Ly9yZWRpcmVjdC5naXRodWIuY29tL2FzdHJhbC1zaC91di9wdWxsLzE4NjM1KSkKLSBDb250aW51ZSB0byBhbHRlcm5hdGl2ZSBhdXRoZW50aWNhdGlvbiBwcm92aWRlcnMgd2hlbiB0aGUgcHl4IHN0b3JlIGhhcyBubyB0b2tlbiAoWyMmIzgyMDM7MTg0MjVdKGh0dHBzOi8vcmVkaXJlY3QuZ2l0aHViLmNvbS9hc3RyYWwtc2gvdXYvcHVsbC8xODQyNSkpCi0gVXNlIHJlZGFjdGVkIFVSTHMgZm9yIGxvZyBtZXNzYWdlcyBpbiBjYWNoZWQgY2xpZW50IChbIyYjODIwMzsxODU5OV0oaHR0cHM6Ly9yZWRpcmVjdC5naXRodWIuY29tL2FzdHJhbC1zaC91di9wdWxsLzE4NTk5KSkKCiMjIyMjIERvY3VtZW50YXRpb24KCi0gQWRkIGRldGFpbHMgb24gTGludXggdmVyc2lvbnMgdG8gdGhlIHBsYXRmb3JtIHBvbGljeSAoWyMmIzgyMDM7MTg1NzRdKGh0dHBzOi8vcmVkaXJlY3QuZ2l0aHViLmNvbS9hc3RyYWwtc2gvdXYvcHVsbC8xODU3NCkpCi0gQ2xhcmlmeSBgRkxBU0hfQVRURU5USU9OX1NLSVBfQ1VEQV9CVUlMRGAgZ3VpZGFuY2UgZm9yIGBmbGFzaC1hdHRuYCBpbnN0YWxscyAoWyMmIzgyMDM7MTg0NzNdKGh0dHBzOi8vcmVkaXJlY3QuZ2l0aHViLmNvbS9hc3RyYWwtc2gvdXYvcHVsbC8xODQ3MykpCi0gU3BsaXQgdGhlIGRlcGVuZGVuY3kgYm90cyBwYWdlIGludG8gdHdvIHNlcGFyYXRlIHBhZ2VzIChbIyYjODIwMzsxODU5N10oaHR0cHM6Ly9yZWRpcmVjdC5naXRodWIuY29tL2FzdHJhbC1zaC91di9wdWxsLzE4NTk3KSkKLSBTcGxpdCB0aGUgYWx0ZXJuYXRpdmUgaW5kZXhlcyBwYWdlIGludG8gc2VwYXJhdGUgcGFnZXMgKFsjJiM4MjAzOzE4NjA3XShodHRwczovL3JlZGlyZWN0LmdpdGh1Yi5jb20vYXN0cmFsLXNoL3V2L3B1bGwvMTg2MDcpKQoKIyMjIFtgdjAuMTAuMTJgXShodHRwczovL3JlZGlyZWN0LmdpdGh1Yi5jb20vYXN0cmFsLXNoL3V2L2Jsb2IvSEVBRC9DSEFOR0VMT0cubWQjMDEwMTIpCgpbQ29tcGFyZSBTb3VyY2VdKGh0dHBzOi8vcmVkaXJlY3QuZ2l0aHViLmNvbS9hc3RyYWwtc2gvdXYvY29tcGFyZS8wLjEwLjExLi4uMC4xMC4xMikKClJlbGVhc2VkIG9uIDIwMjYtMDMtMTkuCgojIyMjIyBQeXRob24KCi0gQWRkIHB5cHkgMy4xMS4xNSAoWyMmIzgyMDM7MTg0NjhdKGh0dHBzOi8vcmVkaXJlY3QuZ2l0aHViLmNvbS9hc3RyYWwtc2gvdXYvcHVsbC8xODQ2OCkpCi0gQWRkIHN1cHBvcnQgZm9yIHVzaW5nIFB5dGhvbiAzLjYgaW50ZXJwcmV0ZXJzIChbIyYjODIwMzsxODQ1NF0oaHR0cHM6Ly9yZWRpcmVjdC5naXRodWIuY29tL2FzdHJhbC1zaC91di9wdWxsLzE4NDU0KSkKCiMjIyMjIEVuaGFuY2VtZW50cwoKLSBJbmNsdWRlIHV2J3MgdGFyZ2V0IHRyaXBsZSBpbiB2ZXJzaW9uIHJlcG9ydCAoWyMmIzgyMDM7MTg1MjBdKGh0dHBzOi8vcmVkaXJlY3QuZ2l0aHViLmNvbS9hc3RyYWwtc2gvdXYvcHVsbC8xODUyMCkpCi0gQWxsb3cgY29tbWEgc2VwYXJhdGVkIHZhbHVlcyBpbiBgLS1uby1lbWl0LXBhY2thZ2VgIChbIyYjODIwMzsxODU2NV0oaHR0cHM6Ly9yZWRpcmVjdC5naXRodWIuY29tL2FzdHJhbC1zaC91di9wdWxsLzE4NTY1KSkKCiMjIyMjIFByZXZpZXcgZmVhdHVyZXMKCi0gU2hvdyBgdXYgYXVkaXRgIGluIHRoZSBDTEkgaGVscCAoWyMmIzgyMDM7MTg1NDBdKGh0dHBzOi8vcmVkaXJlY3QuZ2l0aHViLmNvbS9hc3RyYWwtc2gvdXYvcHVsbC8xODU0MCkpCgojIyMjIyBCdWcgZml4ZXMKCi0gSW1wcm92ZSByZXBvcnRpbmcgb2YgbWFuYWdlZCBpbnRlcnByZXRlciBzeW1saW5rcyBpbiBgdXYgcHl0aG9uIGxpc3RgIChbIyYjODIwMzsxODQ1OV0oaHR0cHM6Ly9yZWRpcmVjdC5naXRodWIuY29tL2FzdHJhbC1zaC91di9wdWxsLzE4NDU5KSkKLSBQcmVzZXJ2ZSBlbmQtb2YtbGluZSBjb21tZW50cyBvbiBwcmV2aW91cyBlbnRyaWVzIHdoZW4gcmVtb3ZpbmcgZGVwZW5kZW5jaWVzIChbIyYjODIwMzsxODU1N10oaHR0cHM6Ly9yZWRpcmVjdC5naXRodWIuY29tL2FzdHJhbC1zaC91di9wdWxsLzE4NTU3KSkKLSBUcmVhdCBhYmkzIHdoZWVsIFB5dGhvbiB2ZXJzaW9uIGFzIGEgbG93ZXIgYm91bmQgKFsjJiM4MjAzOzE4NTM2XShodHRwczovL3JlZGlyZWN0LmdpdGh1Yi5jb20vYXN0cmFsLXNoL3V2L3B1bGwvMTg1MzYpKQotIERldGVjdCBoYXJkLWZsb2F0IHN1cHBvcnQgb24gYWFyY2g2NCBrZXJuZWxzIHJ1bm5pbmcgYXJtdjcgdXNlcnNwYWNlIChbIyYjODIwMzsxODUzMF0oaHR0cHM6Ly9yZWRpcmVjdC5naXRodWIuY29tL2FzdHJhbC1zaC91di9wdWxsLzE4NTMwKSkKCiMjIyMjIERvY3VtZW50YXRpb24KCi0gQWRkIFB5dGhvbiAzLjE1IHRvIHN1cHBvcnRlZCB2ZXJzaW9ucyAoWyMmIzgyMDM7MTg1NTJdKGh0dHBzOi8vcmVkaXJlY3QuZ2l0aHViLmNvbS9hc3RyYWwtc2gvdXYvcHVsbC8xODU1MikpCi0gQWRqdXN0IHRoZSBQeVB5IG5vdGUgKFsjJiM4MjAzOzE4NTQ4XShodHRwczovL3JlZGlyZWN0LmdpdGh1Yi5jb20vYXN0cmFsLXNoL3V2L3B1bGwvMTg1NDgpKQotIE1vdmUgUHlvZGlkZSB0byBUaWVyIDIgaW4gdGhlIFB5dGhvbiBzdXBwb3J0IHBvbGljeSAoWyMmIzgyMDM7MTg1NjFdKGh0dHBzOi8vcmVkaXJlY3QuZ2l0aHViLmNvbS9hc3RyYWwtc2gvdXYvcHVsbC8xODU2MSkpCi0gTW92ZSBSdXN0IGFuZCBQeXRob24gdmVyc2lvbiBzdXBwb3J0IG91dCBvZiB0aGUgUGxhdGZvcm0gc3VwcG9ydCBwb2xpY3kgKFsjJiM4MjAzOzE4NTM1XShodHRwczovL3JlZGlyZWN0LmdpdGh1Yi5jb20vYXN0cmFsLXNoL3V2L3B1bGwvMTg1MzUpKQotIFVwZGF0ZSBEb2NrZXIgZ3VpZGUgd2l0aCBjaGFuZ2VzIGZyb20gYHV2LWRvY2tlci1leGFtcGxlYCAoWyMmIzgyMDM7MTg1NThdKGh0dHBzOi8vcmVkaXJlY3QuZ2l0aHViLmNvbS9hc3RyYWwtc2gvdXYvcHVsbC8xODU1OCkpCi0gVXBkYXRlIHRoZSBQeXRob24gdmVyc2lvbiBwb2xpY3kgKFsjJiM4MjAzOzE4NTU5XShodHRwczovL3JlZGlyZWN0LmdpdGh1Yi5jb20vYXN0cmFsLXNoL3V2L3B1bGwvMTg1NTkpKQoKIyMjIFtgdjAuMTAuMTFgXShodHRwczovL3JlZGlyZWN0LmdpdGh1Yi5jb20vYXN0cmFsLXNoL3V2L2Jsb2IvSEVBRC9DSEFOR0VMT0cubWQjMDEwMTEpCgpbQ29tcGFyZSBTb3VyY2VdKGh0dHBzOi8vcmVkaXJlY3QuZ2l0aHViLmNvbS9hc3RyYWwtc2gvdXYvY29tcGFyZS8wLjEwLjEwLi4uMC4xMC4xMSkKClJlbGVhc2VkIG9uIDIwMjYtMDMtMTYuCgojIyMjIyBFbmhhbmNlbWVudHMKCi0gRmV0Y2ggUnVmZiByZWxlYXNlIG1ldGFkYXRhIGZyb20gYW4gQXN0cmFsIG1pcnJvciAoWyMmIzgyMDM7MTgzNThdKGh0dHBzOi8vcmVkaXJlY3QuZ2l0aHViLmNvbS9hc3RyYWwtc2gvdXYvcHVsbC8xODM1OCkpCi0gVXNlIFBFUCA2MzkgbGljZW5zZSBtZXRhZGF0YSBmb3IgdXYgaXRzZWxmIChbIyYjODIwMzsxNjQ3N10oaHR0cHM6Ly9yZWRpcmVjdC5naXRodWIuY29tL2FzdHJhbC1zaC91di9wdWxsLzE2NDc3KSkKCiMjIyMjIFBlcmZvcm1hbmNlCgotIEltcHJvdmUgZGlzdHJpYnV0aW9uIGlkIHBlcmZvcm1hbmNlIChbIyYjODIwMzsxODQ4Nl0oaHR0cHM6Ly9yZWRpcmVjdC5naXRodWIuY29tL2FzdHJhbC1zaC91di9wdWxsLzE4NDg2KSkKCiMjIyMjIEJ1ZyBmaXhlcwoKLSBBbGxvdyBgLS1wcm9qZWN0YCB0byByZWZlciB0byBhIGBweXByb2plY3QudG9tbGAgZGlyZWN0bHkgYW5kIHJlZHVjZSB0byBhIHdhcm5pbmcgb24gb3RoZXIgZmlsZXMgKFsjJiM4MjAzOzE4NTEzXShodHRwczovL3JlZGlyZWN0LmdpdGh1Yi5jb20vYXN0cmFsLXNoL3V2L3B1bGwvMTg1MTMpKQotIERpc2FibGUgYFNZU1RFTV9WRVJTSU9OX0NPTVBBVGAgd2hlbiBxdWVyeWluZyBpbnRlcnByZXRlcnMgb24gbWFjT1MgKFsjJiM4MjAzOzE4NDUyXShodHRwczovL3JlZGlyZWN0LmdpdGh1Yi5jb20vYXN0cmFsLXNoL3V2L3B1bGwvMTg0NTIpKQotIEVuZm9yY2UgYXZhaWxhYmxlIGRpc3RyaWJ1dGlvbnMgZm9yIHN1cHBvcnRlZCBlbnZpcm9ubWVudHMgKFsjJiM4MjAzOzE4NDUxXShodHRwczovL3JlZGlyZWN0LmdpdGh1Yi5jb20vYXN0cmFsLXNoL3V2L3B1bGwvMTg0NTEpKQotIEZpeCBgdXYgc3luYyAtLWFjdGl2ZWAgcmVjcmVhdGluZyBhY3RpdmUgZW52aXJvbm1lbnRzIHdoZW4gYFVWX1BZVEhPTl9JTlNUQUxMX0RJUmAgaXMgcmVsYXRpdmUgKFsjJiM4MjAzOzE4Mzk4XShodHRwczovL3JlZGlyZWN0LmdpdGh1Yi5jb20vYXN0cmFsLXNoL3V2L3B1bGwvMTgzOTgpKQoKIyMjIyMgRG9jdW1lbnRhdGlvbgoKLSBBZGQgbWlzc2luZyBgLW8gcmVxdWlyZW1lbnRzLnR4dGAgaW4gYHV2IHBpcCBjb21waWxlYCBleGFtcGxlIChbIyYjODIwMzsxMjMwOF0oaHR0cHM6Ly9yZWRpcmVjdC5naXRodWIuY29tL2FzdHJhbC1zaC91di9wdWxsLzEyMzA4KSkKLSBMaW5rIHRvIG9yZ2FuaXphdGlvbiBzZWN1cml0eSBwb2xpY3kgKFsjJiM4MjAzOzE4NDQ5XShodHRwczovL3JlZGlyZWN0LmdpdGh1Yi5jb20vYXN0cmFsLXNoL3V2L3B1bGwvMTg0NDkpKQotIExpbmsgdG8gdGhlIEFJIHBvbGljeSBpbiB0aGUgY29udHJpYnV0aW5nIGd1aWRlIChbIyYjODIwMzsxODQ0OF0oaHR0cHM6Ly9yZWRpcmVjdC5naXRodWIuY29tL2FzdHJhbC1zaC91di9wdWxsLzE4NDQ4KSkKCiMjIyBbYHYwLjEwLjEwYF0oaHR0cHM6Ly9yZWRpcmVjdC5naXRodWIuY29tL2FzdHJhbC1zaC91di9ibG9iL0hFQUQvQ0hBTkdFTE9HLm1kIzAxMDEwKQoKW0NvbXBhcmUgU291cmNlXShodHRwczovL3JlZGlyZWN0LmdpdGh1Yi5jb20vYXN0cmFsLXNoL3V2L2NvbXBhcmUvMC4xMC45Li4uMC4xMC4xMCkKClJlbGVhc2VkIG9uIDIwMjYtMDMtMTMuCgojIyMjIyBQeXRob24KCi0gQWRkIENQeXRob24gMy4xNS4wYTcgKFsjJiM4MjAzOzE4NDAzXShodHRwczovL3JlZGlyZWN0LmdpdGh1Yi5jb20vYXN0cmFsLXNoL3V2L3B1bGwvMTg0MDMpKQoKIyMjIyMgRW5oYW5jZW1lbnRzCgotIEFkZCBgLS1vdXRkYXRlZGAgZmxhZyB0byBgdXYgdG9vbCBsaXN0YCAoWyMmIzgyMDM7MTgzMThdKGh0dHBzOi8vcmVkaXJlY3QuZ2l0aHViLmNvbS9hc3RyYWwtc2gvdXYvcHVsbC8xODMxOCkpCi0gQWRkIHJpc2N2NjQgbXVzbCB0YXJnZXQgdG8gYnVpbGQtcmVsZWFzZS1iaW5hcmllcyB3b3JrZmxvdyAoWyMmIzgyMDM7MTgyMjhdKGh0dHBzOi8vcmVkaXJlY3QuZ2l0aHViLmNvbS9hc3RyYWwtc2gvdXYvcHVsbC8xODIyOCkpCi0gRmV0Y2ggUnVmZiBmcm9tIGFuIEFzdHJhbCBtaXJyb3IgKFsjJiM4MjAzOzE4Mjg2XShodHRwczovL3JlZGlyZWN0LmdpdGh1Yi5jb20vYXN0cmFsLXNoL3V2L3B1bGwvMTgyODYpKQotIEltcHJvdmUgZXJyb3IgaGFuZGxpbmcgZm9yIHBsYXRmb3JtIGRldGVjdGlvbiBpbiBQeXRob24gZG93bmxvYWRzIChbIyYjODIwMzsxODQ1M10oaHR0cHM6Ly9yZWRpcmVjdC5naXRodWIuY29tL2FzdHJhbC1zaC91di9wdWxsLzE4NDUzKSkKLSBXYXJuIGlmIGAtLXByb2plY3RgIGRpcmVjdG9yeSBkb2VzIG5vdCBleGlzdCAoWyMmIzgyMDM7MTc3MTRdKGh0dHBzOi8vcmVkaXJlY3QuZ2l0aHViLmNvbS9hc3RyYWwtc2gvdXYvcHVsbC8xNzcxNCkpCi0gV2FybiB3aGVuIHdvcmtzcGFjZSBtZW1iZXIgc2NyaXB0cyBhcmUgc2tpcHBlZCBkdWUgdG8gbWlzc2luZyBidWlsZCBzeXN0ZW0gKFsjJiM4MjAzOzE4Mzg5XShodHRwczovL3JlZGlyZWN0LmdpdGh1Yi5jb20vYXN0cmFsLXNoL3V2L3B1bGwvMTgzODkpKQotIFVwZGF0ZSBidWlsZCBiYWNrZW5kIHZlcnNpb25zIHVzZWQgaW4gYHV2IGluaXRgIChbIyYjODIwMzsxODQxN10oaHR0cHM6Ly9yZWRpcmVjdC5naXRodWIuY29tL2FzdHJhbC1zaC91di9wdWxsLzE4NDE3KSkKLSBMb2cgZXhwbGljaXQgY29uZmlnIGZpbGUgcGF0aCBpbiB2ZXJib3NlIG91dHB1dCAoWyMmIzgyMDM7MTgzNTNdKGh0dHBzOi8vcmVkaXJlY3QuZ2l0aHViLmNvbS9hc3RyYWwtc2gvdXYvcHVsbC8xODM1MykpCi0gTWFrZSBgdXYgY2FjaGUgY2xlYXJgIGFuIGFsaWFzIG9mIGB1diBjYWNoZSBjbGVhbmAgKFsjJiM4MjAzOzE4NDIwXShodHRwczovL3JlZGlyZWN0LmdpdGh1Yi5jb20vYXN0cmFsLXNoL3V2L3B1bGwvMTg0MjApKQotIFJlamVjdCBpbnZhbGlkIGNsYXNzaWZpZXJzLCB3YXJuIG9uIGxpY2Vuc2UgY2xhc3NpZmllcnMgaW4gYHV2X2J1aWxkYCAoWyMmIzgyMDM7MTg0MTldKGh0dHBzOi8vcmVkaXJlY3QuZ2l0aHViLmNvbS9hc3RyYWwtc2gvdXYvcHVsbC8xODQxOSkpCgojIyMjIyBQcmV2aWV3IGZlYXR1cmVzCgotIEFkZCBsaW5rcyB0byBgdXYgYXVkaXRgIG91dHB1dCAoWyMmIzgyMDM7MTgzOTJdKGh0dHBzOi8vcmVkaXJlY3QuZ2l0aHViLmNvbS9hc3RyYWwtc2gvdXYvcHVsbC8xODM5MikpCi0gT3V0cHV0L3JlcG9ydCBmb3JtYXR0aW5nIGZvciBgdXYgYXVkaXRgIChbIyYjODIwMzsxODE5M10oaHR0cHM6Ly9yZWRpcmVjdC5naXRodWIuY29tL2FzdHJhbC1zaC91di9wdWxsLzE4MTkzKSkKLSBTd2l0Y2ggdG8gYmF0Y2hlZCBPU1YgcXVlcmllcyBmb3IgYHV2IGF1ZGl0YCAoWyMmIzgyMDM7MTgzOTRdKGh0dHBzOi8vcmVkaXJlY3QuZ2l0aHViLmNvbS9hc3RyYWwtc2gvdXYvcHVsbC8xODM5NCkpCgojIyMjIyBCdWcgZml4ZXMKCi0gQXZvaWQgc2hhcmluZyB2ZXJzaW9uIG1ldGFkYXRhIGFjcm9zcyBpbmRleGVzIChbIyYjODIwMzsxODM3M10oaHR0cHM6Ly9yZWRpcmVjdC5naXRodWIuY29tL2FzdHJhbC1zaC91di9wdWxsLzE4MzczKSkKLSBCdW1wIHpsaWItcnMgdG8gMC42LjIgdG8gZml4IHBhbmljIG9uIGRlY29tcHJlc3Npb24gb2YgbGFyZ2Ugd2hlZWxzIG9uIFdpbmRvd3MgKFsjJiM4MjAzOzE4MzYyXShodHRwczovL3JlZGlyZWN0LmdpdGh1Yi5jb20vYXN0cmFsLXNoL3V2L3B1bGwvMTgzNjIpKQotIEZpbHRlciBvdXQgdW5zdXBwb3J0ZWQgZW52aXJvbm1lbnQgd2hlZWxzIChbIyYjODIwMzsxODQ0NV0oaHR0cHM6Ly9yZWRpcmVjdC5naXRodWIuY29tL2FzdHJhbC1zaC91di9wdWxsLzE4NDQ1KSkKLSBQcmVzZXJ2ZSBhYnNvbHV0ZS9yZWxhdGl2ZSBwYXRocyBpbiBsb2NrZmlsZXMgKFsjJiM4MjAzOzE4MTc2XShodHRwczovL3JlZGlyZWN0LmdpdGh1Yi5jb20vYXN0cmFsLXNoL3V2L3B1bGwvMTgxNzYpKQotIFJlY3JlYXRlIFB5dGhvbiBlbnZpcm9ubWVudHMgdW5kZXIgYHV2IHRvb2wgaW5zdGFsbCAtLWZvcmNlYCAoWyMmIzgyMDM7MTgzOTldKGh0dHBzOi8vcmVkaXJlY3QuZ2l0aHViLmNvbS9hc3RyYWwtc2gvdXYvcHVsbC8xODM5OSkpCi0gUmVzcGVjdCB0aW1lc3RhbXAgYW5kIG90aGVyIGNhY2hlIGtleXMgaW4gY2FjaGVkIGVudmlyb25tZW50cyAoWyMmIzgyMDM7MTgzOTZdKGh0dHBzOi8vcmVkaXJlY3QuZ2l0aHViLmNvbS9hc3RyYWwtc2gvdXYvcHVsbC8xODM5NikpCi0gU2ltcGxpZnkgc2VsZWN0ZWQgZXh0cmEgbWFya2VycyBpbiBgdXYgZXhwb3J0YCAoWyMmIzgyMDM7MTg0MzNdKGh0dHBzOi8vcmVkaXJlY3QuZ2l0aHViLmNvbS9hc3RyYWwtc2gvdXYvcHVsbC8xODQzMykpCi0gU2VuZCBweXggbWludC10b2tlbiByZXF1ZXN0cyB3aXRoIGEgcHJvcGVyIGBDb250ZW50LVR5cGVgIChbIyYjODIwMzsxODMzNF0oaHR0cHM6Ly9yZWRpcmVjdC5naXRodWIuY29tL2FzdHJhbC1zaC91di9wdWxsLzE4MzM0KSkKLSBGaXggV2luZG93cyBvcGVyYXRpbmcgc3lzdGVtIGFuZCB2ZXJzaW9uIHJlcG9ydGluZyAoWyMmIzgyMDM7MTgzODNdKGh0dHBzOi8vcmVkaXJlY3QuZ2l0aHViLmNvbS9hc3RyYWwtc2gvdXYvcHVsbC8xODM4MykpCgojIyMjIyBEb2N1bWVudGF0aW9uCgotIFVwZGF0ZSB0aGUgcGxhdGZvcm0gc3VwcG9ydCBwb2xpY3kgd2l0aCBhIHRpZXIgMyBzZWN0aW9uIGluY2x1ZGluZyBmcmVlYnNkIGFuZCAzMi1iaXQgd2luZG93cyAoWyMmIzgyMDM7MTgzNDVdKGh0dHBzOi8vcmVkaXJlY3QuZ2l0aHViLmNvbS9hc3RyYWwtc2gvdXYvcHVsbC8xODM0NSkpCgojIyMgW2B2MC4xMC45YF0oaHR0cHM6Ly9yZWRpcmVjdC5naXRodWIuY29tL2FzdHJhbC1zaC91di9ibG9iL0hFQUQvQ0hBTkdFTE9HLm1kIzAxMDkpCgpbQ29tcGFyZSBTb3VyY2VdKGh0dHBzOi8vcmVkaXJlY3QuZ2l0aHViLmNvbS9hc3RyYWwtc2gvdXYvY29tcGFyZS8wLjEwLjguLi4wLjEwLjkpCgpSZWxlYXNlZCBvbiAyMDI2LTAzLTA2LgoKIyMjIyMgRW5oYW5jZW1lbnRzCgotIEFkZCBgZmJnZW1tLWdwdWAsIGBmYmdlbW0tZ3B1LWdlbmFpYCwgYHRvcmNocmVjYCwgYW5kIGB0b3JjaHR1bmVgIHRvIHRoZSBQeVRvcmNoIGxpc3QgKFsjJiM4MjAzOzE4MzM4XShodHRwczovL3JlZGlyZWN0LmdpdGh1Yi5jb20vYXN0cmFsLXNoL3V2L3B1bGwvMTgzMzgpKQotIEFkZCB0b3JjaGNvZGVjIHRvIFB5VG9yY2ggTGlzdCAoWyMmIzgyMDM7MTgzMzZdKGh0dHBzOi8vcmVkaXJlY3QuZ2l0aHViLmNvbS9hc3RyYWwtc2gvdXYvcHVsbC8xODMzNikpCi0gTG9nIHRoZSBkdXJhdGlvbiB3ZSB0b29rIGJlZm9yZSBlcnJvcmluZyAoWyMmIzgyMDM7MTgyMzFdKGh0dHBzOi8vcmVkaXJlY3QuZ2l0aHViLmNvbS9hc3RyYWwtc2gvdXYvcHVsbC8xODIzMSkpCi0gV2FybiB3aGVuIHVzaW5nIGB1dl9idWlsZGAgc2V0dGluZ3Mgd2l0aG91dCBgdXZfYnVpbGRgIChbIyYjODIwMzsxNTc1MF0oaHR0cHM6Ly9yZWRpcmVjdC5naXRodWIuY29tL2FzdHJhbC1zaC91di9wdWxsLzE1NzUwKSkKLSBBZGQgZmFsbGJhY2sgdG8gYC91c3IvbGliL29zLXJlbGVhc2VgIG9uIExpbnV4IHN5c3RlbSBsb29rdXAgZmFpbHVyZSAoWyMmIzgyMDM7MTgzNDldKGh0dHBzOi8vcmVkaXJlY3QuZ2l0aHViLmNvbS9hc3RyYWwtc2gvdXYvcHVsbC8xODM0OSkpCi0gVXNlIGBjYXJnbyBhdWRpdGFibGVgIHRvIGluY2x1ZGUgU0JPTSBpbiB1diBidWlsZHMgKFsjJiM4MjAzOzE4Mjc2XShodHRwczovL3JlZGlyZWN0LmdpdGh1Yi5jb20vYXN0cmFsLXNoL3V2L3B1bGwvMTgyNzYpKQoKIyMjIyMgQ29uZmlndXJhdGlvbgoKLSBBZGQgYW4gZW52aXJvbm1lbnQgdmFyaWFibGUgZm9yIGBVVl9WRU5WX1JFTE9DQVRBQkxFYCAoWyMmIzgyMDM7MTgzMzFdKGh0dHBzOi8vcmVkaXJlY3QuZ2l0aHViLmNvbS9hc3RyYWwtc2gvdXYvcHVsbC8xODMzMSkpCgojIyMjIyBQZXJmb3JtYW5jZQoKLSBBdm9pZCB0b21sIGBEb2N1bWVudGAgb3ZlcmhlYWQgKFsjJiM4MjAzOzE4MzA2XShodHRwczovL3JlZGlyZWN0LmdpdGh1Yi5jb20vYXN0cmFsLXNoL3V2L3B1bGwvMTgzMDYpKQotIFVzZSBhIHNpbmdsZSBnbG9iYWwgd29ya3NwYWNlIGNhY2hlIChbIyYjODIwMzsxODMwN10oaHR0cHM6Ly9yZWRpcmVjdC5naXRodWIuY29tL2FzdHJhbC1zaC91di9wdWxsLzE4MzA3KSkKCiMjIyMjIEJ1ZyBmaXhlcwoKLSBDb250aW51ZSBvbiB0cmFtcG9saW5lIGpvYiBhc3NpZ25tZW50IGZhaWx1cmVzIChbIyYjODIwMzsxODI5MV0oaHR0cHM6Ly9yZWRpcmVjdC5naXRodWIuY29tL2FzdHJhbC1zaC91di9wdWxsLzE4MjkxKSkKLSBIYW5kbGUgdGhlIGhhcmQgbGluayBsaW1pdCBncmFjZWZ1bGx5IGluc3RlYWQgb2YgZmFpbGluZyAoWyMmIzgyMDM7MTc2OTldKGh0dHBzOi8vcmVkaXJlY3QuZ2l0aHViLmNvbS9hc3RyYWwtc2gvdXYvcHVsbC8xNzY5OSkpCi0gUmVzcGVjdCBidWlsZCBjb25zdHJhaW50cyBmb3Igd29ya3NwYWNlIG1lbWJlcnMgKFsjJiM4MjAzOzE4MzUwXShodHRwczovL3JlZGlyZWN0LmdpdGh1Yi5jb20vYXN0cmFsLXNoL3V2L3B1bGwvMTgzNTApKQotIFJldmFsaWRhdGUgZWRpdGFibGVzIGFuZCBvdGhlciBkZXBlbmRlbmNpZXMgaW4gc2NyaXB0cyAoWyMmIzgyMDM7MTgzMjhdKGh0dHBzOi8vcmVkaXJlY3QuZ2l0aHViLmNvbS9hc3RyYWwtc2gvdXYvcHVsbC8xODMyOCkpCi0gU3VwcG9ydCBQeXRob24gMy4xMysgb24gQW5kcm9pZCAoWyMmIzgyMDM7MTgzMDFdKGh0dHBzOi8vcmVkaXJlY3QuZ2l0aHViLmNvbS9hc3RyYWwtc2gvdXYvcHVsbC8xODMwMSkpCi0gU3VwcG9ydCBgY3AzLW5vbmUtYW55YCAoWyMmIzgyMDM7MTcwNjRdKGh0dHBzOi8vcmVkaXJlY3QuZ2l0aHViLmNvbS9hc3RyYWwtc2gvdXYvcHVsbC8xNzA2NCkpCi0gU2tpcCB0b29sIGVudmlyb25tZW50cyB3aXRoIGJyb2tlbiBsaW5rcyB0byBQeXRob24gb24gV2luZG93cyAoWyMmIzgyMDM7MTcxNzZdKGh0dHBzOi8vcmVkaXJlY3QuZ2l0aHViLmNvbS9hc3RyYWwtc2gvdXYvcHVsbC8xNzE3NikpCgojIyMjIyBEb2N1bWVudGF0aW9uCgotIEFkZCBkb2N1bWVudGF0aW9uIGZvciBjb21tb24gbWFya2VyIHZhbHVlcyAoWyMmIzgyMDM7MTgzMjddKGh0dHBzOi8vcmVkaXJlY3QuZ2l0aHViLmNvbS9hc3RyYWwtc2gvdXYvcHVsbC8xODMyNykpCi0gSW1wcm92ZSBkb2N1bWVudGF0aW9uIG9uIHZpcnR1YWwgZGVwZW5kZW5jaWVzIChbIyYjODIwMzsxODM0Nl0oaHR0cHM6Ly9yZWRpcmVjdC5naXRodWIuY29tL2FzdHJhbC1zaC91di9wdWxsLzE4MzQ2KSkKCiMjIyBbYHYwLjEwLjhgXShodHRwczovL3JlZGlyZWN0LmdpdGh1Yi5jb20vYXN0cmFsLXNoL3V2L2Jsb2IvSEVBRC9DSEFOR0VMT0cubWQjMDEwOCkKCltDb21wYXJlIFNvdXJjZV0oaHR0cHM6Ly9yZWRpcmVjdC5naXRodWIuY29tL2FzdHJhbC1zaC91di9jb21wYXJlLzAuMTAuNy4uLjAuMTAuOCkKClJlbGVhc2VkIG9uIDIwMjYtMDMtMDMuCgojIyMjIyBQeXRob24KCi0gQWRkIENQeXRob24gMy4xMC4yMAotIEFkZCBDUHl0aG9uIDMuMTEuMTUKLSBBZGQgQ1B5dGhvbiAzLjEyLjEzCgojIyMjIyBFbmhhbmNlbWVudHMKCi0gQWRkIERvY2tlciBpbWFnZXMgYmFzZWQgb24gRG9ja2VyIEhhcmRlbmVkIEltYWdlcyAoWyMmIzgyMDM7MTgyNDddKGh0dHBzOi8vcmVkaXJlY3QuZ2l0aHViLmNvbS9hc3RyYWwtc2gvdXYvcHVsbC8xODI0NykpCi0gQWRkIHJlc29sdmVyIGhpbnQgd2hlbiBgLS1leGNsdWRlLW5ld2VyYCBmaWx0ZXJzIG91dCBhbGwgdmVyc2lvbnMgb2YgYSBwYWNrYWdlIChbIyYjODIwMzsxODIxN10oaHR0cHM6Ly9yZWRpcmVjdC5naXRodWIuY29tL2FzdHJhbC1zaC91di9wdWxsLzE4MjE3KSkKLSBDb25maWd1cmUgYSByZWFsIHJldHJ5IG1pbmltdW0gZGVsYXkgb2YgMXMgKFsjJiM4MjAzOzE4MjAxXShodHRwczovL3JlZGlyZWN0LmdpdGh1Yi5jb20vYXN0cmFsLXNoL3V2L3B1bGwvMTgyMDEpKQotIEV4cGFuZCBgdXZfYnVpbGRgIGRpcmVjdCBidWlsZCBjb21wYXRpYmlsaXR5IChbIyYjODIwMzsxNzkwMl0oaHR0cHM6Ly9yZWRpcmVjdC5naXRodWIuY29tL2FzdHJhbC1zaC91di9wdWxsLzE3OTAyKSkKLSBGZXRjaCBDUHl0aG9uIGZyb20gYW4gQXN0cmFsIG1pcnJvciBieSBkZWZhdWx0IChbIyYjODIwMzsxODIwN10oaHR0cHM6Ly9yZWRpcmVjdC5naXRodWIuY29tL2FzdHJhbC1zaC91di9wdWxsLzE4MjA3KSkKLSBEb3dubG9hZCB1diByZWxlYXNlcyBmcm9tIGFuIEFzdHJhbCBtaXJyb3IgaW4gaW5zdGFsbGVycyBieSBkZWZhdWx0IChbIyYjODIwMzsxODE5MV0oaHR0cHM6Ly9yZWRpcmVjdC5naXRodWIuY29tL2FzdHJhbC1zaC91di9wdWxsLzE4MTkxKSkKLSBBZGQgU0JPTSBhdHRlc3RhdGlvbnMgdG8gRG9ja2VyIGltYWdlcyAoWyMmIzgyMDM7MTgyNTJdKGh0dHBzOi8vcmVkaXJlY3QuZ2l0aHViLmNvbS9hc3RyYWwtc2gvdXYvcHVsbC8xODI1MikpCi0gSW1wcm92ZSBoaW50IGZvciBpbnN0YWxsaW5nIG1lc29uLXB5dGhvbiB3aGVuIG1pc3NpbmcgYXMgYnVpbGQgYmFja2VuZCAoWyMmIzgyMDM7MTU4MjZdKGh0dHBzOi8vcmVkaXJlY3QuZ2l0aHViLmNvbS9hc3RyYWwtc2gvdXYvcHVsbC8xNTgyNikpCgojIyMjIyBDb25maWd1cmF0aW9uCgotIEFkZCBgVVZfSU5JVF9CQVJFYCBlbnZpcm9ubWVudCB2YXJpYWJsZSBmb3IgYHV2IGluaXRgIChbIyYjODIwMzsxODIxMF0oaHR0cHM6Ly9yZWRpcmVjdC5naXRodWIuY29tL2FzdHJhbC1zaC91di9wdWxsLzE4MjEwKSkKCiMjIyMjIEJ1ZyBmaXhlcwoKLSBQcmV2ZW50IGB1diB0b29sIHVwZ3JhZGVgIGZyb20gaW5zdGFsbGluZyBleGNsdWRlZCBkZXBlbmRlbmNpZXMgKFsjJiM4MjAzOzE4MDIyXShodHRwczovL3JlZGlyZWN0LmdpdGh1Yi5jb20vYXN0cmFsLXNoL3V2L3B1bGwvMTgwMjIpKQotIFByb21vdGUgYXV0aGVudGljYXRpb24gcG9saWN5IHdoZW4gc2F2aW5nIHRvb2wgcmVjZWlwdHMgKFsjJiM4MjAzOzE4MjQ2XShodHRwczovL3JlZGlyZWN0LmdpdGh1Yi5jb20vYXN0cmFsLXNoL3V2L3B1bGwvMTgyNDYpKQotIFJlc3BlY3QgZXhjbHVzaW9ucyBpbiBzY3JpcHRzIChbIyYjODIwMzsxODI2OV0oaHR0cHM6Ly9yZWRpcmVjdC5naXRodWIuY29tL2FzdHJhbC1zaC91di9wdWxsLzE4MjY5KSkKLSBSZXRhaW4gZGVmYXVsdC1icmFuY2ggR2l0IFNIQXMgaW4gYHB5bG9jay50b21sYCBmaWxlcyAoWyMmIzgyMDM7MTgyMjddKGh0dHBzOi8vcmVkaXJlY3QuZ2l0aHViLmNvbS9hc3RyYWwtc2gvdXYvcHVsbC8xODIyNykpCi0gU2tpcCBpbnN0YWxsZWQgUHl0aG9uIGNoZWNrIGZvciBVUkwgZGVwZW5kZW5jaWVzIChbIyYjODIwMzsxODIxMV0oaHR0cHM6Ly9yZWRpcmVjdC5naXRodWIuY29tL2FzdHJhbC1zaC91di9wdWxsLzE4MjExKSkKLSBSZXNwZWN0IGNvbnN0cmFpbnRzIGR1cmluZyBgLS11cGdyYWRlYCAoWyMmIzgyMDM7MTgyMjZdKGh0dHBzOi8vcmVkaXJlY3QuZ2l0aHViLmNvbS9hc3RyYWwtc2gvdXYvcHVsbC8xODIyNikpCi0gRml4IGB1diB0cmVlYCBvcnBoYW5lZCByb290cyBhbmQgcHJlbWF0dXJlIGRlZHVwbGljYXRpb24gKFsjJiM4MjAzOzE3MjEyXShodHRwczovL3JlZGlyZWN0LmdpdGh1Yi5jb20vYXN0cmFsLXNoL3V2L3B1bGwvMTcyMTIpKQoKIyMjIyMgRG9jdW1lbnRhdGlvbgoKLSBNZW50aW9uIGNvb2xkb3duIGFuZCB0d2VhayBpbmxpbmUgc2NyaXB0IG1ldGFkYXRhIGluIGRlcGVuZGVuY3kgYm90cyBkb2N1bWVudGF0aW9uIChbIyYjODIwMzsxODIzMF0oaHR0cHM6Ly9yZWRpcmVjdC5naXRodWIuY29tL2FzdHJhbC1zaC91di9wdWxsLzE4MjMwKSkKLSBNb3ZlIGNhY2hlIHBydW5lIGluIEdpdExhYiB0byBgYWZ0ZXJfc2NyaXB0YCAoWyMmIzgyMDM7MTgyMDZdKGh0dHBzOi8vcmVkaXJlY3QuZ2l0aHViLmNvbS9hc3RyYWwtc2gvdXYvcHVsbC8xODIwNikpCgojIyMgW2B2MC4xMC43YF0oaHR0cHM6Ly9yZWRpcmVjdC5naXRodWIuY29tL2FzdHJhbC1zaC91di9ibG9iL0hFQUQvQ0hBTkdFTE9HLm1kIzAxMDcpCgpbQ29tcGFyZSBTb3VyY2VdKGh0dHBzOi8vcmVkaXJlY3QuZ2l0aHViLmNvbS9hc3RyYWwtc2gvdXYvY29tcGFyZS8wLjEwLjYuLi4wLjEwLjcpCgpSZWxlYXNlZCBvbiAyMDI2LTAyLTI3LgoKIyMjIyMgQnVnIGZpeGVzCgotIEZpeCBoYW5kbGluZyBvZiBqdW5jdGlvbnMgaW4gV2luZG93cyBDb250YWluZXJzIG9uIFdpbmRvd3MgKFsjJiM4MjAzOzE4MTkyXShodHRwczovL3JlZGlyZWN0LmdpdGh1Yi5jb20vYXN0cmFsLXNoL3V2L3B1bGwvMTgxOTIpKQoKIyMjIyMgRW5oYW5jZW1lbnRzCgotIEFjdGl2YXRlIGxvZ2dpbmcgZm9yIG1pZGRsZXdhcmUgcmV0cmllcyAoWyMmIzgyMDM7MTgyMDBdKGh0dHBzOi8vcmVkaXJlY3QuZ2l0aHViLmNvbS9hc3RyYWwtc2gvdXYvcHVsbC8xODIwMCkpCi0gVXBsb2FkIHV2IHJlbGVhc2VzIHRvIGEgbWlycm9yIChbIyYjODIwMzsxODE1OV0oaHR0cHM6Ly9yZWRpcmVjdC5naXRodWIuY29tL2FzdHJhbC1zaC91di9wdWxsLzE4MTU5KSkKCiMjIyBbYHYwLjEwLjZgXShodHRwczovL3JlZGlyZWN0LmdpdGh1Yi5jb20vYXN0cmFsLXNoL3V2L2Jsb2IvSEVBRC9DSEFOR0VMT0cubWQjMDEwNikKCltDb21wYXJlIFNvdXJjZV0oaHR0cHM6Ly9yZWRpcmVjdC5naXRodWIuY29tL2FzdHJhbC1zaC91di9jb21wYXJlLzAuMTAuNS4uLjAuMTAuNikKClJlbGVhc2VkIG9uIDIwMjYtMDItMjQuCgojIyMjIyBCdWcgZml4ZXMKCi0gQXBwbHkgbG9ja2ZpbGUgbWFya2VyIG5vcm1hbGl6YXRpb24gZm9yIGZvcmsgbWFya2VycyAoWyMmIzgyMDM7MTgxMTZdKGh0dHBzOi8vcmVkaXJlY3QuZ2l0aHViLmNvbS9hc3RyYWwtc2gvdXYvcHVsbC8xODExNikpCi0gRml4IFB5dGhvbiB2ZXJzaW9uIHNlbGVjdGlvbiBmb3Igc2NyaXB0cyB3aXRoIGEgYHJlcXVpcmVzLXB5dGhvbmAgY29uZmxpY3Rpbmcgd2l0aCBgLnB5dGhvbi12ZXJzaW9uYCAoWyMmIzgyMDM7MTgwOTddKGh0dHBzOi8vcmVkaXJlY3QuZ2l0aHViLmNvbS9hc3RyYWwtc2gvdXYvcHVsbC8xODA5NykpCi0gUHJlc2VydmUgZmlsZSBwZXJtaXNzaW9ucyB3aGVuIHVzaW5nIHJlZmxpbmtzIG9uIExpbnV4IChbIyYjODIwMzsxODE4N10oaHR0cHM6Ly9yZWRpcmVjdC5naXRodWIuY29tL2FzdHJhbC1zaC91di9wdWxsLzE4MTg3KSkKCiMjIyMjIERvY3VtZW50YXRpb24KCi0gUmVtb3ZlIHZlcmJvc2UgZG9jdW1lbnRhdGlvbiBmcm9tIG9wdGlvbmFsIGRlcGVuZGVuY2llcyBoZWxwIHRleHQgKFsjJiM4MjAzOzE4MTgwXShodHRwczovL3JlZGlyZWN0LmdpdGh1Yi5jb20vYXN0cmFsLXNoL3V2L3B1bGwvMTgxODApKQoKIyMjIFtgdjAuMTAuNWBdKGh0dHBzOi8vcmVkaXJlY3QuZ2l0aHViLmNvbS9hc3RyYWwtc2gvdXYvYmxvYi9IRUFEL0NIQU5HRUxPRy5tZCMwMTA1KQoKW0NvbXBhcmUgU291cmNlXShodHRwczovL3JlZGlyZWN0LmdpdGh1Yi5jb20vYXN0cmFsLXNoL3V2L2NvbXBhcmUvMC4xMC40Li4uMC4xMC41KQoKUmVsZWFzZWQgb24gMjAyNi0wMi0yMy4KCiMjIyMjIEVuaGFuY2VtZW50cwoKLSBBZGQgaGludCB3aGVuIG5hbWVkIGluZGV4IGlzIGZvdW5kIGluIGEgcGFyZW50IGNvbmZpZyBmaWxlIChbIyYjODIwMzsxODA4N10oaHR0cHM6Ly9yZWRpcmVjdC5naXRodWIuY29tL2FzdHJhbC1zaC91di9wdWxsLzE4MDg3KSkKLSBBZGQgd2FybmluZyBmb3IgYHV2IGxvY2sgLS1mcm96ZW5gIChbIyYjODIwMzsxNzg1OV0oaHR0cHM6Ly9yZWRpcmVjdC5naXRodWIuY29tL2FzdHJhbC1zaC91di9wdWxsLzE3ODU5KSkKLSBBdHRlbXB0IHRvIHVzZSByZWZsaW5rcyBieSBkZWZhdWx0IG9uIExpbnV4IChbIyYjODIwMzsxODExN10oaHR0cHM6Ly9yZWRpcmVjdC5naXRodWIuY29tL2FzdHJhbC1zaC91di9wdWxsLzE4MTE3KSkKLSBGYWxsYmFjayB0byBoYXJkbGlua3MgYWZ0ZXIgcmVmbGluayBmYWlsdXJlIGJlZm9yZSBjb3B5aW5nIChbIyYjODIwMzsxODEwNF0oaHR0cHM6Ly9yZWRpcmVjdC5naXRodWIuY29tL2FzdHJhbC1zaC91di9wdWxsLzE4MTA0KSkKLSBGaWx0ZXIgYHB5bG9jay50b21sYCB3aGVlbHMgYnkgdGFncyBhbmQgYHJlcXVpcmVzLXB5dGhvbmAgKFsjJiM4MjAzOzE4MDgxXShodHRwczovL3JlZGlyZWN0LmdpdGh1Yi5jb20vYXN0cmFsLXNoL3V2L3B1bGwvMTgwODEpKQotIFZhbGlkYXRlIHdoZWVsIGZpbGVuYW1lcyBhcmUgbm9ybWFsaXplZCBkdXJpbmcgYHV2IHB1Ymxpc2hgIChbIyYjODIwMzsxNzc4M10oaHR0cHM6Ly9yZWRpcmVjdC5naXRodWIuY29tL2FzdHJhbC1zaC91di9wdWxsLzE3NzgzKSkKLSBGaXggbWVzc2FnZSB3aGVuIGBleGNsdWRlLW5ld2VyYCBpbnZhbGlkYXRlcyB0aGUgbG9jayBmaWxlIChbIyYjODIwMzsxODEwMF0oaHR0cHM6Ly9yZWRpcmVjdC5naXRodWIuY29tL2FzdHJhbC1zaC91di9wdWxsLzE4MTAwKSkKLSBDaGFuZ2UgdGhlIG1pc3NpbmcgZmlsZXMgbG9nIGxldmVsIHRvIGRlYnVnIChbIyYjODIwMzsxODA3NV0oaHR0cHM6Ly9yZWRpcmVjdC5naXRodWIuY29tL2FzdHJhbC1zaC91di9wdWxsLzE4MDc1KSkKCiMjIyMjIFBlcmZvcm1hbmNlCgotIEltcHJvdmUgcGVyZm9ybWFuY2Ugb2YgcmVwZWF0ZWQgY29uZmxpY3RzIHdpdGggYW4gZXh0cmEgKFsjJiM4MjAzOzE4MDk0XShodHRwczovL3JlZGlyZWN0LmdpdGh1Yi5jb20vYXN0cmFsLXNoL3V2L3B1bGwvMTgwOTQpKQoKIyMjIyMgQnVnIGZpeGVzCgotIEZpeCBgLS1uby1lbWl0LXdvcmtzcGFjZWAgd2l0aCBgLS1hbGwtcGFja2FnZXNgIG9uIHNpbmdsZS1tZW1iZXIgd29ya3NwYWNlcyAoWyMmIzgyMDM7MTgwOThdKGh0dHBzOi8vcmVkaXJlY3QuZ2l0aHViLmNvbS9hc3RyYWwtc2gvdXYvcHVsbC8xODA5OCkpCi0gRml4IGBVVl9OT19ERUZBVUxUX0dST1VQU2AgcmVqZWN0aW5nIHRydXRoeSB2YWx1ZXMgbGlrZSBgMWAgKFsjJiM4MjAzOzE4MDU3XShodHRwczovL3JlZGlyZWN0LmdpdGh1Yi5jb20vYXN0cmFsLXNoL3V2L3B1bGwvMTgwNTcpKQotIEZpeCBpT1MgZGV0ZWN0aW9uIChbIyYjODIwMzsxNzk3M10oaHR0cHM6Ly9yZWRpcmVjdC5naXRodWIuY29tL2FzdHJhbC1zaC91di9wdWxsLzE3OTczKSkKLSBQcm9wYWdhdGUgcHJvamVjdC1sZXZlbCBjb25mbGljdHMgdG8gcGFja2FnZSBleHRyYXMgKFsjJiM4MjAzOzE4MDk2XShodHRwczovL3JlZGlyZWN0LmdpdGh1Yi5jb20vYXN0cmFsLXNoL3V2L3B1bGwvMTgwOTYpKQotIFVzZSBhIGdsb2JhbCBidWlsZCBjb25jdXJyZW5jeSBzZW1hcGhvcmUgKFsjJiM4MjAzOzE4MDU0XShodHRwczovL3JlZGlyZWN0LmdpdGh1Yi5jb20vYXN0cmFsLXNoL3V2L3B1bGwvMTgwNTQpKQoKIyMjIyMgRG9jdW1lbnRhdGlvbgoKLSBVcGRhdGUgZG9jdW1lbnRhdGlvbiBoZWFkaW5nIGZvciBlbnZpcm9ubWVudCB2YXJpYWJsZSBmaWxlcyAoWyMmIzgyMDM7MTgxMjJdKGh0dHBzOi8vcmVkaXJlY3QuZ2l0aHViLmNvbS9hc3RyYWwtc2gvdXYvcHVsbC8xODEyMikpCi0gRml4IGNvbW1lbnQgYWJvdXQgYHV2IGV4cG9ydGAgZm9ybWF0cyAoWyMmIzgyMDM7MTc5MDBdKGh0dHBzOi8vcmVkaXJlY3QuZ2l0aHViLmNvbS9hc3RyYWwtc2gvdXYvcHVsbC8xNzkwMCkpCi0gTWFrZSBpdCBjbGVhciB0aGF0IFdpbmRvd3MgaXMgc3VwcG9ydGVkIGluIHVzZXItIGFuZCBzeXN0ZW0tIGxldmVsIGNvbmZpZ3VyYXRpb24gZG9jcyAoWyMmIzgyMDM7MTgxMDZdKGh0dHBzOi8vcmVkaXJlY3QuZ2l0aHViLmNvbS9hc3RyYWwtc2gvdXYvcHVsbC8xODEwNikpCgojIyMgW2B2MC4xMC40YF0oaHR0cHM6Ly9yZWRpcmVjdC5naXRodWIuY29tL2FzdHJhbC1zaC91di9ibG9iL0hFQUQvQ0hBTkdFTE9HLm1kIzAxMDQpCgpbQ29tcGFyZSBTb3VyY2VdKGh0dHBzOi8vcmVkaXJlY3QuZ2l0aHViLmNvbS9hc3RyYWwtc2gvdXYvY29tcGFyZS8wLjEwLjMuLi4wLjEwLjQpCgpSZWxlYXNlZCBvbiAyMDI2LTAyLTE3LgoKIyMjIyMgRW5oYW5jZW1lbnRzCgotIFJlbW92ZSBkdXBsaWNhdGUgcmVmZXJlbmNlcyB0byB0aGUgYWZmZWN0ZWQgcGF0aHMgd2hlbiBzaG93aW5nIGB1diBweXRob25gIGVycm9ycyAoWyMmIzgyMDM7MTgwMDhdKGh0dHBzOi8vcmVkaXJlY3QuZ2l0aHViLmNvbS9hc3RyYWwtc2gvdXYvcHVsbC8xODAwOCkpCi0gU2tpcCBkaXNjb3Zlcnkgb2Ygd29ya3NwYWNlIG1lbWJlcnMgdGhhdCBjb250YWluIG9ubHkgZ2l0LWlnbm9yZWQgZmlsZXMsIGluY2x1ZGluZyBpbiBzdWItZGlyZWN0b3JpZXMgKFsjJiM4MjAzOzE4MDUxXShodHRwczovL3JlZGlyZWN0LmdpdGh1Yi5jb20vYXN0cmFsLXNoL3V2L3B1bGwvMTgwNTEpKQoKIyMjIyMgQnVnIGZpeGVzCgotIERvbid0IHBhbmljIHdoZW4gaW5pdGlhbGlzaW5nIGEgcGFja2FnZSBhdCB0aGUgZmlsZXN5c3RlbSByb290IChlLmcuIGB1diBpbml0IC8gLS1uYW1lIGZvb2ApIChbIyYjODIwMzsxNzk4M10oaHR0cHM6Ly9yZWRpcmVjdC5naXRodWIuY29tL2FzdHJhbC1zaC91di9wdWxsLzE3OTgzKSkKLSBGaXggcGVybWlzc2lvbnMgb24gYHdoZWVsYCBhbmQgYHNkaXN0YCBmaWxlcyBwcm9kdWNlZCBieSB0aGUgYHV2X2J1aWxkYCBidWlsZCBiYWNrZW5kIChbIyYjODIwMzsxODAyMF0oaHR0cHM6Ly9yZWRpcmVjdC5naXRodWIuY29tL2FzdHJhbC1zaC91di9wdWxsLzE4MDIwKSkKLSBSZXZlcnQgbG9ja2VkIGZpbGUgY2hhbmdlIHRvIGZpeCBsb2NrZWQgZmlsZXMgb24gTkZTIG1vdW50cyAoWyMmIzgyMDM7MTgwNzFdKGh0dHBzOi8vcmVkaXJlY3QuZ2l0aHViLmNvbS9hc3RyYWwtc2gvdXYvcHVsbC8xODA3MSkpCgojIyMgW2B2MC4xMC4zYF0oaHR0cHM6Ly9yZWRpcmVjdC5naXRodWIuY29tL2FzdHJhbC1zaC91di9ibG9iL0hFQUQvQ0hBTkdFTE9HLm1kIzAxMDMpCgpbQ29tcGFyZSBTb3VyY2VdKGh0dHBzOi8vcmVkaXJlY3QuZ2l0aHViLmNvbS9hc3RyYWwtc2gvdXYvY29tcGFyZS8wLjEwLjIuLi4wLjEwLjMpCgpSZWxlYXNlZCBvbiAyMDI2LTAyLTE2LgoKIyMjIyMgUHl0aG9uCgotIEFkZCBDUHl0aG9uIDMuMTUuMGE2CgojIyMjIyBFbmhhbmNlbWVudHMKCi0gRG9uJ3Qgb3BlbiBmaWxlIGxvY2tzIGZvciB3cml0aW5nIChbIyYjODIwMzsxNzk1Nl0oaHR0cHM6Ly9yZWRpcmVjdC5naXRodWIuY29tL2FzdHJhbC1zaC91di9wdWxsLzE3OTU2KSkKLSBNYWtlIFdpbmRvd3MgdHJhbXBvbGluZSBlcnJvciBtZXNzYWdlcyBjb25zaXN0ZW50IHdpdGggdXYgcHJvcGVyIChbIyYjODIwMzsxNzk2OV0oaHR0cHM6Ly9yZWRpcmVjdC5naXRodWIuY29tL2FzdHJhbC1zaC91di9wdWxsLzE3OTY5KSkKLSBMb2cgd2hpY2ggcHJldmlldyBmZWF0dXJlcyBhcmUgZW5hYmxlZCAoWyMmIzgyMDM7MTc5NjhdKGh0dHBzOi8vcmVkaXJlY3QuZ2l0aHViLmNvbS9hc3RyYWwtc2gvdXYvcHVsbC8xNzk2OCkpCgojIyMjIyBQcmV2aWV3IGZlYXR1cmVzCgotIEFkZCBzdXBwb3J0IGZvciBydWZmIHZlcnNpb24gY29uc3RyYWludHMgYW5kIGBleGNsdWRlLW5ld2VyYCBpbiBgdXYgZm9ybWF0YCAoWyMmIzgyMDM7MTc2NTFdKGh0dHBzOi8vcmVkaXJlY3QuZ2l0aHViLmNvbS9hc3RyYWwtc2gvdXYvcHVsbC8xNzY1MSkpCi0gRml4IHNjcmlwdCBwYXRoIGhhbmRsaW5nIHdoZW4gYHRhcmdldC13b3Jrc3BhY2UtZGlzY292ZXJ5YCBpcyBlbmFibGVkIChbIyYjODIwMzsxNzk2NV0oaHR0cHM6Ly9yZWRpcmVjdC5naXRodWIuY29tL2FzdHJhbC1zaC91di9wdWxsLzE3OTY1KSkKLSBVc2UgdmVyc2lvbiBjb25zdHJhaW50cyB0byBzZWxlY3QgdGhlIGRlZmF1bHQgcnVmZiB2ZXJzaW9uIHVzZWQgYnkgYHV2IGZvcm1hdGAgKFsjJiM4MjAzOzE3OTc3XShodHRwczovL3JlZGlyZWN0LmdpdGh1Yi5jb20vYXN0cmFsLXNoL3V2L3B1bGwvMTc5NzcpKQoKIyMjIyMgQnVnIGZpeGVzCgotIEF2b2lkIG1hdGNoaW5nIG1hbmFnZWQgUHl0aG9uIHZlcnNpb25zIGJ5IHByZWZpeGVzLCBlLmcuIGRvbid0IG1hdGNoIENQeXRob24gMy4xMCB3aGVuIGBjcHl0aG9uLTMuMWAgaXMgc3BlY2lmaWVkIChbIyYjODIwMzsxNzk3Ml0oaHR0cHM6Ly9yZWRpcmVjdC5naXRodWIuY29tL2FzdHJhbC1zaC91di9wdWxsLzE3OTcyKSkKLSBGaXggaGFuZGxpbmcgb2YgYC0tYWxsb3ctZXhpc3RpbmdgIHdpdGggbWlub3IgdmVyc2lvbiBsaW5rcyBvbiBXaW5kb3dzIChbIyYjODIwMzsxNzk3OF0oaHR0cHM6Ly9yZWRpcmVjdC5naXRodWIuY29tL2FzdHJhbC1zaC91di9wdWxsLzE3OTc4KSkKLSBGaXggcGFuaWMgd2hlbiBlbmNvdW50ZXJpbmcgdW5tYW5hZ2VkIHdvcmtzcGFjZSBtZW1iZXJzIChbIyYjODIwMzsxNzk3NF0oaHR0cHM6Ly9yZWRpcmVjdC5naXRodWIuY29tL2FzdHJhbC1zaC91di9wdWxsLzE3OTc0KSkKLSBJbXByb3ZlIGFjY3VyYWN5IG9mIHJlcXVlc3QgdGltaW5nIChbIyYjODIwMzsxODAwN10oaHR0cHM6Ly9yZWRpcmVjdC5naXRodWIuY29tL2FzdHJhbC1zaC91di9wdWxsLzE4MDA3KSkKLSBSZWplY3QgYHU2NDo6TUFYYCBpbiB2ZXJzaW9uIHNlZ21lbnRzIHRvIHByZXZlbnQgb3ZlcmZsb3cgKFsjJiM4MjAzOzE3OTg1XShodHRwczovL3JlZGlyZWN0LmdpdGh1Yi5jb20vYXN0cmFsLXNoL3V2L3B1bGwvMTc5ODUpKQoKIyMjIyMgRG9jdW1lbnRhdGlvbgoKLSBSZWZlcmVuY2UgRGViaWFuIFRyaXhpZSBpbnN0ZWFkIG9mIEJvb2t3b3JtIChbIyYjODIwMzsxNzk5MV0oaHR0cHM6Ly9yZWRpcmVjdC5naXRodWIuY29tL2FzdHJhbC1zaC91di9wdWxsLzE3OTkxKSkKCiMjIyBbYHYwLjEwLjJgXShodHRwczovL3JlZGlyZWN0LmdpdGh1Yi5jb20vYXN0cmFsLXNoL3V2L2Jsb2IvSEVBRC9DSEFOR0VMT0cubWQjMDEwMikKCltDb21wYXJlIFNvdXJjZV0oaHR0cHM6Ly9yZWRpcmVjdC5naXRodWIuY29tL2FzdHJhbC1zaC91di9jb21wYXJlLzAuMTAuMS4uLjAuMTAuMikKClJlbGVhc2VkIG9uIDIwMjYtMDItMTAuCgojIyMjIyBFbmhhbmNlbWVudHMKCi0gRGVwcmVjYXRlIHVuZXhwZWN0ZWQgWklQIGNvbXByZXNzaW9uIG1ldGhvZHMgKFsjJiM4MjAzOzE3OTQ2XShodHRwczovL3JlZGlyZWN0LmdpdGh1Yi5jb20vYXN0cmFsLXNoL3V2L3B1bGwvMTc5NDYpKQoKIyMjIyMgQnVnIGZpeGVzCgotIEZpeCBgY2FyZ28taW5zdGFsbGAgZmFpbGluZyBkdWUgdG8gbWlzc2luZyBgdXYtdGVzdGAgZGVwZW5kZW5jeSAoWyMmIzgyMDM7MTc5NTRdKGh0dHBzOi8vcmVkaXJlY3QuZ2l0aHViLmNvbS9hc3RyYWwtc2gvdXYvcHVsbC8xNzk1NCkpCgojIyMgW2B2MC4xMC4xYF0oaHR0cHM6Ly9yZWRpcmVjdC5naXRodWIuY29tL2FzdHJhbC1zaC91di9ibG9iL0hFQUQvQ0hBTkdFTE9HLm1kIzAxMDEpCgpbQ29tcGFyZSBTb3VyY2VdKGh0dHBzOi8vcmVkaXJlY3QuZ2l0aHViLmNvbS9hc3RyYWwtc2gvdXYvY29tcGFyZS8wLjEwLjAuLi4wLjEwLjEpCgpSZWxlYXNlZCBvbiAyMDI2LTAyLTEwLgoKIyMjIyMgRW5oYW5jZW1lbnRzCgotIERvbid0IHBhbmljIG9uIG1ldGFkYXRhIHJlYWQgZXJyb3JzIChbIyYjODIwMzsxNzkwNF0oaHR0cHM6Ly9yZWRpcmVjdC5naXRodWIuY29tL2FzdHJhbC1zaC91di9wdWxsLzE3OTA0KSkKLSBTa2lwIGVtcHR5IHdvcmtzcGFjZSBtZW1iZXJzIGluc3RlYWQgb2YgZmFpbGluZyAoWyMmIzgyMDM7MTc5MDFdKGh0dHBzOi8vcmVkaXJlY3QuZ2l0aHViLmNvbS9hc3RyYWwtc2gvdXYvcHVsbC8xNzkwMSkpCi0gRG9uJ3QgZmFpbCBjcmVhdGluZyBhIHJlYWQtb25seSBgc2Rpc3QtdlgvLmdpdGAgaWYgaXQgYWxyZWFkeSBleGlzdHMgKFsjJiM4MjAzOzE3ODI1XShodHRwczovL3JlZGlyZWN0LmdpdGh1Yi5jb20vYXN0cmFsLXNoL3V2L3B1bGwvMTc4MjUpKQoKIyMjIyMgRG9jdW1lbnRhdGlvbgoKLSBTdWdnZXN0IGB1diBweXRob24gdXBkYXRlLXNoZWxsYCBvdmVyIGB1diB0b29sIHVwZGF0ZS1zaGVsbGAgaW4gUHl0aG9uIGRvY3MgKFsjJiM4MjAzOzE3OTQxXShodHRwczovL3JlZGlyZWN0LmdpdGh1Yi5jb20vYXN0cmFsLXNoL3V2L3B1bGwvMTc5NDEpKQoKIyMjIFtgdjAuMTAuMGBdKGh0dHBzOi8vcmVkaXJlY3QuZ2l0aHViLmNvbS9hc3RyYWwtc2gvdXYvYmxvYi9IRUFEL0NIQU5HRUxPRy5tZCMwMTAwKQoKW0NvbXBhcmUgU291cmNlXShodHRwczovL3JlZGlyZWN0LmdpdGh1Yi5jb20vYXN0cmFsLXNoL3V2L2NvbXBhcmUvMC45LjMwLi4uMC4xMC4wKQoKU2luY2Ugd2UgcmVsZWFzZWQgdXYgWzAuOS4wXShodHRwczovL3JlZGlyZWN0LmdpdGh1Yi5jb20vYXN0cmFsLXNoL3V2L3JlbGVhc2VzL3RhZy8wLjkuMCkgaW4gT2N0b2JlciBvZiAyMDI1LCB3ZSd2ZSBhY2N1bXVsYXRlZCB2YXJpb3VzIGNoYW5nZXMgdGhhdCBpbXByb3ZlIGNvcnJlY3RuZXNzIGFuZCB1c2VyIGV4cGVyaWVuY2UsIGJ1dCBjb3VsZCBicmVhayBzb21lIHdvcmtmbG93cy4gVGhpcyByZWxlYXNlIGNvbnRhaW5zIHRob3NlIGNoYW5nZXM7IG1hbnkgaGF2ZSBiZWVuIG1hcmtlZCBhcyBicmVha2luZyBvdXQgb2YgYW4gYWJ1bmRhbmNlIG9mIGNhdXRpb24uIFdlIGV4cGVjdCBtb3N0IHVzZXJzIHRvIGJlIGFibGUgdG8gdXBncmFkZSB3aXRob3V0IG1ha2luZyBjaGFuZ2VzLgoKVGhpcyByZWxlYXNlIGFsc28gaW5jbHVkZXMgdGhlIHN0YWJpbGl6YXRpb24gb2YgcHJldmlldyBmZWF0dXJlcy4gUHl0aG9uIHVwZ3JhZGVzIGFyZSBub3cgc3RhYmxlLCBpbmNsdWRpbmcgdGhlIGB1diBweXRob24gdXBncmFkZWAgY29tbWFuZCwgYHV2IHB5dGhvbiBpbnN0YWxsIC0tdXBncmFkZWAsIGFuZCBhdXRvbWF0aWNhbGx5IHVwZ3JhZGluZyBQeXRob24gcGF0Y2ggdmVyc2lvbnMgaW4gdmlydHVhbCBlbnZpcm9ubWVudHMgd2hlbiBhIG5ldyB2ZXJzaW9uIGlzIGluc3RhbGxlZC4gVGhlIGBhZGQtYm91bmRzYCBhbmQgYGV4dHJhLWJ1aWxkLWRlcGVuZGVuY2llc2Agc2V0dGluZ3MgYXJlIG5vdyBzdGFibGUuIEZpbmFsbHksIHRoZSBgdXYgd29ya3NwYWNlIGRpcmAgYW5kIGB1diB3b3Jrc3BhY2UgbGlzdGAgdXRpbGl0aWVzIGZvciB3cml0aW5nIHNjcmlwdHMgYWdhaW5zdCB3b3Jrc3BhY2UgbWVtYmVycyBhcmUgbm93IHN0YWJsZS4KClRoZXJlIGFyZSBubyBicmVha2luZyBjaGFuZ2VzIHRvIFtgdXZfYnVpbGRgXShodHRwczovL2RvY3MuYXN0cmFsLnNoL3V2L2NvbmNlcHRzL2J1aWxkLWJhY2tlbmQvKS4gSWYgeW91IGhhdmUgYW4gdXBwZXIgYm91bmQgaW4geW91ciBgW2J1aWxkLXN5c3RlbV1gIHRhYmxlLCB5b3Ugc2hvdWxkIHVwZGF0ZSBpdCwgZS5nLiwgZnJvbSBgPDAuMTAuMGAgdG8gYDwwLjExLjBgLgoKIyMjIyMgQnJlYWtpbmcgY2hhbmdlcwoKLSAqKlJlcXVpcmUgYC0tY2xlYXJgIHRvIHJlbW92ZSBleGlzdGluZyB2aXJ0dWFsIGVudmlyb25tZW50cyBpbiBgdXYgdmVudmAqKiAoWyMmIzgyMDM7MTc3NTddKGh0dHBzOi8vcmVkaXJlY3QuZ2l0aHViLmNvbS9hc3RyYWwtc2gvdXYvcHVsbC8xNzc1NykpCgogIFByZXZpb3VzbHksIGB1diB2ZW52YCB3b3VsZCBwcm9tcHQgZm9yIGNvbmZpcm1hdGlvbiBiZWZvcmUgcmVtb3ZpbmcgYW4gZXhpc3RpbmcgdmlydHVhbCBlbnZpcm9ubWVudCBpbiBpbnRlcmFjdGl2ZSBjb250ZXh0cywgYW5kIHJlbW92ZSBpdCB3aXRob3V0IGNvbmZpcm1hdGlvbiBpbiBub24taW50ZXJhY3RpdmUgY29udGV4dHMuIE5vdywgYHV2IHZlbnZgIHJlcXVpcmVzIHRoZSBgLS1jbGVhcmAgZmxhZyB0byByZW1vdmUgYW4gZXhpc3RpbmcgdmlydHVhbCBlbnZpcm9ubWVudC4gQSB3YXJuaW5nIGZvciB0aGlzIGNoYW5nZSB3YXMgYWRkZWQgaW4gW3V2IDAuOF0oaHR0cHM6Ly9yZWRpcmVjdC5naXRodWIuY29tL2FzdHJhbC1zaC91di9ibG9iL21haW4vY2hhbmdlbG9ncy8wLjgueC5tZCNicmVha2luZy1jaGFuZ2VzKS4KCiAgWW91IGNhbiBvcHQgb3V0IG9mIHRoaXMgYmVoYXZpb3IgYnkgcGFzc2luZyB0aGUgYC0tY2xlYXJgIGZsYWcgb3Igc2V0dGluZyBgVVZfVkVOVl9DTEVBUj0xYC4KLSAqKkVycm9yIGlmIG11bHRpcGxlIGluZGV4ZXMgaW5jbHVkZSBgZGVmYXVsdCA9IHRydWVgKiogKFsjJiM4MjAzOzE3MDExXShodHRwczovL3JlZGlyZWN0LmdpdGh1Yi5jb20vYXN0cmFsLXNoL3V2L3B1bGwvMTcwMTEpKQoKICBQcmV2aW91c2x5LCB1diB3b3VsZCBzaWxlbnRseSBhY2NlcHQgbXVsdGlwbGUgaW5kZXhlcyB3aXRoIGBkZWZhdWx0ID0gdHJ1ZWAgYW5kIHVzZSB0aGUgZmlyc3Qgb25lLiBOb3csIHV2IHdpbGwgZXJyb3IgaWYgbXVsdGlwbGUgaW5kZXhlcyBhcmUgbWFya2VkIGFzIHRoZSBkZWZhdWx0LgoKICBZb3UgY2Fubm90IG9wdCBvdXQgb2YgdGhpcyBiZWhhdmlvci4gUmVtb3ZlIGBkZWZhdWx0ID0gdHJ1ZWAgZnJvbSBhbGwgYnV0IG9uZSBpbmRleC4KLSAqKkVycm9yIHdoZW4gYW4gYGV4cGxpY2l0YCBpbmRleCBpcyB1bm5hbWVkKiogKFsjJiM4MjAzOzE3Nzc3XShodHRwczovL3JlZGlyZWN0LmdpdGh1Yi5jb20vYXN0cmFsLXNoL3V2L3B1bGwvMTc3NzcpKQoKICBFeHBsaWNpdCBpbmRleGVzIGNhbiBvbmx5IGJlIHVzZWQgdmlhIHRoZSBgW3Rvb2wudXYuc291cmNlc11gIHRhYmxlLCB3aGljaCByZXF1aXJlcyByZWZlcmVuY2luZyB0aGUgaW5kZXggYnkgbmFtZS4gUHJldmlvdXNseSwgdXYgd291bGQgc2lsZW50bHkgYWNjZXB0IHVubmFtZWQgZXhwbGljaXQgaW5kZXhlcywgd2hpY2ggY291bGQgbmV2ZXIgYmUgcmVmZXJlbmNlZC4gTm93LCB1diB3aWxsIGVycm9yIGlmIGFuIGV4cGxpY2l0IGluZGV4IGRvZXMgbm90IGhhdmUgYSBuYW1lLgoKICBZb3UgY2Fubm90IG9wdCBvdXQgb2YgdGhpcyBiZWhhdmlvci4gQWRkIGEgYG5hbWVgIHRvIHRoZSBleHBsaWNpdCBpbmRleCBvciByZW1vdmUgdGhlIGVudHJ5LgotICoqSW5zdGFsbCBhbHRlcm5hdGl2ZSBQeXRob24gZXhlY3V0YWJsZXMgdXNpbmcgdGhlaXIgaW1wbGVtZW50YXRpb24gbmFtZSoqIChbIyYjODIwMzsxNzc1Nl0oaHR0cHM6Ly9yZWRpcmVjdC5naXRodWIuY29tL2FzdHJhbC1zaC91di9wdWxsLzE3NzU2KSwgWyMmIzgyMDM7MTc3NjBdKGh0dHBzOi8vcmVkaXJlY3QuZ2l0aHViLmNvbS9hc3RyYWwtc2gvdXYvcHVsbC8xNzc2MCkpCgogIFByZXZpb3VzbHksIGB1diBweXRob24gaW5zdGFsbGAgd291bGQgaW5zdGFsbCBQeVB5LCBHcmFhbFB5LCBhbmQgUHlvZGlkZSBleGVjdXRhYmxlcyB3aXRoIG5hbWVzIGxpa2UgYHB5dGhvbjMuMTBgIGludG8gdGhlIGJpbiBkaXJlY3RvcnkuIE5vdywgdGhlc2UgZXhlY3V0YWJsZXMgd2lsbCBiZSBuYW1lZCB1c2luZyB0aGVpciBpbXBsZW1lbnRhdGlvbiBuYW1lLCBlLmcuLCBgcHlweTMuMTBgLCBgZ3JhYWxweTMuMTBgLCBhbmQgYHB5b2RpZGUzLjEyYCwgdG8gYXZvaWQgY29uZmxpY3Rpbmcgd2l0aCBDUHl0aG9uIGluc3RhbGxhdGlvbnMuCgogIFlvdSBjYW5ub3Qgb3B0IG91dCBvZiB0aGlzIGJlaGF2aW9yLgotICoqUmVzcGVjdCBnbG9iYWwgUHl0aG9uIHZlcnNpb24gcGlucyBpbiBgdXYgdG9vbCBydW5gIGFuZCBgdXYgdG9vbCBpbnN0YWxsYCoqIChbIyYjODIwMzsxNDExMl0oaHR0cHM6Ly9yZWRpcmVjdC5naXRodWIuY29tL2FzdHJhbC1zaC91di9wdWxsLzE0MTEyKSkKCiAgUHJldmlvdXNseSwgYHV2IHRvb2wgcnVuYCBhbmQgYHV2IHRvb2wgaW5zdGFsbGAgZGlkIG5vdCByZXNwZWN0IHRoZSBnbG9iYWwgUHl0aG9uIHZlcnNpb24gcGluIChzZXQgdmlhIGB1diBweXRob24gcGluIC0tZ2xvYmFsYCkuIE5vdywgdGhlc2UgY29tbWFuZHMgd2lsbCB1c2UgdGhlIGdsb2JhbCBQeXRob24gdmVyc2lvbiB3aGVuIG5vIGV4cGxpY2l0IHZlcnNpb24gaXMgcmVxdWVzdGVkLgoKICBGb3IgYHV2IHRvb2wgaW5zdGFsbGAsIGlmIHRoZSB0b29sIGlzIGFscmVhZHkgaW5zdGFsbGVkLCB0aGUgUHl0aG9uIHZlcnNpb24gd2lsbCBub3QgY2hhbmdlIHVubGVzcyBgLS1yZWluc3RhbGxgIG9yIGAtLXB5dGhvbmAgaXMgcHJvdmlkZWQuIElmIHRoZSB0b29sIHdhcyBwcmV2aW91c2x5IGluc3RhbGxlZCB3aXRoIGFuIGV4cGxpY2l0IGAtLXB5dGhvbmAgZmxhZywgdGhlIGdsb2JhbCBwaW4gd2lsbCBub3Qgb3ZlcnJpZGUgaXQuCgogIFlvdSBjYW4gb3B0IG91dCBvZiB0aGlzIGJlaGF2aW9yIGJ5IHByb3ZpZGluZyBhbiBleHBsaWNpdCBgLS1weXRob25gIGZsYWcuCi0gKipSZW1vdmUgRGViaWFuIEJvb2t3b3JtLCBBbHBpbmUgMy4yMSwgYW5kIFB5dGhvbiAzLjggRG9ja2VyIGltYWdlcyoqIChbIyYjODIwMzsxNzc1NV0oaHR0cHM6Ly9yZWRpcmVjdC5naXRodWIuY29tL2FzdHJhbC1zaC91di9wdWxsLzE3NzU1KSkKCiAgVGhlIERlYmlhbiBCb29rd29ybSBhbmQgQWxwaW5lIDMuMjEgaW1hZ2VzIHdlcmUgcmVwbGFjZWQgYnkgRGViaWFuIFRyaXhpZSBhbmQgQWxwaW5lIDMuMjIgYXMgZGVmYXVsdHMgaW4gW3V2IDAuOV0oaHR0cHM6Ly9yZWRpcmVjdC5naXRodWIuY29tL2FzdHJhbC1zaC91di9wdWxsLzE1MzUyKS4gVGhlc2Ugb2xkZXIgaW1hZ2VzIGFyZSBub3cgcmVtb3ZlZC4gUHl0aG9uIDMuOCBpbWFnZXMgYXJlIGFsc28gcmVtb3ZlZCwgYXMgUHl0aG9uIDMuOCBpcyBubyBsb25nZXIgc3VwcG9ydGVkIGluIHRoZSBUcml4aWUgb3IgQWxwaW5lIGJhc2UgaW1hZ2VzLgoKICBUaGUgZm9sbG93aW5nIGltYWdlIHRhZ3MgYXJlIG5vIGxvbmdlciBwdWJsaXNoZWQ6CgogIC0gYHV2OmJvb2t3b3JtYCwgYHV2OmJvb2t3b3JtLXNsaW1gCiAgLSBgdXY6YWxwaW5lMy4yMWAKICAtIGB1djpweXRob24zLjgtKmAKCiAgVXNlIGB1djpkZWJpYW5gIG9yIGB1djp0cml4aWVgIGluc3RlYWQgb2YgYHV2OmJvb2t3b3JtYCwgYHV2OmFscGluZWAgb3IgYHV2OmFscGluZTMuMjJgIGluc3RlYWQgb2YgYHV2OmFscGluZTMuMjFgLCBhbmQgYSBuZXdlciBQeXRob24gdmVyc2lvbiBpbnN0ZWFkIG9mIGB1djpweXRob24zLjgtKmAuCi0gKipEcm9wIFBQQzY0IChiaWcgZW5kaWFuKSBidWlsZHMqKiAoWyMmIzgyMDM7MTc2MjZdKGh0dHBzOi8vcmVkaXJlY3QuZ2l0aHViLmNvbS9hc3RyYWwtc2gvdXYvcHVsbC8xNzYyNikpCgogIHV2IG5vIGxvbmdlciBwcm92aWRlcyBwcmUtYnVpbHQgYmluYXJpZXMgZm9yIFBQQzY0IChiaWcgZW5kaWFuKS4gVGhpcyBwbGF0Zm9ybSBhcHBlYXJzIHRvIGJlIGxhcmdlbHkgdW51c2VkIGFuZCBpcyBvbmx5IHN1cHBvcnRlZCBvbiBhIHNpbmdsZSBtYW55bGludXggdmVyc2lvbi4gUFBDNjRMRSAobGl0dGxlIGVuZGlhbikgYnVpbGRzIGFyZSB1bmFmZmVjdGVkLgoKICBCdWlsZGluZyB1diBmcm9tIHNvdXJjZSBpcyBzdGlsbCBzdXBwb3J0ZWQgZm9yIHRoaXMgcGxhdGZvcm0uCi0gKipTa2lwIGdlbmVyYXRpbmcgYGFjdGl2YXRlLmNzaGAgZm9yIHJlbG9jYXRhYmxlIHZpcnR1YWwgZW52aXJvbm1lbnRzKiogKFsjJiM4MjAzOzE3NzU5XShodHRwczovL3JlZGlyZWN0LmdpdGh1Yi5jb20vYXN0cmFsLXNoL3V2L3B1bGwvMTc3NTkpKQoKICBQcmV2aW91c2x5LCBgdXYgdmVudiAtLXJlbG9jYXRhYmxlYCB3b3VsZCBnZW5lcmF0ZSBhbiBgYWN0aXZhdGUuY3NoYCBzY3JpcHQgdGhhdCBjb250YWluZWQgaGFyZGNvZGVkIHBhdGhzLCBtYWtpbmcgaXQgaW5jb21wYXRpYmxlIHdpdGggcmVsb2NhdGlvbi4gTm93LCB0aGUgYGFjdGl2YXRlLmNzaGAgc2NyaXB0IGlzIG5vdCBnZW5lcmF0ZWQgZm9yIHJlbG9jYXRhYmxlIHZpcnR1YWwgZW52aXJvbm1lbnRzLgoKICBZb3UgY2Fubm90IG9wdCBvdXQgb2YgdGhpcyBiZWhhdmlvci4KLSAqKlJlcXVpcmUgdXNlcm5hbWUgd2hlbiBtdWx0aXBsZSBjcmVkZW50aWFscyBtYXRjaCBhIFVSTCoqIChbIyYjODIwMzsxNjk4M10oaHR0cHM6Ly9yZWRpcmVjdC5naXRodWIuY29tL2FzdHJhbC1zaC91di9wdWxsLzE2OTgzKSkKCiAgV2hlbiB1c2luZyBgdXYgYXV0aCBsb2dpbmAgdG8gc3RvcmUgY3JlZGVudGlhbHMsIHlvdSBjYW4gcmVnaXN0ZXIgbXVsdGlwbGUgdXNlcm5hbWUgYW5kIHBhc3N3b3JkIGNvbWJpbmF0aW9ucyBmb3IgdGhlIHNhbWUgaG9zdC4gUHJldmlvdXNseSwgd2hlbiB1diBuZWVkZWQgdG8gYXV0aGVudGljYXRlIGFuZCBtdWx0aXBsZSBjcmVkZW50aWFscyBtYXRjaGVkIHRoZSBVUkwgKGUuZy4sIHdoZW4gcmV0cmlldmluZyBhIHRva2VuIHdpdGggYHV2IGF1dGggdG9rZW5gKSwgdXYgd291bGQgcGljayB0aGUgZmlyc3QgbWF0Y2guIE5vdywgdXYgd2lsbCBlcnJvciBpbnN0ZWFkLgoKICBZb3UgY2Fubm90IG9wdCBvdXQgb2YgdGhpcyBiZWhhdmlvci4gSW5jbHVkZSB0aGUgdXNlcm5hbWUgaW4gdGhlIHJlcXVlc3QsIGUuZy4sIGB1diBhdXRoIHRva2VuIC0tdXNlcm5hbWUgZm9vIGV4YW1wbGUuY29tYC4KLSAqKkF2b2lkIGludmFsaWRhdGluZyB0aGUgbG9ja2ZpbGUgdmVyc2lvbnMgYWZ0ZXIgYW4gYGV4Y2x1ZGUtbmV3ZXJgIGNoYW5nZSoqIChbIyYjODIwMzsxNzcyMV0oaHR0cHM6Ly9yZWRpcmVjdC5naXRodWIuY29tL2FzdHJhbC1zaC91di9wdWxsLzE3NzIxKSkKCiAgUHJldmlvdXNseSwgY2hhbmdpbmcgdGhlIGBleGNsdWRlLW5ld2VyYCBzZXR0aW5nIHdvdWxkIGNhdXNlIHBhY2thZ2UgdmVyc2lvbnMgdG8gYmUgdXBncmFkZWQsIGlnbm9yaW5nIHRoZSBsb2NrZmlsZSBlbnRpcmVseS4gTm93LCB1diB3aWxsIG9ubHkgY2hhbmdlIHBhY2thZ2UgdmVyc2lvbnMgaWYgdGhleSBhcmUgbm8gbG9uZ2VyIHdpdGhpbiB0aGUgYGV4Y2x1ZGUtbmV3ZXJgIHJhbmdlLgoKICBZb3UgY2FuIHJlc3RvcmUgdGhlIHByZXZpb3VzIGJlaGF2aW9yIGJ5IHVzaW5nIGAtLXVwZ3JhZGVgIG9yIGAtLXVwZ3JhZGUtcGFja2FnZWAgdG8gb3B0LWluIHRvIHBhY2thZ2UgdmVyc2lvbiBjaGFuZ2VzLgotICoqVXBncmFkZSBgdXYgZm9ybWF0YCB0byBSdWZmIDAuMTUuMCoqIChbIyYjODIwMzsxNzgzOF0oaHR0cHM6Ly9yZWRpcmVjdC5naXRodWIuY29tL2FzdHJhbC1zaC91di9wdWxsLzE3ODM4KSkKCiAgYHV2IGZvcm1hdGAgbm93IHVzZXMgW1J1ZmYgMC4xNS4wXShodHRwczovL3JlZGlyZWN0LmdpdGh1Yi5jb20vYXN0cmFsLXNoL3J1ZmYvcmVsZWFzZXMvdGFnLzAuMTUuMCksIHdoaWNoIHVzZXMgdGhlIFsyMDI2IHN0eWxlIGd1aWRlXShodHRwczovL2FzdHJhbC5zaC9ibG9nL3J1ZmYtdjAuMTUuMCN0aGUtcnVmZi0yMDI2LXN0eWxlLWd1aWRlKS4gU2VlIHRoZSBibG9nIHBvc3QgZm9yIGRldGFpbHMuCgogIFRoZSBmb3JtYXR0aW5nIG9mIGNvZGUgaXMgbGlrZWx5IHRvIGNoYW5nZS4gWW91IGNhbiBvcHQgb3V0IG9mIHRoaXMgYmVoYXZpb3IgYnkgcmVxdWVzdGluZyBhbiBvbGRlciBSdWZmIHZlcnNpb24sIGUuZy4sIGB1diBmb3JtYXQgLS12ZXJzaW9uIDAuMTQuMTRgLgotICoqVXBkYXRlIHV2IGNyYXRlIHRlc3QgZmVhdHVyZXMgdG8gdXNlIGB0ZXN0LWAgYXMgYSBwcmVmaXgqKiAoWyMmIzgyMDM7MTc4NjBdKGh0dHBzOi8vcmVkaXJlY3QuZ2l0aHViLmNvbS9hc3RyYWwtc2gvdXYvcHVsbC8xNzg2MCkpCgogIFRoaXMgY2hhbmdlIG9ubHkgYWZmZWN0cyByZWRpc3RyaWJ1dG9ycyBvZiB1di4gVGhlIENhcmdvIGZlYXR1cmVzIHVzZWQgdG8gZ2F0ZSB0ZXN0IGRlcGVuZGVuY2llcywgZS5nLiwgYHB5cGlgLCBoYXZlIGJlZW4gcmVuYW1lZCB3aXRoIGEgYHRlc3QtYCBwcmVmaXggZm9yIGNsYXJpdHksIGUuZy4sIGB0ZXN0LXB5cGlgLgoKIyMjIyMgU3RhYmlsaXphdGlvbnMKCi0gKipgdXYgcHl0aG9uIHVwZ3JhZGVgIGFuZCBgdXYgcHl0aG9uIGluc3RhbGwgLS11cGdyYWRlYCoqIChbIyYjODIwMzsxNzc2Nl0oaHR0cHM6Ly9yZWRpcmVjdC5naXRodWIuY29tL2FzdHJhbC1zaC91di9wdWxsLzE3NzY2KSkKCiAgV2hlbiBpbnN0YWxsaW5nIFB5dGhvbiB2ZXJzaW9ucywgYW4gW2ludGVybWVkaWFyeSBkaXJlY3RvcnldKGh0dHBzOi8vZG9jcy5hc3RyYWwuc2gvdXYvY29uY2VwdHMvcHl0aG9uLXZlcnNpb25zLyNtaW5vci12ZXJzaW9uLWRpcmVjdG9yaWVzKSB3aXRob3V0IHRoZSBwYXRjaCB2ZXJzaW9uIGF0dGFjaGVkIHdpbGwgYmUgY3JlYXRlZCwgYW5kIHZpcnR1YWwgZW52aXJvbm1lbnRzIHdpbGwgYmUgdHJhbnNwYXJlbnRseSB1cGdyYWRlZCB0byBuZXcgcGF0Y2ggdmVyc2lvbnMuCgogIFNlZSB0aGUgW1B5dGhvbiB2ZXJzaW9uIGRvY3VtZW50YXRpb25dKGh0dHBzOi8vZG9jcy5hc3RyYWwuc2gvdXYvY29uY2VwdHMvcHl0aG9uLXZlcnNpb25zLyN1cGdyYWRpbmctcHl0aG9uLXZlcnNpb25zKSBmb3IgbW9yZSBkZXRhaWxzLgotICoqYHV2IGFkZCAtLWJvdW5kc2AgYW5kIHRoZSBgYWRkLWJvdW5kc2AgY29uZmlndXJhdGlvbiBvcHRpb24qKiAoWyMmIzgyMDM7MTc2NjBdKGh0dHBzOi8vcmVkaXJlY3QuZ2l0aHViLmNvbS9hc3RyYWwtc2gvdXYvcHVsbC8xNzY2MCkpCgogIFRoaXMgZG9lcyBub3QgY29tZSB3aXRoIGFueSBiZWhhdmlvciBjaGFuZ2VzLiBZb3Ugd2lsbCBubyBsb25nZXIgc2VlIGFuIGV4cGVyaW1lbnRhbCB3YXJuaW5nIHdoZW4gdXNpbmcgYHV2IGFkZCAtLWJvdW5kc2Agb3IgYGFkZC1ib3VuZHNgIGluIGNvbmZpZ3VyYXRpb24uCi0gKipgdXYgd29ya3NwYWNlIGxpc3RgIGFuZCBgdXYgd29ya3NwYWNlIGRpcmAqKiAoWyMmIzgyMDM7MTc3NjhdKGh0dHBzOi8vcmVkaXJlY3QuZ2l0aHViLmNvbS9hc3RyYWwtc2gvdXYvcHVsbC8xNzc2OCkpCgogIFRoaXMgZG9lcyBub3QgY29tZSB3aXRoIGFueSBiZWhhdmlvciBjaGFuZ2VzLiBZb3Ugd2lsbCBubyBsb25nZXIgc2VlIGFuIGV4cGVyaW1lbnRhbCB3YXJuaW5nIHdoZW4gdXNpbmcgdGhlc2UgY29tbWFuZHMuCi0gKipgZXh0cmEtYnVpbGQtZGVwZW5kZW5jaWVzYCoqIChbIyYjODIwMzsxNzc2N10oaHR0cHM6Ly9yZWRpcmVjdC5naXRodWIuY29tL2FzdHJhbC1zaC91di9wdWxsLzE3NzY3KSkKCiAgVGhpcyBkb2VzIG5vdCBjb21lIHdpdGggYW55IGJlaGF2aW9yIGNoYW5nZXMuIFlvdSB3aWxsIG5vIGxvbmdlciBzZWUgYW4gZXhwZXJpbWVudGFsIHdhcm5pbmcgd2hlbiB1c2luZyBgZXh0cmEtYnVpbGQtZGVwZW5kZW5jaWVzYCBpbiBjb25maWd1cmF0aW9uLgoKIyMjIyMgRW5oYW5jZW1lbnRzCgotIEltcHJvdmUgQUJJIHRhZyBlcnJvciBtZXNzYWdlIHBocmFzaW5nIChbIyYjODIwMzsxNzg3OF0oaHR0cHM6Ly9yZWRpcmVjdC5naXRodWIuY29tL2FzdHJhbC1zaC91di9wdWxsLzE3ODc4KSkKLSBJbnRyb2R1Y2UgYSAxMHMgY29ubmVjdCB0aW1lb3V0IChbIyYjODIwMzsxNzczM10oaHR0cHM6Ly9yZWRpcmVjdC5naXRodWIuY29tL2FzdHJhbC1zaC91di9wdWxsLzE3NzMzKSkKLSBBbGxvdyB1c2luZyBgcHl4LmRldmAgYXMgYSB0YXJnZXQgaW4gYHV2IGF1dGhgIGNvbW1hbmRzIGRlc3BpdGUgYFBZWF9BUElfVVJMYCBkaWZmZXJpbmcgKFsjJiM4MjAzOzE3ODU2XShodHRwczovL3JlZGlyZWN0LmdpdGh1Yi5jb20vYXN0cmFsLXNoL3V2L3B1bGwvMTc4NTYpKQoKIyMjIyMgQnVnIGZpeGVzCgotIFN1cHBvcnQgYWxsIENQeXRob24gQUJJIHRhZyBzdWZmaXhlcyBwcm9wZXJseSAgKFsjJiM4MjAzOzE3ODE3XShodHRwczovL3JlZGlyZWN0LmdpdGh1Yi5jb20vYXN0cmFsLXNoL3V2L3B1bGwvMTc4MTcpKQotIEFkZCBzdXBwb3J0IGZvciBkZXRlY3RpbmcgUG93ZXJTaGVsbCBvbiBMaW51eCBhbmQgbWFjT1MgKFsjJiM4MjAzOzE3ODcwXShodHRwczovL3JlZGlyZWN0LmdpdGh1Yi5jb20vYXN0cmFsLXNoL3V2L3B1bGwvMTc4NzApKQotIFJldHJ5IHRpbWVvdXQgZXJyb3JzIGZvciBzdHJlYW1zIChbIyYjODIwMzsxNzg3NV0oaHR0cHM6Ly9yZWRpcmVjdC5naXRodWIuY29tL2FzdHJhbC1zaC91di9wdWxsLzE3ODc1KSkKCiMjIyBbYHYwLjkuMzBgXShodHRwczovL3JlZGlyZWN0LmdpdGh1Yi5jb20vYXN0cmFsLXNoL3V2L3JlbGVhc2VzL3RhZy8wLjkuMzApCgpbQ29tcGFyZSBTb3VyY2VdKGh0dHBzOi8vcmVkaXJlY3QuZ2l0aHViLmNvbS9hc3RyYWwtc2gvdXYvY29tcGFyZS8wLjkuMjkuLi4wLjkuMzApCgojIyMjIyBSZWxlYXNlIE5vdGVzCgpSZWxlYXNlZCBvbiAyMDI2LTAyLTA0LgoKIyMjIyMgUHl0aG9uCgotIEFkZCBDUHl0aG9uIDMuMTQuMyBhbmQgMy4xMy4xMiAoWyMmIzgyMDM7MTc4NDldKGh0dHBzOi8vcmVkaXJlY3QuZ2l0aHViLmNvbS9hc3RyYWwtc2gvdXYvcHVsbC8xNzg0OSkpCgojIyMjIyBFbmhhbmNlbWVudHMKCi0gQWxsb3cgY29tbWEtc2VwYXJhdGVkIHZhbHVlcyBmb3IgYC0tZXh0cmFgIG9wdGlvbiAoWyMmIzgyMDM7MTc1MjVdKGh0dHBzOi8vcmVkaXJlY3QuZ2l0aHViLmNvbS9hc3RyYWwtc2gvdXYvcHVsbC8xNzUyNSkpCi0gQ2hlY2sgYWxsIGZpbGVzIGR1cmluZyBhIGRyeS1ydW4gcHVibGlzaCBpbnN0ZWFkIG9mIHN0b3BwaW5nIGF0IHRoZSBmaXJzdCBmYWlsdXJlIChbIyYjODIwMzsxNzc4NV0oaHR0cHM6Ly9yZWRpcmVjdC5naXRodWIuY29tL2FzdHJhbC1zaC91di9wdWxsLzE3Nzg1KSkKLSBDbGFyaWZ5IGBVVl9IVFRQX1RJTUVPVVRgIGVycm9yIG1lc3NhZ2UgKFsjJiM4MjAzOzE3NDkzXShodHRwczovL3JlZGlyZWN0LmdpdGh1Yi5jb20vYXN0cmFsLXNoL3V2L3B1bGwvMTc0OTMpKQoKIyMjIyMgUHJldmlldyBmZWF0dXJlcwoKLSBVc2UgcmVsb2NhdGFibGUgdmlydHVhbCBlbnZpcm9ubWVudHMgYnkgZGVmYXVsdCAoWyMmIzgyMDM7MTc3NzBdKGh0dHBzOi8vcmVkaXJlY3QuZ2l0aHViLmNvbS9hc3RyYWwtc2gvdXYvcHVsbC8xNzc3MCkpCgojIyMjIyBCdWcgZml4ZXMKCi0gRml4IGRlYWRsb2NrIG9uIHRva2VuIHJlZnJlc2ggaW4gYHV2IHB1Ymxpc2hgIHdoZW4gdXNpbmcgcHl4IChbIyYjODIwMzsxNzgzMl0oaHR0cHM6Ly9yZWRpcmVjdC5naXRodWIuY29tL2FzdHJhbC1zaC91di9wdWxsLzE3ODMyKSkKLSBJZ25vcmUgZ2xvYmFsIFB5dGhvbiBwaW5zIHdoZW4gaW5jb21wYXRpYmxlIHdpdGggcHJvamVjdCAoWyMmIzgyMDM7MTU0NzNdKGh0dHBzOi8vcmVkaXJlY3QuZ2l0aHViLmNvbS9hc3RyYWwtc2gvdXYvcHVsbC8xNTQ3MykpCgojIyMjIyBJbnN0YWxsIHV2IDAuOS4zMAoKIyMjIyMgSW5zdGFsbCBwcmVidWlsdCBiaW5hcmllcyB2aWEgc2hlbGwgc2NyaXB0CgpgYGBzaApjdXJsIC0tcHJvdG8gJz1odHRwcycgLS10bHN2MS4yIC1Mc1NmIGh0dHBzOi8vZ2l0aHViLmNvbS9hc3RyYWwtc2gvdXYvcmVsZWFzZXMvZG93bmxvYWQvMC45LjMwL3V2LWluc3RhbGxlci5zaCB8IHNoCmBgYAoKIyMjIyMgSW5zdGFsbCBwcmVidWlsdCBiaW5hcmllcyB2aWEgcG93ZXJzaGVsbCBzY3JpcHQKCmBgYHNoCnBvd2Vyc2hlbGwgLUV4ZWN1dGlvblBvbGljeSBCeXBhc3MgLWMgImlybSBodHRwczovL2dpdGh1Yi5jb20vYXN0cmFsLXNoL3V2L3JlbGVhc2VzL2Rvd25sb2FkLzAuOS4zMC91di1pbnN0YWxsZXIucHMxIHwgaWV4IgpgYGAKCiMjIyMjIERvd25sb2FkIHV2IDAuOS4zMAoKfCBGaWxlICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgfCBQbGF0Zm9ybSAgICAgICAgICAgICAgICAgICAgIHwgQ2hlY2tzdW0gICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgfAp8IC0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLSB8IC0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0gfCAtLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLSB8CnwgW3V2LWFhcmNoNjQtYXBwbGUtZGFyd2luLnRhci5nel0oaHR0cHM6Ly9yZWRpcmVjdC5naXRodWIuY29tL2FzdHJhbC1zaC91di9yZWxlYXNlcy9kb3dubG9hZC8wLjkuMzAvdXYtYWFyY2g2NC1hcHBsZS1kYXJ3aW4udGFyLmd6KSAgICAgICAgICAgICAgICAgICAgIHwgQXBwbGUgU2lsaWNvbiBtYWNPUyAgICAgICAgICB8IFtjaGVja3N1bV0oaHR0cHM6Ly9yZWRpcmVjdC5naXRodWIuY29tL2FzdHJhbC1zaC91di9yZWxlYXNlcy9kb3dubG9hZC8wLjkuMzAvdXYtYWFyY2g2NC1hcHBsZS1kYXJ3aW4udGFyLmd6LnNoYTI1NikgICAgICAgICAgIHwKfCBbdXYteDg2XF82NC1hcHBsZS1kYXJ3aW4udGFyLmd6XShodHRwczovL3JlZGlyZWN0LmdpdGh1Yi5jb20vYXN0cmFsLXNoL3V2L3JlbGVhc2VzL2Rvd25sb2FkLzAuOS4zMC91di14ODZfNjQtYXBwbGUtZGFyd2luLnRhci5neikgICAgICAgICAgICAgICAgICAgICAgfCBJbnRlbCBtYWNPUyAgICAgICAgICAgICAgICAgIHwgW2NoZWNrc3VtXShodHRwczovL3JlZGlyZWN0LmdpdGh1Yi5jb20vYXN0cmFsLXNoL3V2L3JlbGVhc2VzL2Rvd25sb2FkLzAuOS4zMC91di14ODZfNjQtYXBwbGUtZGFyd2luLnRhci5nei5zaGEyNTYpICAgICAgICAgICAgfAp8IFt1di1hYXJjaDY0LXBjLXdpbmRvd3MtbXN2Yy56aXBdKGh0dHBzOi8vcmVkaXJlY3QuZ2l0aHViLmNvbS9hc3RyYWwtc2gvdXYvcmVsZWFzZXMvZG93bmxvYWQvMC45LjMwL3V2LWFhcmNoNjQtcGMtd2luZG93cy1tc3ZjLnppcCkgICAgICAgICAgICAgICAgICAgICB8IEFSTTY0IFdpbmRvd3MgICAgICAgICAgICAgICAgfCBbY2hlY2tzdW1dKGh0dHBzOi8vcmVkaXJlY3QuZ2l0aHViLmNvbS9hc3RyYWwtc2gvdXYvcmVsZWFzZXMvZG93bmxvYWQvMC45LjMwL3V2LWFhcmNoNjQtcGMtd2luZG93cy1tc3ZjLnppcC5zaGEyNTYpICAgICAgICAgICB8CnwgW3V2LWk2ODYtcGMtd2luZG93cy1tc3ZjLnppcF0oaHR0cHM6Ly9yZWRpcmVjdC5naXRodWIuY29tL2FzdHJhbC1zaC91di9yZWxlYXNlcy9kb3dubG9hZC8wLjkuMzAvdXYtaTY4Ni1wYy13aW5kb3dzLW1zdmMuemlwKSAgICAgICAgICAgICAgICAgICAgICAgICAgIHwgeDg2IFdpbmRvd3MgICAgICAgICAgICAgICAgICB8IFtjaGVja3N1bV0oaHR0cHM6Ly9yZWRpcmVjdC5naXRodWIuY29tL2FzdHJhbC1zaC91di9yZWxlYXNlcy9kb3dubG9hZC8wLjkuMzAvdXYtaTY4Ni1wYy13aW5kb3dzLW1zdmMuemlwLnNoYTI1NikgICAgICAgICAgICAgIHwKfCBbdXYteDg2XF82NC1wYy13aW5kb3dzLW1zdmMuemlwXShodHRwczovL3JlZGlyZWN0LmdpdGh1Yi5jb20vYXN0cmFsLXNoL3V2L3JlbGVhc2VzL2Rvd25sb2FkLzAuOS4zMC91di14ODZfNjQtcGMtd2luZG93cy1tc3ZjLnppcCkgICAgICAgICAgICAgICAgICAgICAgfCB4NjQgV2luZG93cyAgICAgICAgICAgICAgICAgIHwgW2NoZWNrc3VtXShodHRwczovL3JlZGlyZWN0LmdpdGh1Yi5jb20vYXN0cmFsLXNoL3V2L3JlbGVhc2VzL2Rvd25sb2FkLzAuOS4zMC91di14ODZfNjQtcGMtd2luZG93cy1tc3ZjLnppcC5zaGEyNTYpICAgICAgICAgICAgfAp8IFt1di1hYXJjaDY0LXVua25vd24tbGludXgtZ251LnRhci5nel0oaHR0cHM6Ly9yZWRpcmVjdC5naXRodWIuY29tL2FzdHJhbC1zaC91di9yZWxlYXNlcy9kb3dubG9hZC8wLjkuMzAvdXYtYWFyY2g2NC11bmtub3duLWxpbnV4LWdudS50YXIuZ3opICAgICAgICAgICB8IEFSTTY0IExpbnV4ICAgICAgICAgICAgICAgICAgfCBbY2hlY2tzdW1dKGh0dHBzOi8vcmVkaXJlY3QuZ2l0aHViLmNvbS9hc3RyYWwtc2gvdXYvcmVsZWFzZXMvZG93bmxvYWQvMC45LjMwL3V2LWFhcmNoNjQtdW5rbm93bi1saW51eC1nbnUudGFyLmd6LnNoYTI1NikgICAgICB8CnwgW3V2LWk2ODYtdW5rbm93bi1saW51eC1nbnUudGFyLmd6XShodHRwczovL3JlZGlyZWN0LmdpdGh1Yi5jb20vYXN0cmFsLXNoL3V2L3JlbGVhc2VzL2Rvd25sb2FkLzAuOS4zMC91di1pNjg2LXVua25vd24tbGludXgtZ251LnRhci5neikgICAgICAgICAgICAgICAgIHwgeDg2IExpbnV4ICAgICAgICAgICAgICAgICAgICB8IFtjaGVja3N1bV0oaHR0cHM6Ly9yZWRpcmVjdC5naXRodWIuY29tL2FzdHJhbC1zaC91di9yZWxlYXNlcy9kb3dubG9hZC8wLjkuMzAvdXYtaTY4Ni11bmtub3duLWxpbnV4LWdudS50YXIuZ3ouc2hhMjU2KSAgICAgICAgIHwKfCBbdXYtcG93ZXJwYzY0LXVua25vd24tbGludXgtZ251LnRhci5nel0oaHR0cHM6Ly9yZWRpcmVjdC5naXRodWIuY29tL2FzdHJhbC1zaC91di9yZWxlYXNlcy9kb3dubG9hZC8wLjkuMzAvdXYtcG93ZXJwYzY0LXVua25vd24tbGludXgtZ251LnRhci5neikgICAgICAgfCBQUEM2NCBMaW51eCAgICAgICAgICAgICAgICAgIHwgW2NoZWNrc3VtXShodHRwczovL3JlZGlyZWN0LmdpdGh1Yi5jb20vYXN0cmFsLXNoL3V2L3JlbGVhc2VzL2Rvd25sb2FkLzAuOS4zMC91di1wb3dlcnBjNjQtdW5rbm93bi1saW51eC1nbnUudGFyLmd6LnNoYTI1NikgICAgfAp8IFt1di1wb3dlcnBjNjRsZS11bmtub3duLWxpbnV4LWdudS50YXIuZ3pdKGh0dHBzOi8vcmVkaXJlY3QuZ2l0aHViLmNvbS9hc3RyYWwtc2gvdXYvcmVsZWFzZXMvZG93bmxvYWQvMC45LjMwL3V2LXBvd2VycGM2NGxlLXVua25vd24tbGludXgtZ251LnRhci5neikgICB8IFBQQzY0TEUgTGludXggICAgICAgICAgICAgICAgfCBbY2hlY2tzdW1dKGh0dHBzOi8vcmVkaXJlY3QuZ2l0aHViLmNvbS9hc3RyYWwtc2gvdXYvcmVsZWFzZXMvZG93bmxvYWQvMC45LjMwL3V2LXBvd2VycGM2NGxlLXVua25vd24tbGludXgtZ251LnRhci5nei5zaGEyNTYpICB8CnwgW3V2LXJpc2N2NjRnYy11bmtub3duLWxpbnV4LWdudS50YXIuZ3pdKGh0dHBzOi8vcmVkaXJlY3QuZ2l0aHViLmNvbS9hc3RyYWwtc2gvdXYvcmVsZWFzZXMvZG93bmxvYWQvMC45LjMwL3V2LXJpc2N2NjRnYy11bmtub3duLWxpbnV4LWdudS50YXIuZ3opICAgICAgIHwgUklTQ1YgTGludXggICAgICAgICAgICAgICAgICB8IFtjaGVja3N1bV0oaHR0cHM6Ly9yZWRpcmVjdC5naXRodWIuY29tL2FzdHJhbC1zaC91di9yZWxlYXNlcy9kb3dubG9hZC8wLjkuMzAvdXYtcmlzY3Y2NGdjLXVua25vd24tbGludXgtZ251LnRhci5nei5zaGEyNTYpICAgIHwKfCBbdXYtczM5MHgtdW5rbm93bi1saW51eC1nbnUudGFyLmd6XShodHRwczovL3JlZGlyZWN0LmdpdGh1Yi5jb20vYXN0cmFsLXNoL3V2L3JlbGVhc2VzL2Rvd25sb2FkLzAuOS4zMC91di1zMzkweC11bmtub3duLWxpbnV4LWdudS50YXIuZ3opICAgICAgICAgICAgICAgfCBTMzkweCBMaW51eCAgICAgICAgICAgICAgICAgIHwgW2NoZWNrc3VtXShodHRwczovL3JlZGlyZWN0LmdpdGh1Yi5jb20vYXN0cmFsLXNoL3V2L3JlbGVhc2VzL2Rvd25sb2FkLzAuOS4zMC91di1zMzkweC11bmtub3duLWxpbnV4LWdudS50YXIuZ3ouc2hhMjU2KSAgICAgICAgfAp8IFt1di14ODZcXzY0LXVua25vd24tbGludXgtZ251LnRhci5nel0oaHR0cHM6Ly9yZWRpcmVjdC5naXRodWIuY29tL2FzdHJhbC1zaC91di9yZWxlYXNlcy9kb3dubG9hZC8wLjkuMzAvdXYteDg2XzY0LXVua25vd24tbGludXgtZ251LnRhci5neikgICAgICAgICAgICB8IHg2NCBMaW51eCAgICAgICAgICAgICAgICAgICAgfCBbY2hlY2tzdW1dKGh0dHBzOi8vcmVkaXJlY3QuZ2l0aHViLmNvbS9hc3RyYWwtc2gvdXYvcmVsZWFzZXMvZG93bmxvYWQvMC45LjMwL3V2LXg4Nl82NC11bmtub3duLWxpbnV4LWdudS50YXIuZ3ouc2hhMjU2KSAgICAgICB8CnwgW3V2LWFybXY3LXVua25vd24tbGludXgtZ251ZWFiaWhmLnRhci5nel0oaHR0cHM6Ly9yZWRpcmVjdC5naXRodWIuY29tL2FzdHJhbC1zaC91di9yZWxlYXNlcy9kb3dubG9hZC8wLjkuMzAvdXYtYXJtdjctdW5rbm93bi1saW51eC1nbnVlYWJpaGYudGFyLmd6KSAgIHwgQVJNdjcgTGludXggICAgICAgICAgICAgICAgICB8IFtjaGVja3N1bV0oaHR0cHM6Ly9yZWRpcmVjdC5naXRodWIuY29tL2FzdHJhbC1zaC91di9yZWxlYXNlcy9kb3dubG9hZC8wLjkuMzAvdXYtYXJtdjctdW5rbm93bi1saW51eC1nbnVlYWJpaGYudGFyLmd6LnNoYTI1NikgIHwKfCBbdXYtYWFyY2g2NC11bmtub3duLWxpbnV4LW11c2wudGFyLmd6XShodHRwczovL3JlZGlyZWN0LmdpdGh1Yi5jb20vYXN0cmFsLXNoL3V2L3JlbGVhc2VzL2Rvd25sb2FkLzAuOS4zMC91di1hYXJjaDY0LXVua25vd24tbGludXgtbXVzbC50YXIuZ3opICAgICAgICAgfCBBUk02NCBNVVNMIExpbnV4ICAgICAgICAgICAgIHwgW2NoZWNrc3VtXShodHRwczovL3JlZGlyZWN0LmdpdGh1Yi5jb20vYXN0cmFsLXNoL3V2L3JlbGVhc2VzL2Rvd25sb2FkLzAuOS4zMC91di1hYXJjaDY0LXVua25vd24tbGludXgtbXVzbC50YXIuZ3ouc2hhMjU2KSAgICAgfAp8IFt1di1pNjg2LXVua25vd24tbGludXgtbXVzbC50YXIuZ3pdKGh0dHBzOi8vcmVkaXJlY3QuZ2l0aHViLmNvbS9hc3RyYWwtc2gvdXYvcmVsZWFzZXMvZG93bmxvYWQvMC45LjMwL3V2LWk2ODYtdW5rbm93bi1saW51eC1tdXNsLnRhci5neikgICAgICAgICAgICAgICB8IHg4NiBNVVNMIExpbnV4ICAgICAgICAgICAgICAgfCBbY2hlY2tzdW1dKGh0dHBzOi8vcmVkaXJlY3QuZ2l0aHViLmNvbS9hc3RyYWwtc2gvdXYvcmVsZWFzZXMvZG93bmxvYWQvMC45LjMwL3V2LWk2ODYtdW5rbm93bi1saW51eC1tdXNsLnRhci5nei5zaGEyNTYpICAgICAgICB8CnwgW3V2LXg4NlxfNjQtdW5rbm93bi1saW51eC1tdXNsLnRhci5nel0oaHR0cHM6Ly9yZWRpcmVjdC5naXRodWIuY29tL2FzdHJhbC1zaC91di9yZWxlYXNlcy9kb3dubG9hZC8wLjkuMzAvdXYteDg2XzY0LXVua25vd24tbGludXgtbXVzbC50YXIuZ3opICAgICAgICAgIHwgeDY0IE1VU0wgTGludXggICAgICAgICAgICAgICB8IFtjaGVja3N1bV0oaHR0cHM6Ly9yZWRpcmVjdC5naXRodWIuY29tL2FzdHJhbC1zaC91di9yZWxlYXNlcy9kb3dubG9hZC8wLjkuMzAvdXYteDg2XzY0LXVua25vd24tbGludXgtbXVzbC50YXIuZ3ouc2hhMjU2KSAgICAgIHwKfCBbdXYtYXJtLXVua25vd24tbGludXgtbXVzbGVhYmloZi50YXIuZ3pdKGh0dHBzOi8vcmVkaXJlY3QuZ2l0aHViLmNvbS9hc3RyYWwtc2gvdXYvcmVsZWFzZXMvZG93bmxvYWQvMC45LjMwL3V2LWFybS11bmtub3duLWxpbnV4LW11c2xlYWJpaGYudGFyLmd6KSAgICAgfCBBUk12NiBNVVNMIExpbnV4IChIYXJkZmxvYXQpIHwgW2NoZWNrc3VtXShodHRwczovL3JlZGlyZWN0LmdpdGh1Yi5jb20vYXN0cmFsLXNoL3V2L3JlbGVhc2VzL2Rvd25sb2FkLzAuOS4zMC91di1hcm0tdW5rbm93bi1saW51eC1tdXNsZWFiaWhmLnRhci5nei5zaGEyNTYpICAgfAp8IFt1di1hcm12Ny11bmtub3duLWxpbnV4LW11c2xlYWJpaGYudGFyLmd6XShodHRwczovL3JlZGlyZWN0LmdpdGh1Yi5jb20vYXN0cmFsLXNoL3V2L3JlbGVhc2VzL2Rvd25sb2FkLzAuOS4zMC91di1hcm12Ny11bmtub3duLWxpbnV4LW11c2xlYWJpaGYudGFyLmd6KSB8IEFSTXY3IE1VU0wgTGludXggICAgICAgICAgICAgfCBbY2hlY2tzdW1dKGh0dHBzOi8vcmVkaXJlY3QuZ2l0aHViLmNvbS9hc3RyYWwtc2gvdXYvcmVsZWFzZXMvZG93bmxvYWQvMC45LjMwL3V2LWFybXY3LXVua25vd24tbGludXgtbXVzbGVhYmloZi50YXIuZ3ouc2hhMjU2KSB8CgojIyMjIyBWZXJpZnlpbmcgR2l0SHViIEFydGlmYWN0IEF0dGVzdGF0aW9ucwoKVGhlIGFydGlmYWN0cyBpbiB0aGlzIHJlbGVhc2UgaGF2ZSBhdHRlc3RhdGlvbnMgZ2VuZXJhdGVkIHdpdGggR2l0SHViIEFydGlmYWN0IEF0dGVzdGF0aW9ucy4gVGhlc2UgY2FuIGJlIHZlcmlmaWVkIGJ5IHVzaW5nIHRoZSBbR2l0SHViIENMSV0oaHR0cHM6Ly9jbGkuZ2l0aHViLmNvbS9tYW51YWwvZ2hfYXR0ZXN0YXRpb25fdmVyaWZ5KToKCmBgYHNoCmdoIGF0dGVzdGF0aW9uIHZlcmlmeSA8ZmlsZS1wYXRoIG9mIGRvd25sb2FkZWQgYXJ0aWZhY3Q+IC0tcmVwbyBhc3RyYWwtc2gvdXYKYGBgCgpZb3UgY2FuIGFsc28gZG93bmxvYWQgdGhlIGF0dGVzdGF0aW9uIGZyb20gW0dpdEh1Yl0oaHR0cHM6Ly9yZWRpcmVjdC5naXRodWIuY29tL2FzdHJhbC1zaC91di9hdHRlc3RhdGlvbnMpIGFuZCB2ZXJpZnkgYWdhaW5zdCB0aGF0IGRpcmVjdGx5OgoKYGBgc2gKZ2ggYXR0ZXN0YXRpb24gdmVyaWZ5IDxmaWxlLXBhdGggb2YgZG93bmxvYWRlZCBhcnRpZmFjdD4gLS1idW5kbGUgPGZpbGUtcGF0aCBvZiBkb3dubG9hZGVkIGF0dGVzdGF0aW9uPgpgYGAKCiMjIyBbYHYwLjkuMjlgXShodHRwczovL3JlZGlyZWN0LmdpdGh1Yi5jb20vYXN0cmFsLXNoL3V2L3JlbGVhc2VzL3RhZy8wLjkuMjkpCgpbQ29tcGFyZSBTb3VyY2VdKGh0dHBzOi8vcmVkaXJlY3QuZ2l0aHViLmNvbS9hc3RyYWwtc2gvdXYvY29tcGFyZS8wLjkuMjguLi4wLjkuMjkpCgojIyMjIyBSZWxlYXNlIE5vdGVzCgpSZWxlYXNlZCBvbiAyMDI2LTAyLTAzLgoKIyMjIyMgUHl0aG9uCgotIFVwZGF0ZSB0byBQeW9kaWRlIDAuMjkuMyAoWyMmIzgyMDM7MTc3MzBdKGh0dHBzOi8vcmVkaXJlY3QuZ2l0aHViLmNvbS9hc3RyYWwtc2gvdXYvcHVsbC8xNzczMCkpCgojIyMjIyBFbmhhbmNlbWVudHMKCi0gQWRkIHdoZWVsLXRhZy1zdHlsZSBhbGlhc2VzIGZvciBtYW55bGludXggcGxhdGZvcm0gbmFtZXMgKFsjJiM4MjAzOzE3NzUwXShodHRwczovL3JlZGlyZWN0LmdpdGh1Yi5jb20vYXN0cmFsLXNoL3V2L3B1bGwvMTc3NTApKQotIEhpbnQgb24gYHV2IHZlcnNpb24gLS1idW1wIGRldmAgc2ltaWxhciB0byBwcmUtcmVsZWFzZSBidW1wcyAoWyMmIzgyMDM7MTc3OTZdKGh0dHBzOi8vcmVkaXJlY3QuZ2l0aHViLmNvbS9hc3RyYWwtc2gvdXYvcHVsbC8xNzc5NikpCi0gSW1wcm92ZSBkaXNwbGF5IG9mIFJGQyA5NDU3IFByb2JsZW0gRGV0YWlsIHJlc3BvbnNlcyBpbiBgdXYgcHVibGlzaGAgc2VydmVyIGVycm9ycyAoWyMmIzgyMDM7MTc3ODddKGh0dHBzOi8vcmVkaXJlY3QuZ2l0aHViLmNvbS9hc3RyYWwtc2gvdXYvcHVsbC8xNzc4NykpCi0gSW1wcm92ZSB0aGUgd29yZGluZyBvZiBwdWJsaXNoIGVycm9ycyBkdXJpbmcgZHJ5LXJ1biAoWyMmIzgyMDM7MTc3ODJdKGh0dHBzOi8vcmVkaXJlY3QuZ2l0aHViLmNvbS9hc3RyYWwtc2gvdXYvcHVsbC8xNzc4MikpCi0gU2V0IGJhY2tvZmYgdG8gMTAgcmV0cmllcyAoWyMmIzgyMDM7MTc4MTZdKGh0dHBzOi8vcmVkaXJlY3QuZ2l0aHViLmNvbS9hc3RyYWwtc2gvdXYvcHVsbC8xNzgxNikpCi0gQWRkIHByb3BlcnRpZXMgdG8gc3ludGhlbnRpYyBhbmQgcHJvamVjdCByb290cyBpbiBDeWNsb25lIERYIGV4cG9ydHMgKFsjJiM4MjAzOzE3ODIwXShodHRwczovL3JlZGlyZWN0LmdpdGh1Yi5jb20vYXN0cmFsLXNoL3V2L3B1bGwvMTc4MjApKQotIElkZW50aWZ5IHRoZSBpbnZpZGl2aWR1YWwgY2xpZW50cyBpbiBgdXYgcHVibGlzaGAgdHJhY2UgbG9ncyAoWyMmIzgyMDM7MTc3ODRdKGh0dHBzOi8vcmVkaXJlY3QuZ2l0aHViLmNvbS9hc3RyYWwtc2gvdXYvcHVsbC8xNzc4NCkpCgojIyMjIyBQcmV2aWV3IGZlYXR1cmVzCgotIFJlbW92ZSBzcGVjaWFsIGNhc2luZyBmb3IgYGJhc2VgIGFuZCBgZGVmYXVsdGAgY29uZGEgZW52aXJvbm1lbnQgbmFtZXMgKFsjJiM4MjAzOzE3NzU4XShodHRwczovL3JlZGlyZWN0LmdpdGh1Yi5jb20vYXN0cmFsLXNoL3V2L3B1bGwvMTc3NTgpKQoKIyMjIyMgQnVnIGZpeGVzCgotIEZpeCBgUFlUSE9OSE9NRWAgaW5oZXJpdGFuY2Ugd2hlbiBzcGF3bmluZyBkaWZmZXJlbnQgUHl0aG9uIHZlcnNpb25zIChbIyYjODIwMzsxNzgyMV0oaHR0cHM6Ly9yZWRpcmVjdC5naXRodWIuY29tL2FzdHJhbC1zaC91di9wdWxsLzE3ODIxKSkKLSBGaXggd2hlZWwgcmVqZWN0aW9ucyBvbiBmcmVldGhyZWFkaW5nK2RlYnVnIGJ1aWxkcyAoWyMmIzgyMDM7MTc4MTJdKGh0dHBzOi8vcmVkaXJlY3QuZ2l0aHViLmNvbS9hc3RyYWwtc2gvdXYvcHVsbC8xNzgxMikpCi0gUGFkIHdpdGggemVyb3MgZHVyaW5nIGNvbXBhcmlzb25zIGluIGBFcXVhbFN0YXJgIGFuZCBgTm90RXF1YWxTdGFyYCBvcGVyYXRvcnMgKFsjJiM4MjAzOzE3NzUxXShodHRwczovL3JlZGlyZWN0LmdpdGh1Yi5jb20vYXN0cmFsLXNoL3V2L3B1bGwvMTc3NTEpKQotIFJlamVjdCB1bmtub3duIGZpZWxkIG5hbWVzIGluIGNvbmZsaWN0IGRlY2xhcmF0aW9ucyAoWyMmIzgyMDM7MTc3MjddKGh0dHBzOi8vcmVkaXJlY3QuZ2l0aHViLmNvbS9hc3RyYWwtc2gvdXYvcHVsbC8xNzcyNykpCi0gRml4IHBhbmljcyBpbiBgc3lzdGVtLWNvbmZpZ3VyYXRpb25gIGluIHNhbmRib3hlcyAoWyMmIzgyMDM7MTc4MjldKGh0dHBzOi8vcmVkaXJlY3QuZ2l0aHViLmNvbS9hc3RyYWwtc2gvdXYvcHVsbC8xNzgyOSkpCgojIyMjIyBEb2N1bWVudGF0aW9uCgotIFVwZGF0ZSBwaXAgcHJlLXJlbGVhc2UgY29tcGF0aWJpbGl0eSBpbmZvcm1hdGlvbiAoWyMmIzgyMDM7MTc3ODhdKGh0dHBzOi8vcmVkaXJlY3QuZ2l0aHViLmNvbS9hc3RyYWwtc2gvdXYvcHVsbC8xNzc4OCkpCgojIyMjIyBTZWN1cml0eQoKLSBIaWRlIGEgc3Vic2V0IG9mIGVudmlyb25tZW50IHZhcmlhYmxlIHZhbHVlcyBpbiBgLS1oZWxwYCAoWyMmIzgyMDM7MTc3NDVdKGh0dHBzOi8vcmVkaXJlY3QuZ2l0aHViLmNvbS9hc3RyYWwtc2gvdXYvcHVsbC8xNzc0NSkpCgojIyMjIyBJbnN0YWxsIHV2IDAuOS4yOQoKIyMjIyMgSW5zdGFsbCBwcmVidWlsdCBiaW5hcmllcyB2aWEgc2hlbGwgc2NyaXB0CgpgYGBzaApjdXJsIC0tcHJvdG8gJz1odHRwcycgLS10bHN2MS4yIC1Mc1NmIGh0dHBzOi8vZ2l0aHViLmNvbS9hc3RyYWwtc2gvdXYvcmVsZWFzZXMvZG93bmxvYWQvMC45LjI5L3V2LWluc3RhbGxlci5zaCB8IHNoCmBgYAoKIyMjIyMgSW5zdGFsbCBwcmVidWlsdCBiaW5hcmllcyB2aWEgcG93ZXJzaGVsbCBzY3JpcHQKCmBgYHNoCnBvd2Vyc2hlbGwgLUV4ZWN1dGlvblBvbGljeSBCeXBhc3MgLWMgImlybSBodHRwczovL2dpdGh1Yi5jb20vYXN0cmFsLXNoL3V2L3JlbGVhc2VzL2Rvd25sb2FkLzAuOS4yOS91di1pbnN0YWxsZXIucHMxIHwgaWV4IgpgYGAKCiMjIyMjIERvd25sb2FkIHV2IDAuOS4yOQoKfCBGaWxlICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgfCBQbGF0Zm9ybSAgICAgICAgICAgICAgICAgICAgIHwgQ2hlY2tzdW0gICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgfAp8IC0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLSB8IC0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0gfCAtLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLSB8CnwgW3V2LWFhcmNoNjQtYXBwbGUtZGFyd2luLnRhci5nel0oaHR0cHM6Ly9yZWRpcmVjdC5naXRodWIuY29tL2FzdHJhbC1zaC91di9yZWxlYXNlcy9kb3dubG9hZC8wLjkuMjkvdXYtYWFyY2g2NC1hcHBsZS1kYXJ3aW4udGFyLmd6KSAgICAgICAgICAgICAgICAgICAgIHwgQXBwbGUgU2lsaWNvbiBtYWNPUyAgICAgICAgICB8IFtjaGVja3N1bV0oaHR0cHM6Ly9yZWRpcmVjdC5naXRodWIuY29tL2FzdHJhbC1zaC91di9yZWxlYXNlcy9kb3dubG9hZC8wLjkuMjkvdXYtYWFyY2g2NC1hcHBsZS1kYXJ3aW4udGFyLmd6LnNoYTI1NikgICAgICAgICAgIHwKfCBbdXYteDg2XF82NC1hcHBsZS1kYXJ3aW4udGFyLmd6XShodHRwczovL3JlZGlyZWN0LmdpdGh1Yi5jb20vYXN0cmFsLXNoL3V2L3JlbGVhc2VzL2Rvd25sb2FkLzAuOS4yOS91di14ODZfNjQtYXBwbGUtZGFyd2luLnRhci5neikgICAgICAgICAgICAgICAgICAgICAgfCBJbnRlbCBtYWNPUyAgICAgICAgICAgICAgICAgIHwgW2NoZWNrc3VtXShodHRwczovL3JlZGlyZWN0LmdpdGh1Yi5jb20vYXN0cmFsLXNoL3V2L3JlbGVhc2VzL2Rvd25sb2FkLzAuOS4yOS91di14ODZfNjQtYXBwbGUtZGFyd2luLnRhci5nei5zaGEyNTYpICAgICAgICAgICAgfAp8IFt1di1hYXJjaDY0LXBjLXdpbmRvd3MtbXN2Yy56aXBdKGh0dHBzOi8vcmVkaXJlY3QuZ2l0aHViLmNvbS9hc3RyYWwtc2gvdXYvcmVsZWFzZXMvZG93bmxvYWQvMC45LjI5L3V2LWFhcmNoNjQtcGMtd2luZG93cy1tc3ZjLnppcCkgICAgICAgICAgICAgICAgICAgICB8IEFSTTY0IFdpbmRvd3MgICAgICAgICAgICAgICAgfCBbY2hlY2tzdW1dKGh0dHBzOi8vcmVkaXJlY3QuZ2l0aHViLmNvbS9hc3RyYWwtc2gvdXYvcmVsZWFzZXMvZG93bmxvYWQvMC45LjI5L3V2LWFhcmNoNjQtcGMtd2luZG93cy1tc3ZjLnppcC5zaGEyNTYpICAgICAgICAgICB8CnwgW3V2LWk2ODYtcGMtd2luZG93cy1tc3ZjLnppcF0oaHR0cHM6Ly9yZWRpcmVjdC5naXRodWIuY29tL2FzdHJhbC1zaC91di9yZWxlYXNlcy9kb3dubG9hZC8wLjkuMjkvdXYtaTY4Ni1wYy13aW5kb3dzLW1zdmMuemlwKSAgICAgICAgICAgICAgICAgICAgICAgICAgIHwgeDg2IFdpbmRvd3MgICAgICAgICAgICAgICAgICB8IFtjaGVja3N1bV0oaHR0cHM6Ly9yZWRpcmVjdC5naXRodWIuY29tL2FzdHJhbC1zaC91di9yZWxlYXNlcy9kb3dubG9hZC8wLjkuMjkvdXYtaTY4Ni1wYy13aW5kb3dzLW1zdmMuemlwLnNoYTI1NikgICAgICAgICAgICAgIHwKfCBbdXYteDg2XF82NC1wYy13aW5kb3dzLW1zdmMuemlwXShodHRwczovL3JlZGlyZWN0LmdpdGh1Yi5jb20vYXN0cmFsLXNoL3V2L3JlbGVhc2VzL2Rvd25sb2FkLzAuOS4yOS91di14ODZfNjQtcGMtd2luZG93cy1tc3ZjLnppcCkgICAgICAgICAgICAgICAgICAgICAgfCB4NjQgV2luZG93cyAgICAgICAgICAgICAgICAgIHwgW2NoZWNrc3VtXShodHRwczovL3JlZGlyZWN0LmdpdGh1Yi5jb20vYXN0cmFsLXNoL3V2L3JlbGVhc2VzL2Rvd25sb2FkLzAuOS4yOS91di14ODZfNjQtcGMtd2luZG93cy1tc3ZjLnppcC5zaGEyNTYpICAgICAgICAgICAgfAp8IFt1di1hYXJjaDY0LXVua25vd24tbGludXgtZ251LnRhci5nel0oaHR0cHM6Ly9yZWRpcmVjdC5naXRodWIuY29tL2FzdHJhbC1zaC91di9yZWxlYXNlcy9kb3dubG9hZC8wLjkuMjkvdXYtYWFyY2g2NC11bmtub3duLWxpbnV4LWdudS50YXIuZ3opICAgICAgICAgICB8IEFSTTY0IExpbnV4ICAgICAgICAgICAgICAgICAgfCBbY2hlY2tzdW1dKGh0dHBzOi8vcmVkaXJlY3QuZ2l0aHViLmNvbS9hc3RyYWwtc2gvdXYvcmVsZWFzZXMvZG93bmxvYWQvMC45LjI5L3V2LWFhcmNoNjQtdW5rbm93bi1saW51eC1nbnUudGFyLmd6LnNoYTI1NikgICAgICB8CnwgW3V2LWk2ODYtdW5rbm93bi1saW51eC1nbnUudGFyLmd6XShodHRwczovL3JlZGlyZWN0LmdpdGh1Yi5jb20vYXN0cmFsLXNoL3V2L3JlbGVhc2VzL2Rvd25sb2FkLzAuOS4yOS91di1pNjg2LXVua25vd24tbGludXgtZ251LnRhci5neikgICAgICAgICAgICAgICAgIHwgeDg2IExpbnV4ICAgICAgICAgICAgICAgICAgICB8IFtjaGVja3N1bV0oaHR0cHM6Ly9yZWRpcmVjdC5naXRodWIuY29tL2FzdHJhbC1zaC91di9yZWxlYXNlcy9kb3dubG9hZC8wLjkuMjkvdXYtaTY4Ni11bmtub3duLWxpbnV4LWdudS50YXIuZ3ouc2hhMjU2KSAgICAgICAgIHwKfCBbdXYtcG93ZXJwYzY0LXVua25vd24tbGludXgtZ251LnRhci5nel0oaHR0cHM6Ly9yZWRpcmVjdC5naXRodWIuY29tL2FzdHJhbC1zaC91di9yZWxlYXNlcy9kb3dubG9hZC8wLjkuMjkvdXYtcG93ZXJwYzY0LXVua25vd24tbGludXgtZ251LnRhci5neikgICAgICAgfCBQUEM2NCBMaW51eCAgICAgICAgICAgICAgICAgIHwgW2NoZWNrc3VtXShodHRwczovL3JlZGlyZWN0LmdpdGh1Yi5jb20vYXN0cmFsLXNoL3V2L3JlbGVhc2VzL2Rvd25sb2FkLzAuOS4yOS91di1wb3dlcnBjNjQtdW5rbm93bi1saW51eC1nbnUudGFyLmd6LnNoYTI1NikgICAgfAp8IFt1di1wb3dlcnBjNjRsZS11bmtub3duLWxpbnV4LWdudS50YXIuZ3pdKGh0dHBzOi8vcmVkaXJlY3QuZ2l0aHViLmNvbS9hc3RyYWwtc2gvdXYvcmVsZWFzZXMvZG93bmxvYWQvMC45LjI5L3V2LXBvd2VycGM2NGxlLXVua25vd24tbGludXgtZ251LnRhci5neikgICB8IFBQQzY0TEUgTGludXggICAgICAgICAgICAgICAgfCBbY2hlY2tzdW1dKGh0dHBzOi8vcmVkaXJlY3QuZ2l0aHViLmNvbS9hc3RyYWwtc2gvdXYvcmVsZWFzZXMvZG93bmxvYWQvMC45LjI5L3V2LXBvd2VycGM2NGxlLXVua25vd24tbGludXgtZ251LnRhci5nei5zaGEyNTYpICB8CnwgW3V2LXJpc2N2NjRnYy11bmtub3duLWxpbnV4LWdudS50YXIuZ3pdKGh0dHBzOi8vcmVkaXJlY3QuZ2l0aHViLmNvbS9hc3RyYWwtc2gvdXYvcmVsZWFzZXMvZG93bmxvYWQvMC45LjI5L3V2LXJpc2N2NjRnYy11bmtub3duLWxpbnV4LWdudS50YXIuZ3opICAgICAgIHwgUklTQ1YgTGludXggICAgICAgICAgICAgICAgICB8IFtjaGVja3N1bV0oaHR0cHM6Ly9yZWRpcmVjdC5naXRodWIuY29tL2FzdHJhbC1zaC91di9yZWxlYXNlcy9kb3dubG9hZC8wLjkuMjkvdXYtcmlzY3Y2NGdjLXVua25vd24tbGludXgtZ251LnRhci5nei5zaGEyNTYpICAgIHwKfCBbdXYtczM5MHgtdW5rbm93bi1saW51eC1nbnUudGFyLmd6XShodHRwczovL3JlZGlyZWN0LmdpdGh1Yi5jb20vYXN0cmFsLXNoL3V2L3JlbGVhc2VzL2Rvd25sb2FkLzAuOS4yOS91di1zMzkweC11bmtub3duLWxpbnV4LWdudS50YXIuZ3opICAgICAgICAgICAgICAgfCBTMzkweCBMaW51eCAgICAgICAgICAgICAgICAgIHwgW2NoZWNrc3VtXShodHRwczovL3JlZGlyZWN0LmdpdGh1Yi5jb20vYXN0cmFsLXNoL3V2L3JlbGVhc2VzL2Rvd25sb2FkLzAuOS4yOS91di1zMzkweC11bmtub3duLWxpbnV4LWdudS50YXIuZ3ouc2hhMjU2KSAgICAgICAgfAp8IFt1di14ODZcXzY0LXVua25vd24tbGludXgtZ251LnRhci5nel0oaHR0cHM6Ly9yZWRpcmVjdC5naXRodWIuY29tL2FzdHJhbC1zaC91di9yZWxlYXNlcy9kb3dubG9hZC8wLjkuMjkvdXYteDg2XzY0LXVua25vd24tbGludXgtZ251LnRhci5neikgICAgICAgICAgICB8IHg2NCBMaW51eCAgICAgICAgICAgICAgICAgICAgfCBbY2hlY2tzdW1dKGh0dHBzOi8vcmVkaXJlY3QuZ2l0aHViLmNvbS9hc3RyYWwtc2gvdXYvcmVsZWFzZXMvZG93bmxvYWQvMC45LjI5L3V2LXg4Nl82NC11bmtub3duLWxpbnV4LWdudS50YXIuZ3ouc2hhMjU2KSAgICAgICB8CnwgW3V2LWFybXY3LXVua25vd24tbGludXgtZ251ZWFiaWhmLnRhci5nel0oaHR0cHM6Ly9yZWRpcmVjdC5naXRodWIuY29tL2FzdHJhbC1zaC91di9yZWxlYXNlcy9kb3dubG9hZC8wLjkuMjkvdXYtYXJtdjctdW5rbm93bi1saW51eC1nbnVlYWJpaGYudGFyLmd6KSAgIHwgQVJNdjcgTGludXggICAgICAgICAgICAgICAgICB8IFtjaGVja3N1bV0oaHR0cHM6Ly9yZWRpcmVjdC5naXRodWIuY29tL2FzdHJhbC1zaC91di9yZWxlYXNlcy9kb3dubG9hZC8wLjkuMjkvdXYtYXJtdjctdW5rbm93bi1saW51eC1nbnVlYWJpaGYudGFyLmd6LnNoYTI1NikgIHwKfCBbdXYtYWFyY2g2NC11bmtub3duLWxpbnV4LW11c2wudGFyLmd6XShodHRwczovL3JlZGlyZWN0LmdpdGh1Yi5jb20vYXN0cmFsLXNoL3V2L3JlbGVhc2VzL2Rvd25sb2FkLzAuOS4yOS91di1hYXJjaDY0LXVua25vd24tbGludXgtbXVzbC50YXIuZ3opICAgICAgICAgfCBBUk02NCBNVVNMIExpbnV4ICAgICAgICAgICAgIHwgW2NoZWNrc3VtXShodHRwczovL3JlZGlyZWN0LmdpdGh1Yi5jb20vYXN0cmFsLXNoL3V2L3JlbGVhc2VzL2Rvd25sb2FkLzAuOS4yOS91di1hYXJjaDY0LXVua25vd24tbGludXgtbXVzbC50YXIuZ3ouc2hhMjU2KSAgICAgfAp8IFt1di1pNjg2LXVua25vd24tbGludXgtbXVzbC50YXIuZ3pdKGh0dHBzOi8vcmVkaXJlY3QuZ2l0aHViLmNvbS9hc3RyYWwtc2gvdXYvcmVsZWFzZXMvZG93bmxvYWQvMC45LjI5L3V2LWk2ODYtdW5rbm93bi1saW51eC1tdXNsLnRhci5neikgICAgICAgICAgICAgICB8IHg4NiBNVVNMIExpbnV4ICAgICAgICAgICAgICAgfCBbY2hlY2tzdW1dKGh0dHBzOi8vcmVkaXJlY3QuZ2l0aHViLmNvbS9hc3RyYWwtc2gvdXYvcmVsZWFzZXMvZG93bmxvYWQvMC45LjI5L3V2LWk2ODYtdW5rbm93bi1saW51eC1tdXNsLnRhci5nei5zaGEyNTYpICAgICAgICB8CnwgW3V2LXg4NlxfNjQtdW5rbm93bi1saW51eC1tdXNsLnRhci5nel0oaHR0cHM6Ly9yZWRpcmVjdC5naXRodWIuY29tL2FzdHJhbC1zaC91di9yZWxlYXNlcy9kb3dubG9hZC8wLjkuMjkvdXYteDg2XzY0LXVua25vd24tbGludXgtbXVzbC50YXIuZ3opICAgICAgICAgIHwgeDY0IE1VU0wgTGludXggICAgICAgICAgICAgICB8IFtjaGVja3N1bV0oaHR0cHM6Ly9yZWRpcmVjdC5naXRodWIuY29tL2FzdHJhbC1zaC91di9yZWxlYXNlcy9kb3dubG9hZC8wLjkuMjkvdXYteDg2XzY0LXVua25vd24tbGludXgtbXVzbC50YXIuZ3ouc2hhMjU2KSAgICAgIHwKfCBbdXYtYXJtLXVua25vd24tbGludXgtbXVzbGVhYmloZi50YXIuZ3pdKGh0dHBzOi8vcmVkaXJlY3QuZ2l0aHViLmNvbS9hc3RyYWwtc2gvdXYvcmVsZWFzZXMvZG93bmxvYWQvMC45LjI5L3V2LWFybS11bmtub3duLWxpbnV4LW11c2xlYWJpaGYudGFyLmd6KSAgICAgfCBBUk12NiBNVVNMIExpbnV4IChIYXJkZmxvYXQpIHwgW2NoZWNrc3VtXShodHRwczovL3JlZGlyZWN0LmdpdGh1Yi5jb20vYXN0cmFsLXNoL3V2L3JlbGVhc2VzL2Rvd25sb2FkLzAuOS4yOS91di1hcm0tdW5rbm93bi1saW51eC1tdXNsZWFiaWhmLnRhci5nei5zaGEyNTYpICAgfAp8IFt1di1hcm12Ny11bmtub3duLWxpbnV4LW11c2xlYWJpaGYudGFyLmd6XShodHRwczovL3JlZGlyZWN0LmdpdGh1Yi5jb20vYXN0cmFsLXNoL3V2L3JlbGVhc2VzL2Rvd25sb2FkLzAuOS4yOS91di1hcm12Ny11bmtub3duLWxpbnV4LW11c2xlYWJpaGYudGFyLmd6KSB8IEFSTXY3IE1VU0wgTGludXggICAgICAgICAgICAgfCBbY2hlY2tzdW1dKGh0dHBzOi8vcmVkaXJlY3QuZ2l0aHViLmNvbS9hc3RyYWwtc2gvdXYvcmVsZWFzZXMvZG93bmxvYWQvMC45LjI5L3V2LWFybXY3LXVua25vd24tbGludXgtbXVzbGVhYmloZi50YXIuZ3ouc2hhMjU2KSB8CgojIyMjIyBWZXJpZnlpbmcgR2l0SHViIEFydGlmYWN0IEF0dGVzdGF0aW9ucwoKVGhlIGFydGlmYWN0cyBpbiB0aGlzIHJlbGVhc2UgaGF2ZSBhdHRlc3RhdGlvbnMgZ2VuZXJhdGVkIHdpdGggR2l0SHViIEFydGlmYWN0IEF0dGVzdGF0aW9ucy4gVGhlc2UgY2FuIGJlIHZlcmlmaWVkIGJ5IHVzaW5nIHRoZSBbR2l0SHViIENMSV0oaHR0cHM6Ly9jbGkuZ2l0aHViLmNvbS9tYW51YWwvZ2hfYXR0ZXN0YXRpb25fdmVyaWZ5KToKCmBgYHNoCmdoIGF0dGVzdGF0aW9uIHZlcmlmeSA8ZmlsZS1wYXRoIG9mIGRvd25sb2FkZWQgYXJ0aWZhY3Q+IC0tcmVwbyBhc3RyYWwtc2gvdXYKYGBgCgpZb3UgY2FuIGFsc28gZG93bmxvYWQgdGhlIGF0dGVzdGF0aW9uIGZyb20gW0dpdEh1Yl0oaHR0cHM6Ly9yZWRpcmVjdC5naXRodWIuY29tL2FzdHJhbC1zaC91di9hdHRlc3RhdGlvbnMpIGFuZCB2ZXJpZnkgYWdhaW5zdCB0aGF0IGRpcmVjdGx5OgoKYGBgc2gKZ2ggYXR0ZXN0YXRpb24gdmVyaWZ5IDxmaWxlLXBhdGggb2YgZG93bmxvYWRlZCBhcnRpZmFjdD4gLS1idW5kbGUgPGZpbGUtcGF0aCBvZiBkb3dubG9hZGVkIGF0dGVzdGF0aW9uPgpgYGAKCiMjIyBbYHYwLjkuMjhgXShodHRwczovL3JlZGlyZWN0LmdpdGh1Yi5jb20vYXN0cmFsLXNoL3V2L3JlbGVhc2VzL3RhZy8wLjkuMjgpCgpbQ29tcGFyZSBTb3VyY2VdKGh0dHBzOi8vcmVkaXJlY3QuZ2l0aHViLmNvbS9hc3RyYWwtc2gvdXYvY29tcGFyZS8wLjkuMjcuLi4wLjkuMjgpCgojIyMjIyBSZWxlYXNlIE5vdGVzCgpSZWxlYXNlZCBvbiAyMDI2LTAxLTI5LgoKIyMjIyMgUHl0aG9uCgotIFVwZGF0ZSBDUHl0aG9uIHRvIHVzZSBbT3BlblNTTCAzLjUuNV0oaHR0cHM6Ly9yZWRpcmVjdC5naXRodWIuY29tL29wZW5zc2wvb3BlbnNzbC9yZWxlYXNlcy90YWcvb3BlbnNzbC0zLjUuNSkgd2hpY2ggaW5jbHVkZXMgZml4ZXMgZm9yIGhpZ2ggc2V2ZXJpdHkgQ1ZFcyAoW3B5dGhvbi1idWlsZC1zdGFuZGFsb25lIzk2MF0oaHR0cHM6Ly9yZWRpcmVjdC5naXRodWIuY29tL2FzdHJhbC1zaC9weXRob24tYnVpbGQtc3RhbmRhbG9uZS9wdWxsLzk2MCkpCgojIyMjIyBFbmhhbmNlbWVudHMKCi0gQWRkIHN1cHBvcnQgZm9yIFB5b2RpZGUgaW50ZXJwcmV0ZXIgb24gV2luZG93cyAoWyMmIzgyMDM7MTc2NThdKGh0dHBzOi8vcmVkaXJlY3QuZ2l0aHViLmNvbS9hc3RyYWwtc2gvdXYvcHVsbC8xNzY1OCkpCi0gV2FybiBpZiBtdWx0aXBsZSBpbmRleGVzIGluY2x1ZGUgYGRlZmF1bHQgPSB0cnVlYCAoWyMmIzgyMDM7MTc3MTNdKGh0dHBzOi8vcmVkaXJlY3QuZ2l0aHViLmNvbS9hc3RyYWwtc2gvdXYvcHVsbC8xNzcxMykpCi0gU2tpcCB1cGxvYWRzIHdoZW4gdmFsaWRhdGlvbiByZXBvcnRzICdBbHJlYWR5IHVwbG9hZGVkJyAoWyMmIzgyMDM7MTc0MTJdKGh0dHBzOi8vcmVkaXJlY3QuZ2l0aHViLmNvbS9hc3RyYWwtc2gvdXYvcHVsbC8xNzQxMikpCgojIyMjIyBDb25maWd1cmF0aW9uCgotIEFkZCBhIHJlZmxpbmsgYWxpYXMgZm9yIHRoZSAiY2xvbmUiIGxpbmsgbW9kZSAoWyMmIzgyMDM7MTc3MjRdKGh0dHBzOi8vcmVkaXJlY3QuZ2l0aHViLmNvbS9hc3RyYWwtc2gvdXYvcHVsbC8xNzcyNCkpCgojIyMjIyBCdWcgZml4ZXMKCi0gRW5zdXJlIGB1di5leGVgIGV4aXRzIHdoZW4gYHV2dy5leGVgIG9yIGB1dnguZXhlYCBpcyBraWxsZWQgKFsjJiM4MjAzOzE3NTAwXShodHRwczovL3JlZGlyZWN0LmdpdGh1Yi5jb20vYXN0cmFsLXNoL3V2L3B1bGwvMTc1MDApKQoKIyMjIyMgSW5zdGFsbCB1diAwLjkuMjgKCiMjIyMjIEluc3RhbGwgcHJlYnVpbHQgYmluYXJpZXMgdmlhIHNoZWxsIHNjcmlwdAoKYGBgc2gKY3VybCAtLXByb3RvICc9aHR0cHMnIC0tdGxzdjEuMiAtTHNTZiBodHRwczovL2dpdGh1Yi5jb20vYXN0cmFsLXNoL3V2L3JlbGVhc2VzL2Rvd25sb2FkLzAuOS4yOC91di1pbnN0YWxsZXIuc2ggfCBzaApgYGAKCiMjIyMjIEluc3RhbGwgcHJlYnVpbHQgYmluYXJpZXMgdmlhIHBvd2Vyc2hlbGwgc2NyaXB0CgpgYGBzaApwb3dlcnNoZWxsIC1FeGVjdXRpb25Qb2xpY3kgQnlwYXNzIC1jICJpcm0gaHR0cHM6Ly9naXRodWIuY29tL2FzdHJhbC1zaC91di9yZWxlYXNlcy9kb3dubG9hZC8wLjkuMjgvdXYtaW5zdGFsbGVyLnBzMSB8IGlleCIKYGBgCgojIyMjIyBEb3dubG9hZCB1diAwLjkuMjgKCnwgRmlsZSAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIHwgUGxhdGZvcm0gICAgICAgICAgICAgICAgICAgICB8IENoZWNrc3VtICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIHwKfCAtLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0gfCAtLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tIHwgLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0gfAp8IFt1di1hYXJjaDY0LWFwcGxlLWRhcndpbi50YXIuZ3pdKGh0dHBzOi8vcmVkaXJlY3QuZ2l0aHViLmNvbS9hc3RyYWwtc2gvdXYvcmVsZWFzZXMvZG93bmxvYWQvMC45LjI4L3V2LWFhcmNoNjQtYXBwbGUtZGFyd2luLnRhci5neikgICAgICAgICAgICAgICAgICAgICB8IEFwcGxlIFNpbGljb24gbWFjT1MgICAgICAgICAgfCBbY2hlY2tzdW1dKGh0dHBzOi8vcmVkaXJlY3QuZ2l0aHViLmNvbS9hc3RyYWwtc2gvdXYvcmVsZWFzZXMvZG93bmxvYWQvMC45LjI4L3V2LWFhcmNoNjQtYXBwbGUtZGFyd2luLnRhci5nei5zaGEyNTYpICAgICAgICAgICB8CnwgW3V2LXg4NlxfNjQtYXBwbGUtZGFyd2luLnRhci5nel0oaHR0cHM6Ly9yZWRpcmVjdC5naXRodWIuY29tL2FzdHJhbC1zaC91di9yZWxlYXNlcy9kb3dubG9hZC8wLjkuMjgvdXYteDg2XzY0LWFwcGxlLWRhcndpbi50YXIuZ3opICAgICAgICAgICAgICAgICAgICAgIHwgSW50ZWwgbWFjT1MgICAgICAgICAgICAgICAgICB8IFtjaGVja3N1bV0oaHR0cHM6Ly9yZWRpcmVjdC5naXRodWIuY29tL2FzdHJhbC1zaC91di9yZWxlYXNlcy9kb3dubG9hZC8wLjkuMjgvdXYteDg2XzY0LWFwcGxlLWRhcndpbi50YXIuZ3ouc2hhMjU2KSAgICAgICAgICAgIHwKfCBbdXYtYWFyY2g2NC1wYy13aW5kb3dzLW1zdmMuemlwXShodHRwczovL3JlZGlyZWN0LmdpdGh1Yi5jb20vYXN0cmFsLXNoL3V2L3JlbGVhc2VzL2Rvd25sb2FkLzAuOS4yOC91di1hYXJjaDY0LXBjLXdpbmRvd3MtbXN2Yy56aXApICAgICAgICAgICAgICAgICAgICAgfCBBUk02NCBXaW5kb3dzICAgICAgICAgICAgICAgIHwgW2NoZWNrc3VtXShodHRwczovL3JlZGlyZWN0LmdpdGh1Yi5jb20vYXN0cmFsLXNoL3V2L3JlbGVhc2VzL2Rvd25sb2FkLzAuOS4yOC91di1hYXJjaDY0LXBjLXdpbmRvd3MtbXN2Yy56aXAuc2hhMjU2KSAgICAgICAgICAgfAp8IFt1di1pNjg2LXBjLXdpbmRvd3MtbXN2Yy56aXBdKGh0dHBzOi8vcmVkaXJlY3QuZ2l0aHViLmNvbS9hc3RyYWwtc2gvdXYvcmVsZWFzZXMvZG93bmxvYWQvMC45LjI4L3V2LWk2ODYtcGMtd2luZG93cy1tc3ZjLnppcCkgICAgICAgICAgICAgICAgICAgICAgICAgICB8IHg4NiBXaW5kb3dzICAgICAgICAgICAgICAgICAgfCBbY2hlY2tzdW1dKGh0dHBzOi8vcmVkaXJlY3QuZ2l0aHViLmNvbS9hc3RyYWwtc2gvdXYvcmVsZWFzZXMvZG93bmxvYWQvMC45LjI4L3V2LWk2ODYtcGMtd2luZG93cy1tc3ZjLnppcC5zaGEyNTYpICAgICAgICAgICAgICB8CnwgW3V2LXg4NlxfNjQtcGMtd2luZG93cy1tc3ZjLnppcF0oaHR0cHM6Ly9yZWRpcmVjdC5naXRodWIuY29tL2FzdHJhbC1zaC91di9yZWxlYXNlcy9kb3dubG9hZC8wLjkuMjgvdXYteDg2XzY0LXBjLXdpbmRvd3MtbXN2Yy56aXApICAgICAgICAgICAgICAgICAgICAgIHwgeDY0IFdpbmRvd3MgICAgICAgICAgICAgICAgICB8IFtjaGVja3N1bV0oaHR0cHM6Ly9yZWRpcmVjdC5naXRodWIuY29tL2FzdHJhbC1zaC91di9yZWxlYXNlcy9kb3dubG9hZC8wLjkuMjgvdXYteDg2XzY0LXBjLXdpbmRvd3MtbXN2Yy56aXAuc2hhMjU2KSAgICAgICAgICAgIHwKfCBbdXYtYWFyY2g2NC11bmtub3duLWxpbnV4LWdudS50YXIuZ3pdKGh0dHBzOi8vcmVkaXJlY3QuZ2l0aHViLmNvbS9hc3RyYWwtc2gvdXYvcmVsZWE=
      override_checkout: master
      patchset: c53fc073b5e1ffdd07d1fe3968226d5cd4a9817c
      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/opendev.org/openstack/devstack:
            canonical_name: opendev.org/openstack/devstack
            checkout: master
            commit: 416d27e89e0c1891921fee2a692086eb8fcd0307
          untrusted/project_1/opendev.org/openstack/openstack-zuul-jobs:
            canonical_name: opendev.org/openstack/openstack-zuul-jobs
            checkout: master
            commit: 66d74bbbd6770c9ee1f9179cf69c1687197f2a5a
          untrusted/project_2/github.com/vexxhost/zuul-config:
            canonical_name: github.com/vexxhost/zuul-config
            checkout: main
            commit: 9052b5a7781b3346e4cffd452a54448cbff54d8b
          untrusted/project_3/opendev.org/zuul/zuul-jobs:
            canonical_name: opendev.org/zuul/zuul-jobs
            checkout: master
            commit: c75fe6ef19c05b98349573c971950c51bbf24758
          untrusted/project_4/github.com/vexxhost/zuul-jobs:
            canonical_name: github.com/vexxhost/zuul-jobs
            checkout: main
            commit: a6e68243e02ef030ce5e75f8b67630880c475f33
          untrusted/project_5/github.com/vexxhost/magnum-cluster-api:
            canonical_name: github.com/vexxhost/magnum-cluster-api
            checkout: main
            commit: c53fc073b5e1ffdd07d1fe3968226d5cd4a9817c
        playbooks:
        - path: untrusted/project_5/github.com/vexxhost/magnum-cluster-api/zuul.d/playbooks/hydrophone/run.yml
          roles:
          - checkout: master
            checkout_description: job override ref
            link_name: ansible/playbook_0/role_1/devstack
            link_target: untrusted/project_0/opendev.org/openstack/devstack
            role_path: ansible/playbook_0/role_1/devstack/roles
          - checkout: master
            checkout_description: job override ref
            link_name: ansible/playbook_0/role_2/openstack-zuul-jobs
            link_target: untrusted/project_1/opendev.org/openstack/openstack-zuul-jobs
            role_path: ansible/playbook_0/role_2/openstack-zuul-jobs/roles
          - checkout: master
            checkout_description: job override ref
            link_name: ansible/playbook_0/role_4/zuul-jobs
            link_target: untrusted/project_3/opendev.org/zuul/zuul-jobs
            role_path: ansible/playbook_0/role_4/zuul-jobs/roles
          - checkout: main
            checkout_description: zuul branch
            link_name: ansible/playbook_0/role_5/zuul-jobs
            link_target: untrusted/project_4/github.com/vexxhost/zuul-jobs
            role_path: ansible/playbook_0/role_5/zuul-jobs/roles
        post_playbooks:
        - path: untrusted/project_5/github.com/vexxhost/magnum-cluster-api/zuul.d/playbooks/hydrophone/post.yml
          roles:
          - checkout: master
            checkout_description: job override ref
            link_name: ansible/post_playbook_0/role_1/devstack
            link_target: untrusted/project_0/opendev.org/openstack/devstack
            role_path: ansible/post_playbook_0/role_1/devstack/roles
          - checkout: master
            checkout_description: job override ref
            link_name: ansible/post_playbook_0/role_2/openstack-zuul-jobs
            link_target: untrusted/project_1/opendev.org/openstack/openstack-zuul-jobs
            role_path: ansible/post_playbook_0/role_2/openstack-zuul-jobs/roles
          - checkout: master
            checkout_description: job override ref
            link_name: ansible/post_playbook_0/role_4/zuul-jobs
            link_target: untrusted/project_3/opendev.org/zuul/zuul-jobs
            role_path: ansible/post_playbook_0/role_4/zuul-jobs/roles
          - checkout: main
            checkout_description: zuul branch
            link_name: ansible/post_playbook_0/role_5/zuul-jobs
            link_target: untrusted/project_4/github.com/vexxhost/zuul-jobs
            role_path: ansible/post_playbook_0/role_5/zuul-jobs/roles
        - path: untrusted/project_0/opendev.org/openstack/devstack/playbooks/post.yaml
          roles:
          - checkout: master
            checkout_description: playbook branch
            link_name: ansible/post_playbook_1/role_0/devstack
            link_target: untrusted/project_0/opendev.org/openstack/devstack
            role_path: ansible/post_playbook_1/role_0/devstack/roles
          - checkout: master
            checkout_description: job override ref
            link_name: ansible/post_playbook_1/role_1/openstack-zuul-jobs
            link_target: untrusted/project_1/opendev.org/openstack/openstack-zuul-jobs
            role_path: ansible/post_playbook_1/role_1/openstack-zuul-jobs/roles
          - checkout: master
            checkout_description: job override ref
            link_name: ansible/post_playbook_1/role_3/zuul-jobs
            link_target: untrusted/project_3/opendev.org/zuul/zuul-jobs
            role_path: ansible/post_playbook_1/role_3/zuul-jobs/roles
          - checkout: main
            checkout_description: zuul branch
            link_name: ansible/post_playbook_1/role_4/zuul-jobs
            link_target: untrusted/project_4/github.com/vexxhost/zuul-jobs
            role_path: ansible/post_playbook_1/role_4/zuul-jobs/roles
        - path: trusted/project_0/github.com/vexxhost/zuul-config/playbooks/base/post.yaml
          roles:
          - checkout: master
            checkout_description: job override ref
            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
        - path: trusted/project_0/github.com/vexxhost/zuul-config/playbooks/base/post-logs.yaml
          roles:
          - checkout: master
            checkout_description: job override ref
            link_name: ansible/post_playbook_3/role_1/zuul-jobs
            link_target: trusted/project_1/opendev.org/zuul/zuul-jobs
            role_path: ansible/post_playbook_3/role_1/zuul-jobs/roles
          - checkout: main
            checkout_description: zuul branch
            link_name: ansible/post_playbook_3/role_2/zuul-jobs
            link_target: trusted/project_2/github.com/vexxhost/zuul-jobs
            role_path: ansible/post_playbook_3/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: job override ref
            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/opendev.org/openstack/devstack/playbooks/pre.yaml
          roles:
          - checkout: master
            checkout_description: playbook branch
            link_name: ansible/pre_playbook_1/role_0/devstack
            link_target: untrusted/project_0/opendev.org/openstack/devstack
            role_path: ansible/pre_playbook_1/role_0/devstack/roles
          - checkout: master
            checkout_description: job override ref
            link_name: ansible/pre_playbook_1/role_1/openstack-zuul-jobs
            link_target: untrusted/project_1/opendev.org/openstack/openstack-zuul-jobs
            role_path: ansible/pre_playbook_1/role_1/openstack-zuul-jobs/roles
          - checkout: master
            checkout_description: job override ref
            link_name: ansible/pre_playbook_1/role_3/zuul-jobs
            link_target: untrusted/project_3/opendev.org/zuul/zuul-jobs
            role_path: ansible/pre_playbook_1/role_3/zuul-jobs/roles
          - checkout: main
            checkout_description: zuul branch
            link_name: ansible/pre_playbook_1/role_4/zuul-jobs
            link_target: untrusted/project_4/github.com/vexxhost/zuul-jobs
            role_path: ansible/pre_playbook_1/role_4/zuul-jobs/roles
        - path: untrusted/project_5/github.com/vexxhost/magnum-cluster-api/zuul.d/playbooks/hydrophone/pre.yml
          roles:
          - checkout: master
            checkout_description: job override ref
            link_name: ansible/pre_playbook_2/role_1/devstack
            link_target: untrusted/project_0/opendev.org/openstack/devstack
            role_path: ansible/pre_playbook_2/role_1/devstack/roles
          - checkout: master
            checkout_description: job override ref
            link_name: ansible/pre_playbook_2/role_2/openstack-zuul-jobs
            link_target: untrusted/project_1/opendev.org/openstack/openstack-zuul-jobs
            role_path: ansible/pre_playbook_2/role_2/openstack-zuul-jobs/roles
          - checkout: master
            checkout_description: job override ref
            link_name: ansible/pre_playbook_2/role_4/zuul-jobs
            link_target: untrusted/project_3/opendev.org/zuul/zuul-jobs
            role_path: ansible/pre_playbook_2/role_4/zuul-jobs/roles
          - checkout: main
            checkout_description: zuul branch
            link_name: ansible/pre_playbook_2/role_5/zuul-jobs
            link_target: untrusted/project_4/github.com/vexxhost/zuul-jobs
            role_path: ansible/pre_playbook_2/role_5/zuul-jobs/roles
      post_review: false
      post_timeout: null
      pre_timeout: null
      project:
        canonical_hostname: github.com
        canonical_name: github.com/vexxhost/magnum-cluster-api
        name: vexxhost/magnum-cluster-api
        short_name: magnum-cluster-api
        src_dir: src/github.com/vexxhost/magnum-cluster-api
      projects:
        github.com/novnc/novnc:
          canonical_hostname: github.com
          canonical_name: github.com/novnc/novnc
          checkout: master
          checkout_description: job override ref
          commit: 8e1ebdffba02e651c399dacef841f8941f6ad6e4
          name: novnc/novnc
          required: true
          short_name: novnc
          src_dir: src/github.com/novnc/novnc
        github.com/vexxhost/magnum-cluster-api:
          canonical_hostname: github.com
          canonical_name: github.com/vexxhost/magnum-cluster-api
          checkout: main
          checkout_description: zuul branch
          commit: c53fc073b5e1ffdd07d1fe3968226d5cd4a9817c
          name: vexxhost/magnum-cluster-api
          required: false
          short_name: magnum-cluster-api
          src_dir: src/github.com/vexxhost/magnum-cluster-api
        opendev.org/openstack/barbican:
          canonical_hostname: opendev.org
          canonical_name: opendev.org/openstack/barbican
          checkout: master
          checkout_description: job override ref
          commit: f8a331a40eb21e6c8f37e07794d57aa98b120af9
          name: openstack/barbican
          required: true
          short_name: barbican
          src_dir: src/opendev.org/openstack/barbican
        opendev.org/openstack/cinder:
          canonical_hostname: opendev.org
          canonical_name: opendev.org/openstack/cinder
          checkout: master
          checkout_description: job override ref
          commit: fcdecce8b40ee46e7197dba25aa095900baa26a0
          name: openstack/cinder
          required: true
          short_name: cinder
          src_dir: src/opendev.org/openstack/cinder
        opendev.org/openstack/devstack:
          canonical_hostname: opendev.org
          canonical_name: opendev.org/openstack/devstack
          checkout: master
          checkout_description: job override ref
          commit: 416d27e89e0c1891921fee2a692086eb8fcd0307
          name: openstack/devstack
          required: true
          short_name: devstack
          src_dir: src/opendev.org/openstack/devstack
        opendev.org/openstack/glance:
          canonical_hostname: opendev.org
          canonical_name: opendev.org/openstack/glance
          checkout: master
          checkout_description: job override ref
          commit: 8c43caaefd8820e3e45b3c95b60bc6e1c668c55b
          name: openstack/glance
          required: true
          short_name: glance
          src_dir: src/opendev.org/openstack/glance
        opendev.org/openstack/keystone:
          canonical_hostname: opendev.org
          canonical_name: opendev.org/openstack/keystone
          checkout: master
          checkout_description: job override ref
          commit: 3526925ae34a66e626bec985628a421a7694168e
          name: openstack/keystone
          required: true
          short_name: keystone
          src_dir: src/opendev.org/openstack/keystone
        opendev.org/openstack/magnum:
          canonical_hostname: opendev.org
          canonical_name: opendev.org/openstack/magnum
          checkout: master
          checkout_description: job override ref
          commit: 75ca7d532cd6894ac79a4633bfa19842547d372c
          name: openstack/magnum
          required: true
          short_name: magnum
          src_dir: src/opendev.org/openstack/magnum
        opendev.org/openstack/manila:
          canonical_hostname: opendev.org
          canonical_name: opendev.org/openstack/manila
          checkout: master
          checkout_description: job override ref
          commit: cea701dbd13a4e84c2b6d4ad771de0f1425ca2ea
          name: openstack/manila
          required: true
          short_name: manila
          src_dir: src/opendev.org/openstack/manila
        opendev.org/openstack/neutron:
          canonical_hostname: opendev.org
          canonical_name: opendev.org/openstack/neutron
          checkout: master
          checkout_description: job override ref
          commit: b5f43626c619a088ace6fef8e95de58463e42be8
          name: openstack/neutron
          required: true
          short_name: neutron
          src_dir: src/opendev.org/openstack/neutron
        opendev.org/openstack/nova:
          canonical_hostname: opendev.org
          canonical_name: opendev.org/openstack/nova
          checkout: master
          checkout_description: job override ref
          commit: 883eda1ac74a12ff582084e19a7bb393321f4624
          name: openstack/nova
          required: true
          short_name: nova
          src_dir: src/opendev.org/openstack/nova
        opendev.org/openstack/octavia:
          canonical_hostname: opendev.org
          canonical_name: opendev.org/openstack/octavia
          checkout: master
          checkout_description: job override ref
          commit: 79cf1f787fa9c03adba8575dc94324b97963f84e
          name: openstack/octavia
          required: true
          short_name: octavia
          src_dir: src/opendev.org/openstack/octavia
        opendev.org/openstack/os-test-images:
          canonical_hostname: opendev.org
          canonical_name: opendev.org/openstack/os-test-images
          checkout: master
          checkout_description: job override ref
          commit: 5d0367e03788764f41da8effffa14e3eac513201
          name: openstack/os-test-images
          required: true
          short_name: os-test-images
          src_dir: src/opendev.org/openstack/os-test-images
        opendev.org/openstack/ovn-octavia-provider:
          canonical_hostname: opendev.org
          canonical_name: opendev.org/openstack/ovn-octavia-provider
          checkout: master
          checkout_description: job override ref
          commit: 732466071706ef5c3e651ece1bbb16380ed4da0f
          name: openstack/ovn-octavia-provider
          required: true
          short_name: ovn-octavia-provider
          src_dir: src/opendev.org/openstack/ovn-octavia-provider
        opendev.org/openstack/placement:
          canonical_hostname: opendev.org
          canonical_name: opendev.org/openstack/placement
          checkout: master
          checkout_description: job override ref
          commit: e3db398fba279721121892323e6260c6932797c1
          name: openstack/placement
          required: true
          short_name: placement
          src_dir: src/opendev.org/openstack/placement
        opendev.org/openstack/python-magnumclient:
          canonical_hostname: opendev.org
          canonical_name: opendev.org/openstack/python-magnumclient
          checkout: master
          checkout_description: job override ref
          commit: bfc9dbc2aa9a113c12e591a87f774a6d986a981f
          name: openstack/python-magnumclient
          required: true
          short_name: python-magnumclient
          src_dir: src/opendev.org/openstack/python-magnumclient
        opendev.org/openstack/requirements:
          canonical_hostname: opendev.org
          canonical_name: opendev.org/openstack/requirements
          checkout: master
          checkout_description: job override ref
          commit: 2897d874a900d28bbeb8ed59a78193477c76296c
          name: openstack/requirements
          required: true
          short_name: requirements
          src_dir: src/opendev.org/openstack/requirements
        opendev.org/openstack/swift:
          canonical_hostname: opendev.org
          canonical_name: opendev.org/openstack/swift
          checkout: master
          checkout_description: job override ref
          commit: eb1c6890cb263d7754d2223fb6f509a317a07303
          name: openstack/swift
          required: true
          short_name: swift
          src_dir: src/opendev.org/openstack/swift
      ref: refs/pull/854/head
      resources: {}
      tenant: oss
      timeout: 7200
      topic: null
      voting: true
    zuul_copy_output:
      /etc/ceph: logs
      /etc/glusterfs/glusterd.vol: logs
      /etc/libvirt: logs
      /etc/lvm: logs
      /etc/resolv.conf: logs
      /etc/sudoers: logs
      /etc/sudoers.d: logs
      /var/log/ceph: logs
      /var/log/glusterfs: logs
      /var/log/libvirt: logs
      /var/log/mysql: logs
      /var/log/openvswitch: logs
      /var/log/postgresql: logs
      /var/log/rabbitmq: logs
      /var/log/unbound.log: logs
      '{{ devstack_conf_dir }}/.localrc.auto': logs
      '{{ devstack_conf_dir }}/.stackenv': logs
      '{{ devstack_conf_dir }}/local.conf': logs
      '{{ devstack_conf_dir }}/localrc': logs
      '{{ devstack_full_log}}': logs
      '{{ devstack_log_dir }}/atop': logs
      '{{ devstack_log_dir }}/devstacklog.txt': logs
      '{{ devstack_log_dir }}/devstacklog.txt.summary': logs
      '{{ devstack_log_dir }}/dstat-csv.log': logs
      '{{ devstack_log_dir }}/qemu.coredump': logs
      '{{ devstack_log_dir }}/tcpdump.pcap': logs
      '{{ devstack_log_dir }}/worlddump-latest.txt': logs
      '{{ stage_dir }}/apache': logs
      '{{ stage_dir }}/apache_config': logs
      '{{ stage_dir }}/audit.log': logs
      '{{ stage_dir }}/core': logs
      '{{ stage_dir }}/deprecations.log': logs
      '{{ stage_dir }}/df.txt': logs
      '{{ stage_dir }}/dpkg-l.txt': logs
      '{{ stage_dir }}/etc': logs
      '{{ stage_dir }}/iptables.txt': logs
      '{{ stage_dir }}/listen53.txt': logs
      '{{ stage_dir }}/mount.txt': logs
      '{{ stage_dir }}/performance.json': logs
      '{{ stage_dir }}/pip2-freeze.txt': logs
      '{{ stage_dir }}/pip3-freeze.txt': logs
      '{{ stage_dir }}/rpm-qa.txt': logs
      '{{ stage_dir }}/services.txt': logs
      '{{ stage_dir }}/verify_tempest_conf.log': logs
