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

Commit

Permalink
Updating changelog and version for v1.62.4
Browse files Browse the repository at this point in the history
  • Loading branch information
laurameng authored and samincheva committed Aug 15, 2022
1 parent f5587c2 commit 1341520
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions scheduler/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,16 @@ All notable changes to this project will be documented in this file

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

## [1.62.4] - 2022-08-12
### Added
- Add new JobSubmissionModifier and refactor JobRouter, from @laurameng

### Changed
- Prometheus metrics
- Updated match cycle metric logic for 0 considerable case, from @samincheva
- Added prometheus metric for synthetic pods count, from @samincheva
- Use a factory fn for creating (future) different types of pool handlers, from @ahaysx

## [1.62.3] - 2022-08-03
### Changed
- Configured the /metrics endpoint to have a separate rate limit, from @samincheva
Expand Down
2 changes: 1 addition & 1 deletion scheduler/project.clj
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
;; See the License for the specific language governing permissions and
;; limitations under the License.
;;
(defproject cook "1.62.4-SNAPSHOT"
(defproject cook "1.62.4"
:description "This launches jobs on a Mesos cluster with fair sharing and preemption"
:license {:name "Apache License, Version 2.0"}
:dependencies [[org.clojure/clojure "1.10.3"]
Expand Down

0 comments on commit 1341520

Please sign in to comment.