1.20.0
github-actions
released this
16 Apr 11:12
·
271 commits
to refs/heads/develop
since this release
What's new since 1.19.0
In this release, the repository was renamed from DrevOps
to Scaffold
in the preparation to Scaffold 2.0
π³ Docker
New features
- [#1144] Added support for
.env.local
in docker-compose. @AlexSkrypnyk (#1196)
Fixes
None
Updates
π§ Drupal
New features
- [#1236] Moved provider settings in their own files. @AlexSkrypnyk (#1268)
Fixes
- [#1261] Removed the dependencies on the optional modules from the core module. @AlexSkrypnyk (#1267)
Updates
- [#944] Updated
ScriptHandler.php
to follow the latest version fromdrupal-project
. @AlexSkrypnyk (#1232)
π€ CI and workflow
New features
- [#1197] Moved DrevOps tests to GHA. π @AlexSkrypnyk (#1211)
- [#1108] Replaced Twigcs with Twig-cs-fixer. @tannguyen04 (#1201)
- Updated GitHub labels generation to contain state and PR based labels. @AlexSkrypnyk (#1241)
- Updated to the
drevops/git-artifact
version0.7
. @AlexSkrypnyk (#1252)
Updates
- [#934] Simplified
build.sh
in favour of ahoy and CI. π @AlexSkrypnyk (#1195) - Updated
drevops/behat-steps
to use the^2.2
vesion. @AlexSkrypnyk (#1208) - Update dependency
palantirnet/drupal-rector
to^0.20
@renovate (#1217) - [#1093] Added PHPMD exclusions for
_deploy.php
,_post_update.php
and.install
Drupal files. @tannguyen04 (#1203) - [#1214] Added script to find and load SSH keys. @AlexSkrypnyk (#1216), @richardgaunt (#1235)
- Removed Livereload support. @AlexSkrypnyk (#1194)
Fixes
- Fixed regex in CI configs for deployment branches filter. @ivangrynenko (#1263)
𧩠Integrations
Lagoon
- [#952] Updated Lagoon deployment script to use
variable update
. @richardgaunt (#1209) - [#1239] Fixed ClamAV service not being provisioned in Lagoon. @AlexSkrypnyk (#1240)
- [#942] Added lagoon wrapper to cmds. @richardgaunt (#1244)
- [#1248] Simplified LagoonCLI variables. @AlexSkrypnyk (#1255)
Acquia
None
π Documentation
- Replaced documentation to use Docusaurus. ππ @AlexSkrypnyk (#1249)
Scaffold
- [#1206] Renamed the repository from
DrevOps
to 'scaffold' and udpated references. πππ @AlexSkrypnyk (#1230) - [#1225] Moved consumer part of
README.md
to ownREADME.dist.md
file. @AlexSkrypnyk (#1226) - Updated tests to handle the removal of the
CODE_OF_CONDUCT.txt
file. @AlexSkrypnyk (#1227) - [#736] Added tests for
webhook
anddocker
deployment. @richardgaunt (#1257) - [#1213] Updated tests for notify scripts to use the step runner format. @richardgaunt (#1221)
- [#1260] Removed
DREVOPS_DB_DOWNLOAD_SSH_FILE
variable from.env.local.default
. @AlexSkrypnyk (#1266) - [#1259] Renamed
dispatch-webhook-lagoon.yml
toclose-pull-request.yml
. @AlexSkrypnyk (#1265) - [#1259] Renamed
.gitignore.deployment
to.gitignore.artifact
. @AlexSkrypnyk (#1264) - Fixed
www
replacement in URL installer. @tannguyen04 (#1251)
Full Changelog: 1.19.0...1.20.0
@AlexSkrypnyk, @ivangrynenko, @renovate, @renovate[bot], @richardgaunt and @tannguyen04