From b175fc0893d9fe6a4ad6761773497a3894b0e925 Mon Sep 17 00:00:00 2001 From: laurameng Date: Wed, 22 Jun 2022 14:36:03 -0400 Subject: [PATCH] Updates changelog and version for v1.61.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 b7048138f7..385e0dfbe9 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.61.0] - 2022-06-22 +### Changed +- Moved the global launch/kill ordering lock to be per compute-cluster, from @laurameng + ## [1.60.2] - 2022-06-15 ### Fixed - Fix bug in api-only flag that would fail operations requiring a connection to the leader, from @samincheva diff --git a/scheduler/project.clj b/scheduler/project.clj index 127a324517..d591e3f3f4 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.60.3-SNAPSHOT" +(defproject cook "1.61.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"]