This repository was archived by the owner on Apr 24, 2023. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +11
-1
lines changed Expand file tree Collapse file tree 2 files changed +11
-1
lines changed Original file line number Diff line number Diff line change @@ -4,6 +4,16 @@ All notable changes to this project will be documented in this file
4
4
5
5
The format is based on [ Keep a Changelog] ( http://keepachangelog.com/ ) and this project adheres to [ Semantic Versioning] ( http://semver.org/ ) .
6
6
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
+
7
17
## [ 1.62.3] - 2022-08-03
8
18
### Changed
9
19
- Configured the /metrics endpoint to have a separate rate limit, from @samincheva
Original file line number Diff line number Diff line change 13
13
; ; See the License for the specific language governing permissions and
14
14
; ; limitations under the License.
15
15
; ;
16
- (defproject cook " 1.62.4-SNAPSHOT "
16
+ (defproject cook " 1.62.4"
17
17
:description " This launches jobs on a Mesos cluster with fair sharing and preemption"
18
18
:license {:name " Apache License, Version 2.0" }
19
19
:dependencies [[org.clojure/clojure " 1.10.3" ]
You can’t perform that action at this time.
0 commit comments