Skip to content

v13.0.1

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 10 Feb 22:00
774c2b6

What's Changed

  • DownloadCargoBinaryFromGitHub: Find most recent release with assets @makubacki (#410)
    Change Details
      Currently, the `cargo-binstall` most recent release in the binstall repo does not actually have the binstall binary. This change allows the search to find the most recent release that has the expected binaries to handle the case when other releases might also be in release list that do not have the expected binaries.

  • .sync/Version.njk: Update Ubuntu 24.04 container to d412ccd @makubacki (#408)
    Change Details
      Includes the change to allow the CI user account to use pip.

  • Containers/Ubuntu-24: Allow CI user access to venv @makubacki (#407)
    Change Details
      Many of the existing CI workflows expect a pip environment to use. A new user and group are created for the docker user when the container image is initialized in pipelines. This allows that user to use the /opt/venv environment to support existing workflows.

Full Changelog: v13.0.0...v13.0.1