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

Commit 1341520

Browse files
lauramengsamincheva
authored andcommitted
Updating changelog and version for v1.62.4
1 parent f5587c2 commit 1341520

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

scheduler/CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,16 @@ 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.62.4] - 2022-08-12
8+
### Added
9+
- Add new JobSubmissionModifier and refactor JobRouter, from @laurameng
10+
11+
### Changed
12+
- Prometheus metrics
13+
- Updated match cycle metric logic for 0 considerable case, from @samincheva
14+
- Added prometheus metric for synthetic pods count, from @samincheva
15+
- Use a factory fn for creating (future) different types of pool handlers, from @ahaysx
16+
717
## [1.62.3] - 2022-08-03
818
### Changed
919
- Configured the /metrics endpoint to have a separate rate limit, from @samincheva

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.62.4-SNAPSHOT"
16+
(defproject cook "1.62.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)