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 30, 2024
1 parent cbbe46b commit 159bd5a
Show file tree
Hide file tree
Showing 3 changed files with 15 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"
}
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# Changelog

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


### 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 duplicate FPM config ([#52](https://github.com/dvsa/dvsa-docker-images/issues/52)) ([cbbe46b](https://github.com/dvsa/dvsa-docker-images/commit/cbbe46b2a5bb2a388bf293aa1c1c4cfa3ee031a9))
* 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 159bd5a

Please sign in to comment.