From ff884aba435eb33806cce13d33088d686d90f86b Mon Sep 17 00:00:00 2001 From: Daniel Posada Date: Thu, 13 May 2021 11:05:30 -0500 Subject: [PATCH] Updates changelog and version for v1.53.1 --- scheduler/CHANGELOG.md | 6 +++++- scheduler/project.clj | 2 +- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/scheduler/CHANGELOG.md b/scheduler/CHANGELOG.md index 77370e261c..44c7626319 100644 --- a/scheduler/CHANGELOG.md +++ b/scheduler/CHANGELOG.md @@ -4,11 +4,15 @@ 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.53.1] - 2021-05-13 +### Fixed +- Fix the names for synthetic pod workload labels, from @dposada + ## [1.53.0] - 2021-05-06 ### Added - Environment variables for telemetry, from @dposada ### Changed -- Improved performance for `VirtualMachineLeaseAdaptor`, `TaskRequestAdapter`, and `update-host-reservation`, from @scrosby +- Improved performance for `VirtualMachineLeaseAdapter`, `TaskRequestAdapter`, and `update-host-reservation`, from @scrosby ### Fixed - Hard delete pods that have been in the terminating state for too long, from @dposada - Skip inactive pools when ranking, from @dposada diff --git a/scheduler/project.clj b/scheduler/project.clj index 53d98c0a29..e7aae14743 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.53.1-SNAPSHOT" +(defproject cook "1.53.1" :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.8.0"]