Components
Fixed
- More detailed error messages for file downloads (#245).
Changed
- Make
sourced-ui
Superset celery workers run as separate containers (#269).
Internal
- Development and building of source{d} CE now requires
go 1.13
(#242).
Upgrading
Install the new v0.17.0
binary, then run sourced compose download
. Because of a change in the docker-compose.yml
file version, you must delete the file ~/.sourced/compose-files/__active__/docker-compose.override.yml
manually.
If you had a deployment running, you must re-deploy the containers with sourced restart
. All your existing data will continue to work after the upgrade.
$ sourced version
sourced version v0.16.0
$ rm ~/.sourced/compose-files/__active__/docker-compose.override.yml
$ sourced compose download
Docker compose file successfully downloaded to your ~/.sourced/compose-files directory. It is now the active compose file.
To update your current installation use `sourced restart`
$ sourced restart