Skip to content

Releases: shini4i/argo-watcher

v0.7.0-pre.20240104

04 Jan 14:46
7295ee9
Compare
Choose a tag to compare
v0.7.0-pre.20240104 Pre-release
Pre-release

What's Changed

  • chore(deps): Bump golang.org/x/crypto from 0.15.0 to 0.17.0 by @dependabot in #231
  • feat: keycloak integration and redeploy button by @shini4i in #230
  • chore: remove web codeowners by @shini4i in #232
  • chore(deps): Bump github.com/go-git/go-git/v5 from 5.10.1 to 5.11.0 by @dependabot in #233
  • chore: split code into multiple packages by @shini4i in #234
  • fix(ui): TaskView.js eslint by @shini4i in #235

Full Changelog: v0.6.6...v0.7.0-pre.20240104

Docker Images

  • ghcr.io/shini4i/argo-watcher:v0.7.0-pre.20240104
  • ghcr.io/shini4i/argo-watcher:v0.7.0-pre.20240104-amd64
  • ghcr.io/shini4i/argo-watcher:v0.7.0-pre.20240104-arm64

v0.6.6

08 Dec 16:04
d5d8b5e
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.6.5...v0.6.6

Docker Images

  • ghcr.io/shini4i/argo-watcher:v0.6.6
  • ghcr.io/shini4i/argo-watcher:v0.6.6-amd64
  • ghcr.io/shini4i/argo-watcher:v0.6.6-arm64

v0.6.5

22 Nov 09:23
b477b8c
Compare
Choose a tag to compare

What's Changed

  • chore(ui): replace favicon by @shini4i in #211
  • chore: add error body when returning 401 due to invalid token by @shini4i in #213
  • chore(ui): improve table and task details pages by @shini4i in #212
  • chore(deps): Bump @babel/traverse from 7.18.9 to 7.23.2 in /web by @dependabot in #214
  • chore(client): small refactoring and additional debug information by @shini4i in #210
  • docs: add code of conduct by @shini4i in #215
  • chore: client adjustments by @shini4i in #218
  • fix: config for both server and client by @shini4i in #220
  • chore: minor client changes by @shini4i in #221

Full Changelog: v0.6.4...v0.6.5

Docker Images

  • ghcr.io/shini4i/argo-watcher:v0.6.5
  • ghcr.io/shini4i/argo-watcher:v0.6.5-amd64
  • ghcr.io/shini4i/argo-watcher:v0.6.5-arm64

v0.6.4

13 Oct 07:46
d112631
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.6.3...v0.6.4

Docker Images

  • ghcr.io/shini4i/argo-watcher:v0.6.4
  • ghcr.io/shini4i/argo-watcher:v0.6.4-amd64
  • ghcr.io/shini4i/argo-watcher:v0.6.4-arm64

v0.6.3

03 Oct 16:00
ae760a0
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.6.2...v0.6.3

Docker Images

  • ghcr.io/shini4i/argo-watcher:v0.6.3
  • ghcr.io/shini4i/argo-watcher:v0.6.3-amd64
  • ghcr.io/shini4i/argo-watcher:v0.6.3-arm64

v0.6.2

01 Oct 10:44
aa1258d
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.6.1...v0.6.2

Docker Images

  • ghcr.io/shini4i/argo-watcher:v0.6.2
  • ghcr.io/shini4i/argo-watcher:v0.6.2-amd64
  • ghcr.io/shini4i/argo-watcher:v0.6.2-arm64

v0.6.1

01 Oct 10:34
fb1cb80
Compare
Choose a tag to compare

What's Changed

  • fix(goreleaser): changelog generation on stable releases by @tomsozolins in #192
  • feat: add initial readthedocs setup by @shini4i in #194
  • fix: rename .readthedocs.yml to .readthedocs.yaml by @shini4i in #195
  • docs(readme): change documentation link to argo-watcher.readthedocs.io by @shini4i in #196
  • chore: adjust mkdocs home page by @shini4i in #199
  • feat(ui): add docs button by @shini4i in #198

