Skip to content

Releases: trivago/chapi

Release v0.9.0

28 Mar 14:40
Compare
Choose a tag to compare

Update notes

v0.9.0

Because of the new marathon support with v0.9.0 you need to update your configurations.
The parameters.yml structure changed and renamed to .chapiconfig.

You need to recreate your config settings:

bin/chapi configure

Changelog

v0.9.0

  • [BC] Normalised config files and chapiignor handling
  • [BC] added marathon support (issue #58)
  • Provided docker file and docs
  • added new profile handling (issue#70)
  • added applications labels to status command
  • Ensure that json_decode always return an assoc array (Fix #63)
  • Updating dependencies

Release v0.8.1

14 Nov 14:28
Compare
Choose a tag to compare

v0.8.1

  • moved and refactored JobValidatorService
  • improved chapi validate output
  • added own command validation instead of simple is not empty

Release v0.8.0

07 Nov 11:03
Compare
Choose a tag to compare

v0.8.0

  • Added container support
  • Added constraints support
  • Fixed bug in timezone init
  • Improve performance for scheduling comparison [issue#54]
  • Drop php 5.4 support [issue#51]
  • Removed default time zone

Release v0.7.0

25 Apr 10:20
Compare
Choose a tag to compare

v0.7.0

  • Added a unique job name validation [issue#50]

Release v0.6.0

04 Apr 14:49
Compare
Choose a tag to compare

v0.6.0

  • Added support for Chronos HTTP Basic Auth
  • delete job first for switching job types [issue#9]
  • Fixed entity handling for multidimensional settings like "uris" and "environmentVariables" [issue#48]

Release v0.5.0

27 Nov 08:57
Compare
Choose a tag to compare

v0.5.0

  • Improved list command output
  • Provided possibility to handle two different chronos job repositories [issue#41]
  • Improved error handling / messages in case of an invalid json job file
  • Updated dependencies

Release v0.4.0

10 Oct 15:06
Compare
Choose a tag to compare

v0.4.0

  • Improved epsilon validation [issue#36]
  • Added optional parameters to configure command [issue#17]
  • Added validation command [issue#13]
  • removed deprecated method parseIso8601String() [BC]

Release v0.4.0 alpha.2 version

25 Sep 15:09
Compare
Choose a tag to compare
Pre-release

v0.4.0-alpha.2

  • Improved epsilon validation [issue#36]
  • added own Iso8601Entity and refactor deprecated usage of parseIso8601String()
  • removed deprecated method parseIso8601String() [BC]

Release v0.4.0 alpha version

22 Sep 07:53
Compare
Choose a tag to compare
Pre-release

v0.4.0-alpha

  • Added optional parameters to configure command [issue#17]
  • Added validation command [issue#13]
  • Improved AbstractCommand by adding CommandUtils

Release v0.3.0

17 Sep 06:57
Compare
Choose a tag to compare

v0.3.0

  • Added "epsilon" validation for JobEntityValidatorService
  • Job storage now check dependencies for non scheduled jobs [issue#4]
  • added naming validation [issue#25]
  • created a scheduling overview [issue#24]
  • fix issue to compare boolean values
  • bugfixes and code enhancements