Skip to content

Releases: release-argus/Argus

0.19.4

18 Jan 12:41
ef843f2
Compare
Choose a tag to compare

Bug Fixes

  • docker: remove hardcoded USER to restore custom UID/GID support (#520) (799a5a6)

0.19.3

15 Jan 20:55
43b1c4c
Compare
Choose a tag to compare

Bug Fixes

  • ui: handle null oldObj in deepDiff to prevent refresh failure (#515) (757c716)
  • ui: have VersionWithRefresh depend on original data (#516) (7d16750)

0.19.2

14 Jan 20:58
3cf9060
Compare
Choose a tag to compare

Bug Fixes

  • notify: support 'fromName' in SMTP messages (#513) (e47c332)

0.19.1

14 Jan 00:22
28fbb1d
Compare
Choose a tag to compare

Bug Fixes

  • config: ignore comments when extracting order (c3d0eed)
    • 0.19.0 would fail at reading the ordering if you had # comments in the YAML. It then wouldn't initialise the services correctly and would quite quickly crash on startup.

0.19.0

13 Jan 22:43
ceee146
Compare
Choose a tag to compare

Features

  • api: add /api/v1/counts endpoint - app stats (8364209), closes #436
    • service_count
    • updates_available
    • updates_skipped (still counts as available)
  • approvals: add keyboard shortcuts for search and clear actions (9336dfb)
    • / to focus on the service filter bar.
    • esc whilst focused on that search bar to clear it and blur it.

Bug Fixes

  • config: handle commented out services (#455) (d1b9e8c)
  • deployed_version: null semVer default comp (70c0625)
  • docker: add OCI header for GHCR (#503) (94bc9db)
  • web: ntfy, default fieldValues for actions (#456) (280ebc1)
  • web: render icon/icon_link_to/web_url changes from websocket (78a5656)

0.18.0

07 May 13:10
a512612
Compare
Choose a tag to compare

Features

  • deployed_version: support for POST requests (#398) (9504d7d), closes #397

Bug Fixes

  • edit: properly remove notify defaults that aren't overriden (a49939d)

0.17.4

27 Apr 10:50
64dc504
Compare
Choose a tag to compare

Bug Fixes

  • docker: don't fail startup if chown fails (80f2e61), closes #106

0.17.3

23 Apr 13:43
bc21e7a
Compare
Choose a tag to compare

Features

  • docker: add curl (#394) (1bc9041)
  • binary: github release binaries will use the latest patch version of Go (e35f66)

0.17.2

15 Apr 14:18
fc7fa8b
Compare
Choose a tag to compare

Bug Fixes

  • web: show link for deployed_version.url (bcbd835)

0.17.1

15 Apr 05:13
3bf7725
Compare
Choose a tag to compare

Bug Fixes

  • config,web: disabled routes weren't taking into account route_prefix (79213ca)