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
Extend valid resources for project-scoped role policy (#207)
* build(deps): bump argo-cd to v2.4.12 from v2.3.0
Support for `ksonnet` was dropped in ArgoCD 2.4. As such, this has been removed from the `argocd_application` resource in this provider as well.
* tests: bump default Kubernetes version to `1.23.12`
`1.19` is long past EOL so we should upgrade the default cluster version. I did consider `1.22` but as this is approaching EOL in 1 month (https://kubernetes.io/releases/), I figured we may as well jump straight to `1.23`.
* tests: bump default ArgoCD version to `2.1.10`
Aligns with the minimum version run by the GitHub Actions.
* feat: extend valid resources for project-scope role policy
Ensures that role policy can be provisioned for clusters, repositories, exec and logs.
* build(deps): bump `go` to `1.17` from `1.16`
Resolves following build error resulting from dependency updates:
```
../../../go/pkg/mod/github.com/argoproj/argo-cd/[email protected]/pkg/apiclient/apiclient.go:53:2: //go:build comment without // +build comment
```
* build: bump `codeql` actions to `v2`
Spotted a warning at https://github.com/oboukili/terraform-provider-argocd/actions/runs/3151063925/jobs/5124563560 and have upgraded as per https://github.blog/changelog/2022-04-27-code-scanning-deprecation-of-codeql-action-v1/
* build: drop tests for ArgoCD `2.1` and `2.2`
Minimum supported version is now `2.3.x` as per ArgoCD itself.
* tests: add tests for migration of application schema to v2
* chore: update scripts/testacc_prepare_env.sh
Co-authored-by: Olivier Boukili <[email protected]>
* refactor: use `rbacpolicy` for policy action/resource names
Co-authored-by: Olivier Boukili <[email protected]>
Description: "Upon application creation or update, wait for application health/sync status to be healthy/Synced, upon application deletion, wait for application to be removed, when set to true.",
0 commit comments