Releases: houseabsolute/ci-perl-helpers
Releases · houseabsolute/ci-perl-helpers
v0.3.1
- Same as 0.3.0, but the Docker image creation for that tag failed. This release fixes that.
v0.3.0
- Images are now stored in the GitHub Container registry rather than Docker Hub.
v0.2.3
- Fixed a bug in the templates where they would always attempt to call
./dev-bin/install-xt-tools.sh
even if it didn't exist.
v0.2.2
- All Azure VMs now use Ubuntu 20.04 instead of 18.04.
v0.2.1
- Fix an issue with generating the test matrix that seems to have popped up recently. The system perl used to be able to fetch
https
URLs, presumably because it had IO::Socket::SSL
available, but this appears to no longer be the case.
v0.2.0
- The base image for all Docker images is now Ubuntu 20.04 instead of 18.04.
v0.1.9
- If the distro name starts with "Dist-Zilla", then the distro's lib dir will be included in
@INC
(via dzil -I lib
) when running `dzil build.
v0.1.8
- If a distro has a script named
dev-bin/install-xt-tools.sh
we now run this before running xt tests.
v0.1.7
- Fixed a bug where we could not figure out what Docker image version to use. The method we used to use stopped working at some point, so I had to find a new creative way to find the corresponding branch in a detached git checkout.
v0.1.6
- Fixed a bug that caused macOS builds to fail semi-randomly (after the first build). The issue is that the macOS workspace directory can change between runs. We were caching & restoring directory trees under this workspace directory, so if the cache restore put the restored tree in the wrong workspace directory, failures ensured. I reported this MS via their community forum.