Skip to content

Commit 2d0b80f

Browse files
chore(main): release 0.8.0
1 parent 2bd6492 commit 2d0b80f

File tree

3 files changed

+19
-2
lines changed

3 files changed

+19
-2
lines changed

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "0.7.0"
2+
".": "0.8.0"
33
}

CHANGELOG.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,22 @@
11
# Changelog
22

3+
## [0.8.0](https://github.com/dvsa/dvsa-docker-images/compare/v0.7.0...v0.8.0) (2026-02-16)
4+
5+
6+
### Features
7+
8+
* add logstash image ([#53](https://github.com/dvsa/dvsa-docker-images/issues/53)) ([dd63dc3](https://github.com/dvsa/dvsa-docker-images/commit/dd63dc3ea57d134247a46ec2982894f36f425a3d))
9+
* Create basic java amazoncorretto 8 image ([#59](https://github.com/dvsa/dvsa-docker-images/issues/59)) ([714d928](https://github.com/dvsa/dvsa-docker-images/commit/714d928c5787deec952ce0f145ed940fe553395c))
10+
* create repo action ([#56](https://github.com/dvsa/dvsa-docker-images/issues/56)) ([ac20cb9](https://github.com/dvsa/dvsa-docker-images/commit/ac20cb91b9045d81837ee24bec8d2a36512ab651))
11+
12+
13+
### Bug Fixes
14+
15+
* in the sign artifact stage removing url and checksum fields entirely ([#65](https://github.com/dvsa/dvsa-docker-images/issues/65)) ([3131238](https://github.com/dvsa/dvsa-docker-images/commit/3131238a868c4b67531fee2089e90b8b7725d198))
16+
* removing signing step as this isn't used ([#66](https://github.com/dvsa/dvsa-docker-images/issues/66)) ([407be1e](https://github.com/dvsa/dvsa-docker-images/commit/407be1e18115c22cef88e399f8dfba06e18f5c35))
17+
* resolve security scan failures and build issues ([#67](https://github.com/dvsa/dvsa-docker-images/issues/67)) ([2bd6492](https://github.com/dvsa/dvsa-docker-images/commit/2bd6492b4fc35f8c5ae574de5f46b261f10da0e7))
18+
* update trivy action ([#54](https://github.com/dvsa/dvsa-docker-images/issues/54)) ([c8552a9](https://github.com/dvsa/dvsa-docker-images/commit/c8552a9ed24a36812223a5ac8c59032b7dfeed2d))
19+
320
## [0.7.0](https://github.com/dvsa/dvsa-docker-images/compare/v0.6.0...v0.7.0) (2024-09-23)
421

522

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ Docker Images for use in DVSA projects. The images are re-built weekly to pull i
55

66
<!-- `x-release-please-start-version` -->
77
```dockerfile
8-
FROM ghcr.io/dvsa/dvsa-docker-images/php/8.3/fpm-nginx:0.7.0
8+
FROM ghcr.io/dvsa/dvsa-docker-images/php/8.3/fpm-nginx:0.8.0
99
```
1010
<!-- `x-release-please-end` -->
1111

0 commit comments

Comments
 (0)