Skip to content

Releases: release-argus/Argus

0.5.0

02 Jun 13:32
9627dc9
Compare
Choose a tag to compare

Features

  • combine regex with regex_submatch (47f5e72)
  • improve help on toolbar (e15aed9)
  • open external links in a new tab (26df3b3)
  • support for running os commands as a new release action (#70) (c6a9e75)
  • support for telegram and lots more (#63) (f1b9960)
  • ui: can skip releases for a deployed_service without webhooks (#73) (cf2a816)
  • webhooks: add option to allow invalid https certs (#74) (e390882)

Bug Fixes

0.4.1

16 May 02:57
59b5e3d
Compare
Choose a tag to compare

Bug Fixes

  • require index var for regex url_command (#35) (bda54f4)

Argus

14 May 23:37
5936d62
Compare
Choose a tag to compare

Hopefully this project name is a little less disliked?

0.3.2

06 May 21:25
e9d56b9
Compare
Choose a tag to compare

Bug Fixes

  • text when update available for deployed_service (#28) (2f7143b)

0.3.1

03 May 15:10
234e5d6
Compare
Choose a tag to compare

Bug Fixes

  • refactor: switch Service.Status.* away from pointers (b579759)

0.3.0

03 May 13:59
441f880
Compare
Choose a tag to compare

Features

Bug Fixes

  • omit some undefined vars from config.yml (70d049d)

0.2.1

01 May 16:45
9db0453
Compare
Choose a tag to compare

Bug Fixes

  • ui: manifest.json icon srcs (563d062)

0.2.0

01 May 07:18
f9412fd
Compare
Choose a tag to compare

Features

  • query: semver check deployed_version (594442d)
  • ui: add icon to show if monitoring deployed service (07eb53a)

Bug Fixes

  • config: don't require global defaults for notifiers/webhook (4b9751f)
  • correct gotify/webhook invalid config prints (105c342)
  • default current_version to latest_version if undefined (50b0408)

0.1.3

29 Apr 23:50
a94bd47
Compare
Choose a tag to compare

Changes

config: switch listen-address to listen-host (listen_address -> listen_host as well) (478ff0e)

Upgrade Notes

Replace listen_address with listen_host in your 'config.yml'

0.1.2

29 Apr 22:03
30b382d
Compare
Choose a tag to compare

Bug Fixes

  • UpdateLatestApproved - handle nil webhooks (1e43e73)