Skip to content

Latest commit

History

History
52 lines (40 loc) 路 3.08 KB

CHANGELOG.md

File metadata and controls

52 lines (40 loc) 路 3.08 KB

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

Unreleased - ReleaseDate

0.7.0 - 2022-09-15

Fixed

  • PR#33 fixed a bug due the addition of the FAILING state in the Buildkite GraphQL API. This new state was not used in the queries to find currently running builds, which would mean that a job that had not yet been scheduled in a build that transitioned to the FAILING state due to another job become failed would mean an agent would never get assigned to the job, causing the build to hang permanently until canceled.

Changed

  • PR#33 updated dependencies and cleaned up some output logging and other janitorial tasks.

0.6.2 - 2022-02-04

Changed

  • Updated dependencies

0.6.1 - 2021-08-27

Changed

  • Updated dependencies

0.6.0 - 2021-03-12

Changed

  • PR#28 changed up how pipelines are specified, instead of specifying a slug, the user must specify the unique GraphQL pipeline ID that can be found in the pipeline's settings page (or via the GraphQL API). This means that the there is also no longer a need to specify the organization since pipelines are no longer queried for.

0.5.1 - 2021-03-12

Changed

  • Cluster can now be specified in the config as well as the CLI.

0.5.0 - 2021-03-12

Changed

  • PR#26 resolved #5 by introducing a clusters CLI argument and agents.toml config field so that a particular jobify instance will only start jobs with the same cluster.
  • PR#23 resolved #8 by changing the configuration of which pipelines to watch from using the user facing name, eg prefix/name-of-the-thing, to the pipeline's slug, eg prefix-name-of-the-thing.

0.4.0 - 2020-06-12

Added

  • The before CHANGELOG times which we will just say are lost to history.