From d2be3613b68aabc7838e09d18ff04cd91bb3adcd Mon Sep 17 00:00:00 2001 From: Daniel Posada Date: Wed, 11 Sep 2019 12:32:06 -0500 Subject: [PATCH] Updates CHANGELOG and version for 1.34.0 --- scheduler/CHANGELOG.md | 6 ++++++ scheduler/project.clj | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/scheduler/CHANGELOG.md b/scheduler/CHANGELOG.md index 5f63ad06bb..a13fb51dad 100644 --- a/scheduler/CHANGELOG.md +++ b/scheduler/CHANGELOG.md @@ -4,6 +4,12 @@ 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.34.0] - 2019-09-11 +### Added +- `COOK_INSTANCE_NUM` environment variable, from @pschorf +- Metrics on instance fetch rates, from @scrosby +- Capturing the time it takes to list jobs, from @scrosby + ## [1.33.0] - 2019-08-07 ### Added - Support for multiple submit plugins, from @pschorf diff --git a/scheduler/project.clj b/scheduler/project.clj index 8eacbad698..196f6a8abc 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.33.1-SNAPSHOT" +(defproject cook "1.34.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.8.0"]