Skip to content

Commit 5bfe1ee

Browse files
authored
Merge pull request #17 from wayofdev/release-please--branches--master--components--docker-php-base
chore(master): release 2.1.0
2 parents 8fb7d6b + fbd3e4c commit 5bfe1ee

File tree

2 files changed

+36
-1
lines changed

2 files changed

+36
-1
lines changed

CHANGELOG.md

+35
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,40 @@
11
# Changelog
22

3+
## [2.1.0](https://github.com/wayofdev/docker-php-base/compare/v2.0.1...v2.1.0) (2023-05-16)
4+
5+
6+
### Features
7+
8+
* add mysql pdo support ([224a26f](https://github.com/wayofdev/docker-php-base/commit/224a26f123ccc470bfdd00eea998e0e39fc55589))
9+
* add production build ([0ab59c5](https://github.com/wayofdev/docker-php-base/commit/0ab59c50c4e69bbd9cbfdff9191f4cdcbf7ace0c))
10+
* add production build ([66fba07](https://github.com/wayofdev/docker-php-base/commit/66fba073278e8898b236af3579b0645e68cc77bb))
11+
* **ci:** workflow for building and pushing latest images ([e9befec](https://github.com/wayofdev/docker-php-base/commit/e9befece2027ea4e773fc05da94b977ee988e202))
12+
* merge docker-php-prod with docker-php-base ([2cad279](https://github.com/wayofdev/docker-php-base/commit/2cad279d12027a5b694ee921a5ff950ab58c31a9))
13+
14+
15+
### Bug Fixes
16+
17+
* change caching method ([cb4f01e](https://github.com/wayofdev/docker-php-base/commit/cb4f01e0e6fabe1fe71313578796cfaa25988424))
18+
* ci ([c337192](https://github.com/wayofdev/docker-php-base/commit/c337192f58ed5e6af8dc368508558b8ee62c9964))
19+
* **ci:** missing dist files ([6b8d3b0](https://github.com/wayofdev/docker-php-base/commit/6b8d3b086deb050f71b5b0e78b3109feba6fb98b))
20+
* **ci:** tests ([637dce3](https://github.com/wayofdev/docker-php-base/commit/637dce34d5d414efcbfb4b904067c1f5aed1c99f))
21+
* **ci:** tests ([516ce55](https://github.com/wayofdev/docker-php-base/commit/516ce55508f6ef80574828d9f32e7abc4fe85942))
22+
* **ci:** tests ([dd9e838](https://github.com/wayofdev/docker-php-base/commit/dd9e83801c8858603dcbd1092fddcb087f367e7c))
23+
* **ci:** typo in env var ([80e2ed2](https://github.com/wayofdev/docker-php-base/commit/80e2ed2df3ee6d1a8eb601c910a8c318c53fbf4c))
24+
* dockerfile template ([13bc61a](https://github.com/wayofdev/docker-php-base/commit/13bc61acae57c5da6f1bdd24c1748dce3f8f3a7f))
25+
* supervisord image build ([64cadbd](https://github.com/wayofdev/docker-php-base/commit/64cadbd29113be68895cc751ad8b3fb09cb8d459))
26+
27+
28+
### Documentation
29+
30+
* fix link to docker images ([a872d2a](https://github.com/wayofdev/docker-php-base/commit/a872d2a30bb5f7ba89d2846a715b4b1d0655c779))
31+
32+
33+
### Miscellaneous
34+
35+
* **deps:** update docker/build-push-action action to v4 ([7cdd93f](https://github.com/wayofdev/docker-php-base/commit/7cdd93f5b96492e2bafab297a47569f79af19cb0))
36+
* remove debug ([ba7c870](https://github.com/wayofdev/docker-php-base/commit/ba7c870e432525f0d566d2fb730b1911902900ed))
37+
338
## [2.0.1](https://github.com/wayofdev/docker-php-base/compare/v2.0.0...v2.0.1) (2022-11-03)
439

540

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "2.0.1",
2+
"version": "2.1.0",
33
"repository": {
44
"url": "https://github.com/wayofdev/docker-php-base.git"
55
}

0 commit comments

Comments
 (0)