From 878911ffdff6ec936647c17e0c30d9d32cbce68a Mon Sep 17 00:00:00 2001 From: laurameng Date: Tue, 6 Sep 2022 15:14:56 -0400 Subject: [PATCH] Release v1.63.0 (#2173) * Updating changelog and version for v1.63.0 release * Updating version to 1.63.1-SNAPSHOT --- scheduler/CHANGELOG.md | 15 +++++++++++++++ scheduler/project.clj | 2 +- 2 files changed, 16 insertions(+), 1 deletion(-) diff --git a/scheduler/CHANGELOG.md b/scheduler/CHANGELOG.md index ad975bff1..2f179990f 100644 --- a/scheduler/CHANGELOG.md +++ b/scheduler/CHANGELOG.md @@ -4,6 +4,21 @@ 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.63.0] - 2022-09-06 +### Added +- Prometheus metrics + - JVM metrics, from @samincheva + - Ring metrics, from @samincheva + - Parity for remaining codahale metrics, from @samincheva +- Direct-to-Kubernetes scheduler (Kenzo) + - Use backpressure of scheduling pods to moderate launching new pods for real + jobs, from @ahaysx + - Prometheus metrics parity, from @ahaysx + +### Changed +- Parallelize Kubernetes watch processing, from @scrosby +- Optimize getting the nodename from a node, from @scrosby + ## [1.62.6] - 2022-08-26 ### Added - Initial implementation for submitting jobs directly to Kubernetes Scheduler, from @ahaysx diff --git a/scheduler/project.clj b/scheduler/project.clj index 331a7d13b..39c88def4 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.7-SNAPSHOT" +(defproject cook "1.63.1-SNAPSHOT" :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"]