Skip to content

Commit

Permalink
Merge pull request #385 from travis-ci/meat-v3.1.0-prep
Browse files Browse the repository at this point in the history
Prepare for v3.1.0 release
  • Loading branch information
meatballhat authored Oct 11, 2017
2 parents 847a2ac + a6f2195 commit 5b106cb
Showing 1 changed file with 16 additions and 1 deletion.
17 changes: 16 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,20 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/).

### Security

## [3.1.0] - 2017-10-06

### Changed
- backend/docker:
- switch to official client library
- display original image tag instead of language alias in log output
- set container name based on repo and job ID
- cli: increase log level to "warn" for messages about receiving certain
signals.
- processor: use the processor context when sending "Finish" state update

### Fixed
- backend/docker: do not remove links on container removal

## [3.0.2] - 2017-09-12

### Fixed
Expand Down Expand Up @@ -555,7 +569,8 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/).
### Added
- Initial release

[Unreleased]: https://github.com/travis-ci/worker/compare/v3.0.2...HEAD
[Unreleased]: https://github.com/travis-ci/worker/compare/v3.1.0...HEAD
[3.1.0]: https://github.com/travis-ci/worker/compare/v3.0.2...v3.1.0
[3.0.2]: https://github.com/travis-ci/worker/compare/v3.0.1...v3.0.2
[3.0.1]: https://github.com/travis-ci/worker/compare/v3.0.0...v3.0.1
[3.0.0]: https://github.com/travis-ci/worker/compare/v2.11.0...v3.0.0
Expand Down

0 comments on commit 5b106cb

Please sign in to comment.