Skip to content

Releases: v2d27/terraform-argocd-argocd

v1.0.1

14 Aug 16:35

Choose a tag to compare

refactor(argocd): improve repository authentication handling

  • use try() function to handle optional authentication fields
  • remove insecure_ignore_host_key when repo_auth_type is not ssh

Full Changelog: 1.0.0...1.0.1

1.0.0

12 Aug 17:10

Choose a tag to compare

ArgoCD module v1.0 with multi-auth and advanced features

  • Add multiple authentication methods (SSH, HTTPS, GitHub App, Token)
  • Add multi-repository projects and multi-cluster deployments
  • Add advanced Kustomize support with image overrides and transformations
  • Add flexible sync policies with retry mechanisms and validation
  • Add RBAC and security configurations
  • Update to ArgoCD provider and Terraform
  • Add documentation

Full Changelog: https://github.com/v2d27/terraform-argocd-module/commits/1.0.0