Skip to content

Releases: shini4i/argo-watcher

v0.6.0-pre.20230830

30 Aug 19:38
c121326
Compare
Choose a tag to compare
v0.6.0-pre.20230830 Pre-release
Pre-release

What's Changed

  • chore(goreleaser): automation adjustments by @shini4i in #169
  • chore: argo status updater changes by @bozerkins in #168
  • chore: migrate code coverage from sonarcloud to codecov by @shini4i in #171
  • fix: model migration not null breaks upgrade by @bozerkins in #170
  • fix(state): change migrations back to migration library by @bozerkins in #172
  • feat: add proof of concept implementation of argo image updater replacement by @shini4i in #173

Full Changelog: v0.6.0-pre.1...v0.6.0-pre.20230830

Docker Images

  • ghcr.io/shini4i/argo-watcher:0.6.0-pre.20230830

v0.6.0-pre.1

11 Aug 13:43
65271fa
Compare
Choose a tag to compare
v0.6.0-pre.1 Pre-release
Pre-release

What's Changed

New Contributors

Full Changelog: v0.5.0...v0.6.0-pre.1

v0.5.0

10 Jun 22:51
b09a4a4
Compare
Choose a tag to compare

Changed

  • Client was merged into the server. Now it's a single binary.
  • The amount of information returned while adding tasks was reduced to a minimum.
  • App refresh was made optional. It can be disabled in the settings.

v0.4.2

06 Jun 12:08
230f5f7
Compare
Choose a tag to compare

Fixed

  • Return correct status code addTask endpoint

v0.4.1

05 Jun 16:00
0e034af
Compare
Choose a tag to compare

Fixed

  • Task details in the UI while using postgres state

v0.4.0

18 May 17:56
53d2fde
Compare
Choose a tag to compare

Added

  • Support for in-cluster docker proxy registry
  • Dropdown for pagination, which persists over page reload and browser reopen
  • Reworked server core to support mocked unit tests

Changed

  • Logs are now sent in JSON format
  • Table style minor improvements
  • Rework for item errors in the table. Replace popup with slide-in

Fixed

  • Fix for date-time invalid format breaking the page

v0.3.2

24 Jan 17:44
e1a7095
Compare
Choose a tag to compare

Changed

  • ARGO_USER and ARGO_PASSWORD was replaced with ARGO_TOKEN

v0.3.1

24 Nov 14:31
780fcd7
Compare
Choose a tag to compare

Fixed

  • Token expiration issue

v0.3.0

14 Nov 19:54
824cdb1
Compare
Choose a tag to compare

Added

  • Extensive error handling to communication with ArgoCD
  • Display of additional information for predictable errors (app not found, sync failed, health degraded, etc)
  • More control over API calls and App status checks
  • Debug information regarding ArgoCD API authentication status

v0.2.0

18 Oct 16:02
9e430c0
Compare
Choose a tag to compare

Added

  • An additional metric is exposed to indicate whether argo-watcher is successfully connected to ArgoCD
  • Front-End prettier support. We can run full project format with npm run format command.

Changed

  • ArgoCD connectivity is no longer considered a requirement to keep argo watcher alive
  • Front-End API call error handling. Now we monitor each separate API call and display error/success messages for each call type.