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

Commit 82d0266

Browse files
saminchevalaurameng
authored andcommitted
Updates changelog and version for v1.60.2
1 parent 1c46650 commit 82d0266

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.60.2] - 2022-06-15
8+
### Fixed
9+
- Fix bug in api-only flag that would fail operations requiring a connection to the leader, from @samincheva
10+
711
## [1.60.1] - 2022-06-09
812
### Changed
913
- Cook now determines which pool a k8s node is in via a label instead of a taint, 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.60.2-SNAPSHOT"
16+
(defproject cook "1.60.2"
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)