Releases: argoproj-labs/terraform-provider-argocd
Releases · argoproj-labs/terraform-provider-argocd
v5.2.0
What's Changed
argocd_applicationargocd_project- Allow blank
Groupon cluster resource [white|black]list (#258)
- Allow blank
Changelog
- 50f550a Allow blank
Groupon cluster resource [white|black]list (#258) - 14dd94f fix: mark
spec.destination.namespaceas optional on ArgoCD application (#256) - 7a3e98e Add support for
includeandexcludeon directory apps (#254) - bfe7924 Add support for
jsonnetlibraries (#255) - fac513d Fix
waiton update ofargocd_application(#246)
Contributors
v5.1.0
What's Changed
- Fix support for application resource on latest versions of ArgoCD due to breaking changes made to resolve GHSA-2q5c-qw9c-fmvq (#240)
- Fix
inconsistent result after applyonargocd_repository_credentials,argocd_clusterandargocd_repository(#243) - Fix
inconsistent result after applyonargocd_project_token(#245) - Fix implementation of
renew_beforeonargocd_project_token(#245) - Add
renew_aftertoargocd_project_tokento enable automatic token rotation for tokens older than a given time period (#245)
Changelog
- b9e97db Bug fixes to
argocd_project_token+ addition ofrenew_after(#245) - d291579 Enable
golangci-lint(#241) - 04175c6 Fix error
inconsistent result after applyonargocd_repository_credentials(#243) - b211553 Add all resources to
local-devTerraform code (#244) - 1d82878 Fix support for application resource on latest versions of ArgoCD (#240)
Contributors
v5.0.1
v5.0.0
Breaking changes
The type of argocd_application.spec.sync_policy.automated and argocd_application.spec.sync_policy.retry.backoff have changed within the provider. As a result, you will need to convert usage of these into block syntax. See below for an example.
resource "argocd_application" "app" {
...
spec {
...
sync_policy {
- automated = {
+ automated {
prune = true
self_heal = true
allow_empty = true
}
retry {
limit = "5"
- backoff = {
+ backoff {
duration = "30s"
max_duration = "2m"
factor = "2"
}
}
}
...
}
}What's Changed
- Add support for GitHub app credentials by @philamente in #235
Changelog
- cb9f554 Add support for GitHub app credentials (#235)
- 124d87b build(deps): bump golang.org/x/net (#233)
- 7354102 build(deps): bump golang.org/x/text from 0.3.7 to 0.3.8 (#232)
- 7ce3476 Use
schema.TypeSetfor applicationsync_policy(#228)
Contributors
- @philamente made their first contribution in #235
- @onematchfox
Full Changelog: v4.3.0...v5.0.0
v4.3.0
What's Changed
Changelog
- a613964 Readme fix: badge update and kustomize is needed to run tests. (#221)
- 9d10bef Bump bigfft to support M1/arm64 (#222)
- ea23a8a Fetch bitnami charts from full-index repo (#225)
- 94394f5 Add support for project scoped repositories (#226)
Contributors
Full Changelog: v4.2.0...v4.3.0
v4.2.0
Changelog
What's Changed
- Add compatiblity for "source_namespaces" introduced in ArgoCD v2.5.0 by @karlschriek in #212
Contributors
- @karlschriek made their first contribution in #212
- @onematchfox
Full Changelog: v4.1.0...v4.2.0