Islandora-Devops / isle-dc

ISLE 8 - Dockerized Islandora 8 Deployment orchestrated with docker-compose
MIT License
23 stars 60 forks source link

specify starter site version in sample.env #352

Closed joshdentremont closed 1 year ago

joshdentremont commented 1 year ago

starter site needs to be installed at version 0.8.0 in order to be compatible with Isle 1.0.10.

Once we are ready to bump the default TAG to 2.0.0 or higher we will need to bump starter site as well to get Drupal 10.

rosiel commented 1 year ago

I think this should be ~0.8.0 which would allow any release up to (but not including) 1.0.0. This will take us out of the (IMO bad) habit of locking things down to specific versions which prevents updates from ever getting applied.

(Generally we use the caret operator e.g. ^0.8 but for pre-1.0.0 releases the caret treats every middle digit like its own major release)

rosiel commented 1 year ago

On second thought, since this is breaking and there's unlikely to be another pre-1.0 release, I'll merge it with the vocal caveat that we should be specifying all-non-breaking-changes going forwards.