You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
added private repositories argocd_repository acceptance tests, fixed sensitive repository data permadiffs, removed 1.4.x support (#24)
* added private repositories acceptance tests
* repository: add ForceNew flag to repo attribute
* fix sensitive data (passwords, keys) not being returned by ArgoCD API
* removed 1.4.x support
Copy file name to clipboardExpand all lines: README.md
+8Lines changed: 8 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,6 +4,14 @@
4
4
5
5
---
6
6
7
+
## Compatibility promise
8
+
9
+
This provider is compatible with _at least_ the last 2 major releases of ArgoCD (e.g, ranging from 1.(n).m, to 1.(n-1).0, where `n` is the latest available major version).
10
+
11
+
Older releases are not supported and some resources may not work as expected.
0 commit comments