Skip to content

Releases: shini4i/argo-compare

v0.4.0

09 Oct 19:57
62e48d8
Compare
Choose a tag to compare

What's Changed

  • fix(git): getting files from a branch that was not fetched by @shini4i in #82
  • feat: add support for excluding specific files by @shini4i in #83
  • fix: incorrect files processing by @shini4i in #85

Full Changelog: v0.3.3...v0.4.0

Docker Images

  • ghcr.io/shini4i/argo-compare:0.4.0
  • ghcr.io/shini4i/argo-compare:0.4.0-amd64
  • ghcr.io/shini4i/argo-compare:0.4.0-arm64

v0.3.3

09 Jul 16:02
7786159
Compare
Choose a tag to compare

What's Changed

  • docs(readme): fix docker example by @shini4i in #74
  • chore: migration from git binary to go-git by @shini4i in #75
  • fix: add toolchain to go.mod by @shini4i in #76
  • chore(deps): bump golang.org/x/net from 0.22.0 to 0.23.0 by @dependabot in #77
  • chore: add initial testing setup for git by @shini4i in #78
  • feat: add support for apps using oci registry by @shini4i in #80
  • chore(dockerfile): dependencies bump by @shini4i in #81

Full Changelog: v0.3.2...v0.3.3

Docker Images

  • ghcr.io/shini4i/argo-compare:0.3.3
  • ghcr.io/shini4i/argo-compare:0.3.3-amd64
  • ghcr.io/shini4i/argo-compare:0.3.3-arm64

v0.3.2

16 May 15:31
67271a6
Compare
Choose a tag to compare

This release does not have any new functionality. It just bumps the dependencies version and addresses some security concerns.

What's Changed

  • chore(deps): bump golang.org/x/crypto from 0.6.0 to 0.17.0 by @dependabot in #68
  • chore: bump project dependencies by @shini4i in #69
  • chore: add security scanner by @shini4i in #70
  • fix(gosec): os.MkdirAll permission by @shini4i in #72
  • chore: bump color version by @shini4i in #73
  • chore(dockerfile): remove alpine/helm dependency by @shini4i in #71

New Contributors

Full Changelog: v0.3.1...v0.3.2

Docker Images

  • ghcr.io/shini4i/argo-compare:0.3.2
  • ghcr.io/shini4i/argo-compare:0.3.2-amd64
  • ghcr.io/shini4i/argo-compare:0.3.2-arm64

v0.3.1

31 Oct 08:50
fc80b78
Compare
Choose a tag to compare

What's Changed

  • fix: invalid files detection logic by @shini4i in #67

Full Changelog: v0.3.0...v0.3.1

Docker Images

  • ghcr.io/shini4i/argo-compare:0.3.1
  • ghcr.io/shini4i/argo-compare:0.3.1-amd64
  • ghcr.io/shini4i/argo-compare:0.3.1-arm64

v0.3.0

30 Oct 17:59
014ac01
Compare
Choose a tag to compare

What's Changed

  • chore: adjust .pre-commit-config.yaml by @shini4i in #59
  • feat(dockerfile): bump helm version to 3.12.3 by @shini4i in #60
  • chore: remove built-in diff printing logic in favor of unified diff by @shini4i in #62
  • chore: improve diff output approach and small cleanup by @shini4i in #63
  • feat: add support for valuesObject by @shini4i in #65
  • chore: bump project dependencies by @shini4i in #66

Full Changelog: v0.2.1...v0.3.0

Docker Images

  • ghcr.io/shini4i/argo-compare:0.3.0
  • ghcr.io/shini4i/argo-compare:0.3.0-amd64
  • ghcr.io/shini4i/argo-compare:0.3.0-arm64

v0.2.1

30 Aug 20:49
7b687cf
Compare
Choose a tag to compare

What's Changed

  • chore(workflows): add test coverage to sonarcloud by @shini4i in #42
  • chore: increase test coverage pt.1 by @shini4i in #43
  • chore: increase test coverage pt.2 by @shini4i in #45
  • chore: increase test coverage pt.3 by @shini4i in #46
  • chore: increase test coverage pt.4 by @shini4i in #47
  • chore: increase test coverage pt.5 by @shini4i in #50
  • chore: minor refactoring by @shini4i in #51
  • chore: minor refactoring pt.2 by @shini4i in #52
  • chore: minor refactoring pt.3 by @shini4i in #53
  • chore: add golangci-lint actions by @shini4i in #54
  • chore: increase test coverage pt.6 by @shini4i in #55
  • chore: increase test coverage pt.7 by @shini4i in #56
  • chore: minor refactoring pt.4 by @shini4i in #57
  • chore: migrate coverage analysis from sonarcloud to codecov by @shini4i in #58

Full Changelog: v0.2.0...v0.2.1

Docker Images

  • ghcr.io/shini4i/argo-compare:0.2.1
  • ghcr.io/shini4i/argo-compare:0.2.1-amd64
  • ghcr.io/shini4i/argo-compare:0.2.1-arm64

v0.2.0

25 May 20:24
dddd68b
Compare
Choose a tag to compare

Changelog

  • dddd68b fix: --full-output temporary workaround (#41)
  • c0d818d feat: add support for multiple sources in Application manifest (#40)
  • 402b2af fix: temporary directory cleanup
  • 21a8654 chore: minor comparison logic adjustments (#39)
  • b149f9b chore: code cleanup and concurrency (#38)

v0.1.11

15 Mar 18:47
ebf9561
Compare
Choose a tag to compare

Changelog

  • ebf9561 fix: random unexpected glitches in diffing logic (#37)

v0.1.10

13 Mar 16:13
206a985
Compare
Choose a tag to compare

Changelog

  • 206a985 chore: remove renovate.json
  • 028e0af chore(deps): update alpine/helm docker tag to v3.11.2
  • d5dae5f chore(goreleaser): remove unused dependency
  • df36d75 feat: add support for printing removed manifests content (#34)

v0.1.9

06 Mar 22:50
010753b
Compare
Choose a tag to compare

Changelog

  • 010753b fix: make --print-added-manifests work with --preserve-helm-labels