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

Commit 48965a2

Browse files
saminchevascrosby
authored andcommitted
Updates changelog and version for v1.59.6
1 parent 4160516 commit 48965a2

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

scheduler/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,10 @@ All notable changes to this project will be documented in this file
44

55
The format is based on [Keep a Changelog](http://keepachangelog.com/) and this project adheres to [Semantic Versioning](http://semver.org/).
66

7+
## [1.59.6] - 2022-05-31
8+
### Changed
9+
- Updated scheduler, compute cluster, and kubernetes API code to use structured logging, from @samincheva
10+
711
## [1.59.5] - 2022-05-10
812
### Added
913
- Development documentation for Cook, from @scrosby

scheduler/project.clj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
;; See the License for the specific language governing permissions and
1414
;; limitations under the License.
1515
;;
16-
(defproject cook "1.59.6-SNAPSHOT"
16+
(defproject cook "1.59.6"
1717
:description "This launches jobs on a Mesos cluster with fair sharing and preemption"
1818
:license {:name "Apache License, Version 2.0"}
1919
:dependencies [[org.clojure/clojure "1.10.3"]

0 commit comments

Comments
 (0)