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

Commit 7290e2b

Browse files
Scott Crosbylaurameng
Scott Crosby
authored andcommitted
Updating changelog and version for v1.63.4 release
1 parent 899d7c5 commit 7290e2b

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

scheduler/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,12 @@ 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.63.4] - 2022-09-21
8+
### Fixed
9+
- Fixed bug in parallelized Kubernetes watch processing, from @scrosby
10+
### Changed
11+
- Make prometheus JVM metrics use compute cluster name, from @samincheva
12+
713
## [1.63.3] - 2022-09-13
814
### Changed
915
- Parallelize Kubernetes watch processing, 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.63.4-SNAPSHOT"
16+
(defproject cook "1.63.4"
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)