Skip to content

Releases: universityofadelaide/shepherd-drupal-scaffold

Simplified docker compose

07 Aug 00:38
8157adf

Choose a tag to compare

  • Simplified docker-compose and dsh using host only networking
  • Removes legacy scaffolding

Config management and linting

18 Jul 00:49
03d9abf

Choose a tag to compare

Adds drupal/drush-cmi-tools related dev commands.
Adds dev linting commands.
Fixes "shared" folder named volume to be a bind mount from the host.

Remove UA specific terms

04 Jun 06:53
162dab0

Choose a tag to compare

1.3.3

Rename to shepherd_secrets to be more generic. (#35)

Remove services.yml support

04 Jun 06:05

Choose a tag to compare

Drupal core removed the need for initialising services.yml when in 99.9% of cases in production, it has no changes (and actually causes harm when not updated to reflect changes in core). See drupal-composer/drupal-project#265

MacOS fix for xdebug

01 Jun 02:37
1976268

Choose a tag to compare

There was an issue with obtaining the current PHP_VERSION. This release fixes that issue and simplifies the pipeline to obtain the PHP_VERSION.

Support for ua middleware secrets

25 May 05:15
b6d78fd

Choose a tag to compare

Use glob and a secrets path to suck all secrets that match a pattern. This could be applied to other things.

Support ua middleware

15 May 05:00
f81489d

Choose a tag to compare

Add support for ua_middleware service. (#31)

* Add support for ua_middleware service.

* Remove spaces at end of line and file typo with auth_file env.

* More spaces to fix

* Opt for just one file for auth.

Support docker-compose > 1.20

01 May 06:44
0eff35f

Choose a tag to compare

Docker compose changed the way names are derived in 1.21 to not strip dashes and underscores. This broke dsh depending, because it assumed stripping always applied.

Dsh proxy conf and public folder fix

16 Apr 15:47

Choose a tag to compare

1.1.1

Use correct public folder.

Nginx proxy port and docker compose 1.21

16 Apr 07:44
4904a30

Choose a tag to compare

  • Adds the nginx proxy exposed port to urls for accessing the web container.
  • Removes stripping of dashes and underscores from folder names per docker-compose 1.21 release.