From 201399faffb0d91d80c2a0780942ff18e51b0524 Mon Sep 17 00:00:00 2001 From: Dan Buch Date: Wed, 9 Jan 2019 20:33:43 -0500 Subject: [PATCH] Prep for v6.2.0 release --- CHANGELOG.md | 15 +++++++++++---- 1 file changed, 11 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 55690087d..eef36d1a1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -12,11 +12,17 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/). ### Removed +### Fixed + +## [6.2.0] - 2019-01-09 + +### Changed +- backend/gce: consistently retry GCP API calls with exponential backoff + ### Fixed - cli: assign job queue priority only when job queue is non-nil -- backend/gce: - - consistently retry GCP API calls with exponential backoff - - switch both instance and disk zone when retrying in different zone +- backend/gce: switch both instance and disk zone when retrying in different + zone ## [6.1.0] - 2018-12-13 @@ -901,7 +907,8 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/). ### Added - Initial release -[Unreleased]: https://github.com/travis-ci/worker/compare/v6.1.0...HEAD +[Unreleased]: https://github.com/travis-ci/worker/compare/v6.2.0...HEAD +[6.2.0]: https://github.com/travis-ci/worker/compare/v6.1.0...v6.2.0 [6.1.0]: https://github.com/travis-ci/worker/compare/v6.0.0...v6.1.0 [6.0.0]: https://github.com/travis-ci/worker/compare/v5.1.0...v6.0.0 [5.1.0]: https://github.com/travis-ci/worker/compare/v5.0.0...v5.1.0