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 1.56.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Scott Crosby authored and dposada committed Sep 20, 2021
1 parent f3167d1 commit 081aeb6
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
Original file line number Diff line number Diff line change
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.56.1] - 2021-09-20
### Changed
- Add incremental image configuration support for aux containers, from @nsinkov
### Fixed
- Fix metric reporting that was broken in JDK-11, from @scrosby
- Make progress updates compatible with checkpointing, from @nsinkov

## [1.56.0] - 2021-09-14
### Changed
- Upgraded Cook to work with JDK11 and Clojure 1.10, from @scrosby
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.56.1-SNAPSHOT"
(defproject cook "1.56.1"
: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.10.3"]
Expand Down

0 comments on commit 081aeb6

Please sign in to comment.