From a3f3e9392a38d0d4f6437c2ef58c7ae493e0a628 Mon Sep 17 00:00:00 2001 From: Sam Mincheva Date: Fri, 26 Aug 2022 08:46:55 -0400 Subject: [PATCH] Updating changelog and version for 1.62.6 --- 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 da6cd45ae0..ad975bff11 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.6] - 2022-08-26 +### Added +- Initial implementation for submitting jobs directly to Kubernetes Scheduler, from @ahaysx +- Better error handling in scheduler/write functions, from @ahaysx +- Launch tasks similarly for both Fenzo and K8s Scheduler pools, from @ahaysx +- Adding prometheus metrics to remaining modules, from @samincheva + +### Fixed +- Optimizing total pod count metric and fixing mismatched metric labels, from @samincheva + ## [1.62.5] - 2022-08-18 ### Added - Make Fenzo config pool-specific and set up for other schedulers, from @ahaysx diff --git a/scheduler/project.clj b/scheduler/project.clj index 065e87ce6d..33942a0717 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.6-SNAPSHOT" +(defproject cook "1.62.6" :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"]