Skip to content

Commit

Permalink
chore(main): release 0.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored Aug 19, 2024
1 parent c6dff15 commit 813362d
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "0.6.0"
".": "0.7.0"
}
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# Changelog

## [0.7.0](https://github.com/dvsa/dvsa-docker-images/compare/v0.6.0...v0.7.0) (2024-08-19)


### Features

* BL-17333 - Dockerfile and resources for Apache PHP 8.2, base image only ([#42](https://github.com/dvsa/dvsa-docker-images/issues/42)) ([8545e46](https://github.com/dvsa/dvsa-docker-images/commit/8545e467e0da5e22bc31f3fc4408332c18f0c3dc))


### Bug Fixes

* Remove PHP CLI 8.0 from workflows ([#51](https://github.com/dvsa/dvsa-docker-images/issues/51)) ([c6dff15](https://github.com/dvsa/dvsa-docker-images/commit/c6dff15220fa77b4c10855c983fded1ab2adf433))

## [0.6.0](https://github.com/dvsa/dvsa-docker-images/compare/v0.5.0...v0.6.0) (2024-08-05)


Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ Docker Images for use in DVSA projects. The images are re-built weekly to pull i

<!-- `x-release-please-start-version` -->
```dockerfile
FROM ghcr.io/dvsa/dvsa-docker-images/php/8.3/fpm-nginx:0.6.0
FROM ghcr.io/dvsa/dvsa-docker-images/php/8.3/fpm-nginx:0.7.0
```
<!-- `x-release-please-end` -->

Expand Down

0 comments on commit 813362d

Please sign in to comment.