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

Commit

Permalink
Updates changelog and version for v1.58.9
Browse files Browse the repository at this point in the history
  • Loading branch information
nsinkov authored and scrosby committed Dec 9, 2021
1 parent 6760969 commit f28cff8
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions scheduler/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,12 @@ 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.58.9] - 2021-12-09
### Added
- Metrics of gaps in Kubernetes watches, from @dposada
### Fixed
- Fix support for incremental default image configuration, from @nsinkov

## [1.58.8] - 2021-12-06
### Added
- Support using default image with a user-specified container, from @nsinkov
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.58.9-SNAPSHOT"
(defproject cook "1.58.9"
: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 f28cff8

Please sign in to comment.