Skip to content

Commit

Permalink
v1.0.0-beta.2: Fix job_timeout
Browse files Browse the repository at this point in the history
This was broken in 1.0.0-beta.1.
  • Loading branch information
emk committed Dec 3, 2021
1 parent f490e6b commit ff1ee54
Show file tree
Hide file tree
Showing 6 changed files with 14 additions and 8 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,12 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [1.0.0-beta.2] - 2021-12-02

### Fixed

- Fix `job_timeout` conversion to `ttlActiveSeconds` in the Kubernetes YAML.

## [1.0.0-beta.1] - 2021-11-24

This release adds a "babysitter" process inside each `falconerid`. We use this to monitor jobs and datums, and detect and/or recover from various types of errors. Updating an existing cluster _should_ be fine, but it's likely to spend a minute or two detecting and marking problems with old jobs. So please exercise appropriate caution.
Expand Down
8 changes: 4 additions & 4 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion falconeri-worker/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "falconeri-worker"
version = "1.0.0-beta.1"
version = "1.0.0-beta.2"
authors = ["Eric Kidd <git@randomhacks.net>"]
edition = "2018"

Expand Down
2 changes: 1 addition & 1 deletion falconeri/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
authors = ["Eric Kidd <git@randomhacks.net>"]
name = "falconeri"
version = "1.0.0-beta.1"
version = "1.0.0-beta.2"
edition = "2018"

license = "Apache-2.0 OR MIT"
Expand Down
2 changes: 1 addition & 1 deletion falconeri_common/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "falconeri_common"
version = "1.0.0-beta.1"
version = "1.0.0-beta.2"
authors = ["Eric Kidd <git@randomhacks.net>"]
edition = "2018"

Expand Down
2 changes: 1 addition & 1 deletion falconerid/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "falconerid"
version = "1.0.0-beta.1"
version = "1.0.0-beta.2"
authors = ["Eric Kidd <git@randomhacks.net>"]
edition = "2018"

Expand Down

0 comments on commit ff1ee54

Please sign in to comment.