From b56eda96d831bd4838cc5a6605723883f41a7a31 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 20 Jan 2025 00:14:59 +0000 Subject: [PATCH] chore(main): release 0.8.0 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 13 +++++++++++++ README.md | 2 +- 3 files changed, 15 insertions(+), 2 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index e7ca613..64f3cdd 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.7.0" + ".": "0.8.0" } diff --git a/CHANGELOG.md b/CHANGELOG.md index eda4d4c..7d18380 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,18 @@ # Changelog +## [0.8.0](https://github.com/dvsa/dvsa-docker-images/compare/v0.7.0...v0.8.0) (2025-01-20) + + +### Features + +* add logstash image ([#53](https://github.com/dvsa/dvsa-docker-images/issues/53)) ([dd63dc3](https://github.com/dvsa/dvsa-docker-images/commit/dd63dc3ea57d134247a46ec2982894f36f425a3d)) +* create repo action ([#56](https://github.com/dvsa/dvsa-docker-images/issues/56)) ([ac20cb9](https://github.com/dvsa/dvsa-docker-images/commit/ac20cb91b9045d81837ee24bec8d2a36512ab651)) + + +### Bug Fixes + +* update trivy action ([#54](https://github.com/dvsa/dvsa-docker-images/issues/54)) ([c8552a9](https://github.com/dvsa/dvsa-docker-images/commit/c8552a9ed24a36812223a5ac8c59032b7dfeed2d)) + ## [0.7.0](https://github.com/dvsa/dvsa-docker-images/compare/v0.6.0...v0.7.0) (2024-09-23) diff --git a/README.md b/README.md index 46b9711..e62c75c 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,7 @@ Docker Images for use in DVSA projects. The images are re-built weekly to pull i ```dockerfile -FROM ghcr.io/dvsa/dvsa-docker-images/php/8.3/fpm-nginx:0.7.0 +FROM ghcr.io/dvsa/dvsa-docker-images/php/8.3/fpm-nginx:0.8.0 ```