Skip to content

Releases: argoproj-labs/argocd-agent

v0.5.2

28 Nov 16:46
df73361

Choose a tag to compare

0.5.2 - 2025-11-28

This patch release contains only changes to the Helm chart.

⛰ Features

Release

v0.5.1

21 Nov 14:16
29ab974

Choose a tag to compare

0.5.1 - 2025-11-21

This is a maintenance release, with minor bug fixes only.

🐛 Bug Fixes

⚙ Miscellaneous Tasks

Release

v0.5.0

30 Oct 20:48
d22437a

Choose a tag to compare

0.5.0 - 2025-10-30

⛰ Features

🐛 Bug Fixes

📚 Documentation

🧪 Testing

⚙ Miscellaneous Tasks

Build

Read more

v0.4.1

10 Sep 23:34
e0c406a

Choose a tag to compare

0.4.1 - 2025-09-10

This small bug fix release fixes an issue with the installation manifest, now referring the correct image on quay.io

⚙ Miscellaneous Tasks

Release

New Contributors ❤

  • @gnunn1 made their first contribution

v0.4.0

08 Sep 17:32
f74dc6a

Choose a tag to compare

0.4.0 - 2025-09-08

This minor release brings a couple of new features and bug fixes, most notably

  • syncing of Git credentials to managed agents is now supported
  • The resource proxy now allows sub-resource requests, particularly important for resource actions,

Also, a lot of documentation has been added and updated.

We are on a good way to GA, and do not expect any seriously breaking changes before a v1.0 anymore.

⛰ Features

🐛 Bug Fixes

📚 Documentation

🧪 Testing

⚙ Miscellaneous Tasks

Build

Release

New Contributors ❤

v0.3.2

18 Aug 16:24
562405f

Choose a tag to compare

0.3.2 - 2025-08-18

This small bug fix release addresses the argocd-agent's principal component panicing under certain circumstances.

🐛 Bug Fixes

Release

v0.3.1

11 Aug 15:09
ccdcafa

Choose a tag to compare

[0.3.1] - 2025-08-11

Quick bugfix release for the 0.3 release branch to fix an issue with logging.

🐛 Bug Fixes

💼 Other

v0.3.0

11 Aug 12:18
0b9ac68

Choose a tag to compare

[0.3.0] - 2025-08-11

This is an intermediate release, bringing some important bug fixes, refactors and refreshed dependencies as well as some new minor features.

🚀 Features

  • Cluster installation utilities (#470) by @jannfis
  • (cli) Print more information in pki inspect command (#485) by @jannfis
  • Ability to toggle resource proxy per agent (#489) by @jannfis

🐛 Bug Fixes

  • Fix owner reference resolution for live resource view (#478) by @jannfis
  • (cli) Respect principal namespace flag when issuing certificates (#483) by @jannfis
  • Add missing configurations in manifests (#486) by @jparsai
  • Better transformation of AppProjects from autonomous agents (#500) by @jannfis

💼 Other

  • (deps) Bump google.golang.org/grpc from 1.74.0 to 1.74.2 (#464) by @dependabot[bot]
  • (deps) Bump github.com/argoproj/argo-cd/v3 from 3.0.11 to 3.0.12 (#475) by @dependabot[bot]
  • (deps) Bump github.com/golang-jwt/jwt/v5 from 5.2.3 to 5.3.0 (#484) by @dependabot[bot]
  • (deps) Bump github.com/prometheus/client_golang from 1.22.0 to 1.23.0 (#487) by @dependabot[bot]
  • (deps) Bump github.com/redis/go-redis/v9 from 9.11.0 to 9.12.0 (#492) by @dependabot[bot]
  • (deps) Bump google.golang.org/protobuf from 1.36.6 to 1.36.7 (#499) by @dependabot[bot]
  • (deps) Bump golang.org/x/term from 0.33.0 to 0.34.0 (#498) by @dependabot[bot]
  • (deps) Bump golang.org/x/crypto from 0.40.0 to 0.41.0 (#502) by @dependabot[bot]
  • (deps) Bump golang.org/x/net from 0.42.0 to 0.43.0 (#501) by @dependabot[bot]
  • Publish release 0.3.0 by @jannfis

🚜 Refactor

  • Remove --version flags from commands in favour of version command (#481) by @jannfis
  • Use constants for structured logging field names (#488) by @devbypark

📚 Documentation

⚙ Miscellaneous Tasks

  • (scripts) Update release script to reflect recent changes (#466) by @jannfis
  • (dev-env) Tweak example/test apps to use resource proxy as destination (#467) by @jannfis

v0.2.2

31 Jul 22:36
ea8d362

Choose a tag to compare

[0.2.2] - 2025-07-31

This is a minor bug fix release for the 0.2 branch of argocd-agent.

🐛 Bug Fixes

  • (cli) Respect principal namespace flag when issuing certificates (#483)
  • Add missing configurations in manifests (#486)

💼 Other

  • Publish release 0.2.2

v0.2.1

24 Jul 19:20
0e2e564

Choose a tag to compare

[0.2.1] - 2025-07-24

Minor bug fix release and addition of scripts to install into a cluster.

Manifests have been updated to add required services for argocd-agent-redis-proxy and argocd-agent-resource-proxy.

🚀 Features

  • Cluster installation utilities (#470)

💼 Other

  • Publish release 0.2.1

⚙ Miscellaneous Tasks

  • (scripts) Update release script to reflect recent changes (#466)