Skip to content

Commit 458f61a

Browse files
authored
Add 0.7.0 Changelog (#308)
1 parent df84020 commit 458f61a

1 file changed

Lines changed: 31 additions & 7 deletions

File tree

CHANGELOG.md

Lines changed: 31 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,39 @@
11
# Changelog
22

3+
## [0.7.0](https://github.com/inviqa/harness-base-php/tree/0.7.0) (2020-05-29)
4+
5+
[Full Changelog](https://github.com/inviqa/harness-base-php/compare/0.6.0...0.7.0)
6+
7+
**Breaking changes:**
8+
9+
- Akeneo 4.x Support [\#287](https://github.com/inviqa/harness-base-php/pull/287) ([kierenevans](https://github.com/kierenevans))
10+
11+
**Implemented enhancements:**
12+
13+
- Move RabbitMQ to be available for Magento 2 [\#307](https://github.com/inviqa/harness-base-php/pull/307) ([kierenevans](https://github.com/kierenevans))
14+
- Use less executors at once in Jenkins [\#306](https://github.com/inviqa/harness-base-php/pull/306) ([kierenevans](https://github.com/kierenevans))
15+
- Configure Magento 2 Cron [\#304](https://github.com/inviqa/harness-base-php/pull/304) ([kierenevans](https://github.com/kierenevans))
16+
- Resource Prefix support for Magento 1 & 2 [\#303](https://github.com/inviqa/harness-base-php/pull/303) ([kierenevans](https://github.com/kierenevans))
17+
- Allow automated builds to show us errors [\#301](https://github.com/inviqa/harness-base-php/pull/301) ([kierenevans](https://github.com/kierenevans))
18+
- Indicate that confd\(harness:/\) isn't part of the public api [\#300](https://github.com/inviqa/harness-base-php/pull/300) ([andytson-inviqa](https://github.com/andytson-inviqa))
19+
- Keep generated directory contents on backend init for magento2 [\#297](https://github.com/inviqa/harness-base-php/pull/297) ([jbarton123](https://github.com/jbarton123))
20+
- Add missing php-fpm pool overrides to pool config [\#296](https://github.com/inviqa/harness-base-php/pull/296) ([andytson-inviqa](https://github.com/andytson-inviqa))
21+
22+
**Fixed bugs:**
23+
24+
- Fail init job completely if the first attempt fails [\#302](https://github.com/inviqa/harness-base-php/pull/302) ([kierenevans](https://github.com/kierenevans))
25+
- Fix drupal8 build [\#298](https://github.com/inviqa/harness-base-php/pull/298) ([kierenevans](https://github.com/kierenevans))
26+
327
## [0.6.0](https://github.com/inviqa/harness-base-php/tree/0.6.0) (2020-05-12)
428

529
[Full Changelog](https://github.com/inviqa/harness-base-php/compare/0.5.0...0.6.0)
630

731
**Implemented enhancements:**
832

933
- Enable production settings for php-fpm in static mode [\#275](https://github.com/inviqa/harness-base-php/issues/275)
34+
- PHP-FPM Pools and Zed [\#271](https://github.com/inviqa/harness-base-php/pull/271) ([g-foster2](https://github.com/g-foster2))
35+
- Adjust README if mutagen is turned on [\#269](https://github.com/inviqa/harness-base-php/pull/269) ([kierenevans](https://github.com/kierenevans))
36+
- Add support for multiple php-fpm pools and split spryker zed into one [\#267](https://github.com/inviqa/harness-base-php/pull/267) ([andytson-inviqa](https://github.com/andytson-inviqa))
1037
- Allow using a fixed mysql port forward to the host [\#290](https://github.com/inviqa/harness-base-php/pull/290) ([kierenevans](https://github.com/kierenevans))
1138
- Prompt for magento edition when creating [\#289](https://github.com/inviqa/harness-base-php/pull/289) ([kierenevans](https://github.com/kierenevans))
1239
- Adding helper commands for composer \(base php\) and drush \(drupal 8\) [\#286](https://github.com/inviqa/harness-base-php/pull/286) ([sawtell](https://github.com/sawtell))
@@ -17,23 +44,20 @@
1744
- Make mysql image and tag configurable [\#278](https://github.com/inviqa/harness-base-php/pull/278) ([andytson-inviqa](https://github.com/andytson-inviqa))
1845
- Run `setup:di:compile` for Magento 2 in static mode [\#274](https://github.com/inviqa/harness-base-php/pull/274) ([kierenevans](https://github.com/kierenevans))
1946
- allow customising annotations on application ingress [\#273](https://github.com/inviqa/harness-base-php/pull/273) ([dcole-inviqa](https://github.com/dcole-inviqa))
20-
- PHP-FPM Pools and Zed [\#271](https://github.com/inviqa/harness-base-php/pull/271) ([g-foster2](https://github.com/g-foster2))
21-
- Adjust README if mutagen is turned on [\#269](https://github.com/inviqa/harness-base-php/pull/269) ([kierenevans](https://github.com/kierenevans))
2247
- Update magento2 gitignore for 2.3.4 [\#268](https://github.com/inviqa/harness-base-php/pull/268) ([kierenevans](https://github.com/kierenevans))
23-
- Add support for multiple php-fpm pools and split spryker zed into one [\#267](https://github.com/inviqa/harness-base-php/pull/267) ([andytson-inviqa](https://github.com/andytson-inviqa))
2448
- Use default Symfony4 web directory [\#266](https://github.com/inviqa/harness-base-php/pull/266) ([NoDiskInDriveA](https://github.com/NoDiskInDriveA))
2549
- Add SensioLabs Behat PageObjectExtension to Magento 2 skeleton [\#264](https://github.com/inviqa/harness-base-php/pull/264) ([tkotosz](https://github.com/tkotosz))
2650

2751
**Fixed bugs:**
2852

29-
- Ensure latest drupal/core 8.8.5 is installed. Fix test-quality script [\#292](https://github.com/inviqa/harness-base-php/pull/292) ([kierenevans](https://github.com/kierenevans))
30-
- Ignore cron's env.sh [\#288](https://github.com/inviqa/harness-base-php/pull/288) ([kierenevans](https://github.com/kierenevans))
31-
- Avoid copying assets to php-fpm from console [\#284](https://github.com/inviqa/harness-base-php/pull/284) ([kierenevans](https://github.com/kierenevans))
3253
- Fix builds for Symfony by adding in a webroot folder [\#277](https://github.com/inviqa/harness-base-php/pull/277) ([kierenevans](https://github.com/kierenevans))
3354
- Add extra cache types to avoid env.php needing to be writable at runtime [\#276](https://github.com/inviqa/harness-base-php/pull/276) ([kierenevans](https://github.com/kierenevans))
3455
- Run the watch script [\#272](https://github.com/inviqa/harness-base-php/pull/272) ([kierenevans](https://github.com/kierenevans))
35-
- Fix TTY usage when stdin is not a TTY. [\#265](https://github.com/inviqa/harness-base-php/pull/265) ([kierenevans](https://github.com/kierenevans))
3656
- Fix dash-casing of php-fpm-exporter services [\#262](https://github.com/inviqa/harness-base-php/pull/262) ([andytson-inviqa](https://github.com/andytson-inviqa))
57+
- Ensure latest drupal/core 8.8.5 is installed. Fix test-quality script [\#292](https://github.com/inviqa/harness-base-php/pull/292) ([kierenevans](https://github.com/kierenevans))
58+
- Ignore cron's env.sh [\#288](https://github.com/inviqa/harness-base-php/pull/288) ([kierenevans](https://github.com/kierenevans))
59+
- Avoid copying assets to php-fpm from console [\#284](https://github.com/inviqa/harness-base-php/pull/284) ([kierenevans](https://github.com/kierenevans))
60+
- Fix TTY usage when stdin is not a TTY. [\#265](https://github.com/inviqa/harness-base-php/pull/265) ([kierenevans](https://github.com/kierenevans))
3761

3862
## [0.5.0](https://github.com/inviqa/harness-base-php/tree/0.5.0) (2020-03-26)
3963

0 commit comments

Comments
 (0)