From 13415206398014b015bdecf79bc1a5bbd2bf4a3d Mon Sep 17 00:00:00 2001 From: laurameng Date: Fri, 12 Aug 2022 17:56:51 -0400 Subject: [PATCH] Updating changelog and version for v1.62.4 --- scheduler/CHANGELOG.md | 10 ++++++++++ scheduler/project.clj | 2 +- 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/scheduler/CHANGELOG.md b/scheduler/CHANGELOG.md index 8be39ea4c3..8e741efbcc 100644 --- a/scheduler/CHANGELOG.md +++ b/scheduler/CHANGELOG.md @@ -4,6 +4,16 @@ 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.4] - 2022-08-12 +### Added +- Add new JobSubmissionModifier and refactor JobRouter, from @laurameng + +### Changed +- Prometheus metrics + - Updated match cycle metric logic for 0 considerable case, from @samincheva + - Added prometheus metric for synthetic pods count, from @samincheva +- Use a factory fn for creating (future) different types of pool handlers, from @ahaysx + ## [1.62.3] - 2022-08-03 ### Changed - Configured the /metrics endpoint to have a separate rate limit, from @samincheva diff --git a/scheduler/project.clj b/scheduler/project.clj index 37bbb70aa2..73187371cc 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.62.4-SNAPSHOT" +(defproject cook "1.62.4" :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"]