Skip to content

Releases: houseabsolute/ci-perl-helpers

v0.3.1

17 Mar 17:23
1051184
Compare
Choose a tag to compare
  • Same as 0.3.0, but the Docker image creation for that tag failed. This release fixes that.

v0.3.0

17 Mar 02:20
ad4b769
Compare
Choose a tag to compare
  • Images are now stored in the GitHub Container registry rather than Docker Hub.

v0.2.3

17 Mar 02:22
c9c414a
Compare
Choose a tag to compare
  • 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

17 Mar 02:22
Compare
Choose a tag to compare
  • All Azure VMs now use Ubuntu 20.04 instead of 18.04.

v0.2.1

17 Mar 02:21
Compare
Choose a tag to compare
  • 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

17 Mar 02:21
Compare
Choose a tag to compare
  • The base image for all Docker images is now Ubuntu 20.04 instead of 18.04.

v0.1.9

09 Jan 00:01
Compare
Choose a tag to compare
  • 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

08 Jan 20:04
Compare
Choose a tag to compare
  • If a distro has a script named dev-bin/install-xt-tools.sh we now run this before running xt tests.

v0.1.7

08 Jan 17:16
Compare
Choose a tag to compare
  • 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

20 Apr 03:16
Compare
Choose a tag to compare
  • 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.