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
andconfig_context_cluster
(#268) - Dropped unused
kubernetes
configuration options:config_paths
andconfig_path
(#268) - Mark
server_addr
as optional (#268)
- Add support for logging in to ArgoCD Core deployment (see
argocd_application
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
Changelog
- 2b17103 Fix locking on resources during Terraform actions (#263)
- 33775f3 Fix crash on
2.7.x
due to use ofList
to read applications (#273) - 89a6cff Enhanced/improved provider configuration options and documentation (#268)
- 8e40130 Add
pass_credentials
toargocd_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
- @onematchfox
- @oboukili
- @duncan485 made their first contribution in #271