Skip to content

Releases: HSLdevcom/digitransit-deployer

21.1.2025

21 Jan 11:21
84a5009

Choose a tag to compare

  • Add support for image freshness monitoring
  • Re-implement logic for restarting deployments
  • Update dependencies and node version

5.7.2023

05 Jul 05:31

Choose a tag to compare

Docker api calls are now authorized so that deployer can access private repositories

19.6.2023

19 Jun 06:51

Choose a tag to compare

  • Updated dependencies and node version

14.3.2023

14 Mar 13:04
e43c2ac

Choose a tag to compare

  • Update slack channel

3.9.2020

03 Sep 10:18
787ab1d

Choose a tag to compare

  • Updated slack integration to send messages to right channels

14.2.2020

14 Feb 08:35
cd95ac2

Choose a tag to compare

  • It is now possible to set a lastRestartDate label which is not a number. Deployer then ignores the label and checks the age of the pods instead it. This fixes an issue where deployer did not realise a deployment had "restarted" because lastRestartDate label's value did not update when updated manifest, where this label was not set, was applied.

14.1.2020

14 Jan 12:55
baa37ba

Choose a tag to compare

  • Refactored deployer to use kubernetes API instead of marathon API
  • Changed logic for determining if a can be restarted (restart is now triggered even if the deployment is not stable or if another deployment that depends on the targeted deployment is not stable)

14.1.2019

14 Jan 11:28
e4a11b4

Choose a tag to compare

  • Upgrade to node 10

10.12.2018

10 Dec 12:03
09876da

Choose a tag to compare

  • Take 'constraints' service parameter into account in service configuration comparisons

v24.9.2018

24 Sep 12:11
8271350

Choose a tag to compare

  • Add support to restart services when predefined images are updated
  • Write configuration differences to container file system
  • Fix a bug that prevented service graph from being built if there was a bad dependency