Skip to content

Commit a14de85

Browse files
authored
Merge pull request #251 from carlosms/changelog-v0.17.0
Bump changelog for v0.17.0
2 parents 2ce770f + daa6032 commit a14de85

File tree

1 file changed

+28
-2
lines changed

1 file changed

+28
-2
lines changed

CHANGELOG.md

Lines changed: 28 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,17 +10,43 @@ The changes listed under `Unreleased` section have landed in master but are not
1010

1111
## [Unreleased]
1212

13+
## [v0.17.0](https://github.com/src-d/sourced-ce/releases/tag/v0.17.0) - 2019-10-01
14+
1315
### Components
1416

17+
- `srcd/sourced-ui` has been updated to [v0.7.0](https://github.com/src-d/sourced-ui/releases/tag/v0.7.0).
1518
- `srcd/gitcollector` has been updated to [v0.0.4](https://github.com/src-d/gitcollector/releases/tag/v0.0.4).
1619

20+
### Fixed
21+
22+
- More detailed error messages for file downloads ([#245](https://github.com/src-d/sourced-ce/pull/245)).
23+
1724
### Changed
1825

19-
- Make celery workers to run as separate containers ([#269](https://github.com/src-d/sourced-ui/issues/269)).
26+
- Make `sourced-ui` Superset celery workers run as separate containers ([#269](https://github.com/src-d/sourced-ui/issues/269)).
2027

2128
### Internal
2229

23-
- Development and building of source{d} CE requires now `go 1.13` ([#242](https://github.com/src-d/sourced-ce/pull/242)).
30+
- Development and building of source{d} CE now requires `go 1.13` ([#242](https://github.com/src-d/sourced-ce/pull/242)).
31+
32+
### Upgrading
33+
34+
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.
35+
36+
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.
37+
38+
```shell
39+
$ sourced version
40+
sourced version v0.16.0
41+
42+
$ rm ~/.sourced/compose-files/__active__/docker-compose.override.yml
43+
44+
$ sourced compose download
45+
Docker compose file successfully downloaded to your ~/.sourced/compose-files directory. It is now the active compose file.
46+
To update your current installation use `sourced restart`
47+
48+
$ sourced restart
49+
```
2450

2551

2652
## [v0.16.0](https://github.com/src-d/sourced-ce/releases/tag/v0.16.0) - 2019-09-16

0 commit comments

Comments
 (0)