Releases
v5.3.0
What's Changed
provider
Add support for logging in to ArgoCD Core deployment (see core
) (#268 )
Implemented kubernetes
configuration options: config_context
, config_context_auth_info
and config_context_cluster
(#268 )
Dropped unused kubernetes
configuration options: config_paths
and config_path
(#268 )
Mark server_addr
as optional (#268 )
argocd_application
Add support for multiple application sources (#262 )
Add pass_credentials
to argocd_application.spec.source.helm
(#271 )
Fix crash on 2.7.x
due to use of List
to read applications (#273 )
argocd_cluster
Prevent duplicate clusters ending up in Terraform state (#264 )
argocd_project
Fix locking during create/update (#263 )
argocd_project_token
Ensure lock is released when failing to delete token (#263 )
argocd_repository
Fix error message when failing to create repository (#263 )
Documentation
Fixed description of provider.context
(#268 )
Improved descriptions for port forwarding configuration (#268 )
Enhanced overview and added examples of different provider configurations (#268 )
Changelog
2b17103 Fix locking on resources during Terraform actions (#263 )
33775f3 Fix crash on 2.7.x
due to use of List
to read applications (#273 )
89a6cff Enhanced/improved provider configuration options and documentation (#268 )
8e40130 Add pass_credentials
to argocd_application.spec.source.helm
(#271 )
fa86a9b Add support for multiple application sources (#262 )
60b7ad0 Drop use of pointers on clients (#265 )
cb8528d Prevent duplicate clusters ending up in Terraform state (#264 )
Contributors
You can’t perform that action at this time.