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

Commit

Permalink
update changelog and version for v1.49.0
Browse files Browse the repository at this point in the history
  • Loading branch information
nsinkov authored and dposada committed Nov 11, 2020
1 parent 601ba58 commit 3797cf5
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 1 deletion.
14 changes: 14 additions & 0 deletions scheduler/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,20 @@ 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.49.0] - 2020-11-11
### Added
- Per-user queue length limits, from @dposada
- API for Disk Limits, from @kathryn-zhou
- Metadata pod env vars, from @nsinkov
- Support for modifying pod image when checkpointing, from @nsinkov
### Changed
- Increases default and max :controller-lock-num-shards, from @dposada
- Make the kill-lock be a ReentrantReadWriteLock and add metrics, from @scrosby
- Make pool taint / label and context configurable, from @scrosby
### Fixed
- Gracefully handles unknown job resource type, from @dposada
- Fix memory leak in k8s state for deleted pods, from @scrosby

## [1.48.4] - 2020-10-28
### Changed
- Reduced excessive logging for checkpointing and launching tasks, from @dposada
Expand Down
2 changes: 1 addition & 1 deletion scheduler/project.clj
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
;; See the License for the specific language governing permissions and
;; limitations under the License.
;;
(defproject cook "1.48.5-SNAPSHOT"
(defproject cook "1.49.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 3797cf5

Please sign in to comment.