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.44.0
Browse files Browse the repository at this point in the history
  • Loading branch information
dposada authored and nsinkov committed Aug 18, 2020
1 parent ce53b68 commit c531e47
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.44.0] - 2020-08-17
### Added
- Support for prefixed job labels to become k8s pod labels, from @dposada
- Attribution labels to k8s synthetic pods, from @dposada
- `agent_id` as a preferred alternative to `slave_id` on job instances, from @dposada
- `/shutdown-leader` admin-only API endpoint, from @dposada
### Changed
- Improved matching log, from @dposada
- Improved per-user launch-rate-limit log, from @dposada
- Added log at start and end of job ranking, from @dposada
- Made "killing cancelled task" log INFO-level, from @dposada
### Fixed
- Handling of preemption on k8s pod initialization, from @nsinkov

## [1.43.2] - 2020-07-30
### Fixed
- Using 1024*1024 (mebibytes) as the k8s memory multiplier, 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.43.3-SNAPSHOT"
(defproject cook "1.44.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 c531e47

Please sign in to comment.