Skip to content

Releases: CPS-IT/deploy-typo3-capistrano

3.0.0

03 May 15:20
Compare
Choose a tag to compare
  • dependency from dkdeploy-typo3-cms removed
  • capistrano updated

Deployment update

14 Sep 13:50
Compare
Choose a tag to compare

Changes

  • introduced github actions for build and deploy to hub.docker.com and ghcr.io registries

Full Changelog: 2.0.0...2.1.0

2.0.0 -

14 Sep 09:55
0b63179
Compare
Choose a tag to compare

Changes

  • Update to dkdeploy-typo3-cms 8.1.x
  • The delivered version of Capistrano is patched to avoid random can't dump IO
    errors. See the corresponding merge request that introduced this patch.

Migration

1.x → 2.x

  • SCM value :copy is deprecated in Capistrano.
    • Remove config set :scm, :copy from your deploy.rb file. dkdeploy-core already configures :copy as default value.
  • Release folder name pattern has changed.
    • There's nothing to do. Capistrano will print a warning until all release
      folders with the old name schema are removed. This happens automatically
      during the deploy:cleanup task.