Skip to content

Commit

Permalink
Merge pull request #244 from carlosms/bump-v0.16.0
Browse files Browse the repository at this point in the history
Bump changelog for v0.16.0
  • Loading branch information
carlosms authored Sep 16, 2019
2 parents 6a8a697 + 043ddcb commit 4283ad0
Show file tree
Hide file tree
Showing 2 changed files with 37 additions and 3 deletions.
36 changes: 35 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,14 +10,48 @@ The changes listed under `Unreleased` section have landed in master but are not

## [Unreleased]

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

### Components

- `srcd/sourced-ui` has been updated to [v0.6.0](https://github.com/src-d/sourced-ui/releases/tag/v0.6.0).
- `bblfsh/web` has been updated to [v0.11.3](https://github.com/bblfsh/web/releases/tag/v0.11.3).

### Fixed

- Increase timeout for start command ([#219](https://github.com/src-d/sourced-ce/pull/219))
- Increase the timeout for the `start` command ([#219](https://github.com/src-d/sourced-ce/pull/219)).

### Changed

- `sourced compose list` shows an index number for each compose entry, and `sourced compose set` now accepts both the name or the index number (@cmbahadir) ([#199](https://github.com/src-d/sourced-ce/issues/199)).

### Upgrading

Install the new `v0.16.0` binary, then run `sourced compose download`. If you had a deployment running, you can re-deploy the containers with `sourced restart`.

Please note: `sourced-ui` contains changes to the color palettes for the default dashboard charts, and these changes will only be visible when you run `sourced init local/org` with a new path or organization. This is a cosmetic improvement that you can ignore safely.

If you want to apply the new default dashboards over your existing deployment, you will need to run `sourced prune` (or `sourced prune --all`) and `sourced init local/org` again.

Important: running `prune` will delete all your current data and customizations, including charts or dashboards. You can choose to not `prune` your existing deployments, keeping you previous default dashboards and charts.

```shell
$ sourced version
sourced version v0.16.0

$ 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 status workdirs
bblfsh
* src-d

$ sourced prune --all
$ sourced init orgs src-d
$ sourced init orgs bblfsh
```

## [v0.15.1](https://github.com/src-d/sourced-ce/releases/tag/v0.15.1) - 2019-08-27

### Fixed
Expand Down
4 changes: 2 additions & 2 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ services:
memory: ${GITBASE_LIMIT_MEM-0}

bblfsh-web:
image: bblfsh/web:v0.11.1
image: bblfsh/web:v0.11.3
restart: unless-stopped
command: -bblfsh-addr bblfsh:9432
ports:
Expand Down Expand Up @@ -117,7 +117,7 @@ services:
- metadata:/var/lib/postgresql/data

sourced-ui:
image: srcd/sourced-ui:v0.5.0
image: srcd/sourced-ui:v0.6.0
restart: unless-stopped
environment:
SYNC_MODE: ${GITBASE_SIVA}
Expand Down

0 comments on commit 4283ad0

Please sign in to comment.