Skip to content

Releases: release-argus/Argus

0.14.0

06 Jan 20:38
22e7caf
Compare
Choose a tag to compare

Features

  • latest_version: regex templating (1d374a0)

0.13.3

12 Sep 16:48
6d125a4
Compare
Choose a tag to compare

Features

  • notify: shoutrrr 'generic' webhook (b01ada0), closes #271

Bug Fixes

  • deployed_version: req 2xx for version queries (#310) (c2c70fc)

0.13.2

19 Jul 22:44
b3e7748
Compare
Choose a tag to compare

Bug Fixes

  • metrics: latest_version_is_deployed was cleared on first query (b8e6093)
    • metrics are reset, but this one wasn't re-created in that reset

    • could also sometimes have metrics for inactive services

    • *_version_query_result_last metric wasn't deleted with the service

0.13.1

19 Jul 12:40
0e203fc
Compare
Choose a tag to compare

Features

  • deployed_version: support arrays in json filter (1f1e1d0), closes #292
    • e.g. foo[0].version
  • metrics: add, latest_version_is_deployed (8ba1074), closes #293
    • merged ack_waiting into this
    • 0=no, 1=yes, 2=approved, 3=skipped

0.13.0

11 Jul 20:08
eca49fd
Compare
Choose a tag to compare

Features

  • service: add /tags fallback to github services (207e610), closes #275
  • service: default service notify/command/webhook with defaults.service.X (08eb05f)
  • service: support leading v in versions (e.g. v1.2.3) (bdab68d)
  • web: latest-version url-commands, add regex index field (#274) (7def08c)

Bug Fixes

  • db: switch to text for versions to keep trailing 0's (7289ce9)
  • notify: missing defaults for shoutrrr type (4bdbf17)
  • web: allow skip when command/webhook blocked by delay (4436d38)
  • web: compare previous semantic_version state in version refreshes (3414a24), closes #279

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)