Skip to content

Releases: argoproj-labs/argocd-agent

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)

v0.2.0

23 Jul 18:58
6168180

Choose a tag to compare

[v0.2.0] - 2025-07-23

This release brings a lot of new features, bug fixes and changes. The most notable ones are:

  • The introduction of the Redis proxy now allows for desired manifests view from the control plane without cheating. Prior to the Redis proxy, this was only possible if the agent used the Redis and Repository server on the control plane. Agents are now completely isolated from the control plane. Thanks @jgwest for contributing this feature!
  • It is now possible to run resource actions from the control plane 🚀. Thanks @chetan-rns for contributing this feature!
  • Support for agent-specific AppProject synchronization has been contributed by @chetan-rns. If you create an AppProject on the control plane, it will only be synced to the managed agents targeted by the AppProject' destination rules. Also, AppProjects that are created on autonomous agents will be synced to the control plane.
  • More functionality in the argocd-agentctl CLI to manipulate PKI for the agent in non-prod environments

There are still a couple of rough edges especially regarding the documentation and installation procedures. We are working on those, and they should be smoothed out soon!

Thank you for your patience, and a big thank you to all who have contributed to this release!

A special thank you to @josephaw1022 who improved developer documentation!

🚀 Features

  • Enable compression for communication over gRPC (#353)
  • Add version flag to principal command (#358)
  • Include a simple health check server for agent (#374)
  • Update pprof implementation (#376)
  • PKI manipulation using CLI (#373)
  • Only allow managed resources through resource proxy (#390)
  • Add support for resource actions in the agent (#401)
  • Allow fetching API groups via resource proxy (#419)
  • Load JWT signing key from Kubernetes secret (#429)
  • Delete resources from the UI (#430)
  • Add TLS secret name configuration for agent and principal (#434)
  • CLI command to propagate CA cert to agents (#439)
  • Sync appProjects to the appropriate agents (#425)
  • New jwt command for the CLI to manipulate JWT signing keys (#444)
  • Proxy redis traffic from principal to agents (#436)
  • Add health check endpoint for principal (#456)

🐛 Bug Fixes

  • Allow version information to be set by linker (#350)
  • Agent should use the default queue name instead of client ID (#359)
  • Don't remove the queue/eventwriter on disconnect (#369)
  • Load CA certificate from a secret (#379)
  • Principal should update the app if it already exists in autonmous mode (#383)
  • Set the incoming App namespace so the CompareSourceUID can find the existing App (#421)
  • Direct changes in app on managed-cluster are not reverted by agent (#400)
  • Add missing rbac rules and namespace (#428)
  • Make volume mounts optional for agent and principal deployments (#438)
  • (cli) Allow DNS names for resource proxy host in agent config (#440)
  • Don't compare source UID for apps on autonomous agents (#447)
  • Correctly set destination cluster for autonomous apps (#449)
  • Applications on managed agent can live in argocd namespace (#458)
  • Cascaded delete on Application should clean up all managed-agent app resources (#462)

💼 Other

  • (deps) Bump github.com/cloudevents/sdk-go/v2 from 2.15.2 to 2.16.0 (#347)
  • Set version information during build time (#351)
  • (deps) Bump google.golang.org/grpc from 1.71.0 to 1.71.1 (#352)
  • (github) Lint PR titles (#360)
  • (deps) Bump golang.org/x/term from 0.30.0 to 0.31.0 (#362)
  • (deps) Bump golang.org/x/net from 0.37.0 to 0.38.0 (#349)
  • (deps) Bump golang.org/x/sync from 0.12.0 to 0.13.0 (#363)
  • (deps) Bump golang.org/x/crypto from 0.36.0 to 0.37.0 (#364)
  • (deps) Bump github.com/argoproj/argo-cd/v2 from 2.14.8 to 2.14.9 (#356)
  • (deps) Bump github.com/prometheus/client_golang from 1.21.1 to 1.22.0 (#366)
  • (deps) Bump golang.org/x/net from 0.38.0 to 0.39.0 (#365)
  • (deps) Bump github.com/argoproj/argo-cd/v2 from 2.14.9 to 2.14.10 (#367)
  • (deps) Bump google.golang.org/grpc from 1.71.1 to 1.72.0 (#370)
  • (deps) Bump github.com/argoproj/argo-cd/v2 from 2.14.10 to 2.14.11 (#371)
  • (deps) Bump github.com/rs/zerolog from 1.33.0 to 1.34.0 (#377)
  • (deps) Bump github.com/redis/go-redis/v9 from 9.7.3 to 9.8.0 (#378)
  • (deps) Bump github.com/grpc-ecosystem/go-grpc-middleware/v2 from 2.3.1 to 2.3.2 (#381)
  • (deps) Bump golang.org/x/sync from 0.13.0 to 0.14.0 (#382)
  • (deps) Bump golang.org/x/net from 0.39.0 to 0.40.0 (#384)
  • (deps) Bump github.com/wI2L/jsondiff from 0.6.1 to 0.7.0 (#387)
  • (deps) Bump google.golang.org/grpc from 1.72.0 to 1.72.1 (#388)
  • Add service manifest to expose metrics server (#391)
  • (deps) Bump github.com/argoproj/argo-cd/v2 from 2.14.11 to 2.14.12 (#394)
  • (deps) Bump google.golang.org/grpc from 1.72.1 to 1.72.2 (#395)
  • (deps) Bump github.com/redis/go-redis/v9 from 9.8.0 to 9.9.0 (#397)
  • (deps) Bump github.com/argoproj/argo-cd/v2 from 2.14.12 to 2.14.13 (#398)
  • (deps) Bump github.com/alicebob/miniredis/v2 from 2.34.0 to 2.35.0 (#402)
  • (deps) Bump golang.org/x/sync from 0.14.0 to 0.15.0 (#404)
  • (deps) Bump google.golang.org/grpc from 1.72.2 to 1.73.0 (#405)
  • (deps) Bump golang.org/x/net from 0.40.0 to 0.41.0 (#406)
  • (deps) Bump github.com/redis/go-redis/v9 from 9.9.0 to 9.10.0 (#407)
  • (deps) Bump github.com/cloudevents/sdk-go/binding/format/protobuf/v2 from 2.15.2 to 2.16.1 (#415)
  • (deps) Bump github.com/redis/go-redis/v9 from 9.10.0 to 9.11.0 (#424)
  • (deps) Bump golang.org/x/crypto from 0.39.0 to 0.40.0 (#452)
  • (deps) Bump golang.org/x/net from 0.41.0 to 0.42.0 (#455)
  • (deps) Bump github.com/golang-jwt/jwt/v5 from 5.2.2 to 5.2.3 (#457)
  • (deps) Bump google.golang.org/grpc from 1.73.0 to 1.74.0 (#460)

🚜 Refactor

  • Reduce cognitive complexity of informer package (#380)
  • Unify principal and agent into the same binary (#435)

📚 Documentation

  • Add docs for metrics and profiling (#375)
  • Bring docs into usable state (#368)
  • Add additional details and context to development docs (#442)

🧪 Testing

  • E2e tests to verify resync after connection loss using toxiproxy (#372)

⚙ Miscellaneous Tasks

  • Fix flaky unit test (#357)
  • Add release helper script (#355)
  • (e2e) Fix race condition for agent configuration (#361)
  • (build) Upgrade golangci-lint to v2.1.6 (#389)
  • (style) Fix code style, re-enable style linters (#393)
  • (refactor) Fix lint complains and remove exclusions (#396)
  • Add support for developing on non-local K8s via reverse tunnel (#399)
  • (dev-env) Allow log level to be set from env (#411)
  • Add script to convert Argo CD cluster secrets to kubeconf (#420)
  • Add the version of the Argo CD dependency to version output (#423)
  • Remove-mounted-tls-secrets (#432)
  • Remove old utility code (#433)
  • Update OWNERS/CODEOWNERS to latest (#437)
  • Upgrade to Argo CD 3.0.11 and Go 1.24 (#453)

v0.1.0

01 Apr 14:50
26f5d93

Choose a tag to compare

v0.1.0 Pre-release
Pre-release

This is the first publicly consumable release of argocd-agent.

Please bear with us, as we try and bring the documentation into a consumable state.