This repository was archived by the owner on Dec 15, 2025. It is now read-only.
Releases: codeenigma/ce-dev
Releases · codeenigma/ce-dev
Release list
2.0.3
2.0.3
Changes since 2.0.2
- Fixed regex.test executed by the 'ce-dev shell' command.
- Packages updated
2.0.2
2.0.2
Changes since 2.0.1
- Using https://github.com/codeenigma/ce-dev-ce-provision-config 2.x
- Removed yarn as dependency, using only npm
- Updated references to 2.x-devel with devel-2.x
2.0.1
2.0.1
Changes since 2.0.0
- Added Drupal 11 template
- Updated references to 2.x-devel with devel-2.x
2.0.0
2.0.0
Changes since 1.2.4
- Docker images based on Bookworm-slim
- Docker image MariaDB used as database.
- Docker image codeenigma/ce-dev:2.x image used web image
- No more use of different predefined drupalX-web images, we rely on 'ce-dev provision'.
- Use of latest Typescript version (5.x.x)
- Binaries built with Emacs instead of Commonjs: Emacs can consume Commonjs modules,
but Commonjs can't consume Emacs modules. It means we can use more contrib modules - src folder has been organised a bit better.
- Removed drupal 8 and drupal 9 templates.
- The way to assign IPs have changed.
- Improved command 'shell'
- Added new command 'drush'
- Removed references to win-x
- All the packages used are up to date.
1.2.4
1.2.3
1.2.3
Updating containers to Debian 11 (Bullseye).
1.2.2
1.2.1
1.2.1
Fix docker ps --quiet and --format use (#120)
1.2.0
1.2.0
Migrated to using docker compose v2 or higher.
1.1.23
1.1.23
Changed credentials_handling to manual, to generate ce-dev and root as user/password instead of a random string.
Using vendor/drush as drush instead of the phar file.
Included lhci_run as role in the deploy step, with one tests for the homepage.
Using full command paths to define pre/post_tasks
Renamed the settings and drush templates inside ansible/web/site/default
Removed the pre_tasks in provision.yml to uninstall nodejs 12.