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 1.62.5
Browse files Browse the repository at this point in the history
  • Loading branch information
samincheva authored and laurameng committed Aug 18, 2022
1 parent 2ea29e6 commit 8966cd4
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
13 changes: 13 additions & 0 deletions scheduler/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,19 @@ 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.5] - 2022-08-18
### Added
- Make Fenzo config pool-specific and set up for other schedulers, from @ahaysx
- Prometheus metrics for the kubernetes, API, and tools module, from @samincheva
- Update of synthetic pods counter metric even if the current match cycle doesn't autoscale, from @samincheva

### Changed
- Performance optimization for add-starting-pods, from @scrosby
- Remove metatransaction filter from match, from @scrosby
- Make job resource lookup more efficient in miss path, from @scrosby
- Relazy some list generation in rank cycle, from @scrosby
- Parallelize autoscale to run at the same time as main job launches, from @scrosby

## [1.62.4] - 2022-08-12
### Added
- Add new JobSubmissionModifier and refactor JobRouter, from @laurameng
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.5-SNAPSHOT"
(defproject cook "1.62.5"
: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 8966cd4

Please sign in to comment.