From 22c2080a50abb20c348f76ce7ed2174a6ed021b9 Mon Sep 17 00:00:00 2001 From: Sam Mincheva Date: Tue, 12 Jul 2022 10:59:41 -0400 Subject: [PATCH] Updating changelog and version for v1.61.2 --- scheduler/CHANGELOG.md | 7 +++++++ scheduler/project.clj | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/scheduler/CHANGELOG.md b/scheduler/CHANGELOG.md index d0e257b588..eb976509a2 100644 --- a/scheduler/CHANGELOG.md +++ b/scheduler/CHANGELOG.md @@ -4,6 +4,13 @@ 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.61.2] - 2022-07-12 +### Changed +- Add more opentracing spans to the match cycle, @samincheva + +### Fixed +- Disabled pools integration tests handle 0 quota better, from @samincheva + ## [1.61.1] - 2022-07-28 ### Added - Opentracing for the match cycle logic, from @samincheva diff --git a/scheduler/project.clj b/scheduler/project.clj index 7355e0f3bd..41cf936254 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.2-SNAPSHOT" +(defproject cook "1.61.2" :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"]