Skip to content

Latest commit

 

History

History
107 lines (73 loc) · 6.32 KB

CHANGELOG.md

File metadata and controls

107 lines (73 loc) · 6.32 KB

Change log for Ebirah

0.10.0 2024-07-03 Maintenance release, update not required

  • Bumping base image to Perl 5.40.0 Bookworm instead of Bullseye. See PR #92

0.9.0 2024-06-24 Feature release, update recommended

  • Via PR #82 from @glasswalk3r, the Docker image has been updated to use a non-root user, this is a most welcome security enhancement

  • The Docker base image has been updated from Perl 5.38.2 to Perl 5.40.0 via PR #89 from @dependabot

  • This release updates the dependency: Dist::Zilla from version 6.025 to 6.032, please see the change log of Dist::Zilla

0.8.0 2022-10-02 Maintenance release, update recommended

0.7.0 2022-09-03 Maintenance release, update not required

  • Improvements to Docker image generation, reducing size via contribution and PR #46 from @glasswalk3r

  • The base image has been updated several times without releases, the are listed below for information. With this version the image is bumped up to Perl 5.36.0, which should be the latest at the time of writing

    • Renovate updated perl in Dockerfile from 5.34.1 to 5.36.0 via PR #42

    • Dependabot updated perl in Dockerfile from 5.34.0 to 5.34.1 via PR #31

    • Dependabot updated perl in Dockerfile from 5.32.1 to 5.34.0 via PR #18

    • Dependabot updated perl in Dockerfile from 5.32.0 to 5.32.1 via PR #14

0.6.0 2020-09-26 Feature release, update not required

  • Added support for: Dist::Zilla::Plugin::VersionFromMainModule I have some older distributions, but instead of changing them all to adhere to the contemporary usage pattern I decided to be able to handle them, they will be updated eventually, but this is more in the spirit of Ebirah

  • Added meta data information to Dockerfile so it identifies the repository it originates from

0.5.0 2020-06-30 Maintenance release, update not required

  • Dependabot updated perl in Dockerfile from 5.30 to 5.32.0 via PR #9

0.4.0 2020-05-03 Feature release, update recommended

0.3.0 2020-04-26 Feature release, update recommended

  • Changed the base Docker image to be a non-slim image so we get a complete toolchain for our Dist::Zilla extensions, what require or has requirements for XS based distributions

    REF: DockerHub: Perl

    The non-slim images are are based on buildpack-deps

    REF: DockerHub: buildpack-deps

  • Shell script described in the documentation added to the prototypes directory for reference

0.2.0 2020-04-23 Feature release, update recommended

0.1.0 2020-04-23 Feature release

  • Initial release
  • Support for very limited use of Dist::Zilla 6.014
  • No interaction with other related tools like cpanm
  • No support for Dist::Zilla plugins/extensions