Skip to content
This repository has been archived by the owner on Apr 24, 2023. It is now read-only.

Commit

Permalink
Release 1.22.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Paul Schorfheide authored and shamsimam committed Oct 4, 2018
1 parent 6f2b0f8 commit d702299
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions scheduler/CHANGELOG.md
Expand Up @@ -4,6 +4,13 @@ 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.22.0] - 2018-10-04
### Added
- Rate limiting on job submission, from @scrosby
### Fixed
- Remove stale dataset cost data, from @pschorf
- Don't show uncommitted jobs in unscheduled_jobs endpoint, from @pschorf

## [1.21.0] - 2018-09-12
### Added
- Support for contacting a data local service to obtain cost data for scheduling, from @pschorf
Expand Down
2 changes: 1 addition & 1 deletion scheduler/project.clj
Expand Up @@ -13,7 +13,7 @@
;; See the License for the specific language governing permissions and
;; limitations under the License.
;;
(defproject cook "1.21.1-SNAPSHOT"
(defproject cook "1.22.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"]
Expand Down

0 comments on commit d702299

Please sign in to comment.