From 5a46cf4c978c1b871281cc97c2ae911fab098a01 Mon Sep 17 00:00:00 2001 From: Scott Crosby Date: Wed, 20 Jul 2022 16:03:45 -0500 Subject: [PATCH] Updating version and changelog for 1.62.0 --- scheduler/CHANGELOG.md | 4 ++++ scheduler/project.clj | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/scheduler/CHANGELOG.md b/scheduler/CHANGELOG.md index f63a1d3686..25337acd72 100644 --- a/scheduler/CHANGELOG.md +++ b/scheduler/CHANGELOG.md @@ -4,6 +4,10 @@ All notable changes to this project will be documented in this file The format is based on [Keep a Changelog](http://keepachangelog.com/) and this project adheres to [Semantic Versioning](http://semver.org/). +## [1.62.0] - 2022-07-20 +### Fixed +- Add support for routing jobs between pools based on constraints, from @scrosby + ## [1.61.3] - 2022-07-14 ### Fixed - Forced eval of lazy sequence in tracing span causing performance degradation, from @samincheva diff --git a/scheduler/project.clj b/scheduler/project.clj index 804d2563a1..1929092714 100644 --- a/scheduler/project.clj +++ b/scheduler/project.clj @@ -13,7 +13,7 @@ ;; See the License for the specific language governing permissions and ;; limitations under the License. ;; -(defproject cook "1.61.4-SNAPSHOT" +(defproject cook "1.62.0" :description "This launches jobs on a Mesos cluster with fair sharing and preemption" :license {:name "Apache License, Version 2.0"} :dependencies [[org.clojure/clojure "1.10.3"]