Skip to content

Commit

Permalink
Prepping release 0.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jonasbn committed Jun 24, 2024
1 parent 7ca1157 commit 84e82ec
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Change log for Ebirah

## 0.9.0 2024-06-24 Feature release, update recommended

- Via PR [#82](https://github.com/jonasbn/ebirah/pull/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](https://github.com/jonasbn/ebirah/pull/89) from @dependabot

- This release updates the dependency: [Dist::Zilla](https://metacpan.org/pod/Dist::Zilla) from version `6.025` to `6.032`, please see the [change log](https://metacpan.org/dist/Dist-Zilla/changes) of [Dist::Zilla](https://metacpan.org/pod/Dist::Zilla)

## 0.8.0 2022-10-02 Maintenance release, update recommended

- This release updates the dependency: [Dist::Zilla](https://metacpan.org/pod/Dist::Zilla) from version `6.017` to `6.025`, please see the [change log](https://metacpan.org/dist/Dist-Zilla/changes) of [Dist::Zilla](https://metacpan.org/pod/Dist::Zilla)
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ FROM perl:5.40.0-bullseye

# We point to the original repository for the image
LABEL org.opencontainers.image.source="https://github.com/jonasbn/ebirah"
LABEL org.opencontainers.image.base.name="registry.hub.docker.com/library/perl:5.38.2-bullseye"
LABEL org.opencontainers.image.base.name="registry.hub.docker.com/library/perl:5.40.0-bullseye"
LABEL org.opencontainers.image.url="https://github.com/jonasbn/ebirah"
LABEL org.opencontainers.image.title="ebirah"
LABEL org.opencontainers.image.description="Experimental Docker image for Dist::Zilla"
Expand Down

0 comments on commit 84e82ec

Please sign in to comment.