v0.7.0
0.7.0 - 2026-02-23
Among smaller new features and some bug fixes, this release brings a big change: Destination based Application routing for managed agents, contributed by @chetan-rns .
With destination based routing, Applications do not need to reside in a namespace named like its destination agent. Instead, argocd-agent will evaluate the .spec.destination.name field to make the routing decision. This aligns closer with Argo CD patterns, and is one step closer to the hybrid model that we're planning to implement in the future.
⛰ Features
- Support setting TLS config for resource proxy (#760) - (443f17c) by @jannfis
- Cluster Secrets: Skip argocd reconciliation (#761) - (79a7ac4) by @drewbailey
- Enable self registration of agents (#736) - (c633426) by @jparsai
- Support destination based agent mapping (#726) - (ebfb855) by @chetan-rns
- Auto-propagate CA cert in 'pki issue agent' command (#729) - (abce285) by @bianbbc87
🐛 Bug Fixes
- Increase GRPC message size, allow configuration via env/param, log large messages (#750) - (a1d93aa) by @jgwest
- Allow principal to read CA from opaque secret with ca.crt (#755) - (1f2b984) by @cjcocokrisp
- Agent should not lose events after reconnection (#749) - (eea6ee4) by @chetan-rns
- Add argocd-agent-principal to Redis network policy ingress rules (#743) - (9172314) by @bianbbc87
📚 Documentation
- Add Getting Started guide for SPIFFE authentication with Istio on Kind (#754) - (07e1bde) by @mikeshng
- Add Redis proxy configuration for Argo CD server (#741) - (773d3fe) by @drewbailey
🧪 Testing
⚙ Miscellaneous Tasks
Build
- (deps) Bump github.com/argoproj/argo-cd/v3 from 3.3.1 to 3.3.2 (#764) - (cbbb78c) by @dependabot[bot]
- (deps) Bump github.com/argoproj/argo-cd/v3 from 3.3.0 to 3.3.1 (#758) - (a9cd8bf) by @dependabot[bot]
- (deps) Bump github.com/redis/go-redis/v9 from 9.17.3 to 9.18.0 (#756) - (d643bb8) by @dependabot[bot]
- (deps) Bump google.golang.org/grpc from 1.79.0 to 1.79.1 (#753) - (07f4915) by @dependabot[bot]
- (deps) Bump google.golang.org/grpc from 1.78.0 to 1.79.0 (#752) - (4833890) by @dependabot[bot]
- (deps) Bump golang.org/x/net from 0.49.0 to 0.50.0 (#746) - (f9c68b3) by @dependabot[bot]
- (deps) Bump golang.org/x/crypto from 0.47.0 to 0.48.0 (#747) - (90aba4e) by @dependabot[bot]