Skip to content

Releases: jonnitto/Uberspace.Deployer

1.0.1

17 Aug 12:58
ef936fd
Compare
Choose a tag to compare

Full Changelog: 1.0.0...1.0.1

1.0.0

03 Mar 16:09
Compare
Choose a tag to compare

Full Changelog: 0.5.2...1.0.0

0.5.2

28 Jun 13:13
2a051e3
Compare
Choose a tag to compare

✨ Feature:

Add deploy.yaml and deploy.php to the root folder on installation (only if they are not present)

🐛 Bugfix:

Fix issue with Redis, where nothing could be written to the Redis database.

To fix this in a current installation add following line at the end in your ~/.redis/conf on your Uberspace:

save ""

and ~/etc/services.d/redis.ini should look like this (The directory entry was missing):

[program:redis]
command=redis-server %(ENV_HOME)s/.redis/conf
directory=%(ENV_HOME)s/.redis
autostart=yes
autorestart=yes

and restart the service with

supervisorctl restart redis

0.5.1

14 Apr 19:09
2132dd3
Compare
Choose a tag to compare

🐛 Bugfix:

Respect change of the output of the flow command doctrine:migrate --dry-run

0.5.0

24 Feb 21:11
119d1e8
Compare
Choose a tag to compare

✨ Feature

Add server:dns task: Output the IP addresses for the A and AAAA record

💥 Breaking

Change type of package: You have to change the include path from Packages/Libraries/jonnitto/uberspace-deployer/neos.php to Build/Uberspace.Deployer/neos.php

0.4.0

22 Dec 22:34
2c2f631
Compare
Choose a tag to compare

✨ New:

Unify deploy and install task:
The command dep deploy checks if Neos is installed and starts either the installation process or a fresh deployment.

📝 Docs:

  • Add example for an .htaccess file

0.3.2

22 Dec 13:49
82b20c8
Compare
Choose a tag to compare

🐛 Fix:

  • Don't flush caches on install task
  • Flush cache only if there are previous releases
  • Allow " and ' in commit messages (git:commit)

0.3.1

16 Dec 16:04
e0e6f90
Compare
Choose a tag to compare

🐛 Fix:

If the command doctrine:migrate --dry-run fails, run the automatic backup anyway.
This can happen if you update to a newer Neos version.

0.3.0

14 Dec 23:31
Compare
Choose a tag to compare

✨ New

Task Description
database:delete Delete a database on the server
database:download:current Download the current database from the server
database:download:dump Download dump from the backup folder on the server
database:import Import a database from the backup folder
database:list List all databases on the server
server:symlink:list List current symlinks
server:symlink:remove Remove a symbolic link

🐛 Fix

Parse deployer parameter in questions
Fix symlink if html folder is already a symlink

💥 Breaking

Change format of database dump compression: .sql.tgz » .sql.xz
Rename install:symlink to server:symlink:add

👷🏼 GitHub Actions

Update deploy example for GitHub Actions

0.2.2

14 Dec 13:25
509c782
Compare
Choose a tag to compare

🐛 Fix

Add missing return statement