Skip to content

Commit

Permalink
Merge pull request #556 from travis-ci/igor-prepare-v5.0.0
Browse files Browse the repository at this point in the history
prepare v5.0.0 release
  • Loading branch information
igorwwwwwwwwwwwwwwwwwwww authored Nov 15, 2018
2 parents d224841 + 5ab8423 commit a3fda16
Showing 1 changed file with 13 additions and 4 deletions.
17 changes: 13 additions & 4 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,20 +5,28 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/).
## [Unreleased]

### Added
- backend/gce: cache gce api calls for image and machine type, reduce total api call volume

### Changed

### Deprecated

### Removed
- backend/cloudbrain: the cloudbrain backend is not being used, so we are removing it

### Fixed
- ssh: store exit code in int32 instead of uint8

### Security

## [5.0.0] - 2018-11-15

### Added
- backend/gce: cache gce api calls for image and machine type, reduce total api call volume

### Removed
- backend/cloudbrain: the cloudbrain backend is not being used, so we are removing it

### Fixed
- ssh: store exit code in int32 instead of uint8

## [4.6.3] - 2018-11-13

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

[Unreleased]: https://github.com/travis-ci/worker/compare/v4.6.3...HEAD
[Unreleased]: https://github.com/travis-ci/worker/compare/v5.0.0...HEAD
[5.0.0]: https://github.com/travis-ci/worker/compare/v4.6.3...v5.0.0
[4.6.3]: https://github.com/travis-ci/worker/compare/v4.6.2...v4.6.3
[4.6.2]: https://github.com/travis-ci/worker/compare/v4.6.1...v4.6.2
[4.6.1]: https://github.com/travis-ci/worker/compare/v4.6.0...v4.6.1
Expand Down

0 comments on commit a3fda16

Please sign in to comment.