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.55.0
Browse files Browse the repository at this point in the history
  • Loading branch information
dposada authored and nsinkov committed Aug 27, 2021
1 parent 51692c9 commit 3cafcab
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
10 changes: 9 additions & 1 deletion scheduler/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,17 @@ 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.55.0] - 2021-08-27
### Added
- Incremental feature flags, from @nsinkov
- A flag for controlling which pools get telemetry-related environment variables, from @scrosby
- Support for defaulting environment variables by pool, from @scrosby
- Chunking to the `listPodForAllNamespaces` k8s API call, from @dposada
- Fast failing of job instances on 500 responses from k8s pod submissions, from @dposada

## [1.54.0] - 2021-08-04
### Added
- Support for shared memory on k8s, from @scrosby
- Support for shared memory on k8s, from @scrosby
- Resource requests to the `job-submitted` passport event, from @dposada
### Fixed
- Bug where `pod-launched` and `pod-completed` passport events sometimes have a `nil` pool, from @calebhar12
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.54.1-SNAPSHOT"
(defproject cook "1.55.0"
: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.8.0"]
Expand Down

0 comments on commit 3cafcab

Please sign in to comment.