Skip to content

Releases: release-argus/Argus

0.12.1

19 Jun 16:40
ae17255
Compare
Choose a tag to compare

Bug Fixes

  • web: use the semantic_versioning bool on query (#270) (fd4e2ae)

0.12.0

01 Jun 22:14
cb6a9b6
Compare
Choose a tag to compare

Features

  • config: set defaults with env vars (4eca113)
    • anything under defaults, e.g. ARGUS_SERVICE_LATEST_VERSION_ACCESS_TOKEN for defaults.service.latest_version.access_token in the YAML
    • anything under settings, e.g. ARGUS_DATA_DATABASE_FILE for settings.data.database_file in the YAML
  • shoutrrr: 0.7 support - bark/ntfy (0fc85a8), closes #235
  • web: editable services (#226) (b5a1b8a)

Bug Fixes

0.11.1

13 Jan 15:58
2bcd12c
Compare
Choose a tag to compare

Bug Fixes

  • notify: don't login to matrix to verify (could run into a rate-limit) (#198) (a15437d)
  • notify: get access_token passwords working for matrix (#196) (74282d1)
  • notify: handle #s in matrix params.rooms (#197) (81a2a72)

0.11.0

18 Nov 10:36
65fab7a
Compare
Choose a tag to compare

Features

  • docker: add /api/v1/healthcheck endpoint and binary (589287a)
  • service: github, conditional requests (#176) (cccab2b)

Bug Fixes

  • webhook: use custom_headers from main/defaults (#174) (0ba4124)

0.10.3

15 Sep 14:55
e8dfd25
Compare
Choose a tag to compare

Go 1.19.1

Bug Fixes

  • service: use Connection header on HTTP requests (#156) (6f46976) (this appears to fix some http connections not being closed)

0.10.2

06 Sep 20:42
d70bd66
Compare
Choose a tag to compare

Bug Fixes

  • service: close latest/deployed version http connections (#154) (739c7d8)

0.10.1

24 Aug 10:42
91095b0
Compare
Choose a tag to compare

Bug Fixes

  • require: use auth for hub/quay Docker lookups (#147) (d032dfb)

0.10.0

21 Aug 20:18
a7a103d
Compare
Choose a tag to compare

Features

0.9.0

10 Aug 20:07
22effaf
Compare
Choose a tag to compare

Features

Bug Fixes

  • errors: include service name in webhook/notify error messages (#138) (a8e303f)

0.8.2

30 Jul 02:26
ced29f0
Compare
Choose a tag to compare

Bug Fixes

  • db: can't insert new rows with an UPDATE (#133) (934a845)