Full Changelog: v0.6.0...v0.6.1

Docker Images

  • ghcr.io/shini4i/argo-watcher:v0.6.1
  • ghcr.io/shini4i/argo-watcher:v0.6.1-amd64
  • ghcr.io/shini4i/argo-watcher:v0.6.1-arm64

v0.6.0

19 Sep 18:23
43ac8a8
Compare
Choose a tag to compare

What's Changed

  • chore: refactor automation pt.1 by @shini4i in #149
  • chore: refactor automation pt.2 by @shini4i in #150
  • chore: increase test coverage by @shini4i in #151
  • chore: simplify main function by @shini4i in #154
  • chore: improve in-memory ProcessObsoleteTasks and add test by @shini4i in #153
  • chore: increase test coverage pt.2 by @shini4i in #155
  • chore: increase test coverage pt.3 by @shini4i in #156
  • chore: increase test coverage pt.4 by @shini4i in #157
  • chore(deps): bump semver from 6.3.0 to 6.3.1 in /web by @dependabot in #159
  • chore(deps): bump tough-cookie from 4.0.0 to 4.1.3 in /web by @dependabot in #158
  • chore(deps): Bump word-wrap from 1.2.3 to 1.2.4 in /web by @dependabot in #161
  • feat(workflows): add basic golangci-lint setup by @shini4i in #162
  • chore: argo status updater tests by @bozerkins in #163
  • fix(config): correct error handling for envConfig by @shini4i in #165
  • chore: orm for postgress by @bozerkins in #166
  • feat: goreleaser, multi platform build, cosign by @tomsozolins in #167
  • 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
  • fix(goreleaser): set correct images in footer by @shini4i in #177
  • chore(updater): increase test coverage by @shini4i in #179
  • docs(readme): replace diagram with mermaid diagram by @shini4i in #180
  • chore(config): replace unmaintained envconfig by @shini4i in #181
  • chore(pre-commit): add go-imports by @shini4i in #182
  • chore(state): postgres state improvements by @shini4i in #183
  • fix(goreleaser): add db migrations files to extra_files by @shini4i in #185
  • fix: managed images annotation whitespace handling (#186) by @tomsozolins in #188
  • chore(updater): change retry.DelayType to exponential by @shini4i in #189
  • chore: remove CHANGELOG.md by @shini4i in #190

New Contributors

Full Changelog: v0.5.0...v0.6.0

v0.6.0-pre.20230916

16 Sep 09:56
479fe48
Compare
Choose a tag to compare
v0.6.0-pre.20230916 Pre-release
Pre-release

What's Changed

Full Changelog: v0.6.0-pre.20230914...v0.6.0-pre.20230916

Docker Images

  • ghcr.io/shini4i/argo-watcher:v0.6.0-pre.20230916
  • ghcr.io/shini4i/argo-watcher:v0.6.0-pre.20230916-amd64
  • ghcr.io/shini4i/argo-watcher:v0.6.0-pre.20230916-arm64

v0.6.0-pre.20230914

14 Sep 09:08
1ec21d1
Compare
Choose a tag to compare
v0.6.0-pre.20230914 Pre-release
Pre-release

What's Changed

  • fix(goreleaser): set correct images in footer by @shini4i in #177
  • chore(updater): increase test coverage by @shini4i in #179
  • docs(readme): replace diagram with mermaid diagram by @shini4i in #180
  • chore(config): replace unmaintained envconfig by @shini4i in #181
  • chore(pre-commit): add go-imports by @shini4i in #182
  • chore(state): postgres state improvements by @shini4i in #183
  • fix(goreleaser): add db migrations files to extra_files by @shini4i in #185

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

Docker Images

  • ghcr.io/shini4i/argo-watcher:v0.6.0-pre.20230914
  • ghcr.io/shini4i/argo-watcher:v0.6.0-pre.20230914-amd64
  • ghcr.io/shini4i/argo-watcher:v0.6.0-pre.20230914-arm64