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

Commit

Permalink
Updates changelog and version for v1.51.11
Browse files Browse the repository at this point in the history
  • Loading branch information
Scott Crosby authored and dposada committed Mar 31, 2021
1 parent 5da0214 commit 6c09771
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions scheduler/CHANGELOG.md
Expand Up @@ -4,6 +4,15 @@ 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.51.11] - 2021-03-31
### Changed
- Split k8s lock shards by compute cluster, from @scrosby
- Do watch event processing in parallel at watch startup, from @scrosby
- Optimize novel host constraint by 10%, from @scrosby
- Prevent an inactive pool from having a scheduling loop, from @dposada
### Fixed
- Gracefully handle nodes with nil consumption maps, from @dposada

## [1.51.10] - 2021-03-30
### Changed
- Made prolonged `ContainersNotReady` pod condition result in failure, from @dposada
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.51.11-SNAPSHOT"
(defproject cook "1.51.11"
: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 6c09771

Please sign in to comment.