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

Commit

Permalink
Release v1.63.0 (#2173)
Browse files Browse the repository at this point in the history
* Updating changelog and version for v1.63.0 release

* Updating version to 1.63.1-SNAPSHOT
  • Loading branch information
laurameng authored Sep 6, 2022
1 parent 637b734 commit 878911f
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 1 deletion.
15 changes: 15 additions & 0 deletions scheduler/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,21 @@ 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.63.0] - 2022-09-06
### Added
- Prometheus metrics
- JVM metrics, from @samincheva
- Ring metrics, from @samincheva
- Parity for remaining codahale metrics, from @samincheva
- Direct-to-Kubernetes scheduler (Kenzo)
- Use backpressure of scheduling pods to moderate launching new pods for real
jobs, from @ahaysx
- Prometheus metrics parity, from @ahaysx

### Changed
- Parallelize Kubernetes watch processing, from @scrosby
- Optimize getting the nodename from a node, from @scrosby

## [1.62.6] - 2022-08-26
### Added
- Initial implementation for submitting jobs directly to Kubernetes Scheduler, from @ahaysx
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.7-SNAPSHOT"
(defproject cook "1.63.1-SNAPSHOT"
: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 878911f

Please sign in to comment.