Skip to content

Commit 25abe9a

Browse files
authored
Merge pull request #124 from govCMS/release/3.7.0
Release 3.7.0
2 parents d034edd + a9b6311 commit 25abe9a

File tree

5 files changed

+9
-4
lines changed

5 files changed

+9
-4
lines changed

.ahoy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@ commands:
126126
ship-shape:
127127
usage: Run site validation scripts locally
128128
cmd: |
129-
docker compose exec -T cli shipshape -f /app/vendor/govcms/scaffold-tooling/shipshape.yml --exclude-db --error-code "$@"
129+
docker compose exec -T cli shipshape run -f /app/vendor/govcms/scaffold-tooling/shipshape.yml --exclude-db --error-code . "$@"
130130
131131
debug:
132132
usage: Enable debug configuration.

.lagoon.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ tasks:
4545
## START SaaS-only
4646
- run:
4747
name: Perform GovCMS platform validations
48-
command: 'shipshape -f /app/vendor/govcms/scaffold-tooling/shipshape.yml --exclude-db --error-code'
48+
command: 'shipshape run -f /app/vendor/govcms/scaffold-tooling/shipshape.yml --exclude-db --error-code .'
4949
service: cli
5050
shell: bash
5151
when: withDefault("GOVCMS_SKIP_AUDIT", false) == false

.version.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,4 @@
55
# e.g. site audits, automated backups.
66
version: {{ GOVCMS_VERSION }}
77
type: {{ GOVCMS_TYPE }}
8-
scaffold: 3.6.0
8+
scaffold: 3.7.0

composer.10.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,8 @@
3333
"oomphinc/composer-installers-extender": true,
3434
"phpstan/extension-installer": true,
3535
"php-http/discovery": true,
36-
"simplesamlphp/composer-module-installer": true,
36+
"simplesamlphp/composer-module-installer": false,
37+
"simplesamlphp/composer-xmlprovider-installer": false,
3738
"tbachert/spi": true
3839
}
3940
},

docker-compose.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,7 @@ services:
5858
lagoon.type: cli-persistent
5959
lagoon.persistent.name: nginx
6060
lagoon.persistent: /app/web/sites/default/files/
61+
lagoon.base.image: govcms/govcms:${GOVCMS_IMAGE_VERSION:-10.x-latest}
6162
<< : *default-volumes
6263
environment:
6364
<< : *default-environment
@@ -92,6 +93,7 @@ services:
9293
labels:
9394
lagoon.type: nginx-php-persistent
9495
lagoon.persistent: /app/web/sites/default/files/
96+
lagoon.base.image: govcms/nginx-drupal:${GOVCMS_IMAGE_VERSION:-10.x-latest}
9597
<< : *default-volumes
9698
depends_on:
9799
- cli
@@ -113,6 +115,7 @@ services:
113115
lagoon.type: nginx-php-persistent
114116
lagoon.name: nginx
115117
lagoon.persistent: /app/web/sites/default/files/
118+
lagoon.base.image: govcms/php:${GOVCMS_IMAGE_VERSION:-10.x-latest}
116119
<< : *default-volumes
117120
depends_on:
118121
- cli
@@ -144,6 +147,7 @@ services:
144147
# GOVCMS_IMAGE_VERSION: *govcms-image-version
145148
# labels:
146149
# lagoon.type: solr
150+
# lagoon.base.image: govcms/solr:${GOVCMS_IMAGE_VERSION:-10.x-latest}
147151
# ports:
148152
# - "8983" # Find port on host with `docker compose port solr 8983`
149153
# depends_on:

0 commit comments

Comments
 (0)