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 bumps version for v1.51.0
Browse files Browse the repository at this point in the history
  • Loading branch information
dposada authored and scrosby committed Feb 1, 2021
1 parent 8971332 commit 75c8edc
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
10 changes: 9 additions & 1 deletion scheduler/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,18 @@ 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.0] - 2021-02-01
### Added
- Support for longer pod names, from @scrosby
- Configurable validation of job resources by node type, from @dposada
- `/usage` for all users, from @dposada
### Changed
- Make `job->acceptable-compute-clusters` configurable, from @dposada

## [1.50.1] - 2021-01-14
### Added
- Ability to not set memory limits, from @kathryn-zhou
- Authenticator refresh logic needed for non-GKE k8s, from @scrosby
- Authenticator refresh logic needed for non-GKE k8s, from @scrosby
- Checkpoint locality constraint, from @dposada
### Changed
- Logging the largest job and offer by resource, 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.50.2-SNAPSHOT"
(defproject cook "1.51.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 75c8edc

Please sign in to comment.