Skip to content

Commit

Permalink
Merge pull request #398 from travis-ci/meat-v3.2.0-prep
Browse files Browse the repository at this point in the history
Prepare for v3.2.0 release
  • Loading branch information
meatballhat authored Oct 18, 2017
2 parents 4628313 + 6b63db3 commit ccbf909
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 8 deletions.
4 changes: 3 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,9 @@ addons:
- travis-ci/worker/$TRAVIS_BRANCH

before_install:
- sudo apt-get -y install docker-ce
- sudo rm -vf /etc/apt/sources.list.d/*riak*
- sudo apt-get update
- sudo apt-get -y install docker-ce

install:
- go get github.com/FiloSottile/gvt
Expand Down
25 changes: 18 additions & 7 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,21 @@
The format is based on [Keep a Changelog](http://keepachangelog.com/).

## [Unreleased]

### Added

### Changed

### Deprecated

### Removed

### Fixed

### Security

## [3.2.0] - 2017-10-18

### Added
- backend/docker: support for bind-mounted volumes via space-delimited,
colon-paired values in `TRAVIS_WORKER_DOCKER_BINDS`
Expand All @@ -11,21 +26,16 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/).

### Changed
- backend/gce: add site tag to job vms
- cli: switch graceful shutdown + pausing from `SIGWINCH` to `SIGUSR2`
- http-job:
- account for transitional states when handling state update conflicts
- delete self under various error conditions indicative of a requeue

### Deprecated

### Removed

### Fixed
- backend/docker: switch to container hostname with dashes instead of dots
- http-job: conditional inclusion of state-related timestamps in state updates
- step-run-script: mark job errored on unknown execution error such as poweroff

### Security

## [3.1.0] - 2017-10-06

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

[Unreleased]: https://github.com/travis-ci/worker/compare/v3.1.0...HEAD
[Unreleased]: https://github.com/travis-ci/worker/compare/v3.2.0...HEAD
[3.2.0]: https://github.com/travis-ci/worker/compare/v3.1.0...v3.2.0
[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
Expand Down

0 comments on commit ccbf909

Please sign in to comment.