Releases: release-argus/Argus
Releases · release-argus/Argus
0.19.4
Bug Fixes
- docker: remove hardcoded USER to restore custom UID/GID support (#520) (799a5a6)
0.19.3
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
Bug Fixes
- notify: support 'fromName' in SMTP messages (#513) (e47c332)
0.19.1
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
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
Features
Bug Fixes
- edit: properly remove notify defaults that aren't overriden (a49939d)
0.17.4
Bug Fixes
- docker: don't fail startup if chown fails (80f2e61), closes #106
0.17.3
Features
- docker: add curl (#394) (1bc9041)
- binary: github release binaries will use the latest patch version of Go (e35f66)
0.17.2
Bug Fixes
- web: show link for
deployed_version.url
(bcbd835)
0.17.1
Bug Fixes
- config,web: disabled routes weren't taking into account
route_prefix
(79213ca)