diff --git a/scheduler/CHANGELOG.md b/scheduler/CHANGELOG.md index 6bbc1b6cdc..ae5ec043d6 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.36.0] - 2019-12-04 +### Added +- Support for multiple kubernetes compute clusters, from @scrosby +- Support for mesos and kubernetes compute clusters simultaneously, from @scrosby +- Scripts for creating compute clusters on GKE, from @scrosby +### Changed +- Optimized quota reading, from @shams +- Integration test improvements, from @dposada +- Bug fixes for kubernetes support, from @scrosby + ## [1.35.0] - 2019-10-21 ### Added - Max ports to task constraints, from @pschorf diff --git a/scheduler/project.clj b/scheduler/project.clj index f7cf1ecd68..4958cac3c5 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.35.1-SNAPSHOT" +(defproject cook "1.36.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"]