rez v2.47.14 Release Notes

Release Date: 2019-11-13 // over 4 years ago
  • Source | Diff

    Notes

    ๐Ÿ Several Windows CI improvements:

    • ๐Ÿณ Base and Py docker images are only rebuilt if necessary;
    • ๐Ÿณ Docker hub no longer requires a login to pull the image (meaning that tests now pass on forked PRs);
    • Rather than checking out the rez github repo in the image entrypoint, the existing checkout (done by the workflow) is bind mounted instead.

    โšก๏ธ With these updates, tests are now passing on all platforms.

    Known Issues

    ๐Ÿณ If the image is changed, there is a delay in the new image becoming available on docker hub (5-10 mins). ๐Ÿ If a separate push is made in this time, it can fail, as the Windows test expects to see the new image (which is tagged by commit).

    ๐Ÿ”€ Merged pull requests:

    • ๐Ÿ Windows docker enhancements #794 (bfloch)
    • โœ‚ Remove the login so that PR work at least for the non-image workflows. #795 (bfloch)
    • ๐Ÿ Issue 800 windows ci use checkout #801 (nerdvegas)

    Closed issues:

    • ๐Ÿ windows ci: Use Actions checkout #800